diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dd3190e9d7d..38cedc3da9a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -57,7 +57,7 @@ jobs: fail-fast: false steps: - name: Clone Flutter DevTools - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: ref: "${{ github.event.pull_request.head.sha }}" - name: Load Cached Flutter SDK @@ -74,7 +74,7 @@ jobs: wget -qO- https://dcm.dev/pgp-key.public | sudo gpg --dearmor -o /usr/share/keyrings/dcm.gpg echo 'deb [signed-by=/usr/share/keyrings/dcm.gpg arch=amd64] https://dcm.dev/debian stable main' | sudo tee /etc/apt/sources.list.d/dart_stable.list sudo apt-get update - sudo apt-get install dcm=1.24.2-1 # To avoid errors add `-1` (build number) to the version + sudo apt-get install dcm=1.30.0-1 # To avoid errors add `-1` (build number) to the version sudo chmod +x /usr/bin/dcm echo "$(dcm --version)" - name: Setup Dart SDK @@ -97,7 +97,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -119,7 +119,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -144,7 +144,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -171,7 +171,7 @@ jobs: steps: - name: git clone - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -205,7 +205,8 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest] + # TODO(https://github.com/flutter/devtools/issues/9357): Re-enable tests on windows-latest. + os: [macos-latest] # Consider running integration tests in ddc mode, too. bot: [integration_dart2js] device: [flutter, flutter-web, dart-cli] @@ -242,7 +243,7 @@ jobs: shard: 3/3 steps: - name: git clone - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -276,7 +277,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -297,7 +298,7 @@ jobs: fail-fast: false steps: - name: git clone - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -315,7 +316,7 @@ jobs: fail-fast: false steps: - name: git clone - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -338,7 +339,7 @@ jobs: # - test_dart2js # steps: # - name: git clone -# uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 +# uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # # - name: tool/ci/bots.sh # env: @@ -358,7 +359,7 @@ jobs: # - integration_dart2js # steps: # - name: git clone -# uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 +# uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # - name: tool/ci/bots.sh # env: # BOT: ${{ matrix.bot }} diff --git a/.github/workflows/daily-dev-bump.yaml b/.github/workflows/daily-dev-bump.yaml index b27e7a6a15a..fa8fe874284 100644 --- a/.github/workflows/daily-dev-bump.yaml +++ b/.github/workflows/daily-dev-bump.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: git clone devtools - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: ref: master diff --git a/.github/workflows/flutter-candidate-update.yaml b/.github/workflows/flutter-candidate-update.yaml index 100004494f4..53bec778517 100644 --- a/.github/workflows/flutter-candidate-update.yaml +++ b/.github/workflows/flutter-candidate-update.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: git clone devtools - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: ref: master diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index ff2e487527a..6ac6672dcc7 100644 --- a/.github/workflows/flutter-prep.yaml +++ b/.github/workflows/flutter-prep.yaml @@ -35,7 +35,7 @@ jobs: # TODO(https://github.com/flutter/devtools/issues/5729) Consider caching DevTools so that we # don't check it out again is subsequent workflows. - name: Checkout DevTools (default) - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Get Latest Flutter Candidate id: flutter-candidate diff --git a/.github/workflows/workflow-bot-cleanup.yaml b/.github/workflows/workflow-bot-cleanup.yaml index 260604c7d93..da05ebaffd3 100644 --- a/.github/workflows/workflow-bot-cleanup.yaml +++ b/.github/workflows/workflow-bot-cleanup.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Sparse checkout of the repository - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: sparse-checkout: | README.md diff --git a/.gitignore b/.gitignore index 257bde7ed3a..b8498462922 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,9 @@ DEPENDENCIES.md **/logs/** *.stager_app.g.dart +# Ignore Gemini logs +**/.gemini/ + # Ignore VS code workspaces that may be configured per-user *.code-workspace diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2618e4e0646..deb84f908b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,18 +33,6 @@ You can do this online, and it only takes a minute. 2. Review the [DevTools style guide](STYLE.md), which uses a combination of Dart and Flutter best practices. -## Table of contents -1. [Developing for DevTools](#developing-for-devtools) - - [Set up your DevTools environment](#set-up-your-devtools-environment) - - [Workflow for making changes](#workflow-for-making-changes) - - [Keeping your fork in sync](#keeping-your-fork-in-sync) -2. [Running and debugging DevTools](#running-and-debugging-devtools) - - [Frontend only (most common)](#frontend-only-most-common) - - [Frontend + DevTools server](#frontend--devtools-server) - - [DevTools + VS Code integration](#devtools--vs-code-integration-ide-embedded-devtools-experience) -3. [Testing for DevTools](#testing-for-devtools) -4. [Appendix](#appendix) - ## Developing for DevTools ### Set up your DevTools environment @@ -100,9 +88,9 @@ of launch configurations for running and debugging DevTools: ### Workflow for making changes -1. Change your local Flutter SDK to the latest flutter candidate branch: +1. Ensure your local Flutter SDK, DevTools dependencies, and generated code are up-to-date: ```sh - dt update-flutter-sdk --update-on-path + dt sync --update-on-path ``` > Warning: this will delete any local changes in your Flutter SDK you checked out from git. @@ -111,23 +99,18 @@ of launch configurations for running and debugging DevTools: git checkout -b myBranch ``` -3. Ensure your branch, dependencies, and generated code are up-to-date: - ```sh - dt sync - ``` - -4. Implement your changes, and commit to your branch: +3. Implement your changes, and commit to your branch: ```sh git commit -m “description” ``` If your improvement is user-facing, [document it](packages/devtools_app/release_notes/README.md) in the same PR. -5. Push to your branch to GitHub: +4. Push to your branch to GitHub: ```sh git push origin myBranch ``` -6. Navigate to the [Pull Requests](https://github.com/flutter/devtools/pulls) tab in the main +5. Navigate to the [Pull Requests](https://github.com/flutter/devtools/pulls) tab in the main [DevTools repo](https://github.com/flutter/devtools). You should see a popup to create a pull request from the branch in your cloned repo to the DevTools `master` branch. Create a pull request. @@ -137,9 +120,18 @@ request from the branch in your cloned repo to the DevTools `master` branch. Cre ``` dt sync ``` - This will pull the latest code from the upstream DevTools, upgrade dependencies, and perform code generation. - -- If you want to upgrade dependencies and re-generate code (like mocks), but do not want to merge `upstream/master`, instead run + This command will: + - pull the latest code from the upstream DevTools master branch + - update `tool/flutter-sdk` to the Flutter version DevTools is built and tested + with on the CI + - upgrade dependencies + - perform code generation + + Optionally, pass the `--update-on-path` flag to also update your local Flutter SDK + git checkout along with the `tool/flutter-sdk`. + +- If you want to upgrade dependencies and re-generate code (like mocks), but do +not want to merge `upstream/master` or update your Flutter SDK version, instead run ``` dt generate-code --upgrade ``` @@ -160,133 +152,14 @@ request from the branch in your cloned repo to the DevTools `master` branch. Cre ## Running and debugging DevTools -There are a few different environments that you may need to run DevTools in. After running DevTools -in one of the environments below, connect to a test application to debug DevTools runtime tooling -(the majority of DevTools tools). See the -[Connect DevTools to a test application](#connect-devtools-to-a-test-application) section below. - -### Frontend only (most common) - -Most of the time, you will not need to run DevTools with the DevTools server to test your changes. -You can run DevTools in debug mode as either a Flutter web or Flutter desktop app. - -> Note: though DevTools is shipped as a Flutter Web app, we recommend developing as a Flutter -Desktop app whenever possible for a more efficient development workflow. Please see the -[running on Flutter desktop](#running-devtools-on-flutter-desktop) section below for instructions. - -- To run DevTools as a Flutter web app **from VS Code**, run with the **devtools** configuration and the "Chrome" device - - To run with experiments enabled, run from VS Code with the **devtools + experiments** configuration -- To run DevTools as a Flutter web app **from the command line**, run `flutter run -d chrome` - - To run with experiments enabled, add the flag `--dart-define=enable_experiments=true` - -### Frontend + DevTools server - -To develop with a workflow that exercises the DevTools server <==> DevTools client connection, -you will need to perform the following set up steps (first time only). - -1. Clone the [Dart SDK](https://github.com/dart-lang/sdk) fron GitHub. -2. The `LOCAL_DART_SDK` environment variable needs to point to this path: `export LOCAL_DART_SDK=/path/to/dart/sdk` - -If you are also developing server side code (e.g. the `devtools_shared` package), you will need to add a -dependency override to `sdk/pkg/dds/pubspec.yaml`. - -```yaml -dependency_overrides: - devtools_shared: - path: relative/path/to/devtools/packages/devtools_shared -``` - -Then you can run DevTools with the server by running the following from anywhere under the `devtools/` directory: -1. To run the DevTools web app in release mode, served with the DevTools server (this emulates the production environment): - ``` - dt serve - ``` -2. To run the DevTools web app in debug mode, with full debugging support, and with a connection to a live DevTools server: - ```sh - dt run - ``` - -Option 2 is useful for a quicker development cycle. The DevTools build time will be faster, and you will be -able to connect the DevTools web app to an IDE or another DevTools instance for debugging purposes. - -To see the full list of arguments available for either command, please pass the `-h` flag. - -### IDE-embedded DevTools experience - -#### DevTools + VS Code integration - -To test the integration with VS Code, you can set up the Dart VS Code extension to run DevTools -and the server from your local source code. Follow the -[Frontend + DevTools server](#frontend--devtools-server) setup instructions above, and make sure -you have version v3.47 or newer of the Dart extension for VS Code. - -Open your VS Code settings (Run the **Preferences: Open User Settings (JSON)** command from the -command palette (`F1`)) and add the following to your settings: - -```js -"dart.customDevTools": { - "path": "/absolute/path/to/devtools", - "env": { - "LOCAL_DART_SDK": "/absolute/path/to/sdk" - // Path to the Flutter SDK that will be used to build DevTools. This may - // be the path to the included Flutter SDK under the tool/ directory or - // the path to your local Flutter SDK git checkout. - "FLUTTER_ROOT": "/absolute/path/to/devtools/tool/flutter-sdk" - }, - "args": [ - // Arguments that will be passed along to the `dt serve` command. - ], -}, -``` - -This instructs VS Code to run the `dt serve` command instead of running `dart devtools`. -You must set the `LOCAL_DART_SDK` and `FLUTTER_ROOT` env variables correctly for the script to work. - -Next, restart VS Code (or run the **Developer: Reload Window** command from the command palette (`F1`)) -and DevTools will be run from your local source code. After making any code changes to DevTools or the -server, you will need to re-run the **Developer: Reload Window** command to rebuild and restart the server. - -#### DevTools + IntelliJ integration - -Follow instructions in the Flutter-IntelliJ repo's `CONTRIBUTING` guide: [#developing-with-local-devtools](https://github.com/flutter/flutter-intellij/blob/master/CONTRIBUTING.md#developing-with-local-devtools) +Please see [DEBUGGING.md]() for guidance on running and debugging DevTools. ## Testing for DevTools -Please see [TESTING.md](TESTING.md) for guidance on running and writing tests. +Please see [TESTING.md]() for guidance on running and writing tests. ## Appendix -### Connect DevTools to a test application - -For working on most DevTools tools, a connection to a running Dart or Flutter app is required. Run any Dart or Flutter app of your choice to -connect it to DevTools. Consider running [veggieseasons](https://github.com/flutter/samples/tree/main/veggieseasons) or another Flutter sample since those apps have plenty of interesting -code to debug. -1. Run your Dart or Flutter app. - > Note: some DevTools features may be unavailable depending on the test app platform (Flutter native, Flutter web, Dart CLI, etc.) or run mode - (debug, profile) you choose. -2. Copy the URI printed to the command line (you will use this URI to connect to DevTools). - - ``` - "A Dart VM Service on iPhone 14 Pro Max is available at: " - ``` -3. Paste this URI into the connect dialog in DevTools and click "Connect". - - ![Connect dialog example](_markdown_images/connect_dialog_example.png) - -### Running DevTools on Flutter Desktop - -For a faster development cycle with hot reload, you can run DevTools on Flutter desktop. Some DevTools -features only work on the web, like the embedded Perfetto trace viewer, DevTools extensions, or WASM support, -but the limitations on the desktop app are few. - -To run DevTools with the desktop embedder, you can run `flutter run -d macos` from `devtools/packages/devtools_app`, -or you can run DevTools from your IDE with the `macOS` device selected. - -If this fails, you may need to run `flutter create .` from `devtools/packages/devtools_app` to generate -the updated files for your platform. If you want to run DevTools on Flutter desktop for Windows or Linux, -you will need to generate the files for this platform using the `flutter create .` command, and then run using -`flutter run -d `. - ### Enable and activate DCM (Dart Code Metrics) Enabling and activating DCM is optional. When you open a PR, the CI bots will show you any DCM warnings introduced diff --git a/DEBUGGING.md b/DEBUGGING.md new file mode 100644 index 00000000000..7575e1625b1 --- /dev/null +++ b/DEBUGGING.md @@ -0,0 +1,171 @@ + + +# Running and debugging DevTools + +There are a few different environments that you may need to run DevTools in. +After running DevTools in one of the environments below, connect to a test +application to debug DevTools runtime tooling (the majority of DevTools tools). +See the [Connect DevTools to a test +application](#connect-devtools-to-a-test-application) section below. + +## Frontend only (most common) + +Most of the time, you will not need to run DevTools with the DevTools server to +test your changes. You can run DevTools in debug mode as either a Flutter web +or Flutter desktop app. + +> Note: though DevTools is shipped as a Flutter Web app, we recommend +> developing as a Flutter Desktop app whenever possible for a more efficient +> development workflow. Please see the [running on Flutter +> desktop](#running-devtools-on-flutter-desktop) section below for +> instructions. + +- To run DevTools as a Flutter web app **from VS Code**, run with the + **devtools** configuration and the "Chrome" device. + - To run with experiments enabled, run from VS Code with the + **devtools + experiments** configuration. +- To run DevTools as a Flutter web app **from the command line**, run + `flutter run -d chrome`. + - To run with experiments enabled, add the flag + `--dart-define=enable_experiments=true`. + +## Frontend + DevTools server + +To develop with a workflow that exercises the DevTools server <==> DevTools +client connection, you will need to perform the following set up steps (first +time only). + +1. Clone the [Dart SDK](https://github.com/dart-lang/sdk) fron GitHub. +2. The `LOCAL_DART_SDK` environment variable needs to point to this path: + `export LOCAL_DART_SDK=/path/to/dart/sdk` + +If you are also developing server side code (e.g. the `devtools_shared` +package), you will need to modify the `devtools_shared` dependency override in +`sdk/pubspec.yaml` to point to your local `devtools_shared` package: + +```yaml +dependency_overrides: + devtools_shared: + path: /path/to/devtools/packages/devtools_shared +``` + +Then you can run DevTools with the server by running the following from +anywhere under the `devtools/` directory: + +1. To run the DevTools web app in release mode, served with the DevTools server + (this emulates the production environment): + + ``` + dt serve + ``` + +2. To run the DevTools web app in debug mode, with full debugging support, and + with a connection to a live DevTools server: + + ```sh + dt run + ``` + +Option 2 is useful for a quicker development cycle. The DevTools build time +will be faster, and you will be able to connect the DevTools web app to an IDE +or another DevTools instance for debugging purposes. + +To see the full list of arguments available for either command, please pass the +`-h` flag. + +## IDE-embedded DevTools experience + +### DevTools + VS Code integration + +To test the integration with VS Code, you can set up the Dart VS Code extension +to run DevTools and the server from your local source code. Follow the +[Frontend + DevTools server](#frontend--devtools-server) setup instructions +above. + +Open your VS Code settings (Run the +**Preferences: Open User Settings (JSON)** command from the command palette +(`F1`)) and add the following to your settings: + +```js +"dart.customDevTools": { + "path": "/absolute/path/to/devtools/repo", + "env": { + "LOCAL_DART_SDK": "/absolute/path/to/sdk", + // Path to the Flutter SDK that will be used to build DevTools. This may + // be the path to the included Flutter SDK under the tool/ directory or + // the path to your local Flutter SDK git checkout. + "FLUTTER_ROOT": "/absolute/path/to/devtools/tool/flutter-sdk" + }, + "args": [ + // Arguments that will be passed along to the `dt serve` command. + ], +}, +``` + +This instructs VS Code to run the `dt serve` command instead of running `dart +devtools`. You must set the `LOCAL_DART_SDK` and `FLUTTER_ROOT` env variables +correctly for the script to work. + +Next, restart VS Code (or run the **Developer: Reload Window** command from the +command palette (`F1`)) and DevTools will be run from your local source code. + +> Note: After making any code changes to DevTools or the server, you will need +> to re-run the **Developer: Reload Window** command to rebuild and restart the +> server. + +### Print-debugging + +In order to use and see `print()` calls, open VS Code's own Developer Tools via +the **Developer: Toggle Developer Tools** command from the command palette +(`F1`). `print()` calls are outputted to this Developer Tools panel, in the +**Console** screen. + +### DevTools + IntelliJ integration + +Follow instructions in the Flutter-IntelliJ repo's `CONTRIBUTING` guide: +[#developing-with-local-devtools](https://github.com/flutter/flutter-intellij/blob/master/CONTRIBUTING.md#developing-with-local-devtools) + +## Connect DevTools to a test application + +For working on most DevTools tools, a connection to a running Dart or Flutter +app is required. Run any Dart or Flutter app of your choice to connect it to +DevTools. Consider running +[veggieseasons](https://github.com/flutter/samples/tree/main/veggieseasons) or +another Flutter sample since those apps have plenty of interesting code to +debug. + +1. Run your Dart or Flutter app. + > Note: some DevTools features may be unavailable depending on the test app + > platform (Flutter native, Flutter web, Dart CLI, etc.) or run mode (debug, + > profile) you choose. +2. Copy the URI printed to the command line (you will use this URI to connect to + DevTools). + + ``` + "A Dart VM Service on iPhone 14 Pro Max is available at: " + ``` +3. Paste this URI into the connect dialog in DevTools and click "Connect". + + ![Connect dialog example](_markdown_images/connect_dialog_example.png) + +## Running DevTools on Flutter Desktop + +For a faster development cycle with hot reload, you can run DevTools on Flutter +desktop. Some DevTools features only work on the web, like the embedded +Perfetto trace viewer, DevTools extensions, or WASM support, but the +limitations on the desktop app are few. + +To run DevTools with the desktop embedder on MacOS, you can run `flutter run -d +macos` from `devtools/packages/devtools_app`, or you can run DevTools from your +IDE with the `macOS` device selected. + +If this fails, you may need to run `flutter create .` from +`devtools/packages/devtools_app` to generate the updated files for your +platform. If you want to run DevTools on Flutter desktop for Windows or Linux, +you will need to generate the files for this platform using the +`flutter create .` command, and then run using +`flutter run -d `. diff --git a/GEMINI.md b/GEMINI.md new file mode 100644 index 00000000000..4cc9c4ca9e8 --- /dev/null +++ b/GEMINI.md @@ -0,0 +1,24 @@ +# Repository rules + +When making changes to this code base, follow these rules, which are listed +in no particular order: +- `packages/devtools_shared` should never introduce a Flutter dependency or a +dependency on web-only Dart libraries. +- never import the `packages/devtools_app/lib/devtools_app.dart` file in code +that lives under `packages/devtools_app/lib/src/`. This file is okay to import +in code that lives under `packages/devtools_app/test/`. + +# Running tests + +Unit test and widget tests are all contained under a package's `test/` +directory. These tests should be run with `flutter test` in all packages except +for `packages/devtools_shared`, whose tests should be run with `dart test`. + +# Gemini Guidelines + +- Prefer to use MCP server tools over shell commands whenever possible. +- When you are done making code changes, ensure the code does not have analysis +errors or warnings. Also ensure it is formatted properly. You should have MCP +server tools available to you to perform these tasks. If not, you can get +analysis errors and warnings by running the `dart analyze` shell command, and +you can perform Dart formatting with the `dart format` shell command. diff --git a/TRIAGE.md b/TRIAGE.md index 532b97eabdb..331ff6a1d87 100644 --- a/TRIAGE.md +++ b/TRIAGE.md @@ -22,12 +22,13 @@ The triager should spend about ~1 hour per week on maintaining the health of the 1. Triage any [new flutter/devtools issues](https://github.com/flutter/devtools/issues?q=is%3Aopen+is%3Aissue+-label%3AP0%2CP1%2CP2%2CP3) by applying [proper labels](#label-the-issue) and [assigning priority](#prioritize-the-issue). -2. Triage any new [flutter/flutter issues related to DevTools](https://github.com/flutter/flutter/labels/d%3A%20devtools). +2. Triage any new flutter/flutter issues [related to DevTools](https://github.com/flutter/flutter/labels/a%3A%20devtools) or +[owned by the DevTools team](https://github.com/flutter/flutter/issues?q=is%3Aissue%20state%3Aopen%20label%3Ateam-devexp). Transfer any issues to the `flutter/devtools` repo that should be tracked on our own issue tracker, and close issues you find that are obsolete. -3. Try to reproduce any issues with the [reproduce to verify](https://github.com/flutter/devtools/labels/reproduce%20to%20verify) label. -4. Spend at least 20 minutes [cleaning up the issue backlog](#clean-up-the-issue-backlog). -5. Look through the DevTools discord [channel](https://discord.com/channels/608014603317936148/958862085297672282) for any recent user +4. Try to reproduce any issues with the [reproduce to verify](https://github.com/flutter/devtools/labels/reproduce%20to%20verify) label. +5. Spend at least 20 minutes [cleaning up the issue backlog](#clean-up-the-issue-backlog). +6. Look through the DevTools discord [channel](https://discord.com/channels/608014603317936148/958862085297672282) for any recent user questions or concerns that require a response. ### Label the issue diff --git a/analysis_options.yaml b/analysis_options.yaml index 866a2b7d3d0..f219cfddeae 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -71,7 +71,7 @@ linter: # - constant_identifier_names # https://github.com/dart-lang/linter/issues/204 - control_flow_in_finally - directives_ordering - # - discarded_futures # TODO(https://github.com/flutter/devtools/issues/9102): Re-enable. + - discarded_futures - empty_catches - empty_constructor_bodies - empty_statements @@ -127,6 +127,7 @@ linter: # - type_annotate_public_apis # subset of always_specify_types - type_init_formals - unawaited_futures + - unnecessary_async - unnecessary_brace_in_string_interps - unnecessary_const - unnecessary_getters_setters diff --git a/flutter-candidate.txt b/flutter-candidate.txt index 3dd922d589a..8416e715f5f 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt @@ -1 +1 @@ -ceec33f16beaccf5e7a86099f0544ea52a327b28 +86327198ff0678f46cbdfb3e12f1759d03aa768d diff --git a/packages/devtools_app/.vscode/launch.json b/packages/devtools_app/.vscode/launch.json index 2ab1290adfa..e0ad61c69dd 100644 --- a/packages/devtools_app/.vscode/launch.json +++ b/packages/devtools_app/.vscode/launch.json @@ -61,11 +61,20 @@ "request": "attach", }, { - "name": "standalone_ui/property_editor_sidebar", + "name": "property_editor_sidebar", "request": "launch", "type": "dart", "program": "test/test_infra/scenes/standalone_ui/property_editor_sidebar.stager_app.g.dart", }, + { + "name": "property_editor_sidebar + experiments", + "request": "launch", + "type": "dart", + "program": "test/test_infra/scenes/standalone_ui/property_editor_sidebar.stager_app.g.dart", + "args": [ + "--dart-define=enable_experiments=true" + ] + }, ] } diff --git a/packages/devtools_app/benchmark/devtools_benchmarks_test.dart b/packages/devtools_app/benchmark/devtools_benchmarks_test.dart index aa7cc2640b8..60819df5198 100644 --- a/packages/devtools_app/benchmark/devtools_benchmarks_test.dart +++ b/packages/devtools_app/benchmark/devtools_benchmarks_test.dart @@ -42,7 +42,7 @@ void main() { () async { await _runBenchmarks(useWasm: useWasm); }, - timeout: const Timeout(Duration(minutes: 10)), + timeout: const Timeout(Duration(minutes: 15)), retry: 1, ); } @@ -50,15 +50,20 @@ void main() { Future _runBenchmarks({bool useWasm = false}) async { stdout.writeln('Starting web benchmark tests ...'); + + final benchmarkPort = await _findAvailablePort(startingAt: 9999); + final chromePort = await _findAvailablePort(startingAt: benchmarkPort + 1); + final taskResult = await serveWebBenchmark( benchmarkAppDirectory: projectRootDirectory(), entryPoint: generateBenchmarkEntryPoint(useWasm: useWasm), - compilationOptions: - useWasm - ? const CompilationOptions.wasm() - : const CompilationOptions.js(), + compilationOptions: useWasm + ? const CompilationOptions.wasm() + : const CompilationOptions.js(), treeShakeIcons: false, benchmarkPath: benchmarkPath(useWasm: useWasm), + benchmarkServerPort: benchmarkPort, + chromeDebugPort: chromePort, ); stdout.writeln('Web benchmark tests finished.'); @@ -124,7 +129,7 @@ void _verifyScoresAgainstThresholds( }) { final identifier = '${devToolsBenchmark.id}.${useWasm ? 'wasm' : 'js'}'; stdout.writeln('Verifying $identifier scores against expected thresholds.'); - final benchmarkThresholds = _benchmarkThresholds(useWasm); + final benchmarkThresholds = _benchmarkThresholds(/*useWasm*/); expect( benchmarkThresholds.containsKey(devToolsBenchmark), isTrue, @@ -172,63 +177,50 @@ void _verifyScoresAgainstThresholds( } const _frameTimeFor60FPSInMicros = 16666.6; -const _frameTimeFor30FPSInMicros = 33333.3; +// const _frameTimeFor30FPSInMicros = 33333.3; /// Creates the expected [DevToolsBenchmark]s for the specified compiler. -/// -/// Note that some of the wasm benchmarks use a 30fps frame budget instead of -/// the 60fps frame budget due to https://issues.chromium.org/issues/396208308. -Map> _benchmarkThresholds(bool isWasm) => { - // Note that some of these benchmarks exceed the 60fps frame budget, - // especially the p90 benchmarks. - // - // See https://github.com/flutter/devtools/pull/8892 which exposes this. +Map> _benchmarkThresholds( + /*bool isWasm*/ +) => { DevToolsBenchmark.navigateThroughOfflineScreens: { ..._valuesForMetric( BenchmarkMetric.flutterFrameTotalTime, - avg: _frameTimeFor60FPSInMicros * 2, + avg: _frameTimeFor60FPSInMicros, p50: _frameTimeFor60FPSInMicros, - p90: _frameTimeFor60FPSInMicros * 6, + p90: _frameTimeFor60FPSInMicros, ), ..._valuesForMetric( BenchmarkMetric.flutterFrameBuildTime, - avg: _frameTimeFor60FPSInMicros * 2, + avg: _frameTimeFor60FPSInMicros, p50: _frameTimeFor60FPSInMicros, p90: _frameTimeFor60FPSInMicros, ), ..._valuesForMetric( BenchmarkMetric.flutterFrameRasterTime, - avg: _frameTimeFor60FPSInMicros * 2, + avg: _frameTimeFor60FPSInMicros, p50: _frameTimeFor60FPSInMicros, p90: _frameTimeFor60FPSInMicros, ), }, - // Note that some of these benchmarks exceed the 60fps frame budget, - // especially the p90 benchmarks. - // - // See https://github.com/flutter/devtools/pull/8892 which exposes this. DevToolsBenchmark.offlineCpuProfilerScreen: { ..._valuesForMetric( BenchmarkMetric.flutterFrameTotalTime, - avg: - (isWasm ? _frameTimeFor30FPSInMicros : _frameTimeFor60FPSInMicros) * - 2, - p50: isWasm ? _frameTimeFor30FPSInMicros * 2 : _frameTimeFor60FPSInMicros, - p90: _frameTimeFor60FPSInMicros * 6, + avg: _frameTimeFor60FPSInMicros, + p50: _frameTimeFor60FPSInMicros, + p90: _frameTimeFor60FPSInMicros, ), ..._valuesForMetric( BenchmarkMetric.flutterFrameBuildTime, - avg: _frameTimeFor60FPSInMicros * 2, + avg: _frameTimeFor60FPSInMicros, p50: _frameTimeFor60FPSInMicros, - p90: isWasm ? _frameTimeFor30FPSInMicros : _frameTimeFor60FPSInMicros, + p90: _frameTimeFor60FPSInMicros, ), ..._valuesForMetric( BenchmarkMetric.flutterFrameRasterTime, - avg: - (isWasm ? _frameTimeFor30FPSInMicros : _frameTimeFor60FPSInMicros) * - 2, - p50: isWasm ? _frameTimeFor30FPSInMicros * 2 : _frameTimeFor60FPSInMicros, - p90: isWasm ? _frameTimeFor30FPSInMicros * 3 : _frameTimeFor60FPSInMicros, + avg: _frameTimeFor60FPSInMicros, + p50: _frameTimeFor60FPSInMicros, + p90: _frameTimeFor60FPSInMicros, ), }, DevToolsBenchmark.offlinePerformanceScreen: { @@ -236,7 +228,7 @@ Map> _benchmarkThresholds(bool isWasm) => { BenchmarkMetric.flutterFrameTotalTime, avg: _frameTimeFor60FPSInMicros, p50: _frameTimeFor60FPSInMicros, - p90: _frameTimeFor30FPSInMicros, + p90: _frameTimeFor60FPSInMicros, ), ..._valuesForMetric( BenchmarkMetric.flutterFrameBuildTime, @@ -269,3 +261,22 @@ String _generateScoreName( BenchmarkMetric metric, BenchmarkMetricComputation computation, ) => '${metric.label}.${computation.name}'; + +Future _findAvailablePort({required int startingAt}) async { + int port = startingAt; + while (!await _isPortAvailable(port)) { + port++; + } + return port; +} + +Future _isPortAvailable(int port) async { + try { + final RawSocket socket = await RawSocket.connect('localhost', port); + socket.shutdown(SocketDirection.both); + await socket.close(); + return false; + } on SocketException { + return true; + } +} diff --git a/packages/devtools_app/benchmark/scripts/run_benchmarks.dart b/packages/devtools_app/benchmark/scripts/run_benchmarks.dart index bc0dd115e78..797821a024d 100644 --- a/packages/devtools_app/benchmark/scripts/run_benchmarks.dart +++ b/packages/devtools_app/benchmark/scripts/run_benchmarks.dart @@ -56,10 +56,9 @@ Future runBenchmarks({ await serveWebBenchmark( benchmarkAppDirectory: projectRootDirectory(), entryPoint: generateBenchmarkEntryPoint(useWasm: useWasm), - compilationOptions: - useWasm - ? const CompilationOptions.wasm() - : const CompilationOptions.js(), + compilationOptions: useWasm + ? const CompilationOptions.wasm() + : const CompilationOptions.js(), treeShakeIcons: false, benchmarkPath: benchmarkPath(useWasm: useWasm), headless: !useBrowser, diff --git a/packages/devtools_app/benchmark/test_infra/client/client_shared.dart b/packages/devtools_app/benchmark/test_infra/client/client_shared.dart index 3e33cbdf969..be919a56e9a 100644 --- a/packages/devtools_app/benchmark/test_infra/client/client_shared.dart +++ b/packages/devtools_app/benchmark/test_infra/client/client_shared.dart @@ -10,16 +10,11 @@ import '../devtools_recorder.dart'; typedef RecorderFactory = Recorder Function(); final benchmarks = { - DevToolsBenchmark.navigateThroughOfflineScreens.id: - () => DevToolsRecorder( - benchmark: DevToolsBenchmark.navigateThroughOfflineScreens, - ), - DevToolsBenchmark.offlineCpuProfilerScreen.id: - () => DevToolsRecorder( - benchmark: DevToolsBenchmark.offlineCpuProfilerScreen, - ), - DevToolsBenchmark.offlinePerformanceScreen.id: - () => DevToolsRecorder( - benchmark: DevToolsBenchmark.offlinePerformanceScreen, - ), + DevToolsBenchmark.navigateThroughOfflineScreens.id: () => DevToolsRecorder( + benchmark: DevToolsBenchmark.navigateThroughOfflineScreens, + ), + DevToolsBenchmark.offlineCpuProfilerScreen.id: () => + DevToolsRecorder(benchmark: DevToolsBenchmark.offlineCpuProfilerScreen), + DevToolsBenchmark.offlinePerformanceScreen.id: () => + DevToolsRecorder(benchmark: DevToolsBenchmark.offlinePerformanceScreen), }; diff --git a/packages/devtools_app/benchmark/test_infra/common.dart b/packages/devtools_app/benchmark/test_infra/common.dart index d6b9dcb2fb1..32ab6438d34 100644 --- a/packages/devtools_app/benchmark/test_infra/common.dart +++ b/packages/devtools_app/benchmark/test_infra/common.dart @@ -10,13 +10,12 @@ /// found" in DevTools. const _benchmarkInitialPage = ''; -const _wasmQueryParameters = {'wasm': 'true'}; +const _wasmQueryParameters = {'compiler': 'wasm'}; -String benchmarkPath({required bool useWasm}) => - Uri( - path: _benchmarkInitialPage, - queryParameters: useWasm ? _wasmQueryParameters : null, - ).toString(); +String benchmarkPath({required bool useWasm}) => Uri( + path: _benchmarkInitialPage, + queryParameters: useWasm ? _wasmQueryParameters : null, +).toString(); String generateBenchmarkEntryPoint({required bool useWasm}) { return 'benchmark/test_infra/client/client_${useWasm ? 'wasm' : 'js'}.dart'; diff --git a/packages/devtools_app/benchmark/web_bundle_size_test.dart b/packages/devtools_app/benchmark/web_bundle_size_test.dart index 3318c4cdc1f..ac5a8a053ba 100644 --- a/packages/devtools_app/benchmark/web_bundle_size_test.dart +++ b/packages/devtools_app/benchmark/web_bundle_size_test.dart @@ -11,7 +11,7 @@ import 'package:path/path.dart' as path; import 'package:test/test.dart'; // Benchmark size in kB. -const bundleSizeBenchmark = 5400; +const bundleSizeBenchmark = 5500; const gzipBundleSizeBenchmark = 1650; void main() { diff --git a/packages/devtools_app/icons/widget-select-dgrey.png b/packages/devtools_app/icons/widget-select-dgrey.png deleted file mode 100644 index 40ade7a597f..00000000000 Binary files a/packages/devtools_app/icons/widget-select-dgrey.png and /dev/null differ diff --git a/packages/devtools_app/icons/widget-select-lgrey.png b/packages/devtools_app/icons/widget-select-lgrey.png deleted file mode 100644 index a13d87348f9..00000000000 Binary files a/packages/devtools_app/icons/widget-select-lgrey.png and /dev/null differ diff --git a/packages/devtools_app/icons/widget-select-white.png b/packages/devtools_app/icons/widget-select-white.png deleted file mode 100644 index bb3e7f9ad7f..00000000000 Binary files a/packages/devtools_app/icons/widget-select-white.png and /dev/null differ diff --git a/packages/devtools_app/integration_test/README.md b/packages/devtools_app/integration_test/README.md index 510f090a464..ec6f9c317cd 100644 --- a/packages/devtools_app/integration_test/README.md +++ b/packages/devtools_app/integration_test/README.md @@ -68,11 +68,6 @@ xattr -d com.apple.quarantine ~/path/to/chromedriver * `--update-goldens`: behaves like the `--update-goldens` flag for Flutter unit tests, updating the golden images to the results produced by the test run. -The following flags are available, but should not be used manually. To run a -test with offline data or with experiments enabled, place the test in the proper -directory, and the `run_tests.dart` script will propagate the proper flag values -automatically (see [instructions below](#where-to-add-an-integration-test)). - # Where to add an integration test Where you should place your integration test will depend on the answers to the @@ -86,8 +81,9 @@ following questions: ## "live connection" integration tests -Tests under `integration_test/test/live_connection` will run DevTools and -connect it to a live Dart or Flutter application. +Tests under `integration_test/test/live_connection` will: +* run a "test app" (a Dart application or a Flutter app), and +* run DevTools, connecting it to that test app. ## "offline" integration tests @@ -114,3 +110,21 @@ For a list of such arguments, see [_in_file_args.dart](test_infra/run/_in_file_args.dart). For an example of usage, see [eval_and_browse_test.dart](test/live_connection/eval_and_browse_test.dart). + +# Debugging + +There is not an easy setup for debugging a DevTools integration test from an +IDE. But print debugging can be applied as follows: + +* To log the steps of the test script execution, you can set + [`debugTestScript`][] to `true`. +* In the test code, (the "target" of the integration test command), `print` or + [`logStatus`][] will print to the terminal. +* In the "test app," there is no acccess to any `print`ed output. If the app + has access to `dart:io`, you can still log to a file, as easy as + `io.File('some-file.txt').writeAsStringSync('...');`. + + + +[`debugTestScript`]: https://github.com/flutter/devtools/blob/master/packages/devtools_app/integration_test/test_infra/run/_utils.dart/#L7 +[`logStatus`]: https://github.com/flutter/devtools/blob/master/packages/devtools_test/lib/src/helpers/utils.dart#L243 diff --git a/packages/devtools_app/integration_test/run_tests.dart b/packages/devtools_app/integration_test/run_tests.dart index d2a4d978c95..e5dee8cb64b 100644 --- a/packages/devtools_app/integration_test/run_tests.dart +++ b/packages/devtools_app/integration_test/run_tests.dart @@ -55,8 +55,8 @@ void main(List args) async { testRunnerArgs: testRunnerArgs, runTest: _runTest, newArgsGenerator: (args) => DevToolsAppTestRunnerArgs(args), - testIsSupported: - (testFile) => testRunnerArgs.testAppDevice.supportsTest(testFile.path), + testIsSupported: (testFile) => + testRunnerArgs.testAppDevice.supportsTest(testFile.path), debugLogging: debugTestScript, ); } diff --git a/packages/devtools_app/integration_test/test/live_connection/app_test.dart b/packages/devtools_app/integration_test/test/live_connection/app_test.dart index 66035955bd5..2b40eaacafd 100644 --- a/packages/devtools_app/integration_test/test/live_connection/app_test.dart +++ b/packages/devtools_app/integration_test/test/live_connection/app_test.dart @@ -25,7 +25,9 @@ void main() { await resetHistory(); }); - testWidgets('connect to app and switch tabs', (tester) async { + testWidgets('connect to app and switch tabs', timeout: shortTimeout, ( + tester, + ) async { await pumpAndConnectDevTools(tester, testApp); // For the sake of this test, do not show extension screens by default. diff --git a/packages/devtools_app/integration_test/test/live_connection/debugger_panel_test.dart b/packages/devtools_app/integration_test/test/live_connection/debugger_panel_test.dart index feb7865cbb8..58b5a097344 100644 --- a/packages/devtools_app/integration_test/test/live_connection/debugger_panel_test.dart +++ b/packages/devtools_app/integration_test/test/live_connection/debugger_panel_test.dart @@ -29,7 +29,7 @@ void main() { expect(testApp.vmServiceUri, isNotNull); }); - testWidgets('Debugger panel', (tester) async { + testWidgets('Debugger panel', timeout: longTimeout, (tester) async { await pumpAndConnectDevTools(tester, testApp); await switchToScreen( tester, diff --git a/packages/devtools_app/integration_test/test/live_connection/devtools_extensions_test.dart b/packages/devtools_app/integration_test/test/live_connection/devtools_extensions_test.dart index b1350535f41..2792f16398d 100644 --- a/packages/devtools_app/integration_test/test/live_connection/devtools_extensions_test.dart +++ b/packages/devtools_app/integration_test/test/live_connection/devtools_extensions_test.dart @@ -2,6 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. +// Do not delete these arguments. They are parsed by test runner. +// +// TODO(https://github.com/flutter/devtools/issues/9378): Re-enable arguments by +// changing "skip-" to "test-" below. +// skip-argument:startDevToolsServer=true +// skip-argument:appPath="../devtools_extensions/example/app_that_uses_foo" + import 'package:devtools_app/devtools_app.dart'; import 'package:devtools_app/src/extensions/embedded/view.dart'; import 'package:devtools_app/src/extensions/extension_screen.dart'; @@ -37,35 +44,37 @@ void main() { resetDevToolsExtensionEnabledStates(); }); - testWidgets('end to end extensions flow', (tester) async { + testWidgets('end to end extensions flow', timeout: mediumTimeout, ( + tester, + ) async { await pumpDevTools(tester); - logStatus( - 'verify static extensions are available before connecting to an app', - ); - expect(extensionService.availableExtensions.length, 3); - expect(extensionService.visibleExtensions.length, 3); - await _verifyExtensionsSettingsMenu(tester, [ - ExtensionEnabledState.none, // bar - ExtensionEnabledState.none, // baz - ExtensionEnabledState.none, // foo - ]); + // TODO(https://github.com/flutter/devtools/issues/9196): re-enable this + // test verification once DTD can be started from the integration test + // harness. + // logStatus( + // 'verify static extensions are available before connecting to an app', + // ); + // expect(extensionService.availableExtensions.length, 2); + // expect(extensionService.visibleExtensions.length, 2); + // await _verifyExtensionsSettingsMenu(tester, [ + // ExtensionEnabledState.none, // dart_foo + // ExtensionEnabledState.none, // standalone_extension + // ]); await connectToTestApp(tester, testApp); - expect(extensionService.availableExtensions.length, 5); - expect(extensionService.visibleExtensions.length, 5); + expect(extensionService.availableExtensions.length, 3); + expect(extensionService.visibleExtensions.length, 3); await _verifyExtensionsSettingsMenu(tester, [ - ExtensionEnabledState.none, // bar - ExtensionEnabledState.none, // baz + ExtensionEnabledState.none, // dart_foo ExtensionEnabledState.none, // foo - ExtensionEnabledState.none, // provider - ExtensionEnabledState.none, // some_tool + ExtensionEnabledState.none, // standalone_extension ], closeMenuWhenDone: false); await _verifyExtensionVisibilitySetting(tester); - // Bar extension. + // dart_foo extension. // Enable, test context menu actions, then disable from context menu. await _switchToExtensionScreen( tester, @@ -74,31 +83,27 @@ void main() { ); await _answerEnableExtensionPrompt(tester, enable: true); await _verifyExtensionsSettingsMenu(tester, [ - ExtensionEnabledState.enabled, // bar - ExtensionEnabledState.none, // baz + ExtensionEnabledState.enabled, // dart_foo ExtensionEnabledState.none, // foo - ExtensionEnabledState.none, // provider - ExtensionEnabledState.none, // some_tool + ExtensionEnabledState.none, // standalone_extension ]); await _verifyContextMenuActionsAndDisable(tester); - expect(extensionService.availableExtensions.length, 5); - expect(extensionService.visibleExtensions.length, 4); + expect(extensionService.availableExtensions.length, 3); + expect(extensionService.visibleExtensions.length, 2); await _verifyExtensionTabVisibility( tester, extensionIndex: 0, visible: false, ); await _verifyExtensionsSettingsMenu(tester, [ - ExtensionEnabledState.disabled, // bar - ExtensionEnabledState.none, // baz + ExtensionEnabledState.disabled, // dart_foo ExtensionEnabledState.none, // foo - ExtensionEnabledState.none, // provider - ExtensionEnabledState.none, // some_tool + ExtensionEnabledState.none, // standalone_extension ]); - // Baz extension. Hide immediately. + // foo extension. Hide immediately. await _switchToExtensionScreen( tester, extensionIndex: 1, @@ -106,40 +111,36 @@ void main() { ); await _answerEnableExtensionPrompt(tester, enable: false); - expect(extensionService.availableExtensions.length, 5); - expect(extensionService.visibleExtensions.length, 3); + expect(extensionService.availableExtensions.length, 3); + expect(extensionService.visibleExtensions.length, 1); await _verifyExtensionTabVisibility( tester, extensionIndex: 1, visible: false, ); await _verifyExtensionsSettingsMenu(tester, [ - ExtensionEnabledState.disabled, // bar - ExtensionEnabledState.disabled, // baz - ExtensionEnabledState.none, // foo - ExtensionEnabledState.none, // provider - ExtensionEnabledState.none, // some_tool + ExtensionEnabledState.disabled, // dart_foo + ExtensionEnabledState.disabled, // foo + ExtensionEnabledState.none, // standalone_extension ]); - // Re-enable Baz extension from the extensions settings menu. + // Re-enable foo extension from the extensions settings menu. logStatus('verify we can re-enable an extension from the settings menu'); await _changeExtensionSetting(tester, extensionIndex: 1, enable: true); - expect(extensionService.availableExtensions.length, 5); - expect(extensionService.visibleExtensions.length, 4); + expect(extensionService.availableExtensions.length, 3); + expect(extensionService.visibleExtensions.length, 2); await _switchToExtensionScreen(tester, extensionIndex: 1); expect(find.byType(EnableExtensionPrompt), findsNothing); expect(find.byType(EmbeddedExtensionView), findsOneWidget); expect(find.byType(HtmlElementView), findsOneWidget); await _verifyExtensionsSettingsMenu(tester, [ - ExtensionEnabledState.disabled, // bar - ExtensionEnabledState.enabled, // baz - ExtensionEnabledState.none, // foo - ExtensionEnabledState.none, // provider - ExtensionEnabledState.none, // some_tool + ExtensionEnabledState.disabled, // dart_foo + ExtensionEnabledState.enabled, // foo + ExtensionEnabledState.none, // standalone_extension ]); - // Foo extension. Disable directly from settings menu. + // standalone_extension. Disable directly from settings menu. logStatus( 'verify we can disable an extension screen directly from the settings menu', ); @@ -151,21 +152,20 @@ void main() { logStatus('disable the extension from the settings menu'); await _changeExtensionSetting(tester, extensionIndex: 2, enable: false); - expect(extensionService.availableExtensions.length, 5); - expect(extensionService.visibleExtensions.length, 3); + expect(extensionService.availableExtensions.length, 3); + expect(extensionService.visibleExtensions.length, 1); await _verifyExtensionTabVisibility( tester, extensionIndex: 2, visible: false, ); await _verifyExtensionsSettingsMenu(tester, [ - ExtensionEnabledState.disabled, // bar - ExtensionEnabledState.enabled, // baz - ExtensionEnabledState.disabled, // foo - ExtensionEnabledState.none, // provider - ExtensionEnabledState.none, // some_tool + ExtensionEnabledState.disabled, // dart_foo + ExtensionEnabledState.enabled, // foo + ExtensionEnabledState.disabled, // standalone_extension ]); - }); + // TODO(https://github.com/flutter/devtools/issues/9378): Re-enable test. + }, skip: true); } Future _switchToExtensionScreen( @@ -268,11 +268,10 @@ Future _verifyExtensionsSettingsMenu( await _openExtensionSettingsMenu(tester); expect(find.byType(ExtensionSetting), findsNWidgets(enabledStates.length)); - final toggleButtonGroups = - tester - .widgetList(find.byType(DevToolsToggleButtonGroup)) - .cast() - .toList(); + final toggleButtonGroups = tester + .widgetList(find.byType(DevToolsToggleButtonGroup)) + .cast() + .toList(); for (int i = 0; i < toggleButtonGroups.length; i++) { logStatus('verify extension settings toggle button states (index $i)'); final group = toggleButtonGroups[i]; @@ -313,11 +312,10 @@ Future _changeExtensionSetting( 'changing the extension setting at index $extensionIndex to value $settingValue', ); await _openExtensionSettingsMenu(tester); - final extensionSetting = - tester - .widgetList(find.byType(DevToolsToggleButtonGroup)) - .cast() - .toList()[extensionIndex]; + final extensionSetting = tester + .widgetList(find.byType(DevToolsToggleButtonGroup)) + .cast() + .toList()[extensionIndex]; await tester.tap( find.descendant( of: find.byWidget(extensionSetting), @@ -334,7 +332,7 @@ Future _verifyExtensionVisibilitySetting(WidgetTester tester) async { preferences.devToolsExtensions.showOnlyEnabledExtensions.value, isFalse, ); - expect(extensionService.visibleExtensions.length, 5); + expect(extensionService.visibleExtensions.length, 3); // No need to open the settings menu as it should already be open. await _toggleShowOnlyEnabledExtensions(tester); expect( @@ -349,7 +347,7 @@ Future _verifyExtensionVisibilitySetting(WidgetTester tester) async { preferences.devToolsExtensions.showOnlyEnabledExtensions.value, isFalse, ); - expect(extensionService.visibleExtensions.length, 5); + expect(extensionService.visibleExtensions.length, 3); await _closeExtensionSettingsMenu(tester); } diff --git a/packages/devtools_app/integration_test/test/live_connection/eval_and_browse_test.dart b/packages/devtools_app/integration_test/test/live_connection/eval_and_browse_test.dart index f37ba180d01..3fa80f76193 100644 --- a/packages/devtools_app/integration_test/test/live_connection/eval_and_browse_test.dart +++ b/packages/devtools_app/integration_test/test/live_connection/eval_and_browse_test.dart @@ -30,7 +30,7 @@ void main() { await resetHistory(); }); - testWidgets('memory eval and browse', (tester) async { + testWidgets('memory eval and browse', timeout: mediumTimeout, (tester) async { await pumpAndConnectDevTools(tester, testApp); final evalTester = EvalTester(tester); diff --git a/packages/devtools_app/integration_test/test/live_connection/eval_and_inspect_test.dart b/packages/devtools_app/integration_test/test/live_connection/eval_and_inspect_test.dart index 43baef74519..be03ece7984 100644 --- a/packages/devtools_app/integration_test/test/live_connection/eval_and_inspect_test.dart +++ b/packages/devtools_app/integration_test/test/live_connection/eval_and_inspect_test.dart @@ -32,7 +32,9 @@ void main() { await resetHistory(); }); - testWidgets('eval with scope in inspector window', (tester) async { + testWidgets('eval with scope in inspector window', timeout: mediumTimeout, ( + tester, + ) async { await pumpAndConnectDevTools(tester, testApp); final evalTester = EvalTester(tester); @@ -47,6 +49,7 @@ void main() { testWidgets( 'eval with scope on widget tree node', + timeout: mediumTimeout, (tester) async { await pumpAndConnectDevTools(tester, testApp); diff --git a/packages/devtools_app/integration_test/test/live_connection/export_snapshot_test.dart b/packages/devtools_app/integration_test/test/live_connection/export_snapshot_test.dart index e5d57792c5c..673c3c55787 100644 --- a/packages/devtools_app/integration_test/test/live_connection/export_snapshot_test.dart +++ b/packages/devtools_app/integration_test/test/live_connection/export_snapshot_test.dart @@ -25,7 +25,7 @@ void main() { await resetHistory(); }); - testWidgets('Export snapshot', (tester) async { + testWidgets('Export snapshot', timeout: shortTimeout, (tester) async { await pumpAndConnectDevTools(tester, testApp); await prepareMemoryUI(tester); await takeHeapSnapshot(tester); diff --git a/packages/devtools_app/integration_test/test/live_connection/network_screen_test.dart b/packages/devtools_app/integration_test/test/live_connection/network_screen_test.dart index 351cd512574..93dd9eb763b 100644 --- a/packages/devtools_app/integration_test/test/live_connection/network_screen_test.dart +++ b/packages/devtools_app/integration_test/test/live_connection/network_screen_test.dart @@ -10,7 +10,6 @@ import 'package:devtools_app/src/shared/table/table.dart' show DevToolsTable; import 'package:devtools_test/helpers.dart'; import 'package:devtools_test/integration_test.dart'; import 'package:flutter_test/flutter_test.dart'; -import 'package:http/http.dart' as http; import 'package:integration_test/integration_test.dart'; // To run: @@ -28,63 +27,62 @@ void main() { tearDown(() async { await resetHistory(); - await http.get(Uri.parse('http://localhost:${testApp.controlPort}/exit/')); }); - testWidgets('nnn', (tester) async { + testWidgets('network screen test', timeout: mediumTimeout, (tester) async { await pumpAndConnectDevTools(tester, testApp); await _prepareNetworkScreen(tester); - final helper = _NetworkScreenHelper(tester, testApp.controlPort!); + final helper = _NetworkScreenHelper(tester); // Instruct the app to make a GET request via the dart:io HttpClient. - await helper.triggerRequest('get/'); + await helper.triggerRequest('get'); _expectInRequestTable('GET'); await helper.clear(); // Instruct the app to make a POST request via the dart:io HttpClient. - await helper.triggerRequest('post/'); + await helper.triggerRequest('post'); _expectInRequestTable('POST'); await helper.clear(); // Instruct the app to make a PUT request via the dart:io HttpClient. - await helper.triggerRequest('put/'); + await helper.triggerRequest('put'); _expectInRequestTable('PUT'); await helper.clear(); // Instruct the app to make a DELETE request via the dart:io HttpClient. - await helper.triggerRequest('delete/'); + await helper.triggerRequest('delete'); _expectInRequestTable('DELETE'); await helper.clear(); // Instruct the app to make a GET request via the 'http' package. - await helper.triggerRequest('packageHttp/get/'); + await helper.triggerRequest('packageHttpGet'); _expectInRequestTable('GET'); await helper.clear(); // Instruct the app to make a POST request via the 'http' package. - await helper.triggerRequest('packageHttp/post/'); + await helper.triggerRequest('packageHttpPost'); _expectInRequestTable('POST'); await helper.clear(); // Instruct the app to make a GET request via Dio. - await helper.triggerRequest('dio/get/'); + await helper.triggerRequest('dioGet'); _expectInRequestTable('GET'); await helper.clear(); // Instruct the app to make a POST request via Dio. - await helper.triggerRequest('dio/post/'); + await helper.triggerRequest('dioPost'); _expectInRequestTable('POST'); + + await helper.triggerExit(); }); } final class _NetworkScreenHelper { - _NetworkScreenHelper(this._tester, this._controlPort); + _NetworkScreenHelper(this._tester); final WidgetTester _tester; - final int _controlPort; - Future clear() async { // Press the 'Clear' button between tests. await _tester.tap(find.text('Clear')); @@ -95,11 +93,28 @@ final class _NetworkScreenHelper { ); } - Future triggerRequest(String path) async { - await http.get(Uri.parse('http://localhost:$_controlPort/$path')); + Future triggerExit() async { + final response = await serviceConnection.serviceManager + .callServiceExtensionOnMainIsolate('ext.networking_app.exit'); + logStatus(response.toString()); + await Future.delayed(const Duration(milliseconds: 200)); await _tester.pump(safePumpDuration); } + + Future triggerRequest( + String requestType, { + bool hasBody = false, + }) async { + final response = await serviceConnection.serviceManager + .callServiceExtensionOnMainIsolate( + 'ext.networking_app.makeRequest', + args: {'requestType': requestType, 'hasBody': hasBody}, + ); + logStatus(response.toString()); + + await _tester.pump(safePumpDuration); + } } void _expectInRequestTable(String text) { diff --git a/packages/devtools_app/integration_test/test/live_connection/performance_screen_event_recording_test.dart b/packages/devtools_app/integration_test/test/live_connection/performance_screen_event_recording_test.dart index 2a00a8d91bd..dd34a1c8811 100644 --- a/packages/devtools_app/integration_test/test/live_connection/performance_screen_event_recording_test.dart +++ b/packages/devtools_app/integration_test/test/live_connection/performance_screen_event_recording_test.dart @@ -24,7 +24,9 @@ void main() { expect(testApp.vmServiceUri, isNotNull); }); - testWidgets('can process and refresh timeline data', (tester) async { + testWidgets('can process and refresh timeline data', timeout: longTimeout, ( + tester, + ) async { await pumpAndConnectDevTools(tester, testApp); logStatus( diff --git a/packages/devtools_app/integration_test/test/live_connection/service_connection_test.dart b/packages/devtools_app/integration_test/test/live_connection/service_connection_test.dart index c672a1139d5..93e3f5f335b 100644 --- a/packages/devtools_app/integration_test/test/live_connection/service_connection_test.dart +++ b/packages/devtools_app/integration_test/test/live_connection/service_connection_test.dart @@ -27,7 +27,9 @@ void main() { await resetHistory(); }); - testWidgets('initial service connection state', (tester) async { + testWidgets('initial service connection state', timeout: mediumTimeout, ( + tester, + ) async { await pumpAndConnectDevTools(tester, testApp); // Await a delay to ensure the service extensions have had a chance to @@ -87,17 +89,16 @@ void main() { ); logStatus('verify managers have all been initialized'); - expect(serviceConnection.serviceManager.isolateManager, isNotNull); expect(serviceConnection.serviceManager.serviceExtensionManager, isNotNull); - expect(serviceConnection.vmFlagManager, isNotNull); expect( serviceConnection.serviceManager.isolateManager.isolates.value, isNotEmpty, ); expect(serviceConnection.vmFlagManager.flags.value, isNotNull); - if (serviceConnection.serviceManager.isolateManager.selectedIsolate.value == - null) { + final selectedIsolate = + serviceConnection.serviceManager.isolateManager.selectedIsolate; + if (selectedIsolate.value == null) { await whenValueNonNull( serviceConnection.serviceManager.isolateManager.selectedIsolate, ); diff --git a/packages/devtools_app/integration_test/test/live_connection/service_extensions_test.dart b/packages/devtools_app/integration_test/test/live_connection/service_extensions_test.dart index 8b011a088de..18105d3f41d 100644 --- a/packages/devtools_app/integration_test/test/live_connection/service_extensions_test.dart +++ b/packages/devtools_app/integration_test/test/live_connection/service_extensions_test.dart @@ -37,7 +37,7 @@ void main() { testWidgets( 'can call services and service extensions', - + timeout: mediumTimeout, (tester) async { await pumpAndConnectDevTools(tester, testApp); await tester.pump(longDuration); @@ -75,58 +75,62 @@ void main() { skip: true, // https://github.com/flutter/devtools/issues/8107 ); - testWidgets('loads initial extension states from device', (tester) async { - await pumpAndConnectDevTools(tester, testApp); - await tester.pump(longDuration); - - // Ensure all futures are completed before running checks. - final service = serviceConnection.serviceManager.service!; - await service.allFuturesCompleted; - - final serviceExtensionsToEnable = [ - (extensions.debugPaint.extension, true), - (extensions.slowAnimations.extension, 5.0), - (extensions.togglePlatformMode.extension, 'iOS'), - ]; - - logStatus('enabling service extensions on the test device'); - // Enable a service extension of each type (boolean, numeric, string). - for (final ext in serviceExtensionsToEnable) { - await serviceConnection.serviceManager.serviceExtensionManager - .setServiceExtensionState(ext.$1, enabled: true, value: ext.$2); - } - - logStatus('disconnecting from the test device'); - await disconnectFromTestApp(tester); - - for (final ext in serviceExtensionsToEnable) { - expect( - serviceConnection.serviceManager.serviceExtensionManager - .isServiceExtensionAvailable(ext.$1), - isFalse, - ); - } + testWidgets( + 'loads initial extension states from device', + timeout: const Timeout(Duration(minutes: 3)), + (tester) async { + await pumpAndConnectDevTools(tester, testApp); + await tester.pump(longDuration); - logStatus('reconnecting to the test device'); - await connectToTestApp(tester, testApp); + // Ensure all futures are completed before running checks. + final service = serviceConnection.serviceManager.service!; + await service.allFuturesCompleted; + + final serviceExtensionsToEnable = [ + (extensions.debugPaint.extension, true), + (extensions.slowAnimations.extension, 5.0), + (extensions.togglePlatformMode.extension, 'iOS'), + ]; + + logStatus('enabling service extensions on the test device'); + // Enable a service extension of each type (boolean, numeric, string). + for (final ext in serviceExtensionsToEnable) { + await serviceConnection.serviceManager.serviceExtensionManager + .setServiceExtensionState(ext.$1, enabled: true, value: ext.$2); + } + + logStatus('disconnecting from the test device'); + await disconnectFromTestApp(tester); - logStatus('verify extension states have been restored from the device'); - for (final ext in serviceExtensionsToEnable) { - expect( - serviceConnection.serviceManager.serviceExtensionManager - .isServiceExtensionAvailable(ext.$1), - isTrue, - reason: 'Expect ${ext.$1} to be available', - ); - await _verifyExtensionStateInServiceManager( - ext.$1, - enabled: true, - value: ext.$2, - ); - } + for (final ext in serviceExtensionsToEnable) { + expect( + serviceConnection.serviceManager.serviceExtensionManager + .isServiceExtensionAvailable(ext.$1), + isFalse, + ); + } + + logStatus('reconnecting to the test device'); + await connectToTestApp(tester, testApp); + + logStatus('verify extension states have been restored from the device'); + for (final ext in serviceExtensionsToEnable) { + expect( + serviceConnection.serviceManager.serviceExtensionManager + .isServiceExtensionAvailable(ext.$1), + isTrue, + reason: 'Expect ${ext.$1} to be available', + ); + await _verifyExtensionStateInServiceManager( + ext.$1, + enabled: true, + value: ext.$2, + ); + } - await disconnectFromTestApp(tester); - }); + await disconnectFromTestApp(tester); + }, + ); } Future _verifyBooleanExtension(WidgetTester tester) async { diff --git a/packages/devtools_app/integration_test/test/offline/memory_offline_data_test.dart b/packages/devtools_app/integration_test/test/offline/memory_offline_data_test.dart index 15461c2f235..86a49697d93 100644 --- a/packages/devtools_app/integration_test/test/offline/memory_offline_data_test.dart +++ b/packages/devtools_app/integration_test/test/offline/memory_offline_data_test.dart @@ -14,7 +14,9 @@ import 'package:integration_test/integration_test.dart'; void main() { IntegrationTestWidgetsFlutterBinding.ensureInitialized(); - testWidgets('Memory screen can load offline data', (tester) async { + testWidgets('Memory screen can load offline data', timeout: mediumTimeout, ( + tester, + ) async { await pumpDevTools(tester); logStatus('1 - pumped devtools'); await loadSampleData(tester, memoryFileName); diff --git a/packages/devtools_app/integration_test/test/offline/perfetto_test.dart b/packages/devtools_app/integration_test/test/offline/perfetto_test.dart index 1cefd067f4b..f2fb3c30ed7 100644 --- a/packages/devtools_app/integration_test/test/offline/perfetto_test.dart +++ b/packages/devtools_app/integration_test/test/offline/perfetto_test.dart @@ -19,6 +19,7 @@ void main() { testWidgets( 'Perfetto trace viewer loads data and scrolls for Flutter frames', + timeout: mediumTimeout, (tester) async { await pumpDevTools(tester); await loadSampleData(tester, performanceFileName); diff --git a/packages/devtools_app/integration_test/test_infra/run/_in_file_args.dart b/packages/devtools_app/integration_test/test_infra/run/_in_file_args.dart index fc2eebada05..e376ce13bbf 100644 --- a/packages/devtools_app/integration_test/test_infra/run/_in_file_args.dart +++ b/packages/devtools_app/integration_test/test_infra/run/_in_file_args.dart @@ -39,13 +39,18 @@ class TestFileArgs { TestFileArgs._parse( Map<_TestFileArgItems, dynamic> args, { required this.appPath, - }) : experimentsOn = args[_TestFileArgItems.experimentsOn] ?? false; + }) : experimentsOn = args[_TestFileArgItems.experimentsOn] ?? false, + startDevToolsServer = + args[_TestFileArgItems.startDevToolsServer] ?? false; + + /// The path to the application to connect to. + final String appPath; /// Whether experiments are enabled in the test. final bool experimentsOn; - /// The path to the application to connect to. - final String appPath; + /// Whether the DevTools server should be started and connected to DevTools. + final bool startDevToolsServer; /// Parses 'test-argument' comments in [fileContent]. static Map<_TestFileArgItems, dynamic> _parseFileContent(String fileContent) { @@ -62,4 +67,15 @@ class TestFileArgs { } /// The different arguments accepted as "file args." -enum _TestFileArgItems { experimentsOn, appPath } +enum _TestFileArgItems { + /// The path to the Dart or Flutter application to run and connect to DevTools + /// for this test. + appPath, + + /// Whether to enable DevTools experimental features for this test. + experimentsOn, + + /// Whether to start the DevTools server and connect it to DevTools for this + /// test. + startDevToolsServer, +} diff --git a/packages/devtools_app/integration_test/test_infra/run/_test_app_driver.dart b/packages/devtools_app/integration_test/test_infra/run/_test_app_driver.dart index 917b0ede36d..cd3c843a291 100644 --- a/packages/devtools_app/integration_test/test_infra/run/_test_app_driver.dart +++ b/packages/devtools_app/integration_test/test_infra/run/_test_app_driver.dart @@ -133,10 +133,9 @@ class TestFlutterApp extends IntegrationTestApp { return _timeoutWithMessages>( () => response.future, timeout: timeout, - message: - event != null - ? 'Did not receive expected $event event.' - : 'Did not receive response to request "$id".', + message: event != null + ? 'Did not receive expected $event event.' + : 'Did not receive response to request "$id".', ).whenComplete(() => sub.cancel()); } @@ -197,10 +196,6 @@ class TestDartCliApp extends IntegrationTestApp { : super(appPath, TestAppDevice.cli); static const vmServicePrefix = 'The Dart VM service is listening on '; - static const controlPortKey = 'controlPort'; - - int? get controlPort => _controlPort; - late final int? _controlPort; @override Future startProcess() async { @@ -217,75 +212,44 @@ class TestDartCliApp extends IntegrationTestApp { @override Future waitForAppStart() async { - final vmServiceUriString = await _waitFor( - message: vmServicePrefix, - timeout: IntegrationTestApp._appStartTimeout, - ); + final vmServiceUriString = await _waitForVmServicePrefix(); final vmServiceUri = Uri.parse(vmServiceUriString); - _controlPort = await _waitFor( - message: controlPortKey, - timeout: const Duration(seconds: 1), - optional: true, - ); // Map to WS URI. _vmServiceWsUri = convertToWebSocketUrl(serviceProtocolUrl: vmServiceUri); } - /// Waits for [message] to appear on stdout. + /// Waits for [vmServicePrefix] to appear on stdout. /// - /// After [timeout], if no such message has appeared, then either `null` is - /// returned, if [optional] is `true`, or an exception is thrown, if - /// [optional] is `false`. - Future _waitFor({ - required String message, - Duration? timeout, - bool optional = false, - }) { - final response = Completer(); + /// After a timeout, if no such message has appeared, then an exception is + /// thrown. + Future _waitForVmServicePrefix() { + final response = Completer(); late StreamSubscription sub; sub = stdoutController.stream.listen( - (String line) => _handleStdout( - line, - subscription: sub, - response: response, - message: message, - ), + (String line) => + _handleStdout(line, subscription: sub, response: response), ); - if (optional) { - return response.future - .timeout( - timeout ?? IntegrationTestApp._defaultTimeout, - onTimeout: () => null as T, - ) - .whenComplete(() => sub.cancel()); - } - - return _timeoutWithMessages( + return _timeoutWithMessages( () => response.future, - timeout: timeout, - message: 'Did not receive expected message: $message.', + timeout: IntegrationTestApp._appStartTimeout, + message: 'Did not receive expected message: $vmServicePrefix.', ).whenComplete(() => sub.cancel()); } - void _handleStdout( + void _handleStdout( String line, { required StreamSubscription subscription, - required Completer response, - required String message, + required Completer response, }) async { - if (message == vmServicePrefix && line.startsWith(vmServicePrefix)) { - final vmServiceUri = line.substring( - line.indexOf(vmServicePrefix) + vmServicePrefix.length, - ); - await subscription.cancel(); - response.complete(vmServiceUri as T); - } else if (message == controlPortKey && line.contains(controlPortKey)) { - final asJson = jsonDecode(line) as Map; - await subscription.cancel(); - response.complete(asJson[controlPortKey] as T); - } + if (!line.startsWith(vmServicePrefix)) return; + + final vmServiceUri = line.substring( + line.indexOf(vmServicePrefix) + vmServicePrefix.length, + ); + await subscription.cancel(); + response.complete(vmServiceUri); } } @@ -347,11 +311,11 @@ abstract class IntegrationTestApp with IOMixin { Future stop({Future? onTimeout}) async { await manuallyStopApp(); - _debugPrint('Waiting for process to end'); + _debugPrint('Waiting for app process to end'); return runProcess!.exitCode.timeout( IOMixin.killTimeout, - onTimeout: - () => killGracefully(runProcess!, debugLogging: debugTestScript), + onTimeout: () => + killGracefully(runProcess!, debugLogging: debugTestScript), ); } @@ -387,8 +351,9 @@ abstract class IntegrationTestApp with IOMixin { String _debugPrint(String msg) { const maxLength = 500; - final truncatedMsg = - msg.length > maxLength ? '${msg.substring(0, maxLength)}...' : msg; + final truncatedMsg = msg.length > maxLength + ? '${msg.substring(0, maxLength)}...' + : msg; _allMessages.add(truncatedMsg); debugLog('_TestApp - $truncatedMsg'); return msg; @@ -404,12 +369,11 @@ Uri convertToWebSocketUrl({required Uri serviceProtocolUrl}) { serviceProtocolUrl.isScheme('https'); final scheme = isSecure ? 'wss' : 'ws'; - final path = - serviceProtocolUrl.path.endsWith('/ws') - ? serviceProtocolUrl.path - : (serviceProtocolUrl.path.endsWith('/') - ? '${serviceProtocolUrl.path}ws' - : '${serviceProtocolUrl.path}/ws'); + final path = serviceProtocolUrl.path.endsWith('/ws') + ? serviceProtocolUrl.path + : (serviceProtocolUrl.path.endsWith('/') + ? '${serviceProtocolUrl.path}ws' + : '${serviceProtocolUrl.path}/ws'); return serviceProtocolUrl.replace(scheme: scheme, path: path); } diff --git a/packages/devtools_app/integration_test/test_infra/run/_utils.dart b/packages/devtools_app/integration_test/test_infra/run/_utils.dart index ebf1e030e62..36820085ccf 100644 --- a/packages/devtools_app/integration_test/test_infra/run/_utils.dart +++ b/packages/devtools_app/integration_test/test_infra/run/_utils.dart @@ -6,8 +6,8 @@ bool debugTestScript = false; -void debugLog(String log) { +void debugLog(String message) { if (debugTestScript) { - print(log); + print('${DateTime.now()}: $message'); } } diff --git a/packages/devtools_app/integration_test/test_infra/run/run_test.dart b/packages/devtools_app/integration_test/test_infra/run/run_test.dart index bdb72236dc1..5f7cba5846b 100644 --- a/packages/devtools_app/integration_test/test_infra/run/run_test.dart +++ b/packages/devtools_app/integration_test/test_infra/run/run_test.dart @@ -4,6 +4,7 @@ import 'dart:async'; import 'dart:convert'; +import 'dart:io'; import 'package:args/args.dart'; import 'package:devtools_shared/devtools_test_utils.dart'; @@ -12,6 +13,10 @@ import '_in_file_args.dart'; import '_test_app_driver.dart'; import '_utils.dart'; +/// The identifier for the stdout line that contains the DevTools server +/// address when starting from the `dart devtools` command. +const _devToolsServerAddressLine = 'Serving DevTools at '; + /// Runs one test. /// /// Do not use this method directly, but instead use the run_tests.dart @@ -24,6 +29,58 @@ Future runFlutterIntegrationTest( IntegrationTestApp? testApp; late String testAppUri; + String? devToolsServerAddress; + Process? devToolsServerProcess; + if (testFileArgs.startDevToolsServer) { + // TODO(https://github.com/flutter/devtools/issues/9196): support starting + // DTD and passing the URI to DevTools server. Workspace roots should be set + // on the DTD instance based on the connected test app. + + // Start the DevTools server. This will use the DevTools server that is + // shipped with the Dart SDK. + // TODO(https://github.com/flutter/devtools/issues/9197): launch the + // DevTools server from source so that end to end changes (server + app) can + // be tested. + devToolsServerProcess = await Process.start('dart', [ + 'devtools', + // Do not launch DevTools app in the browser. This DevTools server + // instance will be used to connect to the DevTools app that is run from + // Flutter driver from the integration test runner. + '--no-launch-browser', + // Disable CORS restrictions so that we can connect to the server from + // DevTools app that is served on a different origin. + '--disable-cors', + ]); + + final addressCompleter = Completer(); + final sub = devToolsServerProcess.stdout.transform(utf8.decoder).listen(( + line, + ) { + if (line.startsWith(_devToolsServerAddressLine)) { + // This will pull the server address from a String like: + // "Serving DevTools at http://127.0.0.1:9104.". + final regexp = RegExp( + r'http:\/\/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}:\d+', + ); + final match = regexp.firstMatch(line); + if (match != null) { + devToolsServerAddress = match.group(0); + addressCompleter.complete(); + } + } + }); + + await addressCompleter.future.timeout( + const Duration(seconds: 10), + onTimeout: () async { + await sub.cancel(); + devToolsServerProcess?.kill(); + throw Exception('Timed out waiting for DevTools server to start.'); + }, + ); + await sub.cancel(); + } + if (!offline) { if (testRunnerArgs.testAppUri == null) { // Create the test app and start it. @@ -58,10 +115,7 @@ Future runFlutterIntegrationTest( // Run the flutter integration test. final testRunner = IntegrationTestRunner(); try { - final testArgs = { - if (!offline) 'service_uri': testAppUri, - if (testApp is TestDartCliApp) 'control_port': testApp.controlPort, - }; + final testArgs = {if (!offline) 'service_uri': testAppUri}; final testTarget = testRunnerArgs.testTarget!; debugLog('starting test run for $testTarget'); await testRunner.run( @@ -72,6 +126,9 @@ Future runFlutterIntegrationTest( 'test_args=${jsonEncode(testArgs)}', if (testFileArgs.experimentsOn) 'enable_experiments=true', if (testRunnerArgs.updateGoldens) 'update_goldens=true', + if (devToolsServerAddress != null) + // Add the trailing slash because this is what DevTools app expects. + 'debug_devtools_server=$devToolsServerAddress/', ], debugLogging: debugTestScript, ); @@ -81,6 +138,11 @@ Future runFlutterIntegrationTest( await testApp.stop(); } + if (devToolsServerProcess != null) { + debugLog('killing the DevTools server'); + devToolsServerProcess.kill(); + } + debugLog('cancelling stream subscriptions'); await testRunner.cancelAllStreamSubscriptions(); } @@ -89,11 +151,10 @@ Future runFlutterIntegrationTest( class DevToolsAppTestRunnerArgs extends IntegrationTestRunnerArgs { DevToolsAppTestRunnerArgs(super.args, {super.verifyValidTarget = true}) : super(addExtraArgs: _addExtraArgs) { - testAppDevice = - TestAppDevice.fromArgName( - argResults.option(_testAppDeviceArg) ?? - TestAppDevice.flutterTester.argName, - )!; + testAppDevice = TestAppDevice.fromArgName( + argResults.option(_testAppDeviceArg) ?? + TestAppDevice.flutterTester.argName, + )!; } /// The type of device for the test app to run on. diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 9d450e5f61f..a75e9729725 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart @@ -10,4 +10,4 @@ /// Note: a regexp in the `dt update-version' command logic matches the constant /// declaration `const version =`. If you change the declaration you must also /// modify the regex in the `dt update-version' command logic. -const version = '2.46.0-dev.0'; +const version = '2.50.0-dev.0-dev.0-dev.0-dev.1'; diff --git a/packages/devtools_app/lib/devtools_app.dart b/packages/devtools_app/lib/devtools_app.dart index c457a26ccd2..ddfa7466ab2 100644 --- a/packages/devtools_app/lib/devtools_app.dart +++ b/packages/devtools_app/lib/devtools_app.dart @@ -22,6 +22,8 @@ export 'src/screens/debugger/span_parser.dart'; export 'src/screens/debugger/syntax_highlighter.dart'; export 'src/screens/deep_link_validation/deep_links_controller.dart'; export 'src/screens/deep_link_validation/deep_links_screen.dart'; +export 'src/screens/dtd/dtd_tools_controller.dart'; +export 'src/screens/dtd/dtd_tools_screen.dart'; export 'src/screens/inspector/inspector_controller.dart'; export 'src/screens/inspector/inspector_screen_body.dart'; export 'src/screens/inspector/inspector_tree_controller.dart'; @@ -55,6 +57,7 @@ export 'src/screens/vm_developer/object_inspector/class_hierarchy_explorer.dart' export 'src/screens/vm_developer/object_inspector/class_hierarchy_explorer_controller.dart'; export 'src/screens/vm_developer/object_inspector/object_inspector_view_controller.dart'; export 'src/screens/vm_developer/object_inspector/vm_object_model.dart'; +export 'src/screens/vm_developer/queued_microtasks/queued_microtasks_controller.dart'; export 'src/screens/vm_developer/vm_developer_tools_controller.dart'; export 'src/screens/vm_developer/vm_developer_tools_screen.dart'; export 'src/screens/vm_developer/vm_service_private_extensions.dart'; diff --git a/packages/devtools_app/lib/src/app.dart b/packages/devtools_app/lib/src/app.dart index e78679344ac..b1c2538d3e8 100644 --- a/packages/devtools_app/lib/src/app.dart +++ b/packages/devtools_app/lib/src/app.dart @@ -29,6 +29,8 @@ import 'screens/debugger/debugger_controller.dart'; import 'screens/debugger/debugger_screen.dart'; import 'screens/deep_link_validation/deep_links_controller.dart'; import 'screens/deep_link_validation/deep_links_screen.dart'; +import 'screens/dtd/dtd_tools_controller.dart'; +import 'screens/dtd/dtd_tools_screen.dart'; import 'screens/inspector_shared/inspector_screen.dart'; import 'screens/inspector_shared/inspector_screen_controller.dart'; import 'screens/logging/logging_controller.dart'; @@ -87,16 +89,17 @@ class DevToolsAppState extends State with AutoDisposeMixin { if (FeatureFlags.devToolsExtensions) { // TODO(https://github.com/flutter/devtools/issues/6273): stop special // casing the package:provider extension. - final containsProviderExtension = - extensionService.currentExtensions.value.visibleExtensions - .where((e) => e.name == 'provider') - .isNotEmpty; - final devToolsScreens = - containsProviderExtension - ? _originalScreens - .where((s) => s.screenId != ScreenMetaData.provider.id) - .toList() - : _originalScreens; + final containsProviderExtension = extensionService + .currentExtensions + .value + .visibleExtensions + .where((e) => e.name == 'provider') + .isNotEmpty; + final devToolsScreens = containsProviderExtension + ? _originalScreens + .where((s) => s.screenId != ScreenMetaData.provider.id) + .toList() + : _originalScreens; return [...devToolsScreens, ..._extensionScreens]; } return _originalScreens; @@ -279,24 +282,23 @@ class DevToolsAppState extends State with AutoDisposeMixin { vmServiceUri != null && vmServiceUri.isNotEmpty; Widget scaffoldBuilder() { - // Force regeneration of visible screens when VM developer mode is + // Force regeneration of visible screens when Advanced Developer Mode is // enabled and when the list of available extensions change. return MultiValueListenableBuilder( listenables: [ - preferences.vmDeveloperModeEnabled, + preferences.advancedDeveloperModeEnabled, extensionService.currentExtensions, ], builder: (_, _, child) { - final screensInScaffold = - _visibleScreens() - .where( - (s) => maybeIncludeOnlyEmbeddedScreen( - s, - page: page, - embedMode: embedMode, - ), - ) - .toList(); + final screensInScaffold = _visibleScreens() + .where( + (s) => maybeIncludeOnlyEmbeddedScreen( + s, + page: page, + embedMode: embedMode, + ), + ) + .toList(); removeHiddenScreens(screensInScaffold, queryParams); @@ -354,26 +356,25 @@ class DevToolsAppState extends State with AutoDisposeMixin { embedMode: embedMode, page: page, screens: screensInScaffold, - actions: - isEmbedded() - ? [] - : [ - if (paramsContainVmServiceUri) ...[ - // Hide the hot reload button for Dart web apps, where the - // hot reload service extension is not avilable and where the - // [service.reloadServices] RPC is not implemented. - // TODO(https://github.com/flutter/devtools/issues/6441): find - // a way to show this for Dart web apps when supported. - if (!connectedToDartWebApp) - HotReloadButton( - callOnVmServiceDirectly: !connectedToFlutterApp, - ), - // This button will hide itself based on whether the - // hot restart service is available for the connected app. - const HotRestartButton(), - ], - ...DevToolsScaffold.defaultActions(), + actions: isEmbedded() + ? [] + : [ + if (paramsContainVmServiceUri) ...[ + // Hide the hot reload button for Dart web apps, where the + // hot reload service extension is not avilable and where the + // [service.reloadServices] RPC is not implemented. + // TODO(https://github.com/flutter/devtools/issues/6441): find + // a way to show this for Dart web apps when supported. + if (!connectedToDartWebApp) + HotReloadButton( + callOnVmServiceDirectly: !connectedToFlutterApp, + ), + // This button will hide itself based on whether the + // hot restart service is available for the connected app. + const HotRestartButton(), ], + ...DevToolsScaffold.defaultActions(), + ], ); } return scaffold; @@ -657,8 +658,8 @@ class ScreenUnavailable extends StatelessWidget { if (embedMode == EmbedMode.none) ...[ const SizedBox(height: defaultSpacing), ElevatedButton( - onPressed: - () => routerDelegate.navigateHome(clearScreenParam: true), + onPressed: () => + routerDelegate.navigateHome(clearScreenParam: true), child: const Text('Go to Home screen'), ), ], @@ -702,9 +703,8 @@ List defaultScreens({ ), DevToolsScreen( DebuggerScreen(), - createController: - (routerDelegate) => - DebuggerController(routerDelegate: routerDelegate), + createController: (routerDelegate) => + DebuggerController(routerDelegate: routerDelegate), ), DevToolsScreen( NetworkScreen(), @@ -727,6 +727,10 @@ List defaultScreens({ VMDeveloperToolsScreen(), createController: (_) => VMDeveloperToolsController(), ), + DevToolsScreen( + DTDToolsScreen(), + createController: (_) => DTDToolsController(), + ), ]; } diff --git a/packages/devtools_app/lib/src/extensions/embedded/_controller_web.dart b/packages/devtools_app/lib/src/extensions/embedded/_controller_web.dart index 9d349d94cc2..388fe7ab9d8 100644 --- a/packages/devtools_app/lib/src/extensions/embedded/_controller_web.dart +++ b/packages/devtools_app/lib/src/extensions/embedded/_controller_web.dart @@ -61,10 +61,9 @@ class EmbeddedExtensionControllerImpl extends EmbeddedExtensionController ); final queryParams = { ...DevToolsQueryParams.load().params, - ExtensionEventParameters.theme: - isDarkThemeEnabled() - ? ExtensionEventParameters.themeValueDark - : ExtensionEventParameters.themeValueLight, + ExtensionEventParameters.theme: isDarkThemeEnabled() + ? ExtensionEventParameters.themeValueDark + : ExtensionEventParameters.themeValueLight, if (dtdManager.uri != null) 'dtdUri': dtdManager.uri.toString(), }; return Uri.parse(baseUri).replace(queryParameters: queryParams).toString(); @@ -89,12 +88,11 @@ class EmbeddedExtensionControllerImpl extends EmbeddedExtensionController ); _initialized = true; - _extensionIFrame = - HTMLIFrameElement() - // This url is safe because we built it ourselves and it does not include - // any user input. - ..src = extensionUrl - ..allow = 'usb'; + _extensionIFrame = HTMLIFrameElement() + // This url is safe because we built it ourselves and it does not include + // any user input. + ..src = extensionUrl + ..allow = 'usb'; _extensionIFrame.style ..border = 'none' ..height = '100%' diff --git a/packages/devtools_app/lib/src/extensions/embedded/_view_web.dart b/packages/devtools_app/lib/src/extensions/embedded/_view_web.dart index 02c0cf1740f..3135be38703 100644 --- a/packages/devtools_app/lib/src/extensions/embedded/_view_web.dart +++ b/packages/devtools_app/lib/src/extensions/embedded/_view_web.dart @@ -148,21 +148,14 @@ class _ExtensionIFrameController extends DisposableController addAutoDisposeListener(preferences.darkModeEnabled, () { updateTheme( - theme: - isDarkThemeEnabled() - ? ExtensionEventParameters.themeValueDark - : ExtensionEventParameters.themeValueLight, + theme: isDarkThemeEnabled() + ? ExtensionEventParameters.themeValueDark + : ExtensionEventParameters.themeValueLight, ); }); } void _postMessage(DevToolsExtensionEvent event) async { - // In [integrationTestMode] we are loading a placeholder url - // (https://flutter.dev/) in the extension iFrame, so trying to post a - // message causes a cross-origin security error. Return early when - // [integrationTestMode] is true so that [_postMessage] calls are a no-op. - if (integrationTestMode) return; - await _iFrameReady.future; final message = event.toJson(); assert( @@ -184,10 +177,9 @@ class _ExtensionIFrameController extends DisposableController if (extensionEvent != null) { onEventReceived( extensionEvent, - onUnknownEvent: - () => notificationService.push( - 'Unknown event received from extension: $extensionEvent}', - ), + onUnknownEvent: () => notificationService.push( + 'Unknown event received from extension: $extensionEvent}', + ), ); } } @@ -314,13 +306,14 @@ class _ExtensionIFrameController extends DisposableController '${showBannerMessageEvent.messageId}', ), screenId: '${showBannerMessageEvent.extensionName}_ext', - buildTextSpans: - (_) => [ - TextSpan( - text: showBannerMessageEvent.message, - style: TextStyle(fontSize: defaultFontSize), - ), - ], + dismissOnConnectionChanges: + showBannerMessageEvent.dismissOnConnectionChanges, + buildTextSpans: (_) => [ + TextSpan( + text: showBannerMessageEvent.message, + style: const TextStyle(fontSize: defaultFontSize), + ), + ], ); bannerMessages.addMessage( bannerMessage, diff --git a/packages/devtools_app/lib/src/extensions/extension_screen.dart b/packages/devtools_app/lib/src/extensions/extension_screen.dart index b6bd80c1c0c..e54cb646f41 100644 --- a/packages/devtools_app/lib/src/extensions/extension_screen.dart +++ b/packages/devtools_app/lib/src/extensions/extension_screen.dart @@ -106,10 +106,8 @@ class ExtensionView extends StatelessWidget { children: [ EmbeddedExtensionHeader( ext: ext, - onForceReload: - () => controller.postMessage( - DevToolsExtensionEventType.forceReload, - ), + onForceReload: () => + controller.postMessage(DevToolsExtensionEventType.forceReload), ), const SizedBox(height: intermediateSpacing), Expanded( diff --git a/packages/devtools_app/lib/src/extensions/extension_screen_controls.dart b/packages/devtools_app/lib/src/extensions/extension_screen_controls.dart index b77d3d36dae..5635266ba6b 100644 --- a/packages/devtools_app/lib/src/extensions/extension_screen_controls.dart +++ b/packages/devtools_app/lib/src/extensions/extension_screen_controls.dart @@ -64,8 +64,8 @@ class EmbeddedExtensionHeader extends StatelessWidget { url: ext.issueTrackerLink, gaScreenName: gac.DevToolsExtensionEvents.extensionScreenId.name, - gaSelectedItemDescription: gac - .DevToolsExtensionEvents.extensionFeedback(ext), + gaSelectedItemDescription: + gac.DevToolsExtensionEvents.extensionFeedback(ext), ), context: context, ), @@ -183,7 +183,7 @@ class DisableExtensionDialog extends StatelessWidget { text: 'DevTools Extensions ', style: theme.boldTextStyle, ), - WidgetSpan( + const WidgetSpan( child: Icon(Icons.extension_rounded, size: defaultIconSize), ), const TextSpan(text: ' menu.'), diff --git a/packages/devtools_app/lib/src/extensions/extension_service.dart b/packages/devtools_app/lib/src/extensions/extension_service.dart index 4a46e15e5d5..2c7513b48ca 100644 --- a/packages/devtools_app/lib/src/extensions/extension_service.dart +++ b/packages/devtools_app/lib/src/extensions/extension_service.dart @@ -18,20 +18,19 @@ final _log = Logger('ExtensionService'); /// Data pattern containing a [List] of available extensions and a [List] of /// visible extensions. -typedef DevToolsExtensionsGroup = - ({ - // All the DevTools extensions, runtime and static, that are available for - // the connected application, regardless of whether they have been enabled - // or disabled by the user. - // - // This set of extensions will include one version of a DevTools extension - // per package. - List availableExtensions, - - // DevTools extensions that are visible in their own DevTools screen (i.e. - // extensions that have not been manually disabled by the user). - List visibleExtensions, - }); +typedef DevToolsExtensionsGroup = ({ + // All the DevTools extensions, runtime and static, that are available for + // the connected application, regardless of whether they have been enabled + // or disabled by the user. + // + // This set of extensions will include one version of a DevTools extension + // per package. + List availableExtensions, + + // DevTools extensions that are visible in their own DevTools screen (i.e. + // extensions that have not been manually disabled by the user). + List visibleExtensions, +}); class ExtensionService extends DisposableController with AutoDisposeControllerMixin { @@ -189,10 +188,12 @@ class ExtensionService extends DisposableController _refreshInProgress.value = true; final allExtensions = await server.refreshAvailableExtensions(_appRoot); - runtimeExtensions = - allExtensions.where((e) => !e.detectedFromStaticContext).toList(); - staticExtensions = - allExtensions.where((e) => e.detectedFromStaticContext).toList(); + runtimeExtensions = allExtensions + .where((e) => !e.detectedFromStaticContext) + .toList(); + staticExtensions = allExtensions + .where((e) => e.detectedFromStaticContext) + .toList(); // TODO(kenz): consider handling duplicates in a way that gives the user a // choice of which version they want to use. @@ -261,10 +262,9 @@ class ExtensionService extends DisposableController ); stateNotifier.value = stateFromOptionsFile; - final shouldIncludeInVisible = - onlyIncludeEnabled - ? stateFromOptionsFile == ExtensionEnabledState.enabled - : stateFromOptionsFile != ExtensionEnabledState.disabled; + final shouldIncludeInVisible = onlyIncludeEnabled + ? stateFromOptionsFile == ExtensionEnabledState.enabled + : stateFromOptionsFile != ExtensionEnabledState.disabled; if (shouldIncludeInVisible) { visible.add(extension); } diff --git a/packages/devtools_app/lib/src/extensions/extension_settings.dart b/packages/devtools_app/lib/src/extensions/extension_settings.dart index f74df9d0278..4ebfdfae6d9 100644 --- a/packages/devtools_app/lib/src/extensions/extension_settings.dart +++ b/packages/devtools_app/lib/src/extensions/extension_settings.dart @@ -26,14 +26,12 @@ class ExtensionSettingsAction extends ScaffoldAction { unawaited( showDialog( context: context, - builder: - (context) => ExtensionSettingsDialog( - extensions: - extensionService - .currentExtensions - .value - .availableExtensions, - ), + builder: (context) => ExtensionSettingsDialog( + extensions: extensionService + .currentExtensions + .value + .availableExtensions, + ), ), ); }, @@ -50,8 +48,7 @@ class ExtensionSettingsDialog extends StatelessWidget { Widget build(BuildContext context) { final theme = Theme.of(context); // This dialog needs a fixed height because it contains a scrollable list. - final dialogHeight = - anyTestMode ? scaleByFontFactor(1000.0) : scaleByFontFactor(300.0); + final dialogHeight = anyTestMode ? 1000.0 : 300.0; return DevToolsDialog( title: const DialogTitleText('DevTools Extensions'), content: SizedBox( @@ -76,15 +73,14 @@ class ExtensionSettingsDialog extends StatelessWidget { ), const PaddedDivider(), Expanded( - child: - extensions.isEmpty - ? Center( - child: Text( - 'No extensions available.', - style: theme.subtleTextStyle, - ), - ) - : _ExtensionsList(extensions: extensions), + child: extensions.isEmpty + ? Center( + child: Text( + 'No extensions available.', + style: theme.subtleTextStyle, + ), + ) + : _ExtensionsList(extensions: extensions), ), ], ), @@ -126,9 +122,8 @@ class __ExtensionsListState extends State<_ExtensionsList> { child: ListView.builder( controller: scrollController, itemCount: widget.extensions.length, - itemBuilder: - (context, index) => - ExtensionSetting(extension: widget.extensions[index]), + itemBuilder: (context, index) => + ExtensionSetting(extension: widget.extensions[index]), ), ); } @@ -145,9 +140,8 @@ class ExtensionSetting extends StatelessWidget { final buttonStates = [ ( title: 'Enabled', - isSelected: - (ExtensionEnabledState state) => - state == ExtensionEnabledState.enabled, + isSelected: (ExtensionEnabledState state) => + state == ExtensionEnabledState.enabled, onPressed: () { ga.select( gac.DevToolsExtensionEvents.extensionSettingsId.name, @@ -160,9 +154,8 @@ class ExtensionSetting extends StatelessWidget { ), ( title: 'Disabled', - isSelected: - (ExtensionEnabledState state) => - state == ExtensionEnabledState.disabled, + isSelected: (ExtensionEnabledState state) => + state == ExtensionEnabledState.disabled, onPressed: () { ga.select( gac.DevToolsExtensionEvents.extensionSettingsId.name, diff --git a/packages/devtools_app/lib/src/framework/framework_core.dart b/packages/devtools_app/lib/src/framework/framework_core.dart index 87a3f219ec5..d7c4ac5ec88 100644 --- a/packages/devtools_app/lib/src/framework/framework_core.dart +++ b/packages/devtools_app/lib/src/framework/framework_core.dart @@ -44,8 +44,8 @@ typedef ErrorReporter = void Function(String title, Object error); final _log = Logger('framework_core'); -// ignore: avoid_classes_with_only_static_members, intentional grouping of static methods. -abstract class FrameworkCore { +/// A namespace for core framework objects and methods. +extension FrameworkCore on Never { static final _memoryObserver = MemoryObserver(); /// Initializes the DevTools framework, which includes setting up global diff --git a/packages/devtools_app/lib/src/framework/home_screen.dart b/packages/devtools_app/lib/src/framework/home_screen.dart index 540cf09bdd5..7b02646f24e 100644 --- a/packages/devtools_app/lib/src/framework/home_screen.dart +++ b/packages/devtools_app/lib/src/framework/home_screen.dart @@ -22,6 +22,7 @@ import '../shared/primitives/blocking_action_mixin.dart'; import '../shared/primitives/utils.dart'; import '../shared/title.dart'; import '../shared/ui/vm_flag_widgets.dart'; +import '../shared/utils/utils.dart'; import 'framework_core.dart'; class HomeScreen extends Screen { @@ -81,8 +82,8 @@ class _HomeScreenBodyState extends State with AutoDisposeMixin { class ConnectionSection extends StatelessWidget { const ConnectionSection({super.key, required this.connected}); - static const _primaryMinScreenWidthForTextBeforeScaling = 480.0; - static const _secondaryMinScreenWidthForTextBeforeScaling = 600.0; + static const _primaryMinScreenWidthForText = 480.0; + static const _secondaryMinScreenWidthForText = 600.0; final bool connected; @@ -94,17 +95,15 @@ class ConnectionSection extends StatelessWidget { actions: [ ViewVmFlagsButton( gaScreen: gac.home, - minScreenWidthForTextBeforeScaling: - _secondaryMinScreenWidthForTextBeforeScaling, + minScreenWidthForText: _secondaryMinScreenWidthForText, ), const SizedBox(width: defaultSpacing), ConnectToNewAppButton( gaScreen: gac.home, - minScreenWidthForTextBeforeScaling: - _primaryMinScreenWidthForTextBeforeScaling, + minScreenWidthForText: _primaryMinScreenWidthForText, routerDelegate: DevToolsRouterDelegate.of(context), - onPressed: - () => Navigator.of(context, rootNavigator: true).pop('dialog'), + onPressed: () => + Navigator.of(context, rootNavigator: true).pop('dialog'), ), ], child: const ConnectedAppSummary(narrowView: false), @@ -201,11 +200,12 @@ class _ConnectInputState extends State with BlockingActionMixin { children: [ SizedBox( height: defaultTextFieldHeight, - width: scaleByFontFactor(350.0), + width: 350.0, child: DevToolsClearableTextField( labelText: 'URL', - onSubmitted: - actionInProgress ? null : (str) => unawaited(_connect()), + onSubmitted: actionInProgress + ? null + : (str) => unawaited(_connect()), autofocus: true, controller: connectDialogController, ), @@ -259,7 +259,7 @@ class _ConnectInputState extends State with BlockingActionMixin { } assert(() { - storage.setValue(_debugVmServiceUriKey, uri); + safeUnawaited(storage.setValue(_debugVmServiceUriKey, uri)); return true; }()); @@ -309,20 +309,18 @@ class _SampleDataDropDownButtonState extends State { RoundedDropDownButton( value: value, items: [for (final data in widget.sampleData) _buildMenuItem(data)], - onChanged: - (file) => setState(() { - value = file; - }), + onChanged: (file) => setState(() { + value = file; + }), ), const SizedBox(width: defaultSpacing), ElevatedButton( - onPressed: - value == null - ? null - : () => Provider.of( - context, - listen: false, - ).importData(value!), + onPressed: value == null + ? null + : () => Provider.of( + context, + listen: false, + ).importData(value!), child: const MaterialIconLabel( label: 'Load sample data', iconData: Icons.file_upload, diff --git a/packages/devtools_app/lib/src/framework/initializer.dart b/packages/devtools_app/lib/src/framework/initializer.dart index f736692a701..8bc2760a6a4 100644 --- a/packages/devtools_app/lib/src/framework/initializer.dart +++ b/packages/devtools_app/lib/src/framework/initializer.dart @@ -79,10 +79,9 @@ class _InitializerState extends State children: [ const Spacer(), CenteredMessage( - message: - _showConnectToNewAppButton - ? 'Cannot connect to VM service.' - : 'Waiting for VM service connection...', + message: _showConnectToNewAppButton + ? 'Cannot connect to VM service.' + : 'Waiting for VM service connection...', ), if (_showConnectToNewAppButton) ...[ const SizedBox(height: defaultSpacing), diff --git a/packages/devtools_app/lib/src/framework/notifications_view.dart b/packages/devtools_app/lib/src/framework/notifications_view.dart index 3e5f66af961..83c5b69a6d3 100644 --- a/packages/devtools_app/lib/src/framework/notifications_view.dart +++ b/packages/devtools_app/lib/src/framework/notifications_view.dart @@ -14,7 +14,7 @@ import '../shared/managers/notifications.dart'; import '../shared/primitives/utils.dart'; import '../shared/ui/common_widgets.dart'; -double get _notificationHeight => scaleByFontFactor(175.0); +const _notificationHeight = 175.0; final _notificationWidth = _notificationHeight * goldenRatio; /// Manager for notifications in the app. @@ -151,7 +151,7 @@ class _NotificationOverlay extends StatelessWidget { child: Padding( // Position the notifications in the lower right of the app window, and // high enough up that we don't obscure the status line. - padding: EdgeInsets.only( + padding: const EdgeInsets.only( right: defaultSpacing, bottom: statusLineHeight + defaultSpacing, ), @@ -208,10 +208,10 @@ class _NotificationState extends State<_Notification> widget.remove(widget); } }); - controller.reverse(); + unawaited(controller.reverse()); }); } - controller.forward(); + unawaited(controller.forward()); } @override @@ -243,17 +243,17 @@ class _NotificationState extends State<_Notification> children: [ widget.message.isDismissible ? Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Flexible(child: _NotificationMessage(widget: widget)), - _DismissAction( - onPressed: () { - widget.remove(widget); - }, - ), - ], - ) + mainAxisAlignment: MainAxisAlignment.spaceBetween, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Flexible(child: _NotificationMessage(widget: widget)), + _DismissAction( + onPressed: () { + widget.remove(widget); + }, + ), + ], + ) : _NotificationMessage(widget: widget), const SizedBox(height: defaultSpacing), _NotificationActions(actions: widget.message.actions), @@ -299,10 +299,9 @@ class _NotificationMessage extends StatelessWidget { ), child: Text( widget.message.text, - style: - widget.message.isError - ? textStyle.copyWith(color: theme.colorScheme.error) - : textStyle, + style: widget.message.isError + ? textStyle.copyWith(color: theme.colorScheme.error) + : textStyle, overflow: TextOverflow.visible, maxLines: 10, ), diff --git a/packages/devtools_app/lib/src/framework/observer/_memory_web.dart b/packages/devtools_app/lib/src/framework/observer/_memory_web.dart index 7f393e4e877..251cfb64071 100644 --- a/packages/devtools_app/lib/src/framework/observer/_memory_web.dart +++ b/packages/devtools_app/lib/src/framework/observer/_memory_web.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. +// ignore_for_file: prefer-correct-type-name + import 'dart:js_interop'; import 'dart:js_interop_unsafe'; @@ -27,8 +29,8 @@ extension on Performance { Future<_UserAgentSpecificMemory>? measureUserAgentSpecificMemory() => has('measureUserAgentSpecificMemory') - ? _measureUserAgentSpecificMemory().toDart - : null; + ? _measureUserAgentSpecificMemory().toDart + : null; } @JS() diff --git a/packages/devtools_app/lib/src/framework/observer/disconnect_observer.dart b/packages/devtools_app/lib/src/framework/observer/disconnect_observer.dart index f2b1224019f..bf415e4b3c8 100644 --- a/packages/devtools_app/lib/src/framework/observer/disconnect_observer.dart +++ b/packages/devtools_app/lib/src/framework/observer/disconnect_observer.dart @@ -117,37 +117,36 @@ class DisconnectObserverState extends State OverlayEntry _createDisconnectedOverlay() { final theme = Theme.of(context); currentDisconnectedOverlay = OverlayEntry( - builder: - (context) => Material( - child: Container( - color: theme.colorScheme.surface, - child: Center( - child: Column( - children: [ - const Spacer(), - Text('Disconnected', style: theme.textTheme.headlineMedium), - const SizedBox(height: defaultSpacing), - if (!isEmbedded()) - ConnectToNewAppButton( - routerDelegate: widget.routerDelegate, - onPressed: hideDisconnectedOverlay, - gaScreen: gac.devToolsMain, - ) - else - const Text('Run a new debug session to reconnect.'), - const Spacer(), - if (offlineDataController.offlineDataJson.isNotEmpty) ...[ - ElevatedButton( - onPressed: _reviewHistory, - child: const Text('Review recent data (offline)'), - ), - const Spacer(), - ], - ], - ), - ), + builder: (context) => Material( + child: Container( + color: theme.colorScheme.surface, + child: Center( + child: Column( + children: [ + const Spacer(), + Text('Disconnected', style: theme.textTheme.headlineMedium), + const SizedBox(height: defaultSpacing), + if (!isEmbedded()) + ConnectToNewAppButton( + routerDelegate: widget.routerDelegate, + onPressed: hideDisconnectedOverlay, + gaScreen: gac.devToolsMain, + ) + else + const Text('Run a new debug session to reconnect.'), + const Spacer(), + if (offlineDataController.offlineDataJson.isNotEmpty) ...[ + ElevatedButton( + onPressed: _reviewHistory, + child: const Text('Review recent data (offline)'), + ), + const Spacer(), + ], + ], ), ), + ), + ), ); return currentDisconnectedOverlay!; } diff --git a/packages/devtools_app/lib/src/framework/observer/memory_observer.dart b/packages/devtools_app/lib/src/framework/observer/memory_observer.dart index fa251a28b8d..9618a6d57d5 100644 --- a/packages/devtools_app/lib/src/framework/observer/memory_observer.dart +++ b/packages/devtools_app/lib/src/framework/observer/memory_observer.dart @@ -23,8 +23,12 @@ import '_memory_desktop.dart' if (dart.library.js_interop) '_memory_web.dart'; /// `toBytes` - total memory usage after the reduction request is completed. /// `success` - whether the reduction in memory brought DevTools memory usage /// below the threshold [MemoryObserver._memoryPressureLimitGb]. -typedef ReduceMemoryResult = - ({bool success, int? fromBytes, int? toBytes, String? error}); +typedef ReduceMemoryResult = ({ + bool success, + int? fromBytes, + int? toBytes, + String? error, +}); /// Observes the memory usage of the DevTools app (web only) and shows a memory /// pressure warning to users when DevTools is nearing the memory limit. @@ -86,10 +90,9 @@ class MemoryObserver extends DisposableController { static Future _memoryExceedsThreshold({ @visibleForTesting Future Function()? debugMeasureUsageInBytes, }) async { - final memoryUsageInBytes = - debugMeasureUsageInBytes != null - ? await debugMeasureUsageInBytes() - : await measureMemoryUsageInBytes(); + final memoryUsageInBytes = debugMeasureUsageInBytes != null + ? await debugMeasureUsageInBytes() + : await measureMemoryUsageInBytes(); _lastMemoryUsageInBytes = memoryUsageInBytes; if (memoryUsageInBytes == null) return false; @@ -132,10 +135,9 @@ class MemoryObserver extends DisposableController { }); } - final success = - !(await _memoryExceedsThreshold( - debugMeasureUsageInBytes: debugMeasureUsageInBytes, - )); + final success = !(await _memoryExceedsThreshold( + debugMeasureUsageInBytes: debugMeasureUsageInBytes, + )); final toBytes = _lastMemoryUsageInBytes; return ( success: success, @@ -151,6 +153,7 @@ class _MemoryPressureBannerMessage extends banner_messages.BannerWarning { : super( screenId: banner_messages.universalScreenId, key: _messageKey, + dismissOnConnectionChanges: false, buildTextSpans: (context) { final limitAsBytes = convertBytes( MemoryObserver._memoryPressureLimitGb, @@ -185,12 +188,11 @@ class _MemoryPressureBannerMessage extends banner_messages.BannerWarning { ), ]; }, - buildActions: - (_) => [ - // Wrapping with an `Expanded` is okay because this list is set as - // the `children` parameter of a `Row` widget in `BannerMessage`. - const Expanded(child: _ReduceMemoryButton()), - ], + buildActions: (_) => [ + // Wrapping with an `Expanded` is okay because this list is set as + // the `children` parameter of a `Row` widget in `BannerMessage`. + const Expanded(child: _ReduceMemoryButton()), + ], ); static const _messageKey = Key('MemoryPressureBannerMessage'); @@ -228,19 +230,18 @@ class _ReduceMemoryButtonState extends State<_ReduceMemoryButton> { Flexible( child: Padding( padding: const EdgeInsets.symmetric(horizontal: denseSpacing), - child: - inProgress - ? SizedBox( - height: actionsIconSize, - width: actionsIconSize, - child: const CircularProgressIndicator(), - ) - : ValueListenableBuilder( - valueListenable: result, - builder: (context, result, _) { - return _SuccessOrFailureMessage(result: result); - }, - ), + child: inProgress + ? const SizedBox( + height: actionsIconSize, + width: actionsIconSize, + child: CircularProgressIndicator(), + ) + : ValueListenableBuilder( + valueListenable: result, + builder: (context, result, _) { + return _SuccessOrFailureMessage(result: result); + }, + ), ), ), ], diff --git a/packages/devtools_app/lib/src/framework/release_notes.dart b/packages/devtools_app/lib/src/framework/release_notes.dart index 12cc5604dcb..b6a05b1c04b 100644 --- a/packages/devtools_app/lib/src/framework/release_notes.dart +++ b/packages/devtools_app/lib/src/framework/release_notes.dart @@ -65,21 +65,21 @@ class ReleaseNotesController extends SidePanelController { } void _maybeShowReleaseNotes() async { - // Do not show release notes in embedded sidebar. + // Do not show release notes in standalone screens. The fact that these + // screens are hosted by DevTools is an implementation detail, but from the + // user's perspective, these tools are part of the IDE. if (isEmbedded()) { final currentUrl = getWebUrl(); - final currentPage = - currentUrl != null ? extractCurrentPageFromUrl(currentUrl) : null; - if (currentPage == StandaloneScreenType.vsCodeFlutterPanel.name || - currentPage == StandaloneScreenType.editorSidebar.name) { - return; - } + final currentPage = currentUrl != null + ? extractCurrentPageFromUrl(currentUrl) + : null; + if (StandaloneScreenType.includes(currentPage)) return; } SemanticVersion previousVersion = SemanticVersion(); if (server.isDevToolsServerAvailable) { - final lastReleaseNotesShownVersion = - await server.getLastShownReleaseNotesVersion(); + final lastReleaseNotesShownVersion = await server + .getLastShownReleaseNotesVersion(); _log.fine('lastReleaseNotesShownVersion: $lastReleaseNotesShownVersion'); if (lastReleaseNotesShownVersion.isNotEmpty) { previousVersion = SemanticVersion.parse(lastReleaseNotesShownVersion); diff --git a/packages/devtools_app/lib/src/framework/scaffold/about_dialog.dart b/packages/devtools_app/lib/src/framework/scaffold/about_dialog.dart index 86d4bba775d..2a31c09ed53 100644 --- a/packages/devtools_app/lib/src/framework/scaffold/about_dialog.dart +++ b/packages/devtools_app/lib/src/framework/scaffold/about_dialog.dart @@ -24,44 +24,50 @@ class DevToolsAboutDialog extends StatelessWidget { final theme = Theme.of(context); return DevToolsDialog( title: const DialogTitleText('About DevTools'), - content: Column( - mainAxisSize: MainAxisSize.min, - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Wrap( - children: [ - SelectableText('DevTools version $devToolsVersion'), - const Text(' - '), - InkWell( - child: Text('release notes', style: theme.linkTextStyle), - onTap: - () => unawaited( - releaseNotesController.openLatestReleaseNotes(), - ), - ), - ], - ), - const SizedBox(height: denseSpacing), - const Wrap( - children: [ - Text('Encountered an issue? Let us know at '), - _FeedbackLink(), - Text('.'), - ], - ), - const SizedBox(height: defaultSpacing), - ...dialogSubHeader(theme, 'Contributing'), - const Wrap( - children: [ - Text('Want to contribute to DevTools? Please see our '), - _ContributingLink(), - Text(' guide, or '), - ], - ), - const Wrap( - children: [Text('connect with us on '), _DiscordLink(), Text('.')], - ), - ], + content: SelectionArea( + child: Column( + mainAxisSize: MainAxisSize.min, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Wrap( + children: [ + Text('DevTools version $devToolsVersion'), + const Text(' - '), + InkWell( + child: Text('release notes', style: theme.linkTextStyle), + onTap: () => unawaited( + releaseNotesController.openLatestReleaseNotes(), + ), + ), + ], + ), + const SizedBox(height: denseSpacing), + const Wrap( + children: [ + Text('Encountered an issue? Let us know at '), + _FeedbackLink(), + Text('.'), + ], + ), + const SizedBox(height: defaultSpacing), + ...dialogSubHeader(theme, 'Contributing'), + const Wrap( + children: [ + Text('Want to contribute to DevTools? Please see our '), + _ContributingLink(), + Text(' guide, or '), + ], + ), + + const Wrap( + children: [ + Text('connect with us on '), + _DiscordLink(), + Text('.'), + ], + ), + ], + ), ), actions: const [DialogLicenseButton(), DialogCloseButton()], ); @@ -135,10 +141,9 @@ class OpenAboutAction extends ScaffoldAction { unawaited( showDialog( context: context, - builder: - (context) => DevToolsAboutDialog( - Provider.of(context), - ), + builder: (context) => DevToolsAboutDialog( + Provider.of(context), + ), ), ); }, diff --git a/packages/devtools_app/lib/src/framework/scaffold/app_bar.dart b/packages/devtools_app/lib/src/framework/scaffold/app_bar.dart index 54f2072b50c..8c280278880 100644 --- a/packages/devtools_app/lib/src/framework/scaffold/app_bar.dart +++ b/packages/devtools_app/lib/src/framework/scaffold/app_bar.dart @@ -59,7 +59,7 @@ class DevToolsAppBar extends StatelessWidget { if (screens.isNotEmpty && actionsWithSpacer.isNotEmpty) { actionsWithSpacer.insert( 0, - VerticalLineSpacer(height: defaultToolbarHeight), + const VerticalLineSpacer(height: defaultToolbarHeight), ); } @@ -219,7 +219,7 @@ class TabOverflowButton extends StatelessWidget { @visibleForTesting class SelectedTabWrapper extends StatelessWidget { - SelectedTabWrapper({super.key, required this.child, double? width}) + const SelectedTabWrapper({super.key, required this.child, double? width}) : width = width ?? buttonMinWidth; final Widget child; diff --git a/packages/devtools_app/lib/src/framework/scaffold/scaffold.dart b/packages/devtools_app/lib/src/framework/scaffold/scaffold.dart index e2c6de1b016..be2b160da9c 100644 --- a/packages/devtools_app/lib/src/framework/scaffold/scaffold.dart +++ b/packages/devtools_app/lib/src/framework/scaffold/scaffold.dart @@ -147,10 +147,9 @@ class DevToolsScaffoldState extends State } else if (widget.screens[_tabController!.index].screenId != widget.page) { // If the page changed (eg. the route was modified by pressing back in the // browser), animate to the new one. - var newIndex = - widget.page == null - ? 0 // When there's no supplied page, we show the first one. - : widget.screens.indexWhere((t) => t.screenId == widget.page); + var newIndex = widget.page == null + ? 0 // When there's no supplied page, we show the first one. + : widget.screens.indexWhere((t) => t.screenId == widget.page); // Ensure the returned index is in range, otherwise set to 0. if (newIndex == -1) { newIndex = 0; @@ -326,44 +325,44 @@ class DevToolsScaffoldState extends State child: KeyboardShortcuts( keyboardShortcuts: _currentScreen.buildKeyboardShortcuts(context), child: Scaffold( - appBar: - showAppBar - ? PreferredSize( - preferredSize: Size.fromHeight(defaultToolbarHeight), - // Place the AppBar inside of a Hero widget to keep it the same across - // route transitions. - child: Hero( - tag: _appBarTag, - child: DevToolsAppBar( - tabController: _tabController, - screens: widget.screens, - actions: widget.actions, - ), + appBar: showAppBar + ? PreferredSize( + preferredSize: const Size.fromHeight( + defaultToolbarHeight, + ), + // Place the AppBar inside of a Hero widget to keep it the same across + // route transitions. + child: Hero( + tag: _appBarTag, + child: DevToolsAppBar( + tabController: _tabController, + screens: widget.screens, + actions: widget.actions, ), - ) - : null, + ), + ) + : null, body: OutlineDecoration.onlyTop( child: Padding( padding: widget.appPadding, - child: - showConsole - ? SplitPane( - axis: Axis.vertical, - splitters: [ConsolePaneHeader()], - initialFractions: const [0.8, 0.2], - children: [ - Padding( - padding: const EdgeInsets.only( - bottom: intermediateSpacing, - ), - child: content, + child: showConsole + ? SplitPane( + axis: Axis.vertical, + splitters: [ConsolePaneHeader()], + initialFractions: const [0.8, 0.2], + children: [ + Padding( + padding: const EdgeInsets.only( + bottom: intermediateSpacing, ), - RoundedOutlinedBorder.onlyBottom( - child: const ConsolePane(), - ), - ], - ) - : content, + child: content, + ), + RoundedOutlinedBorder.onlyBottom( + child: const ConsolePane(), + ), + ], + ) + : content, ), ), bottomNavigationBar: StatusLine( diff --git a/packages/devtools_app/lib/src/framework/scaffold/settings_dialog.dart b/packages/devtools_app/lib/src/framework/scaffold/settings_dialog.dart index 53de8c0bb55..675641e2eb5 100644 --- a/packages/devtools_app/lib/src/framework/scaffold/settings_dialog.dart +++ b/packages/devtools_app/lib/src/framework/scaffold/settings_dialog.dart @@ -61,19 +61,18 @@ class SettingsDialog extends StatelessWidget { child: CheckboxSetting( title: 'Enable analytics', notifier: analyticsController.analyticsEnabled, - onChanged: - (enable) => unawaited( - analyticsController.toggleAnalyticsEnabled(enable), - ), + onChanged: (enable) => unawaited( + analyticsController.toggleAnalyticsEnabled(enable), + ), gaScreen: gac.settingsDialog, gaItem: gac.analytics, ), ), Flexible( child: CheckboxSetting( - title: 'Enable VM developer mode', - notifier: preferences.vmDeveloperModeEnabled, - onChanged: preferences.toggleVmDeveloperMode, + title: 'Enable advanced developer mode', + notifier: preferences.advancedDeveloperModeEnabled, + onChanged: preferences.toggleAdvancedDeveloperMode, gaScreen: gac.settingsDialog, gaItem: gac.vmDeveloperMode, ), @@ -108,7 +107,7 @@ class SettingsDialog extends StatelessWidget { class _VerboseLoggingSetting extends StatelessWidget { const _VerboseLoggingSetting(); - static const _minScreenWidthForTextBeforeScaling = 500.0; + static const _minScreenWidthForText = 500.0; @override Widget build(BuildContext context) { @@ -131,21 +130,18 @@ class _VerboseLoggingSetting extends StatelessWidget { icon: Icons.copy_outlined, gaScreen: gac.settingsDialog, gaSelection: gac.copyLogs, - minScreenWidthForTextBeforeScaling: - _minScreenWidthForTextBeforeScaling, - onPressed: - () async => await copyToClipboard( - LogStorage.root.toString(), - successMessage: 'Successfully copied logs', - ), + minScreenWidthForText: _minScreenWidthForText, + onPressed: () async => await copyToClipboard( + LogStorage.root.toString(), + successMessage: 'Successfully copied logs', + ), ), const SizedBox(width: denseSpacing), ClearButton( label: 'Clear logs', gaScreen: gac.settingsDialog, gaSelection: gac.clearLogs, - minScreenWidthForTextBeforeScaling: - _minScreenWidthForTextBeforeScaling, + minScreenWidthForText: _minScreenWidthForText, onPressed: LogStorage.root.clear, ), ], diff --git a/packages/devtools_app/lib/src/framework/scaffold/status_line.dart b/packages/devtools_app/lib/src/framework/scaffold/status_line.dart index 6d0515b4a39..16133d36a29 100644 --- a/packages/devtools_app/lib/src/framework/scaffold/status_line.dart +++ b/packages/devtools_app/lib/src/framework/scaffold/status_line.dart @@ -48,10 +48,12 @@ class StatusLine extends StatelessWidget { @override Widget build(BuildContext context) { final theme = Theme.of(context); - final backgroundColor = - highlightForConnection ? theme.colorScheme.primary : null; - final foregroundColor = - highlightForConnection ? theme.colorScheme.onPrimary : null; + final backgroundColor = highlightForConnection + ? theme.colorScheme.primary + : null; + final foregroundColor = highlightForConnection + ? theme.colorScheme.onPrimary + : null; final height = statusLineHeight + padding.top + padding.bottom; return ValueListenableBuilder( valueListenable: currentScreen.showIsolateSelector, @@ -81,8 +83,9 @@ class StatusLine extends StatelessWidget { List _getStatusItems(BuildContext context, bool showIsolateSelector) { final theme = Theme.of(context); - final foregroundColor = - highlightForConnection ? theme.colorScheme.onPrimary : null; + final foregroundColor = highlightForConnection + ? theme.colorScheme.onPrimary + : null; final screenWidth = ScreenSize(context).width; // TODO(https://github.com/flutter/devtools/issues/8913): this builds the // wrong status items for offline mode. @@ -146,10 +149,9 @@ class StatusLine extends StatelessWidget { description = vm.deviceDisplay; } - final color = - highlightForConnection - ? theme.colorScheme.onPrimary - : theme.regularTextStyle.color; + final color = highlightForConnection + ? theme.colorScheme.onPrimary + : theme.regularTextStyle.color; return Row( mainAxisAlignment: MainAxisAlignment.end, @@ -160,12 +162,11 @@ class StatusLine extends StatelessWidget { return SizedBox( width: smallProgressSize, height: smallProgressSize, - child: - isBusy - ? SmallCircularProgressIndicator( - valueColor: AlwaysStoppedAnimation(color), - ) - : const SizedBox(), + child: isBusy + ? SmallCircularProgressIndicator( + valueColor: AlwaysStoppedAnimation(color), + ) + : const SizedBox(), ); }, ), @@ -174,12 +175,11 @@ class StatusLine extends StatelessWidget { message: 'Connected device', child: Text( description, - style: - highlightForConnection - ? theme.regularTextStyle.copyWith( - color: theme.colorScheme.onPrimary, - ) - : theme.regularTextStyle, + style: highlightForConnection + ? theme.regularTextStyle.copyWith( + color: theme.colorScheme.onPrimary, + ) + : theme.regularTextStyle, overflow: TextOverflow.clip, ), ), @@ -189,13 +189,12 @@ class StatusLine extends StatelessWidget { return child!; } }, - child: - screenWidth <= MediaSize.xxs - ? DevToolsTooltip( - message: noConnectionMsg, - child: Icon(Icons.warning_amber_rounded, size: actionsIconSize), - ) - : Text(noConnectionMsg, style: theme.regularTextStyle), + child: screenWidth <= MediaSize.xxs + ? const DevToolsTooltip( + message: noConnectionMsg, + child: Icon(Icons.warning_amber_rounded, size: actionsIconSize), + ) + : Text(noConnectionMsg, style: theme.regularTextStyle), ); } } @@ -218,8 +217,9 @@ class DocumentationLink extends StatelessWidget { @override Widget build(BuildContext context) { - final color = - highlightForConnection ? Theme.of(context).colorScheme.onPrimary : null; + final color = highlightForConnection + ? Theme.of(context).colorScheme.onPrimary + : null; final docPageId = screen.docPageId ?? ''; return LinkIconLabel( icon: Icons.library_books_outlined, @@ -256,8 +256,9 @@ class VideoTutorialLink extends StatelessWidget { @override Widget build(BuildContext context) { - final color = - highlightForConnection ? Theme.of(context).colorScheme.onPrimary : null; + final color = highlightForConnection + ? Theme.of(context).colorScheme.onPrimary + : null; return LinkIconLabel( icon: Icons.ondemand_video_rounded, link: GaLink( @@ -290,19 +291,17 @@ class IsolateSelector extends StatelessWidget { tooltip: 'Selected Isolate', initialValue: selectedIsolateRef, onSelected: isolateManager.selectIsolate, - itemBuilder: - (BuildContext context) => - isolates.map((ref) { - return PopupMenuItem( - value: ref, - child: _IsolateOption( - ref, - // This is always rendered against the background color - // for the pop up menu, which is the `surface` color. - color: Theme.of(context).colorScheme.onSurface, - ), - ); - }).toList(), + itemBuilder: (BuildContext context) => isolates.map((ref) { + return PopupMenuItem( + value: ref, + child: _IsolateOption( + ref, + // This is always rendered against the background color + // for the pop up menu, which is the `surface` color. + color: Theme.of(context).colorScheme.onSurface, + ), + ); + }).toList(), child: _IsolateOption( isolateManager.selectedIsolate.value, color: foregroundColor, diff --git a/packages/devtools_app/lib/src/framework/theme_manager.dart b/packages/devtools_app/lib/src/framework/theme_manager.dart index 4111187d43b..99bb0e7b856 100644 --- a/packages/devtools_app/lib/src/framework/theme_manager.dart +++ b/packages/devtools_app/lib/src/framework/theme_manager.dart @@ -99,14 +99,6 @@ class EditorThemeManager extends DisposableController } } - if (newTheme.fontSize != null && - newTheme.fontSize!.toDouble() != currentTheme.fontSize) { - updateQueryParameter( - IdeThemeQueryParams.fontSizeKey, - newTheme.fontSize!.toDouble().toString(), - ); - } - setGlobal(IdeTheme, getIdeTheme()); // We are toggling to the opposite theme and then back to force the IDE diff --git a/packages/devtools_app/lib/src/screens/app_size/app_size_controller.dart b/packages/devtools_app/lib/src/screens/app_size/app_size_controller.dart index f202d564fd0..574a1e9aa7c 100644 --- a/packages/devtools_app/lib/src/screens/app_size/app_size_controller.dart +++ b/packages/devtools_app/lib/src/screens/app_size/app_size_controller.dart @@ -360,9 +360,9 @@ class AppSizeController extends DevToolsScreenController { deferredLoadingSupportEnabled && _hasDeferredInfo(processedJson); if (isDeferredApp.value) { - _deferredOnly = _extractDeferredUnits(Map.from(processedJson)); - _mainOnly = _extractMainUnit(Map.from(processedJson)); - _entireApp = _includeEntireApp(Map.from(processedJson)); + _deferredOnly = _extractDeferredUnits(Map.of(processedJson)); + _mainOnly = _extractMainUnit(Map.of(processedJson)); + _entireApp = _includeEntireApp(Map.of(processedJson)); _loadApp(_dataForAppUnit!); } else { // Set root name for non-deferred apps. @@ -396,10 +396,9 @@ class AppSizeController extends DevToolsScreenController { Map _extractDeferredUnits(Map jsonFile) { if (_hasDeferredInfo(jsonFile)) { - jsonFile['children'] = - _extractChildren( - jsonFile, - ).where((child) => child['isDeferred'] == true).toList(); + jsonFile['children'] = _extractChildren( + jsonFile, + ).where((child) => child['isDeferred'] == true).toList(); jsonFile['n'] = _deferredNodeName; } return jsonFile; @@ -465,17 +464,17 @@ class AppSizeController extends DevToolsScreenController { } final oldMainOnlyFileJson = _extractMainUnit( - Map.from(oldEntireAppFileJson), + Map.of(oldEntireAppFileJson), ); final newMainOnlyFileJson = _extractMainUnit( - Map.from(newEntireAppFileJson), + Map.of(newEntireAppFileJson), ); final oldDeferredOnlyFileJson = _extractDeferredUnits( - Map.from(oldEntireAppFileJson), + Map.of(oldEntireAppFileJson), ); final newDeferredOnlyFileJson = _extractDeferredUnits( - Map.from(newEntireAppFileJson), + Map.of(newEntireAppFileJson), ); diffMap = _generateDiffMapFromAnalyzeSizeFiles( @@ -699,17 +698,16 @@ class AppSizeController extends DevToolsScreenController { bool skipNodesWithNoByteSizeChange = true, }) { assert(showDiff ? diffTreeType != null : true); - final rawChildren = - (treeJson['children'] as List).cast>(); + final rawChildren = (treeJson['children'] as List) + .cast>(); final treemapNodeChildren = []; int totalByteSize = 0; // Given a child, build its subtree. for (final child in rawChildren) { - final childTreemapNode = - showDiff - ? generateDiffTree(child, diffTreeType!) - : generateTree(child); + final childTreemapNode = showDiff + ? generateDiffTree(child, diffTreeType!) + : generateTree(child); if (childTreemapNode == null) { continue; } @@ -721,11 +719,11 @@ class AppSizeController extends DevToolsScreenController { return totalByteSize == 0 && skipNodesWithNoByteSizeChange ? null : _buildNode( - treeJson, - totalByteSize, - children: treemapNodeChildren, - showDiff: showDiff, - ); + treeJson, + totalByteSize, + children: treemapNodeChildren, + showDiff: showDiff, + ); } TreemapNode _buildNode( diff --git a/packages/devtools_app/lib/src/screens/app_size/app_size_screen.dart b/packages/devtools_app/lib/src/screens/app_size/app_size_screen.dart index 102c6a46e37..36e3406bc0a 100644 --- a/packages/devtools_app/lib/src/screens/app_size/app_size_screen.dart +++ b/packages/devtools_app/lib/src/screens/app_size/app_size_screen.dart @@ -345,20 +345,19 @@ class _AnalysisViewState extends State with AutoDisposeMixin { return Column( children: [ Expanded( - child: - analysisRootLocal == null - ? _buildImportFileView() - : _AppSizeView( - title: _generateSingleFileHeaderText(), - treemapKey: AppSizeScreen.analysisViewTreemapKey, - treemapRoot: analysisRootLocal, - onRootChangedCallback: controller.changeAnalysisRoot, - analysisTable: AppSizeAnalysisTable( - rootNode: analysisRootLocal.root, - controller: controller, - ), - callGraphRoot: controller.analysisCallGraphRoot.value, + child: analysisRootLocal == null + ? _buildImportFileView() + : _AppSizeView( + title: _generateSingleFileHeaderText(), + treemapKey: AppSizeScreen.analysisViewTreemapKey, + treemapRoot: analysisRootLocal, + onRootChangedCallback: controller.changeAnalysisRoot, + analysisTable: AppSizeAnalysisTable( + rootNode: analysisRootLocal.root, + controller: controller, ), + callGraphRoot: controller.analysisCallGraphRoot.value, + ), ), ], ); @@ -366,10 +365,9 @@ class _AnalysisViewState extends State with AutoDisposeMixin { String _generateSingleFileHeaderText() { final analysisFile = controller.analysisJsonFile.value!; - String output = - analysisFile.isAnalyzeSizeFile - ? 'Total size analysis: ' - : 'Dart AOT snapshot: '; + String output = analysisFile.isAnalyzeSizeFile + ? 'Total size analysis: ' + : 'Dart AOT snapshot: '; output += analysisFile.displayText; return output; } @@ -381,26 +379,26 @@ class _AnalysisViewState extends State with AutoDisposeMixin { return processing ? const CenteredMessage(message: AppSizeScreen.loadingMessage) : Column( - children: [ - Flexible( - child: FileImportContainer( - instructions: AnalysisView.importInstructions, - actionText: 'Analyze Size', - gaScreen: gac.appSize, - gaSelectionImport: gac.importFileSingle, - gaSelectionAction: gac.analyzeSingle, - onAction: (jsonFile) { - controller.loadTreeFromJsonFile( - jsonFile: jsonFile, - onError: (error) { - if (mounted) notificationService.push(error); - }, - ); - }, + children: [ + Flexible( + child: FileImportContainer( + instructions: AnalysisView.importInstructions, + actionText: 'Analyze Size', + gaScreen: gac.appSize, + gaSelectionImport: gac.importFileSingle, + gaSelectionAction: gac.analyzeSingle, + onAction: (jsonFile) { + controller.loadTreeFromJsonFile( + jsonFile: jsonFile, + onError: (error) { + if (mounted) notificationService.push(error); + }, + ); + }, + ), ), - ), - ], - ); + ], + ); }, ); } @@ -451,17 +449,16 @@ class _DiffViewState extends State with AutoDisposeMixin { return Column( children: [ Expanded( - child: - diffRootLocal == null - ? _buildImportDiffView() - : _AppSizeView( - title: _generateDualFileHeaderText(), - treemapKey: AppSizeScreen.diffViewTreemapKey, - treemapRoot: diffRootLocal, - onRootChangedCallback: controller.changeDiffRoot, - analysisTable: AppSizeDiffTable(rootNode: diffRootLocal), - callGraphRoot: controller.diffCallGraphRoot.value, - ), + child: diffRootLocal == null + ? _buildImportDiffView() + : _AppSizeView( + title: _generateDualFileHeaderText(), + treemapKey: AppSizeScreen.diffViewTreemapKey, + treemapRoot: diffRootLocal, + onRootChangedCallback: controller.changeDiffRoot, + analysisTable: AppSizeDiffTable(rootNode: diffRootLocal), + callGraphRoot: controller.diffCallGraphRoot.value, + ), ), ], ); @@ -471,10 +468,9 @@ class _DiffViewState extends State with AutoDisposeMixin { final oldFile = controller.oldDiffJsonFile.value!; final newFile = controller.newDiffJsonFile.value!; String output = 'Diffing '; - output += - oldFile.isAnalyzeSizeFile - ? 'total size analyses: ' - : 'Dart AOT snapshots: '; + output += oldFile.isAnalyzeSizeFile + ? 'total size analyses: ' + : 'Dart AOT snapshots: '; output += oldFile.displayText; output += ' (OLD) vs (NEW) '; output += newFile.displayText; @@ -488,31 +484,30 @@ class _DiffViewState extends State with AutoDisposeMixin { return processing ? const CenteredMessage(message: AppSizeScreen.loadingMessage) : Column( - crossAxisAlignment: CrossAxisAlignment.stretch, - children: [ - Expanded( - child: DualFileImportContainer( - firstFileTitle: 'Old', - secondFileTitle: 'New', - // TODO(kenz): perhaps bold "original" and "modified". - firstInstructions: DiffView.importOldInstructions, - secondInstructions: DiffView.importNewInstructions, - actionText: 'Analyze Diff', - gaScreen: gac.appSize, - gaSelectionImportFirst: gac.importFileDiffFirst, - gaSelectionImportSecond: gac.importFileDiffSecond, - gaSelectionAction: gac.analyzeDiff, - onAction: - (oldFile, newFile, onError) => - controller.loadDiffTreeFromJsonFiles( - oldFile: oldFile, - newFile: newFile, - onError: onError, - ), + crossAxisAlignment: CrossAxisAlignment.stretch, + children: [ + Expanded( + child: DualFileImportContainer( + firstFileTitle: 'Old', + secondFileTitle: 'New', + // TODO(kenz): perhaps bold "original" and "modified". + firstInstructions: DiffView.importOldInstructions, + secondInstructions: DiffView.importNewInstructions, + actionText: 'Analyze Diff', + gaScreen: gac.appSize, + gaSelectionImportFirst: gac.importFileDiffFirst, + gaSelectionImportSecond: gac.importFileDiffSecond, + gaSelectionAction: gac.analyzeDiff, + onAction: (oldFile, newFile, onError) => + controller.loadDiffTreeFromJsonFiles( + oldFile: oldFile, + newFile: newFile, + onError: onError, + ), + ), ), - ), - ], - ); + ], + ); }, ); } diff --git a/packages/devtools_app/lib/src/screens/app_size/app_size_table.dart b/packages/devtools_app/lib/src/screens/app_size/app_size_table.dart index 9c28f5c7627..9e06c28ffc3 100644 --- a/packages/devtools_app/lib/src/screens/app_size/app_size_table.dart +++ b/packages/devtools_app/lib/src/screens/app_size/app_size_table.dart @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -import 'package:devtools_app_shared/ui.dart'; import 'package:flutter/material.dart'; import '../../shared/charts/treemap.dart'; @@ -19,20 +18,18 @@ class AppSizeAnalysisTable extends StatelessWidget { required AppSizeController controller, }) { final treeColumn = _NameColumn( - currentRootLevel: - controller.isDeferredApp.value - ? rootNode.children.first.level - : rootNode.level, + currentRootLevel: controller.isDeferredApp.value + ? rootNode.children.first.level + : rootNode.level, ); - final sizeColumn = _SizeColumn(); + const sizeColumn = _SizeColumn(); final columns = List>.unmodifiable([ treeColumn, sizeColumn, _SizePercentageColumn( - totalSize: - controller.isDeferredApp.value - ? rootNode.children[0].root.byteSize - : rootNode.root.byteSize, + totalSize: controller.isDeferredApp.value + ? rootNode.children[0].root.byteSize + : rootNode.root.byteSize, ), ]); @@ -65,8 +62,9 @@ class AppSizeAnalysisTable extends StatelessWidget { Widget build(BuildContext context) { return TreeTable( keyFactory: (node) => PageStorageKey(node.name), - dataRoots: - controller.isDeferredApp.value ? rootNode.children : [rootNode], + dataRoots: controller.isDeferredApp.value + ? rootNode.children + : [rootNode], dataKey: 'app-size-analysis', columns: columns, treeColumn: treeColumn, @@ -79,7 +77,8 @@ class AppSizeAnalysisTable extends StatelessWidget { } class _NameColumn extends TreeColumnData { - _NameColumn({required this.currentRootLevel}) : super('Library or Class'); + const _NameColumn({required this.currentRootLevel}) + : super('Library or Class'); final int currentRootLevel; @@ -100,12 +99,8 @@ class _NameColumn extends TreeColumnData { } class _SizeColumn extends ColumnData { - _SizeColumn() - : super( - 'Size', - alignment: ColumnAlignment.right, - fixedWidthPx: scaleByFontFactor(100.0), - ); + const _SizeColumn() + : super('Size', alignment: ColumnAlignment.right, fixedWidthPx: 100.0); @override Comparable getValue(TreemapNode dataObject) => dataObject.byteSize; @@ -124,11 +119,11 @@ class _SizeColumn extends ColumnData { } class _SizePercentageColumn extends ColumnData { - _SizePercentageColumn({required this.totalSize}) + const _SizePercentageColumn({required this.totalSize}) : super( '% of Total Size', alignment: ColumnAlignment.right, - fixedWidthPx: scaleByFontFactor(100.0), + fixedWidthPx: 100.0, ); final int totalSize; @@ -152,7 +147,7 @@ class _SizePercentageColumn extends ColumnData { class AppSizeDiffTable extends StatelessWidget { factory AppSizeDiffTable({required TreemapNode rootNode}) { final treeColumn = _NameColumn(currentRootLevel: rootNode.level); - final diffColumn = _DiffColumn(); + const diffColumn = _DiffColumn(); final columns = List>.unmodifiable([ treeColumn, diffColumn, @@ -194,12 +189,8 @@ class AppSizeDiffTable extends StatelessWidget { // TODO(peterdjlee): Add an opaque overlay / background to differentiate from // other columns. class _DiffColumn extends ColumnData { - _DiffColumn() - : super( - 'Change', - alignment: ColumnAlignment.right, - fixedWidthPx: scaleByFontFactor(100.0), - ); + const _DiffColumn() + : super('Change', alignment: ColumnAlignment.right, fixedWidthPx: 100.0); // Ensure sort by absolute size. @override diff --git a/packages/devtools_app/lib/src/screens/app_size/code_size_attribution.dart b/packages/devtools_app/lib/src/screens/app_size/code_size_attribution.dart index 7bb60800838..739905bb3e7 100644 --- a/packages/devtools_app/lib/src/screens/app_size/code_size_attribution.dart +++ b/packages/devtools_app/lib/src/screens/app_size/code_size_attribution.dart @@ -64,13 +64,12 @@ class _CallGraphWithDominatorsState extends State { ], ), Expanded( - child: - showCallGraph - ? CallGraphView(node: widget.callGraphRoot) - : DominatorTree( - dominatorTreeRoot: dominatorTreeRoot, - selectedNode: widget.callGraphRoot, - ), + child: showCallGraph + ? CallGraphView(node: widget.callGraphRoot) + : DominatorTree( + dominatorTreeRoot: dominatorTreeRoot, + selectedNode: widget.callGraphRoot, + ), ), ], ); @@ -212,8 +211,8 @@ class _CallGraphTable extends StatelessWidget { required this.onNodeSelected, }); - static final _toColumn = ToColumn(); - static final _fromColumn = FromColumn(); + static const _toColumn = ToColumn(); + static const _fromColumn = FromColumn(); final _CallGraphTableType tableType; @@ -228,10 +227,9 @@ class _CallGraphTable extends StatelessWidget { Widget build(BuildContext context) { return FlatTable( keyFactory: (CallGraphNode node) => ValueKey(node), - data: - tableType == _CallGraphTableType.from - ? selectedNode.pred - : selectedNode.succ, + data: tableType == _CallGraphTableType.from + ? selectedNode.pred + : selectedNode.succ, dataKey: tableType.dataKey, columns: [tableColumn], onItemSelected: onNodeSelected, @@ -242,14 +240,14 @@ class _CallGraphTable extends StatelessWidget { } class FromColumn extends ColumnData { - FromColumn() : super.wide('From'); + const FromColumn() : super.wide('From'); @override String getValue(CallGraphNode dataObject) => dataObject.display; } class ToColumn extends ColumnData { - ToColumn() : super.wide('To'); + const ToColumn() : super.wide('To'); @override ColumnAlignment get alignment => ColumnAlignment.right; @@ -262,7 +260,7 @@ class ToColumn extends ColumnData { } class DominatorTree extends StatelessWidget { - DominatorTree({ + const DominatorTree({ super.key, required this.dominatorTreeRoot, required this.selectedNode, @@ -274,7 +272,7 @@ class DominatorTree extends StatelessWidget { final CallGraphNode? selectedNode; - final _packageColumn = _PackageColumn(); + static const _packageColumn = _PackageColumn(); @override Widget build(BuildContext context) { @@ -285,7 +283,7 @@ class DominatorTree extends StatelessWidget { dataRoots: [dominatorTreeRoot!], dataKey: 'dominator-tree', keyFactory: (node) => PageStorageKey('${node.callGraphNode.id}'), - columns: [_packageColumn], + columns: const [_packageColumn], treeColumn: _packageColumn, defaultSortColumn: _packageColumn, defaultSortDirection: SortDirection.descending, @@ -306,7 +304,7 @@ class DominatorTree extends StatelessWidget { } class _PackageColumn extends TreeColumnData { - _PackageColumn() : super('Package'); + const _PackageColumn() : super('Package'); @override String getValue(DominatorTreeNode dataObject) => @@ -315,10 +313,9 @@ class _PackageColumn extends TreeColumnData { extension CallGraphNodeDisplay on CallGraphNode { String get display { - final displayText = - data is ProgramInfoNode - ? (data as ProgramInfoNode).qualifiedName - : data.toString(); + final displayText = data is ProgramInfoNode + ? (data as ProgramInfoNode).qualifiedName + : data.toString(); if (displayText == '@shared') { // Special case '@shared' because this is the name of the call graph root, // and '@root' has a more intuitive meaning. diff --git a/packages/devtools_app/lib/src/screens/debugger/breakpoint_manager.dart b/packages/devtools_app/lib/src/screens/debugger/breakpoint_manager.dart index a18c39d24b2..646fffa5d4b 100644 --- a/packages/devtools_app/lib/src/screens/debugger/breakpoint_manager.dart +++ b/packages/devtools_app/lib/src/screens/debugger/breakpoint_manager.dart @@ -93,6 +93,10 @@ class BreakpointManager with DisposerMixin { if ([ EventKind.kPauseStart, EventKind.kPausePostRequest, + // We check for a resume event because package:dwds sends a resume event + // after a hot-restart. See: + // https://github.com/dart-lang/webdev/issues/2610 + EventKind.kResume, ].contains(pauseEventKind)) { await serviceConnection.serviceManager.isolateManager.resumeIsolate( isolateRef, @@ -221,10 +225,9 @@ class BreakpointManager with DisposerMixin { }) async { _breakpoints.value = breakpoints; // Build _breakpointsWithLocation from _breakpoints. - final breakpointsWithLocation = - await _breakpoints.value - .map(breakpointManager.createBreakpointWithLocation) - .wait; + final breakpointsWithLocation = await _breakpoints.value + .map(breakpointManager.createBreakpointWithLocation) + .wait; if (isolateId != _isolateRefId) { // Current request is obsolete. @@ -397,11 +400,10 @@ class BreakpointManager with DisposerMixin { // the restart. Note we only track hot restarts triggered by DevTools, // if a hot-restart was triggered by another client we won't know. // See https://github.com/flutter/flutter/issues/134470 - final hotRestartInProgress = - serviceConnection - .serviceManager - .isolateManager - .hotRestartInProgress; + final hotRestartInProgress = serviceConnection + .serviceManager + .isolateManager + .hotRestartInProgress; if (hotRestartInProgress) break; final breakpoint = event.breakpoint; diff --git a/packages/devtools_app/lib/src/screens/debugger/breakpoints.dart b/packages/devtools_app/lib/src/screens/debugger/breakpoints.dart index 9886db476a8..b54f602af8a 100644 --- a/packages/devtools_app/lib/src/screens/debugger/breakpoints.dart +++ b/packages/devtools_app/lib/src/screens/debugger/breakpoints.dart @@ -12,8 +12,8 @@ import 'common.dart'; import 'debugger_controller.dart'; import 'debugger_model.dart'; -double get executableLineRadius => scaleByFontFactor(1.5); -double get breakpointRadius => scaleByFontFactor(6.0); +const executableLineRadius = 1.5; +const breakpointRadius = 6.0; class Breakpoints extends StatelessWidget { const Breakpoints({super.key}); @@ -88,10 +88,9 @@ class _Breakpoint extends StatelessWidget { children: [ TextSpan( text: ' (${breakpoint.scriptUri})', - style: - isSelected - ? theme.selectedSubtleTextStyle - : theme.subtleTextStyle, + style: isSelected + ? theme.selectedSubtleTextStyle + : theme.subtleTextStyle, ), ], ), diff --git a/packages/devtools_app/lib/src/screens/debugger/call_stack.dart b/packages/devtools_app/lib/src/screens/debugger/call_stack.dart index 9fc750781e1..eaa2d239982 100644 --- a/packages/devtools_app/lib/src/screens/debugger/call_stack.dart +++ b/packages/devtools_app/lib/src/screens/debugger/call_stack.dart @@ -93,10 +93,9 @@ class _CallStackState extends State { if (locationDescription != null) TextSpan( text: ' $locationDescription', - style: - selected - ? theme.selectedSubtleTextStyle - : theme.subtleTextStyle, + style: selected + ? theme.selectedSubtleTextStyle + : theme.subtleTextStyle, ), ], ), @@ -120,13 +119,12 @@ class _CallStackState extends State { return isAsyncBreak ? result : DevToolsTooltip( - message: - locationDescription == null - ? frameDescription - : '$frameDescription $locationDescription', - waitDuration: tooltipWaitLong, - child: result, - ); + message: locationDescription == null + ? frameDescription + : '$frameDescription $locationDescription', + waitDuration: tooltipWaitLong, + child: result, + ); } Future _onStackFrameSelected(StackFrameAndSourcePosition frame) async { diff --git a/packages/devtools_app/lib/src/screens/debugger/codeview.dart b/packages/devtools_app/lib/src/screens/debugger/codeview.dart index 841aba57f40..19ca7e44b5c 100644 --- a/packages/devtools_app/lib/src/screens/debugger/codeview.dart +++ b/packages/devtools_app/lib/src/screens/debugger/codeview.dart @@ -65,7 +65,7 @@ class CodeView extends StatefulWidget { 'debuggerCodeViewVerticalScrollbarKey', ); - static double get rowHeight => scaleByFontFactor(16.0); + static const rowHeight = 16.0; final CodeViewController codeViewController; final DebuggerController? debuggerController; @@ -249,8 +249,8 @@ class _CodeViewState extends State with AutoDisposeMixin { verticalController.hasAttachedControllers ? updateScrollPositionImpl() : WidgetsBinding.instance.addPostFrameCallback( - (_) => updateScrollPositionImpl(), - ); + (_) => updateScrollPositionImpl(), + ); } @override @@ -331,8 +331,8 @@ class _CodeViewState extends State with AutoDisposeMixin { thumbVisibility: true, // Only listen for vertical scroll notifications (ignore those // from the nested horizontal SingleChildScrollView): - notificationPredicate: - (ScrollNotification notification) => notification.depth == 1, + notificationPredicate: (ScrollNotification notification) => + notification.depth == 1, child: ValueListenableBuilder( valueListenable: widget.debuggerController?.selectedStackFrame ?? @@ -340,8 +340,9 @@ class _CodeViewState extends State with AutoDisposeMixin { null, ), builder: (context, frame, _) { - final pausedFrame = - frame?.scriptRef == scriptRef ? frame : null; + final pausedFrame = frame?.scriptRef == scriptRef + ? frame + : null; return ValueListenableBuilder( valueListenable: @@ -370,9 +371,8 @@ class _CodeViewState extends State with AutoDisposeMixin { ); return Scrollbar( - key: - CodeView - .debuggerCodeViewHorizontalScrollbarKey, + key: CodeView + .debuggerCodeViewHorizontalScrollbarKey, thumbVisibility: true, controller: horizontalController, child: SingleChildScrollView( @@ -390,18 +390,15 @@ class _CodeViewState extends State with AutoDisposeMixin { widget.codeViewController, scrollController: textController, lines: lines, - selectedFrameNotifier: - widget - .debuggerController - ?.selectedStackFrame, - searchMatchesNotifier: - widget - .codeViewController - .searchMatches, - activeSearchMatchNotifier: - widget - .codeViewController - .activeSearchMatch, + selectedFrameNotifier: widget + .debuggerController + ?.selectedStackFrame, + searchMatchesNotifier: widget + .codeViewController + .searchMatches, + activeSearchMatchNotifier: widget + .codeViewController + .activeSearchMatch, showProfileInformation: showProfileInformation, ), @@ -438,11 +435,9 @@ class _CodeViewState extends State with AutoDisposeMixin { return scriptUri; }, titleIcon: Icons.search, - onTitleTap: - () => - widget.codeViewController - ..toggleFileOpenerVisibility(true) - ..toggleSearchInFileVisibility(false), + onTitleTap: () => widget.codeViewController + ..toggleFileOpenerVisibility(true) + ..toggleSearchInFileVisibility(false), controls: [ ScriptPopupMenu(widget.codeViewController), ScriptHistoryPopupMenu( @@ -482,8 +477,8 @@ class _CodeViewState extends State with AutoDisposeMixin { searchFieldEnabled: parsedScript != null, shouldRequestFocus: true, searchFieldWidth: wideSearchFieldWidth, - onClose: - () => widget.codeViewController.toggleSearchInFileVisibility(false), + onClose: () => + widget.codeViewController.toggleSearchInFileVisibility(false), ), ); } @@ -533,8 +528,8 @@ class CodeViewEmptyState extends StatelessWidget { return Center( child: ElevatedButton( autofocus: true, - onPressed: - () => widget.codeViewController.toggleFileOpenerVisibility(true), + onPressed: () => + widget.codeViewController.toggleFileOpenerVisibility(true), child: Text( 'Open a file ($openFileKeySetDescription)', style: theme.textTheme.titleMedium, @@ -785,8 +780,9 @@ class Gutters extends StatelessWidget { lineCount: lineCount, lineOffset: lineOffset, pausedFrame: pausedFrame, - breakpoints: - breakpoints.where((bp) => bp.scriptRef == scriptRef).toList(), + breakpoints: breakpoints + .where((bp) => bp.scriptRef == scriptRef) + .toList(), executableLines: parsedScript?.executableLines ?? const {}, sourceReport: sourceReport, onPressed: _onPressed, @@ -800,14 +796,14 @@ class Gutters extends StatelessWidget { !showProfileInformation ? const SizedBox(width: denseSpacing) : Padding( - padding: const EdgeInsets.only(right: denseSpacing), - child: ProfileInformationGutter( - scrollController: profileController!, - lineCount: lineCount, - lineOffset: lineOffset, - sourceReport: sourceReport, + padding: const EdgeInsets.only(right: denseSpacing), + child: ProfileInformationGutter( + scrollController: profileController!, + lineCount: lineCount, + lineOffset: lineOffset, + sourceReport: sourceReport, + ), ), - ), ], ); } @@ -876,7 +872,7 @@ class Gutter extends StatelessWidget { itemCount: lineCount + profileInformationHeaderOffset, itemBuilder: (context, index) { if (showProfileInformation && index == 0) { - return SizedBox(height: CodeView.rowHeight); + return const SizedBox(height: CodeView.rowHeight); } final lineNum = lineOffset - profileInformationHeaderOffset + index + 1; @@ -933,16 +929,15 @@ class GutterItem extends StatelessWidget { final breakpointColor = theme.colorScheme.primary; final subtleColor = theme.unselectedWidgetColor; - final bpBoxSize = breakpointRadius * 2; - final executionPointIndent = scaleByFontFactor(10.0); + const bpBoxSize = breakpointRadius * 2; + const executionPointIndent = 10.0; Color? color; TextStyle? coverageTextStyleOverride; final hasCoverage = coverageHit; if (hasCoverage != null) { - color = - hasCoverage - ? theme.colorScheme.coverageHitColor - : theme.colorScheme.coverageMissColor; + color = hasCoverage + ? theme.colorScheme.coverageHitColor + : theme.colorScheme.coverageMissColor; coverageTextStyleOverride = theme.regularTextStyleWithColor( theme.colorScheme.coverageAndPerformanceTextColor, ); @@ -980,7 +975,7 @@ class GutterItem extends StatelessWidget { style: coverageTextStyleOverride, ), Container( - padding: EdgeInsets.only(left: executionPointIndent), + padding: const EdgeInsets.only(left: executionPointIndent), alignment: Alignment.centerLeft, child: AnimatedOpacity( duration: defaultDuration, @@ -1068,8 +1063,9 @@ class _LinesState extends State with AutoDisposeMixin { // the top of the profiler gutter columns. Everything needs to be shifted // down a single line so profiling information for line 1 isn't hidden by // the header. - final profileInformationHeaderOffset = - widget.showProfileInformation ? 1 : 0; + final profileInformationHeaderOffset = widget.showProfileInformation + ? 1 + : 0; return SelectionArea( child: ListView.builder( @@ -1079,7 +1075,7 @@ class _LinesState extends State with AutoDisposeMixin { itemCount: widget.lines.length + profileInformationHeaderOffset, itemBuilder: (context, index) { if (widget.showProfileInformation && index == 0) { - return SizedBox(height: CodeView.rowHeight); + return const SizedBox(height: CodeView.rowHeight); } final dataIndex = index - profileInformationHeaderOffset; final lineNum = dataIndex + 1; @@ -1093,10 +1089,9 @@ class _LinesState extends State with AutoDisposeMixin { pausedFrame: isPausedLine ? pausedFrame : null, focused: isPausedLine || isFocusedLine, searchMatches: _searchMatchesForLine(dataIndex), - activeSearchMatch: - activeSearch?.position.line == dataIndex - ? activeSearch - : null, + activeSearchMatch: activeSearch?.position.line == dataIndex + ? activeSearch + : null, ); }, ); @@ -1148,7 +1143,7 @@ class LineItem extends StatelessWidget { this.activeSearchMatch, }); - static double get _hoverWidth => scaleByFontFactor(400.0); + static const _hoverWidth = 400.0; final TextSpan lineContents; final StackFrameAndSourcePosition? pausedFrame; @@ -1208,8 +1203,9 @@ class LineItem extends StatelessWidget { ); } - final backgroundColor = - focused ? theme.colorScheme.selectedRowBackgroundColor : null; + final backgroundColor = focused + ? theme.colorScheme.selectedRowBackgroundColor + : null; return Container( alignment: Alignment.centerLeft, @@ -1252,12 +1248,11 @@ class _HoverableLine extends StatelessWidget { if (word.isNotEmpty && !isPrimitiveValueOrNull(word)) { try { final response = await evalService.evalAtCurrentFrame(word); - final isolateRef = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value; + final isolateRef = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value; if (response is! InstanceRef) return null; final variable = DartObjectNode.fromValue( value: response, @@ -1413,16 +1408,15 @@ class ScriptPopupMenu extends StatelessWidget { Widget build(BuildContext context) { return PopupMenuButton( onSelected: (option) => option.onSelected(context, _controller), - itemBuilder: - (_) => [ - for (final menuOption in defaultScriptPopupMenuOptions) - menuOption.build(), - for (final extensionMenuOption - in devToolsEnvironmentParameters - .buildExtraDebuggerScriptPopupMenuOptions()) - extensionMenuOption.build(), - ], - child: Icon(Icons.more_vert, size: actionsIconSize), + itemBuilder: (_) => [ + for (final menuOption in defaultScriptPopupMenuOptions) + menuOption.build(), + for (final extensionMenuOption + in devToolsEnvironmentParameters + .buildExtraDebuggerScriptPopupMenuOptions()) + extensionMenuOption.build(), + ], + child: const Icon(Icons.more_vert, size: actionsIconSize), ); } } @@ -1448,11 +1442,11 @@ class ScriptHistoryPopupMenu extends StatelessWidget { tooltip: 'Select recent script', enabled: enabled, onSelected: onSelected, - offset: Offset( + offset: const Offset( actionsIconSize + denseSpacing, buttonMinWidth + denseSpacing, ), - child: Icon(Icons.history, size: actionsIconSize), + child: const Icon(Icons.history, size: actionsIconSize), ); } } @@ -1494,12 +1488,9 @@ final defaultScriptPopupMenuOptions = [ final copyPackagePathOption = ScriptPopupMenuOption( label: 'Copy package path', icon: Icons.content_copy, - onSelected: - (_, controller) => Clipboard.setData( - ClipboardData( - text: controller.scriptLocation.value?.scriptRef.uri ?? '', - ), - ), + onSelected: (_, controller) => Clipboard.setData( + ClipboardData(text: controller.scriptLocation.value?.scriptRef.uri ?? ''), + ), ); final copyFilePathOption = ScriptPopupMenuOption( @@ -1520,13 +1511,12 @@ Future fetchScriptLocationFullFilePath( String? filePath; final packagePath = controller.scriptLocation.value!.scriptRef.uri; if (packagePath != null) { - final isolateId = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value! - .id!; + final isolateId = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value! + .id!; filePath = serviceConnection.serviceManager.resolvedUriManager .lookupFileUri(isolateId, packagePath); if (filePath == null) { @@ -1595,9 +1585,9 @@ class GoToLineDialog extends StatelessWidget { ); } }, - decoration: InputDecoration( + decoration: const InputDecoration( labelText: 'Line Number', - contentPadding: EdgeInsets.all(scaleByFontFactor(5.0)), + contentPadding: EdgeInsets.all(5.0), ), keyboardType: TextInputType.number, inputFormatters: [ diff --git a/packages/devtools_app/lib/src/screens/debugger/codeview_controller.dart b/packages/devtools_app/lib/src/screens/debugger/codeview_controller.dart index f5fc5748754..a937cf826e1 100644 --- a/packages/devtools_app/lib/src/screens/debugger/codeview_controller.dart +++ b/packages/devtools_app/lib/src/screens/debugger/codeview_controller.dart @@ -390,14 +390,13 @@ class CodeViewController extends DisposableController void _maybeShowSourceMapsWarning() { final isWebApp = serviceConnection.serviceManager.connectedApp?.isDartWebAppNow ?? false; - final enableSourceMapsLink = - devToolsEnvironmentParameters.enableSourceMapsLink(); + final enableSourceMapsLink = devToolsEnvironmentParameters + .enableSourceMapsLink(); if (isWebApp && enableSourceMapsLink != null) { final enableSourceMapsAction = NotificationAction( label: 'Enable sourcemaps', - onPressed: - () => - unawaited(launchUrlWithErrorHandling(enableSourceMapsLink.url)), + onPressed: () => + unawaited(launchUrlWithErrorHandling(enableSourceMapsLink.url)), ); notificationService.pushNotification( NotificationMessage( diff --git a/packages/devtools_app/lib/src/screens/debugger/controls.dart b/packages/devtools_app/lib/src/screens/debugger/controls.dart index 0c32662fd11..7db8774ef63 100644 --- a/packages/devtools_app/lib/src/screens/debugger/controls.dart +++ b/packages/devtools_app/lib/src/screens/debugger/controls.dart @@ -18,13 +18,11 @@ import 'debugger_controller.dart'; class DebuggingControls extends StatefulWidget { const DebuggingControls({super.key}); - static const minWidthBeforeScaling = 1750.0; + static const minWidth = 1750.0; // The icon size for the material_symbol icons needs to be increased to // account for padding included in the icon assets. - static final materialIconSize = scaleByFontFactor( - defaultIconSizeBeforeScaling + 3.0, - ); + static const materialIconSize = defaultIconSize + 3.0; @override State createState() => _DebuggingControlsState(); @@ -98,24 +96,24 @@ class _DebuggingControlsState extends State items: [ !isPaused ? ButtonGroupItemData( - tooltip: 'Pause', - icon: Icons.pause, - autofocus: true, - // Disable when selected isolate is a system isolate. - onPressed: - isSystemIsolate ? null : () => unawaited(controller.pause()), - ) + tooltip: 'Pause', + icon: Icons.pause, + autofocus: true, + // Disable when selected isolate is a system isolate. + onPressed: isSystemIsolate + ? null + : () => unawaited(controller.pause()), + ) : ButtonGroupItemData( - tooltip: 'Resume', - iconAsset: 'icons/material_symbols/resume.png', - iconSize: DebuggingControls.materialIconSize, - // Enable not resuming and selected isolate is not a system - // isolate. - onPressed: - (!resuming && !isSystemIsolate) - ? () => unawaited(controller.resume()) - : null, - ), + tooltip: 'Resume', + iconAsset: 'icons/material_symbols/resume.png', + iconSize: DebuggingControls.materialIconSize, + // Enable not resuming and selected isolate is not a system + // isolate. + onPressed: (!resuming && !isSystemIsolate) + ? () => unawaited(controller.resume()) + : null, + ), ], ); } @@ -142,8 +140,7 @@ class _DebuggingControlsState extends State onPressed: canStep ? () => unawaited(controller.stepOut()) : null, ), ], - minScreenWidthForTextBeforeScaling: - DebuggingControls.minWidthBeforeScaling, + minScreenWidthForText: DebuggingControls.minWidth, ); } @@ -156,12 +153,10 @@ class _DebuggingControlsState extends State label: 'File Explorer', onPressed: controller.codeViewController.toggleLibrariesVisible, gaScreen: gac.debugger, - gaSelection: - visible - ? gac.DebuggerEvents.hideFileExplorer.name - : gac.DebuggerEvents.showFileExplorer.name, - minScreenWidthForTextBeforeScaling: - DebuggingControls.minWidthBeforeScaling, + gaSelection: visible + ? gac.DebuggerEvents.hideFileExplorer.name + : gac.DebuggerEvents.showFileExplorer.name, + minScreenWidthForText: DebuggingControls.minWidth, ); }, ); @@ -213,12 +208,11 @@ class CodeStatisticsControls extends StatelessWidget { tooltip: 'Refresh statistics', gaScreen: gac.debugger, gaSelection: gac.DebuggerEvents.refreshStatistics.name, - onPressed: - showCodeCoverage || showProfileInformation - ? () => unawaited( - controller.codeViewController.refreshCodeStatistics(), - ) - : null, + onPressed: showCodeCoverage || showProfileInformation + ? () => unawaited( + controller.codeViewController.refreshCodeStatistics(), + ) + : null, ), ], ); @@ -253,8 +247,7 @@ class BreakOnExceptionsControl extends StatelessWidget { @override Widget build(BuildContext context) { final isInSmallMode = - MediaQuery.of(context).size.width < - DebuggingControls.minWidthBeforeScaling; + MediaQuery.of(context).size.width < DebuggingControls.minWidth; return ValueListenableBuilder( valueListenable: controller.exceptionPauseMode, builder: (BuildContext context, modeId, _) { @@ -264,12 +257,11 @@ class BreakOnExceptionsControl extends StatelessWidget { child: RoundedDropDownButton( value: exceptionMode, // Cannot set exception pause mode for system isolates. - onChanged: - controller.isSystemIsolate - ? null - : (ExceptionMode? mode) { - unawaited(controller.setIsolatePauseMode(mode!.id)); - }, + onChanged: controller.isSystemIsolate + ? null + : (ExceptionMode? mode) { + unawaited(controller.setIsolatePauseMode(mode!.id)); + }, isDense: true, items: [ for (final mode in ExceptionMode.modes) diff --git a/packages/devtools_app/lib/src/screens/debugger/debugger_controller.dart b/packages/devtools_app/lib/src/screens/debugger/debugger_controller.dart index 3c60d941933..fceb7d332ad 100644 --- a/packages/devtools_app/lib/src/screens/debugger/debugger_controller.dart +++ b/packages/devtools_app/lib/src/screens/debugger/debugger_controller.dart @@ -26,6 +26,7 @@ import '../../shared/framework/screen_controllers.dart'; import '../../shared/globals.dart'; import '../../shared/primitives/message_bus.dart'; import '../../shared/primitives/utils.dart'; +import '../../shared/utils/utils.dart'; import 'codeview_controller.dart'; import 'debugger_model.dart'; @@ -270,10 +271,9 @@ class DebuggerController extends DevToolsScreenController return _service .resume( _isolateRefId, - step: - useAsyncStepping - ? StepOption.kOverAsyncSuspension - : StepOption.kOver, + step: useAsyncStepping + ? StepOption.kOverAsyncSuspension + : StepOption.kOver, ) .whenComplete(() => _debugTimingLog.log('stepOver() completed')); } @@ -399,9 +399,9 @@ class DebuggerController extends DevToolsScreenController /// This method ensures that the source for the script is populated in our /// cache, in order to reduce flashing in the editor view. void _populateScriptAndShowLocation(ScriptRef scriptRef) { - unawaited( - scriptManager.getScript(scriptRef).then((script) { - codeViewController.showScriptLocation(ScriptLocation(scriptRef)); + safeUnawaited( + scriptManager.getScript(scriptRef).then((script) async { + await codeViewController.showScriptLocation(ScriptLocation(scriptRef)); }), ); } @@ -594,10 +594,9 @@ class DebuggerController extends DevToolsScreenController return []; } - final variables = - frame.vars! - .map((v) => DartObjectNode.create(v, _isolate.value)) - .toList(); + final variables = frame.vars! + .map((v) => DartObjectNode.create(v, _isolate.value)) + .toList(); // TODO(jacobr): would be nice to be able to remove this call to unawaited // but it would require a significant refactor. variables @@ -630,13 +629,12 @@ class DebuggerController extends DevToolsScreenController } Future _fetchDapFrame(Frame vmFrame) async { - final isolateNumber = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value - ?.number; + final isolateNumber = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value + ?.number; final frameIndex = vmFrame.index; if (isolateNumber == null || frameIndex == null) return null; @@ -674,8 +672,8 @@ class DebuggerController extends DevToolsScreenController // Prefer asyncCausalFrames if they exist. List frames = asyncCausalFrames != null && asyncCausalFrames.isNotEmpty - ? asyncCausalFrames - : stackFrames; + ? asyncCausalFrames + : stackFrames; // Include any reported exception as a variable in the first frame. if (reportedException != null && frames.isNotEmpty) { diff --git a/packages/devtools_app/lib/src/screens/debugger/debugger_model.dart b/packages/devtools_app/lib/src/screens/debugger/debugger_model.dart index 7dc18d8bc3b..12affb77fdf 100644 --- a/packages/devtools_app/lib/src/screens/debugger/debugger_model.dart +++ b/packages/devtools_app/lib/src/screens/debugger/debugger_model.dart @@ -236,8 +236,8 @@ class StackFrameAndSourcePosition { } } -// ignore: avoid_classes_with_only_static_members, fine for utility method. -abstract class ScriptRefUtils { +/// A namespace for [ScriptRef] utilities. +extension ScriptRefUtils on Never { static String fileName(ScriptRef scriptRef) => fileNameFromUri(Uri.parse(scriptRef.uri!).path)!; } diff --git a/packages/devtools_app/lib/src/screens/debugger/debugger_screen.dart b/packages/devtools_app/lib/src/screens/debugger/debugger_screen.dart index ad0bddfa29d..80745175e6f 100644 --- a/packages/devtools_app/lib/src/screens/debugger/debugger_screen.dart +++ b/packages/devtools_app/lib/src/screens/debugger/debugger_screen.dart @@ -189,10 +189,11 @@ class DebuggerWindows extends StatelessWidget { actions: [ CopyToClipboardControl( dataProvider: () { - final callStackList = - controller.stackFramesWithLocation.value - .map((frame) => frame.callStackDisplay) - .toList(); + final callStackList = controller + .stackFramesWithLocation + .value + .map((frame) => frame.callStackDisplay) + .toList(); for (var i = 0; i < callStackList.length; i++) { callStackList[i] = '#$i ${callStackList[i]}'; } @@ -235,10 +236,9 @@ class _BreakpointsWindowActions extends StatelessWidget { child: ToolbarAction( icon: Icons.delete, size: defaultIconSize, - onPressed: - breakpoints.isNotEmpty - ? () => unawaited(breakpointManager.clearBreakpoints()) - : null, + onPressed: breakpoints.isNotEmpty + ? () => unawaited(breakpointManager.clearBreakpoints()) + : null, ), ), ], @@ -285,8 +285,8 @@ class DebuggerSourceAndControls extends StatelessWidget { child: ProgramExplorer( controller: codeViewController.programExplorerController, - onNodeSelected: - (node) => _onNodeSelected(context, node), + onNodeSelected: (node) => + _onNodeSelected(context, node), ), ), ], @@ -321,10 +321,9 @@ class DebuggerSourceAndControls extends StatelessWidget { debuggerController: controller, scriptRef: scriptRef, parsedScript: parsedScript, - onSelected: - (script, line) => unawaited( - breakpointManager.toggleBreakpoint(script, line), - ), + onSelected: (script, line) => unawaited( + breakpointManager.toggleBreakpoint(script, line), + ), ); }, ), @@ -519,24 +518,17 @@ class FloatingDebuggerControls extends StatefulWidget { class _FloatingDebuggerControlsState extends State with AutoDisposeMixin { - late double controlHeight; - bool get _isPaused => serviceConnection.serviceManager.isMainIsolatePaused; - late final DebuggerController controller; + late final DebuggerController _controller; + late double _controlHeight; + late double _controlOpacity; @override void initState() { super.initState(); - controller = screenControllers.lookup(); - } - - @override - void didChangeDependencies() { - super.didChangeDependencies(); - cancelListeners(); - - controlHeight = _isPaused ? defaultButtonHeight : 0.0; + _controller = screenControllers.lookup(); + _setVisiblityForPausedState(_isPaused); addAutoDisposeListener( serviceConnection .serviceManager @@ -545,9 +537,7 @@ class _FloatingDebuggerControlsState extends State ?.isPaused, () { setState(() { - if (_isPaused) { - controlHeight = defaultButtonHeight; - } + _setVisiblityForPausedState(_isPaused); }); }, ); @@ -558,18 +548,11 @@ class _FloatingDebuggerControlsState extends State final theme = Theme.of(context); final colorScheme = theme.colorScheme; return AnimatedOpacity( - opacity: _isPaused ? 1.0 : 0.0, + opacity: _controlOpacity, duration: longDuration, - onEnd: () { - if (!_isPaused) { - setState(() { - controlHeight = 0.0; - }); - } - }, child: Container( color: colorScheme.warningContainer, - height: controlHeight, + height: _controlHeight, child: OutlinedRowGroup( borderColor: theme.focusColor, children: [ @@ -585,8 +568,8 @@ class _FloatingDebuggerControlsState extends State DevToolsTooltip( message: 'Resume', child: TextButton( - onPressed: controller.resume, - child: DevToolsIcon( + onPressed: _controller.resume, + child: const DevToolsIcon( iconAsset: 'icons/material_symbols/resume.png', color: Colors.green, size: DebuggingControls.materialIconSize, @@ -596,8 +579,8 @@ class _FloatingDebuggerControlsState extends State DevToolsTooltip( message: 'Step over', child: TextButton( - onPressed: controller.stepOver, - child: DevToolsIcon( + onPressed: _controller.stepOver, + child: const DevToolsIcon( iconAsset: 'icons/material_symbols/step_over.png', color: Colors.black, size: DebuggingControls.materialIconSize, @@ -609,4 +592,12 @@ class _FloatingDebuggerControlsState extends State ), ); } + + /// Sets the visibilty depending on whether the app [isPaused]. + void _setVisiblityForPausedState(bool isPaused) { + setState(() { + _controlHeight = isPaused ? defaultButtonHeight : 0.0; + _controlOpacity = isPaused ? 1.0 : 0.0; + }); + } } diff --git a/packages/devtools_app/lib/src/screens/debugger/file_search.dart b/packages/devtools_app/lib/src/screens/debugger/file_search.dart index 2e321e077aa..f32f6e5f769 100644 --- a/packages/devtools_app/lib/src/screens/debugger/file_search.dart +++ b/packages/devtools_app/lib/src/screens/debugger/file_search.dart @@ -92,10 +92,9 @@ class FileSearchFieldState extends State // If the current query is a continuation of the previous query, then // filter down the previous matches. Otherwise search through all scripts: - final scripts = - currentQuery.startsWith(previousQuery) - ? _searchResults.scriptRefs - : scriptManager.sortedScripts.value; + final scripts = currentQuery.startsWith(previousQuery) + ? _searchResults.scriptRefs + : scriptManager.sortedScripts.value; final searchResults = _createSearchResults(currentQuery, scripts); if (searchResults.scriptRefs.isEmpty) { @@ -192,13 +191,12 @@ class FileQuery { final fileName = _fileName(scriptUri); final fileNameIndex = scriptUri.lastIndexOf(fileName); - final matchedSegments = - _findExactSegments(fileName) - .map( - (range) => - Range(range.begin + fileNameIndex, range.end + fileNameIndex), - ) - .toList(); + final matchedSegments = _findExactSegments(fileName) + .map( + (range) => + Range(range.begin + fileNameIndex, range.end + fileNameIndex), + ) + .toList(); return AutoCompleteMatch(scriptUri, matchedSegments: matchedSegments); } @@ -245,15 +243,12 @@ class FileQuery { } else { final fileName = _fileName(scriptUri); final fileNameIndex = scriptUri.lastIndexOf(fileName); - matchedSegments = - _findFuzzySegments(fileName, query) - .map( - (range) => Range( - range.begin + fileNameIndex, - range.end + fileNameIndex, - ), - ) - .toList(); + matchedSegments = _findFuzzySegments(fileName, query) + .map( + (range) => + Range(range.begin + fileNameIndex, range.end + fileNameIndex), + ) + .toList(); } return AutoCompleteMatch(scriptUri, matchedSegments: matchedSegments); @@ -350,27 +345,21 @@ class FileSearchResults { FileSearchResults get topMatches => _buildTopMatches(); - List get scriptRefs => - query.isEmpty - ? allScripts - : [ - ..._exactFileNameMatches, - ..._exactFullPathMatches, - ..._fuzzyMatches, - ]; - - List get autoCompleteMatches => - query.isEmpty - ? allScripts.map((script) => AutoCompleteMatch(script.uri!)).toList() - : [ - ..._exactFileNameMatches.map( - query.createExactFileNameAutoCompleteMatch, - ), - ..._exactFullPathMatches.map( - query.createExactFullPathAutoCompleteMatch, - ), - ..._fuzzyMatches.map(query.createFuzzyMatchAutoCompleteMatch), - ]; + List get scriptRefs => query.isEmpty + ? allScripts + : [..._exactFileNameMatches, ..._exactFullPathMatches, ..._fuzzyMatches]; + + List get autoCompleteMatches => query.isEmpty + ? allScripts.map((script) => AutoCompleteMatch(script.uri!)).toList() + : [ + ..._exactFileNameMatches.map( + query.createExactFileNameAutoCompleteMatch, + ), + ..._exactFullPathMatches.map( + query.createExactFullPathAutoCompleteMatch, + ), + ..._fuzzyMatches.map(query.createFuzzyMatchAutoCompleteMatch), + ]; FileSearchResults copyWith({ List? allScripts, diff --git a/packages/devtools_app/lib/src/screens/debugger/program_explorer.dart b/packages/devtools_app/lib/src/screens/debugger/program_explorer.dart index d1d66a63075..dc602fa7ac6 100644 --- a/packages/devtools_app/lib/src/screens/debugger/program_explorer.dart +++ b/packages/devtools_app/lib/src/screens/debugger/program_explorer.dart @@ -243,35 +243,33 @@ class ProgramStructureIcon extends StatelessWidget { height: defaultIconSize, width: defaultIconSize, child: Container( - decoration: - icon == null - ? BoxDecoration(color: color, shape: BoxShape.circle) - : null, - child: - icon == null - ? Center( - child: Text( - character!, - style: TextStyle( - height: 1, - fontFamily: theme.fixedFontStyle.fontFamily, - color: theme.colorScheme.defaultBackgroundColor, - fontSize: smallFontSize, - ), - // Required to center the individual character within the - // shape. Since letters like 'm' are shorter than letters - // like 'f', there's padding applied to the top of shorter - // characters in order for everything to align properly. - // Since we're only dealing with individual characters, we - // want to disable this behavior so shorter characters don't - // appear to be slightly below center. - textHeightBehavior: TextHeightBehavior( - applyHeightToFirstAscent: isShortCharacter!, - applyHeightToLastDescent: false, - ), + decoration: icon == null + ? BoxDecoration(color: color, shape: BoxShape.circle) + : null, + child: icon == null + ? Center( + child: Text( + character!, + style: TextStyle( + height: 1, + fontFamily: theme.fixedFontStyle.fontFamily, + color: theme.colorScheme.surface, + fontSize: smallFontSize, ), - ) - : Icon(icon, size: defaultIconSize, color: color), + // Required to center the individual character within the + // shape. Since letters like 'm' are shorter than letters + // like 'f', there's padding applied to the top of shorter + // characters in order for everything to align properly. + // Since we're only dealing with individual characters, we + // want to disable this behavior so shorter characters don't + // appear to be slightly below center. + textHeightBehavior: TextHeightBehavior( + applyHeightToFirstAscent: isShortCharacter!, + applyHeightToLastDescent: false, + ), + ), + ) + : Icon(icon, size: defaultIconSize, color: color), ), ); } @@ -297,9 +295,8 @@ class _FileExplorerState extends State<_FileExplorer> with AutoDisposeMixin { double get selectedNodeOffset => widget.controller.selectedNodeIndex.value == -1 - ? -1 - : widget.controller.selectedNodeIndex.value * - defaultTreeViewRowHeight; + ? -1 + : widget.controller.selectedNodeIndex.value * defaultTreeViewRowHeight; @override void initState() { @@ -390,8 +387,8 @@ class _ProgramOutlineView extends StatelessWidget { }, ); }, - emptyTreeViewBuilder: - () => const Center(child: Text('Nothing to inspect')), + emptyTreeViewBuilder: () => + const Center(child: Text('Nothing to inspect')), ); }, ); @@ -423,14 +420,13 @@ class ProgramExplorer extends StatelessWidget { if (!initialized) { body = const CenteredCircularProgressIndicator(); } else { - final fileExplorerHeader = - displayHeader - ? AreaPaneHeader( - title: Text(title), - includeTopBorder: false, - roundedTopBorder: false, - ) - : const BlankHeader(); + final fileExplorerHeader = displayHeader + ? AreaPaneHeader( + title: Text(title), + includeTopBorder: false, + roundedTopBorder: false, + ) + : const BlankHeader(); final fileExplorer = _FileExplorer( controller: controller, onItemExpanded: onItemExpanded, @@ -452,31 +448,31 @@ class ProgramExplorer extends StatelessWidget { .connectedApp! .isDartWebAppNow! ? Column( - children: [ - fileExplorerHeader, - Expanded(child: fileExplorer), - ], - ) + children: [ + fileExplorerHeader, + Expanded(child: fileExplorer), + ], + ) : FlexSplitColumn( - totalHeight: constraints.maxHeight, - initialFractions: const [0.7, 0.3], - minSizes: const [0.0, 0.0], - headers: [ - fileExplorerHeader as PreferredSizeWidget, - const AreaPaneHeader( - title: Text('Outline'), - roundedTopBorder: false, - ), - ], - children: [ - fileExplorer, - _ProgramOutlineView( - controller: controller, - onItemExpanded: onItemExpanded, - onItemSelected: onItemSelected, - ), - ], - ); + totalHeight: constraints.maxHeight, + initialFractions: const [0.7, 0.3], + minSizes: const [0.0, 0.0], + headers: [ + fileExplorerHeader as PreferredSizeWidget, + const AreaPaneHeader( + title: Text('Outline'), + roundedTopBorder: false, + ), + ], + children: [ + fileExplorer, + _ProgramOutlineView( + controller: controller, + onItemExpanded: onItemExpanded, + onItemSelected: onItemSelected, + ), + ], + ); }, ); } diff --git a/packages/devtools_app/lib/src/screens/debugger/program_explorer_controller.dart b/packages/devtools_app/lib/src/screens/debugger/program_explorer_controller.dart index edf32167ce9..09ad5b74983 100644 --- a/packages/devtools_app/lib/src/screens/debugger/program_explorer_controller.dart +++ b/packages/devtools_app/lib/src/screens/debugger/program_explorer_controller.dart @@ -71,13 +71,12 @@ class ProgramExplorerController extends DisposableController final isolate = serviceConnection.serviceManager.isolateManager.selectedIsolate.value; - final libraries = - isolate != null - ? serviceConnection.serviceManager.isolateManager - .isolateState(isolate) - .isolateNow! - .libraries! - : []; + final libraries = isolate != null + ? serviceConnection.serviceManager.isolateManager + .isolateState(isolate) + .isolateNow! + .libraries! + : []; if (scriptManager.sortedScripts.value.isEmpty && isolate != null) { await scriptManager.retrieveAndSortScripts(isolate); @@ -143,10 +142,9 @@ class ProgramExplorerController extends DisposableController final matchingNode = depthFirstTraversal( node, returnCondition: matchingNodeCondition, - exploreChildrenCondition: - includeCollapsedNodes - ? null - : (VMServiceObjectNode node) => node.isExpanded, + exploreChildrenCondition: includeCollapsedNodes + ? null + : (VMServiceObjectNode node) => node.isExpanded, action: (VMServiceObjectNode _) => index++, ); if (matchingNode != null) return index; @@ -245,13 +243,12 @@ class ProgramExplorerController extends DisposableController Future populateNode(VMServiceObjectNode node) async { final object = node.object; final service = serviceConnection.serviceManager.service; - final isolateId = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value! - .id; + final isolateId = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value! + .id; Future> getObjects(Iterable objs) { return objs.map((o) => service!.getObject(isolateId!, o.id!)).wait; @@ -299,21 +296,19 @@ class ProgramExplorerController extends DisposableController return; } else if (object is LibraryRef) { final lib = await service!.getObject(isolateId!, object.id!) as Library; - final (variableObjects, functionObjects) = - await ( - getObjects(lib.variables!), - getFuncs(lib.functions!, lib.variables), - ).wait; + final (variableObjects, functionObjects) = await ( + getObjects(lib.variables!), + getFuncs(lib.functions!, lib.variables), + ).wait; lib.variables = variableObjects.cast(); lib.functions = functionObjects; node.updateObject(lib); } else if (object is ClassRef) { final clazz = await service!.getObject(isolateId!, object.id!) as Class; - final (fieldObjects, functionObjects) = - await ( - getObjects(clazz.fields!), - getFuncs(clazz.functions!, clazz.fields), - ).wait; + final (fieldObjects, functionObjects) = await ( + getObjects(clazz.fields!), + getFuncs(clazz.functions!, clazz.fields), + ).wait; clazz.fields = fieldObjects.cast(); clazz.functions = functionObjects; node.updateObject(clazz); @@ -330,13 +325,12 @@ class ProgramExplorerController extends DisposableController /// which is the source location of the target [object]. Future searchFileExplorer(ObjRef object) async { final service = serviceConnection.serviceManager.service!; - final isolateId = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value! - .id!; + final isolateId = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value! + .id!; // If `object` is a library, it will always be a root node and is simple to // find. diff --git a/packages/devtools_app/lib/src/screens/debugger/program_explorer_model.dart b/packages/devtools_app/lib/src/screens/debugger/program_explorer_model.dart index e21f7608ff9..d39907f1a6c 100644 --- a/packages/devtools_app/lib/src/screens/debugger/program_explorer_model.dart +++ b/packages/devtools_app/lib/src/screens/debugger/program_explorer_model.dart @@ -80,12 +80,11 @@ class VMServiceObjectNode extends TreeNode { // script's URI. if (libNode == null) { final service = serviceConnection.serviceManager.service!; - final isolate = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value!; + final isolate = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value!; final libRef = serviceConnection.serviceManager.isolateManager .isolateState(isolate) .isolateNow! @@ -168,10 +167,9 @@ class VMServiceObjectNode extends TreeNode { // Clear out the _childrenAsMap map. root._trimChildrenAsMapEntries(); - final processed = - root.children - .map((e) => e._collapseSingleChildDirectoryNodes()) - .toList(); + final processed = root.children + .map((e) => e._collapseSingleChildDirectoryNodes()) + .toList(); root.children.clear(); root.addAllChildren(processed); @@ -185,14 +183,13 @@ class VMServiceObjectNode extends TreeNode { // Place the root library's parent node at the top of the explorer if it's // part of a package. Otherwise, it's a file path and its directory should // appear near the top of the list anyway. - final rootLibUri = - serviceConnection - .serviceManager - .isolateManager - .mainIsolateState - ?.isolateNow - ?.rootLib - ?.uri; + final rootLibUri = serviceConnection + .serviceManager + .isolateManager + .mainIsolateState + ?.isolateNow + ?.rootLib + ?.uri; if (rootLibUri != null) { if (rootLibUri.startsWith('package:') || rootLibUri.startsWith('google3:')) { @@ -301,8 +298,9 @@ class VMServiceObjectNode extends TreeNode { } return this; } - final updated = - children.map((e) => e._collapseSingleChildDirectoryNodes()).toList(); + final updated = children + .map((e) => e._collapseSingleChildDirectoryNodes()) + .toList(); children.clear(); addAllChildren(updated); return this; @@ -344,10 +342,9 @@ class VMServiceObjectNode extends TreeNode { if (scriptRef != null) { final fetchedScript = await scriptManager.getScript(scriptRef); - final position = - tokenPos == 0 - ? null - : SourcePosition.calculatePosition(fetchedScript!, tokenPos!); + final position = tokenPos == 0 + ? null + : SourcePosition.calculatePosition(fetchedScript!, tokenPos!); location = ScriptLocation(scriptRef, location: position); } diff --git a/packages/devtools_app/lib/src/screens/debugger/span_parser.dart b/packages/devtools_app/lib/src/screens/debugger/span_parser.dart index d5f80668b7d..69c96c48ffc 100644 --- a/packages/devtools_app/lib/src/screens/debugger/span_parser.dart +++ b/packages/devtools_app/lib/src/screens/debugger/span_parser.dart @@ -9,8 +9,8 @@ import 'package:collection/collection.dart'; import 'package:string_scanner/string_scanner.dart'; //TODO(jacobr): cleanup. -// ignore: avoid_classes_with_only_static_members -abstract class SpanParser { +/// A namespace for [SpanParser] utilities. +extension SpanParser on Never { /// Takes a TextMate [Grammar] and a [String] and outputs a list of /// [ScopeSpan]s corresponding to the parsed input. static List parse(Grammar grammar, String src) { @@ -165,9 +165,8 @@ class ScopeSpan { /// using the 'includes' keyword. class Repository { Repository.build(Map grammarJson) { - final repositoryJson = - (grammarJson['repository'] as Map?) - ?.cast>(); + final repositoryJson = (grammarJson['repository'] as Map?) + ?.cast>(); if (repositoryJson == null) { return; } @@ -259,9 +258,8 @@ abstract class GrammarMatcher { class _SimpleMatcher extends GrammarMatcher { _SimpleMatcher(super.json) : match = RegExp(json['match'] as String, multiLine: true), - captures = - (json['captures'] as Map?) - ?.cast>(), + captures = (json['captures'] as Map?) + ?.cast>(), super._(); static bool isType(Map json) { @@ -299,21 +297,18 @@ class _MultilineMatcher extends GrammarMatcher { : begin = RegExp(json['begin'] as String, multiLine: true), beginCaptures = json['beginCaptures'] as Map?, contentName = json['contentName'] as String?, - end = - json['end'] == null - ? null - : RegExp(json['end'] as String, multiLine: true), + end = json['end'] == null + ? null + : RegExp(json['end'] as String, multiLine: true), endCaptures = json['endCaptures'] as Map?, captures = json['captures'] as Map?, - whileCond = - json['while'] == null - ? null - : RegExp(json['while'] as String, multiLine: true), - patterns = - (json['patterns'] as List?) - ?.cast>() - .map((e) => GrammarMatcher.fromJson(e)) - .toList(), + whileCond = json['while'] == null + ? null + : RegExp(json['while'] as String, multiLine: true), + patterns = (json['patterns'] as List?) + ?.cast>() + .map((e) => GrammarMatcher.fromJson(e)) + .toList(), super._(); static bool isType(Map json) { @@ -523,11 +518,10 @@ class _MultilineMatcher extends GrammarMatcher { class _PatternMatcher extends GrammarMatcher { _PatternMatcher(super.json) - : patterns = - (json['patterns'] as List?) - ?.cast>() - .map((e) => GrammarMatcher.fromJson(e)) - .toList(), + : patterns = (json['patterns'] as List?) + ?.cast>() + .map((e) => GrammarMatcher.fromJson(e)) + .toList(), super._(); static bool isType(Map json) { diff --git a/packages/devtools_app/lib/src/screens/debugger/variables.dart b/packages/devtools_app/lib/src/screens/debugger/variables.dart index 14a7be86e7a..3c0dde1631e 100644 --- a/packages/devtools_app/lib/src/screens/debugger/variables.dart +++ b/packages/devtools_app/lib/src/screens/debugger/variables.dart @@ -35,9 +35,8 @@ class Variables extends StatelessWidget { } else { return TreeView( dataRootsListenable: serviceConnection.appState.variables, - dataDisplayProvider: - (variable, onPressed) => - DisplayProvider(variable: variable, onTap: onPressed), + dataDisplayProvider: (variable, onPressed) => + DisplayProvider(variable: variable, onTap: onPressed), onItemSelected: onItemPressed, ); } diff --git a/packages/devtools_app/lib/src/screens/deep_link_validation/deep_link_list_view.dart b/packages/devtools_app/lib/src/screens/deep_link_validation/deep_link_list_view.dart index bcecc8e937d..56308e8bc72 100644 --- a/packages/devtools_app/lib/src/screens/deep_link_validation/deep_link_list_view.dart +++ b/packages/devtools_app/lib/src/screens/deep_link_validation/deep_link_list_view.dart @@ -37,9 +37,8 @@ class _DeepLinkListViewState extends State { @override void initState() { super.initState(); - controller = - screenControllers.lookup() - ..firstLoadWithDefaultConfigurations(); + controller = screenControllers.lookup() + ..firstLoadWithDefaultConfigurations(); } @override @@ -143,23 +142,22 @@ class _ValidatedDeepLinksView extends StatelessWidget { Expanded( child: ValueListenableBuilder( valueListenable: controller.selectedLink, - builder: - (context, _, _) => TabBarView( - children: [ - ValidationDetailView( - controller: controller, - viewType: TableViewType.domainView, - ), - ValidationDetailView( - controller: controller, - viewType: TableViewType.pathView, - ), - ValidationDetailView( - controller: controller, - viewType: TableViewType.singleUrlView, - ), - ], + builder: (context, _, _) => TabBarView( + children: [ + ValidationDetailView( + controller: controller, + viewType: TableViewType.domainView, ), + ValidationDetailView( + controller: controller, + viewType: TableViewType.pathView, + ), + ValidationDetailView( + controller: controller, + viewType: TableViewType.singleUrlView, + ), + ], + ), ), ), ], @@ -209,9 +207,9 @@ class _DataTable extends StatelessWidget { ...(() { switch (viewType) { case TableViewType.domainView: - return [domain, NumberOfAssociatedPathColumn()]; + return [domain, const NumberOfAssociatedPathColumn()]; case TableViewType.pathView: - return [path, NumberOfAssociatedDomainColumn()]; + return [path, const NumberOfAssociatedDomainColumn()]; case TableViewType.singleUrlView: return >[domain, path]; } @@ -220,7 +218,7 @@ class _DataTable extends StatelessWidget { OSColumn(controller), if (!controller.displayOptionsNotifier.value.showSplitScreen) ...[ StatusColumn(controller, viewType), - NavigationColumn(), + const NavigationColumn(), ], ], selectionNotifier: controller.selectedLink, @@ -268,12 +266,11 @@ class _DeepLinkListViewTopPanel extends StatelessWidget { _ConfigurationDropdown( title: 'iOS Configuration:', valueListenable: controller.selectedIosConfigurationIndex, - configurations: - controller - .selectedProject - .value! - .iosBuildOptions - .configurations, + configurations: controller + .selectedProject + .value! + .iosBuildOptions + .configurations, onChanged: controller.updateSelectedIosConfigurationIndex, ), const SizedBox(width: denseSpacing), @@ -357,10 +354,9 @@ class _AllDeepLinkDataTable extends StatelessWidget { Padding( padding: const EdgeInsets.symmetric(horizontal: denseSpacing), child: SizedBox( - width: - controller.displayOptions.showSplitScreen - ? _kSearchFieldSplitScreenWidth - : _kSearchFieldFullWidth, + width: controller.displayOptions.showSplitScreen + ? _kSearchFieldSplitScreenWidth + : _kSearchFieldFullWidth, child: DevToolsClearableTextField( labelText: '', hintText: 'Search a URL, domain or path', @@ -394,26 +390,25 @@ class _AllDeepLinkDataTable extends StatelessWidget { Expanded( child: ValueListenableBuilder( valueListenable: controller.displayLinkDatasNotifier, - builder: - (context, linkDatas, _) => TabBarView( - children: [ - _DataTable( - viewType: TableViewType.domainView, - linkDatas: linkDatas.byDomain, - controller: controller, - ), - _DataTable( - viewType: TableViewType.pathView, - linkDatas: linkDatas.byPath, - controller: controller, - ), - _DataTable( - viewType: TableViewType.singleUrlView, - linkDatas: linkDatas.all, - controller: controller, - ), - ], + builder: (context, linkDatas, _) => TabBarView( + children: [ + _DataTable( + viewType: TableViewType.domainView, + linkDatas: linkDatas.byDomain, + controller: controller, + ), + _DataTable( + viewType: TableViewType.pathView, + linkDatas: linkDatas.byPath, + controller: controller, ), + _DataTable( + viewType: TableViewType.singleUrlView, + linkDatas: linkDatas.all, + controller: controller, + ), + ], + ), ), ), ], diff --git a/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_controller.dart b/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_controller.dart index 4d4ce4dec34..6e51d115fe0 100644 --- a/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_controller.dart +++ b/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_controller.dart @@ -324,9 +324,9 @@ class DeepLinksController extends DevToolsScreenController if (selectedProject.value!.androidVariants.isEmpty) { return; } - final variant = - selectedProject.value!.androidVariants[selectedAndroidVariantIndex - .value]; + final variant = selectedProject + .value! + .androidVariants[selectedAndroidVariantIndex.value]; await ga.timeAsync( gac.deeplink, gac.AnalyzeFlutterProject.loadAppLinks.name, @@ -341,8 +341,8 @@ class DeepLinksController extends DevToolsScreenController ga.impression( gac.deeplink, gac.AnalyzeFlutterProject.androidAppLinksSettingsLoaded.name, - screenMetricsProvider: - () => DeepLinkScreenMetrics(androidAppId: result.applicationId), + screenMetricsProvider: () => + DeepLinkScreenMetrics(androidAppId: result.applicationId), ); } catch (_) { ga.select( @@ -378,9 +378,8 @@ class DeepLinksController extends DevToolsScreenController ga.impression( gac.deeplink, gac.AnalyzeFlutterProject.iosUniversalLinkSettingsLoaded.name, - screenMetricsProvider: - () => - DeepLinkScreenMetrics(iosBundleId: result.bundleIdentifier), + screenMetricsProvider: () => + DeepLinkScreenMetrics(iosBundleId: result.bundleIdentifier), ); } catch (_) { pagePhase.value = PagePhase.validationErrorPage; @@ -541,12 +540,11 @@ class DeepLinksController extends DevToolsScreenController } Future> _validateDomain(List rawLinkdatas) async { - final domains = - rawLinkdatas - .where((linkdata) => linkdata.domain != null) - .map((linkdata) => linkdata.domain!) - .toSet() - .toList(); + final domains = rawLinkdatas + .where((linkdata) => linkdata.domain != null) + .map((linkdata) => linkdata.domain!) + .toSet() + .toList(); Map> androidDomainErrors = {}; Map> iosDomainErrors = {}; @@ -556,10 +554,9 @@ class DeepLinksController extends DevToolsScreenController ga.impression( gac.deeplink, gac.AnalyzeFlutterProject.androidValidateDomain.name, - screenMetricsProvider: - () => DeepLinkScreenMetrics( - androidAppId: currentAppLinkSettings!.applicationId, - ), + screenMetricsProvider: () => DeepLinkScreenMetrics( + androidAppId: currentAppLinkSettings!.applicationId, + ), ); final androidResult = await deepLinksService.validateAndroidDomain( domains: domains, @@ -574,10 +571,9 @@ class DeepLinksController extends DevToolsScreenController ga.impression( gac.deeplink, gac.AnalyzeFlutterProject.iosValidateDomain.name, - screenMetricsProvider: - () => DeepLinkScreenMetrics( - iosBundleId: currentUniversalLinkSettings!.bundleIdentifier, - ), + screenMetricsProvider: () => DeepLinkScreenMetrics( + iosBundleId: currentUniversalLinkSettings!.bundleIdentifier, + ), ); final iosResult = await deepLinksService.validateIosDomain( bundleId: bundleId, @@ -702,14 +698,12 @@ class DeepLinksController extends DevToolsScreenController byPath: linkDatasByPath(linkdata), ); displayOptionsNotifier.value = displayOptionsNotifier.value.copyWith( - domainErrorCount: - validatedLinkDatas.byDomain - .where((element) => element.domainErrors.isNotEmpty) - .length, - pathErrorCount: - validatedLinkDatas.byPath - .where((element) => element.pathErrors.isNotEmpty) - .length, + domainErrorCount: validatedLinkDatas.byDomain + .where((element) => element.domainErrors.isNotEmpty) + .length, + pathErrorCount: validatedLinkDatas.byPath + .where((element) => element.pathErrors.isNotEmpty) + .length, ); applyFilters(); @@ -803,38 +797,35 @@ class DeepLinksController extends DevToolsScreenController @visibleForTesting List getFilterredLinks(List linkDatas) { final searchContent = displayOptions.searchContent; - linkDatas = - linkDatas.where((linkData) { - if (searchContent.isNotEmpty && - !linkData.matchesSearchToken( - RegExp(searchContent, caseSensitive: false), - )) { - return false; - } + linkDatas = linkDatas.where((linkData) { + if (searchContent.isNotEmpty && + !linkData.matchesSearchToken( + RegExp(searchContent, caseSensitive: false), + )) { + return false; + } - if (!((linkData.os.contains(PlatformOS.android) && - displayOptions.filters.contains(FilterOption.android)) || - (linkData.os.contains(PlatformOS.ios) && - displayOptions.filters.contains(FilterOption.ios)))) { - return false; - } + if (!((linkData.os.contains(PlatformOS.android) && + displayOptions.filters.contains(FilterOption.android)) || + (linkData.os.contains(PlatformOS.ios) && + displayOptions.filters.contains(FilterOption.ios)))) { + return false; + } - if (!((linkData.domainErrors.isNotEmpty && - displayOptions.filters.contains( - FilterOption.failedDomainCheck, - )) || - (linkData.pathErrors.isNotEmpty && - displayOptions.filters.contains( - FilterOption.failedPathCheck, - )) || - (linkData.domainErrors.isEmpty && - linkData.pathErrors.isEmpty && - displayOptions.filters.contains(FilterOption.noIssue)))) { - return false; - } + if (!((linkData.domainErrors.isNotEmpty && + displayOptions.filters.contains( + FilterOption.failedDomainCheck, + )) || + (linkData.pathErrors.isNotEmpty && + displayOptions.filters.contains(FilterOption.failedPathCheck)) || + (linkData.domainErrors.isEmpty && + linkData.pathErrors.isEmpty && + displayOptions.filters.contains(FilterOption.noIssue)))) { + return false; + } - return true; - }).toList(); + return true; + }).toList(); return linkDatas; } diff --git a/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_model.dart b/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_model.dart index 3085c6de6ad..feaed091a20 100644 --- a/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_model.dart +++ b/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_model.dart @@ -569,10 +569,9 @@ class DomainColumn extends ColumnData children: [ const Text('Domain'), PopupMenuButton( - itemBuilder: - (BuildContext context) => - _buildPopupMenuSortingEntries(controller, isPath: false), - child: Icon(Icons.arrow_drop_down, size: actionsIconSize), + itemBuilder: (BuildContext context) => + _buildPopupMenuSortingEntries(controller, isPath: false), + child: const Icon(Icons.arrow_drop_down, size: actionsIconSize), ), ], ); @@ -587,16 +586,15 @@ class DomainColumn extends ColumnData LinkData dataObject, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return dataObject.domain == null ? Text('missing domain', style: Theme.of(context).errorTextStyle) : _ErrorAwareText( - isError: dataObject.domainErrors.isNotEmpty, - controller: controller, - text: dataObject.domain!, - link: dataObject, - ); + isError: dataObject.domainErrors.isNotEmpty, + controller: controller, + text: dataObject.domain!, + link: dataObject, + ); } @override @@ -632,10 +630,9 @@ class PathColumn extends ColumnData children: [ const Text('Path'), PopupMenuButton( - itemBuilder: - (BuildContext context) => - _buildPopupMenuSortingEntries(controller, isPath: true), - child: Icon(Icons.arrow_drop_down, size: actionsIconSize), + itemBuilder: (BuildContext context) => + _buildPopupMenuSortingEntries(controller, isPath: true), + child: const Icon(Icons.arrow_drop_down, size: actionsIconSize), ), ], ); @@ -650,7 +647,6 @@ class PathColumn extends ColumnData LinkData dataObject, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return _ErrorAwareText( isError: dataObject.pathErrors.isNotEmpty, @@ -674,7 +670,8 @@ class PathColumn extends ColumnData } class NumberOfAssociatedPathColumn extends ColumnData { - NumberOfAssociatedPathColumn() : super.wide('Number of associated path'); + const NumberOfAssociatedPathColumn() + : super.wide('Number of associated path'); @override String getValue(LinkData dataObject) => @@ -682,7 +679,8 @@ class NumberOfAssociatedPathColumn extends ColumnData { } class NumberOfAssociatedDomainColumn extends ColumnData { - NumberOfAssociatedDomainColumn() : super.wide('Number of associated domain'); + const NumberOfAssociatedDomainColumn() + : super.wide('Number of associated domain'); @override String getValue(LinkData dataObject) => @@ -718,7 +716,7 @@ class SchemeColumn extends ColumnData _buildPopupMenuFilterEntry(controller, FilterOption.custom), ]; }, - child: Icon(Icons.arrow_drop_down, size: actionsIconSize), + child: const Icon(Icons.arrow_drop_down, size: actionsIconSize), ), ], ); @@ -730,7 +728,6 @@ class SchemeColumn extends ColumnData LinkData dataObject, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return dataObject.scheme.isEmpty ? Text(missingScheme, style: Theme.of(context).errorTextStyle) @@ -743,9 +740,9 @@ class SchemeColumn extends ColumnData class OSColumn extends ColumnData implements ColumnRenderer, ColumnHeaderRenderer { - OSColumn(this.controller) : super.wide('OS'); + const OSColumn(this.controller) : super.wide('OS'); - DeepLinksController controller; + final DeepLinksController controller; @override bool get supportsSorting { @@ -770,7 +767,7 @@ class OSColumn extends ColumnData _buildPopupMenuFilterEntry(controller, FilterOption.ios), ]; }, - child: Icon(Icons.arrow_drop_down, size: actionsIconSize), + child: const Icon(Icons.arrow_drop_down, size: actionsIconSize), ), ], ); @@ -782,7 +779,6 @@ class OSColumn extends ColumnData LinkData dataObject, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return Text(getValue(dataObject)); } @@ -843,7 +839,7 @@ class StatusColumn extends ColumnData _buildPopupMenuFilterEntry(controller, FilterOption.noIssue), ]; }, - child: Icon(Icons.arrow_drop_down, size: actionsIconSize), + child: const Icon(Icons.arrow_drop_down, size: actionsIconSize), ), ], ); @@ -855,7 +851,6 @@ class StatusColumn extends ColumnData LinkData dataObject, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { if (dataObject.domainErrors.isNotEmpty || dataObject.pathErrors.isNotEmpty) { @@ -876,7 +871,7 @@ class StatusColumn extends ColumnData class NavigationColumn extends ColumnData implements ColumnRenderer { - NavigationColumn() : super('', fixedWidthPx: scaleByFontFactor(40)); + const NavigationColumn() : super('', fixedWidthPx: 40); @override bool get supportsSorting => false; @@ -890,7 +885,6 @@ class NavigationColumn extends ColumnData LinkData dataObject, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return isRowHovered ? const Icon(Icons.arrow_forward) @@ -908,15 +902,13 @@ PopupMenuEntry _buildPopupMenuFilterEntry( children: [ ValueListenableBuilder( valueListenable: controller.displayOptionsNotifier, - builder: - (context, option, _) => Checkbox( - value: option.filters.contains(filterOption), - onChanged: - (bool? checked) => controller.updateDisplayOptions( - removedFilter: checked! ? null : filterOption, - addedFilter: checked ? filterOption : null, - ), - ), + builder: (context, option, _) => Checkbox( + value: option.filters.contains(filterOption), + onChanged: (bool? checked) => controller.updateDisplayOptions( + removedFilter: checked! ? null : filterOption, + addedFilter: checked ? filterOption : null, + ), + ), ), Text(filterOption.description), ], diff --git a/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_services.dart b/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_services.dart index 73fa8b818ba..b260c74fe0c 100644 --- a/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_services.dart +++ b/packages/devtools_app/lib/src/screens/deep_link_validation/deep_links_services.dart @@ -161,17 +161,15 @@ class DeepLinksService { final result = json.decode(response.body) as Map; - final validationResult = - (result[_androidValidationResultKey] as List) - .cast>(); + final validationResult = (result[_androidValidationResultKey] as List) + .cast>(); googlePlayFingerprintsAvailable = result[_googlePlayFingerprintsAvailabilityKey] == _googlePlayFingerprintsAvailableValue; for (final domainResult in validationResult) { final domainName = domainResult[_domainNameKey] as String; - final failedChecks = - (domainResult[_failedChecksKey] as List?) - ?.cast>(); + final failedChecks = (domainResult[_failedChecksKey] as List?) + ?.cast>(); if (failedChecks != null) { for (final failedCheck in failedChecks) { final checkName = failedCheck[_checkNameKey] as String; @@ -214,15 +212,13 @@ class DeepLinksService { }), ); final result = json.decode(response.body) as Map; - final validationResult = - (result[_iosValidationResultsKey] as List) - .cast>(); + final validationResult = (result[_iosValidationResultsKey] as List) + .cast>(); for (final domainResult in validationResult) { if (domainResult[_domainNameKey] case final String domainName) { - final failedChecks = - (domainResult[_failedChecksKey] as List?) - ?.cast>(); + final failedChecks = (domainResult[_failedChecksKey] as List?) + ?.cast>(); if (failedChecks != null) { for (final failedCheck in failedChecks) { final checkName = failedCheck[_checkNameKey] as String; @@ -234,9 +230,8 @@ class DeepLinksService { []; // Adds sub checks for file format error. - final subChecks = - (failedCheck[_subCheckResultsKey] as List?) - ?.cast>(); + final subChecks = (failedCheck[_subCheckResultsKey] as List?) + ?.cast>(); for (final subCheck in (subChecks ?? [])) { final subCheckName = subCheck[_checkNameKey] as String; final subCheckResultType = @@ -264,23 +259,20 @@ class DeepLinksService { } } - final aasaAppPaths = - (domainResult[_aasaAppPathsKey] as List?) - ?.cast>(); + final aasaAppPaths = (domainResult[_aasaAppPathsKey] as List?) + ?.cast>(); if (aasaAppPaths != null) { for (final aasaAppPath in aasaAppPaths) { - final aasaPaths = - (aasaAppPath[_aasaPathsKey] as List?) - ?.cast>(); + final aasaPaths = (aasaAppPath[_aasaPathsKey] as List?) + ?.cast>(); if (aasaPaths != null) { for (final aasaPath in aasaPaths) { final path = aasaPath[_pathKey] as String?; if (path.isNullOrEmpty) { continue; } - final rawQueryParams = - (aasaPath[_queryParamsKey] as List?) - ?.cast>(); + final rawQueryParams = (aasaPath[_queryParamsKey] as List?) + ?.cast>(); final queryParams = { for (final item in rawQueryParams ?? []) item[_keyKey] as String: item[_valueKey] as String, @@ -337,8 +329,8 @@ class DeepLinksService { final errorCode = (result[_errorCodeKey] as String?) ?? ''; String generatedContent = ''; - final domains = - (result[_domainsKey] as List?)?.cast>(); + final domains = (result[_domainsKey] as List?) + ?.cast>(); if (domains != null) { generatedContent = domains.first[_generatedContentKey]! as String; } diff --git a/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/root_selector.dart b/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/root_selector.dart index c25476df4d3..dc76fb8e7ac 100644 --- a/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/root_selector.dart +++ b/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/root_selector.dart @@ -120,10 +120,9 @@ class _ProjectRootsDropdownState extends State { isExpanded: true, value: selectedUri, items: [for (final uri in widget.projectRoots) _buildMenuItem(uri)], - onChanged: - (uri) => setState(() { - this.selectedUri = uri; - }), + onChanged: (uri) => setState(() { + this.selectedUri = uri; + }), ), ); } @@ -176,7 +175,11 @@ class _FlexibleProjectSelectionView extends StatelessWidget { if (!showButtonInRow) { content = Column( mainAxisSize: MainAxisSize.min, - children: [content, const SizedBox(height: defaultSpacing), button], + children: [ + content, + const SizedBox(height: defaultSpacing), + button, + ], ); } @@ -198,8 +201,9 @@ class _ValidateDeepLinksButton extends StatelessWidget { return DevToolsButton( elevated: true, label: 'Validate deep links', - onPressed: - projectRoot == null ? null : () => onValidatePressed(projectRoot!), + onPressed: projectRoot == null + ? null + : () => onValidatePressed(projectRoot!), ); } } diff --git a/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/select_project_view.dart b/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/select_project_view.dart index 3da6e205dba..abd3dd989dc 100644 --- a/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/select_project_view.dart +++ b/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/select_project_view.dart @@ -50,8 +50,8 @@ class _SelectProjectViewState extends State { } Future _validateProject() async { - final packageDirectoryForMainIsolate = - await controller.packageDirectoryForMainIsolate(); + final packageDirectoryForMainIsolate = await controller + .packageDirectoryForMainIsolate(); if (packageDirectoryForMainIsolate != null) { _handleValidateProject(packageDirectoryForMainIsolate); } diff --git a/packages/devtools_app/lib/src/screens/deep_link_validation/validation_details_view.dart b/packages/devtools_app/lib/src/screens/deep_link_validation/validation_details_view.dart index b8f0915bb4e..cd5c3d964d9 100644 --- a/packages/devtools_app/lib/src/screens/deep_link_validation/validation_details_view.dart +++ b/packages/devtools_app/lib/src/screens/deep_link_validation/validation_details_view.dart @@ -113,8 +113,8 @@ class ValidationDetailHeader extends StatelessWidget { style: Theme.of(context).textTheme.titleMedium, ), IconButton( - onPressed: - () => controller.updateDisplayOptions(showSplitScreen: false), + onPressed: () => + controller.updateDisplayOptions(showSplitScreen: false), icon: const Icon(Icons.close), ), ], @@ -178,18 +178,18 @@ class _DomainCheckTable extends StatelessWidget { for (final error in linkData.domainErrors.whereType()) _IssuesBorderWrap( - children: - error == IosDomainError.existence - ? [ - _FailureDetails( - errors: [error], - oneFixGuideForAll: - 'To fix this issue, add an Apple-App-Site-Association file at the following location: ' - 'https://${controller.selectedLink.value!.domain}/.well-known/apple-app-site-association', - ), - const SizedBox(height: denseSpacing), - _CodeCard( - content: '''{ + children: error == IosDomainError.existence + ? [ + _FailureDetails( + errors: [error], + oneFixGuideForAll: + 'To fix this issue, add an Apple-App-Site-Association file at the following location: ' + 'https://${controller.selectedLink.value!.domain}/.well-known/apple-app-site-association', + ), + const SizedBox(height: denseSpacing), + _CodeCard( + content: + '''{ "applinks": { "details": [ { @@ -205,13 +205,13 @@ class _DomainCheckTable extends StatelessWidget { ] } }''', - ), - ] - : [ - _FailureDetails( - errors: [error, ...error.subcheckErrors], - ), - ], + ), + ] + : [ + _FailureDetails( + errors: [error, ...error.subcheckErrors], + ), + ], ), ], ), @@ -232,10 +232,9 @@ class _AssetLinksJsonFileIssues extends StatelessWidget { @override Widget build(BuildContext context) { - final errors = - controller.selectedLink.value!.domainErrors - .where((error) => domainAssetLinksJsonFileErrors.contains(error)) - .toList(); + final errors = controller.selectedLink.value!.domainErrors + .where((error) => domainAssetLinksJsonFileErrors.contains(error)) + .toList(); return ExpansionTile( controlAffinity: ListTileControlAffinity.leading, title: _VerifiedOrErrorText( @@ -271,10 +270,9 @@ class _HostingIssues extends StatelessWidget { @override Widget build(BuildContext context) { - final errors = - controller.selectedLink.value!.domainErrors - .where((error) => domainAndroidHostingErrors.contains(error)) - .toList(); + final errors = controller.selectedLink.value!.domainErrors + .where((error) => domainAndroidHostingErrors.contains(error)) + .toList(); return ExpansionTile( controlAffinity: ListTileControlAffinity.leading, title: _VerifiedOrErrorText( @@ -369,38 +367,38 @@ class _LocalFingerprint extends StatelessWidget { const SizedBox(height: intermediateSpacing), controller.localFingerprint.value == null ? TextField( - decoration: const InputDecoration( - labelText: 'Enter your local fingerprint', - hintText: - 'eg: A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4', - filled: true, - ), - onSubmitted: (fingerprint) async { - final validFingerprintAdded = controller.addLocalFingerprint( - fingerprint, - ); - - if (!validFingerprintAdded) { - await showDialog( - context: context, - builder: (_) { - return const DevToolsDialog( - title: Text('This is not a valid fingerprint'), - content: Text( - 'A valid fingerprint consists of 32 pairs of hexadecimal digits separated by colons.' - 'It should be the same encoding and format as in the assetlinks.json', - ), - actions: [DialogCloseButton()], - ); - }, + decoration: const InputDecoration( + labelText: 'Enter your local fingerprint', + hintText: + 'eg: A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4:A1:B2:C3:D4', + filled: true, + ), + onSubmitted: (fingerprint) async { + final validFingerprintAdded = controller.addLocalFingerprint( + fingerprint, ); - } - }, - ) + + if (!validFingerprintAdded) { + await showDialog( + context: context, + builder: (_) { + return const DevToolsDialog( + title: Text('This is not a valid fingerprint'), + content: Text( + 'A valid fingerprint consists of 32 pairs of hexadecimal digits separated by colons.' + 'It should be the same encoding and format as in the assetlinks.json', + ), + actions: [DialogCloseButton()], + ); + }, + ); + } + }, + ) : _CodeCard( - content: controller.localFingerprint.value, - hasCopyAction: false, - ), + content: controller.localFingerprint.value, + hasCopyAction: false, + ), ], ); } @@ -440,18 +438,17 @@ class _CodeCard extends StatelessWidget { elevation: 0.0, child: Padding( padding: const EdgeInsets.all(denseSpacing), - child: - content != null - ? Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Flexible(child: SelectionArea(child: Text(content!))), - if (hasCopyAction) - CopyToClipboardControl(dataProvider: () => content), - ], - ) - : const CenteredCircularProgressIndicator(), + child: content != null + ? Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Flexible(child: SelectionArea(child: Text(content!))), + if (hasCopyAction) + CopyToClipboardControl(dataProvider: () => content), + ], + ) + : const CenteredCircularProgressIndicator(), ), ); } @@ -471,9 +468,9 @@ class _GenerateAssetLinksPanel extends StatelessWidget { return (generatedAssetLinks != null && generatedAssetLinks.errorCode.isNotEmpty) ? Text( - 'Not able to generate assetlinks.json, because the app ${controller.applicationId} is not uploaded to Google Play.', - style: theme.subtleTextStyle, - ) + 'Not able to generate assetlinks.json, because the app ${controller.applicationId} is not uploaded to Google Play.', + style: theme.subtleTextStyle, + ) : _CodeCard(content: generatedAssetLinks?.generatedString); }, ); @@ -534,28 +531,27 @@ class _DomainAssociatedLinksPanel extends StatelessWidget { padding: const EdgeInsets.all(denseSpacing), child: Column( crossAxisAlignment: CrossAxisAlignment.start, - children: - linkData.associatedPath - .map( - (path) => Padding( - padding: const EdgeInsets.symmetric( - vertical: denseRowSpacing, - ), - child: Row( - children: [ - if (linkData.domainErrors.isNotEmpty) - Icon( - Icons.error, - color: theme.colorScheme.error, - size: defaultIconSize, - ), - const SizedBox(width: denseSpacing), - Text('${linkData.domain}$path'), - ], - ), - ), - ) - .toList(), + children: linkData.associatedPath + .map( + (path) => Padding( + padding: const EdgeInsets.symmetric( + vertical: denseRowSpacing, + ), + child: Row( + children: [ + if (linkData.domainErrors.isNotEmpty) + Icon( + Icons.error, + color: theme.colorScheme.error, + size: defaultIconSize, + ), + const SizedBox(width: denseSpacing), + Text('${linkData.domain}$path'), + ], + ), + ), + ) + .toList(), ), ), ), @@ -670,10 +666,9 @@ class _ManifestFileCheck extends StatelessWidget { @override Widget build(BuildContext context) { final linkData = controller.selectedLink.value!; - final errors = - manifestFileErrors - .where((error) => linkData.pathErrors.contains(error)) - .toList(); + final errors = manifestFileErrors + .where((error) => linkData.pathErrors.contains(error)) + .toList(); return _CheckExpansionTile( os: PlatformOS.android, @@ -737,12 +732,12 @@ class _CheckTableHeader extends StatelessWidget { Widget build(BuildContext context) { return ListTile( tileColor: Theme.of(context).colorScheme.deeplinkTableHeaderColor, - title: Padding( + title: const Padding( padding: EdgeInsets.only( left: defaultSpacing, right: defaultSpacing + actionsIconSize, ), - child: const Row( + child: Row( children: [ Expanded(child: Text('OS')), Expanded(child: Text('Issue type')), @@ -784,7 +779,7 @@ class _CheckExpansionTile extends StatelessWidget { return ListTile( tileColor: theme.colorScheme.alternatingBackgroundColor2, title: title, - trailing: SizedBox(width: actionsIconSize), + trailing: const SizedBox(width: actionsIconSize), ); } return ExpansionTile( @@ -836,9 +831,9 @@ class _CheckStatusText extends StatelessWidget { return hasError ? Text('Check failed', style: theme.errorTextStyle) : Text( - 'No issues found', - style: TextStyle(color: theme.colorScheme.green), - ); + 'No issues found', + style: TextStyle(color: theme.colorScheme.green), + ); } } @@ -853,15 +848,15 @@ class _VerifiedOrErrorText extends StatelessWidget { children: [ isError ? Icon( - Icons.error, - color: Theme.of(context).colorScheme.error, - size: defaultIconSize, - ) + Icons.error, + color: Theme.of(context).colorScheme.error, + size: defaultIconSize, + ) : Icon( - Icons.verified, - color: Theme.of(context).colorScheme.green, - size: defaultIconSize, - ), + Icons.verified, + color: Theme.of(context).colorScheme.green, + size: defaultIconSize, + ), const SizedBox(width: denseSpacing), Text(text), ], diff --git a/packages/devtools_app/lib/src/screens/dtd/dtd_tools_controller.dart b/packages/devtools_app/lib/src/screens/dtd/dtd_tools_controller.dart new file mode 100644 index 00000000000..df2764bf6f0 --- /dev/null +++ b/packages/devtools_app/lib/src/screens/dtd/dtd_tools_controller.dart @@ -0,0 +1,45 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:devtools_app_shared/service.dart'; +import 'package:devtools_app_shared/utils.dart'; + +import '../../shared/framework/screen.dart'; +import '../../shared/framework/screen_controllers.dart'; +import '../../shared/globals.dart'; + +/// The [DevToolsScreenController] for the `DTDTools` screen. +/// +/// This class is responsible for managing the state of the `DTDTools` screen. +class DTDToolsController extends DevToolsScreenController + with AutoDisposeControllerMixin { + @override + final screenId = ScreenMetaData.dtdTools.id; + + /// The [DTDManager] that manages the DTD connection for this screen. + /// + /// This instance of [DTDManager] is intentionally separate from the global + /// [DTDManager] so that we can connect and disconnect from DTD instances + /// to inspect them without affecting other screens. + final localDtdManager = DTDManager(); + + @override + Future init() async { + if (dtdManager.hasConnection) { + await localDtdManager.connect(dtdManager.uri!); + } + addAutoDisposeListener(dtdManager.connection, () async { + if (dtdManager.hasConnection) { + await localDtdManager.connect(dtdManager.uri!); + } + }); + } + + @override + Future dispose() async { + await localDtdManager.disconnect(); + await localDtdManager.dispose(); + super.dispose(); + } +} diff --git a/packages/devtools_app/lib/src/screens/dtd/dtd_tools_model.dart b/packages/devtools_app/lib/src/screens/dtd/dtd_tools_model.dart new file mode 100644 index 00000000000..caeb1758ae8 --- /dev/null +++ b/packages/devtools_app/lib/src/screens/dtd/dtd_tools_model.dart @@ -0,0 +1,47 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:devtools_app_shared/utils.dart'; +import 'package:flutter/foundation.dart'; + +/// Base class for a feature controller on the `DTDToolsScreen`. +abstract class FeatureController extends DisposableController + with AutoDisposeControllerMixin { + @override + @mustCallSuper + void init(); +} + +/// Describes a DTD service method. +/// +/// [service] may be null if this service method is a first party service +/// method registered by DTD or by a DTD-internal service. +class DtdServiceMethod implements Comparable { + const DtdServiceMethod({ + required this.service, + required this.method, + this.capabilities, + }); + + final String? service; + final String method; + final Map? capabilities; + + String get displayName => [service, method].nonNulls.join('.'); + + @override + bool operator ==(Object other) { + return other is DtdServiceMethod && + other.service == service && + other.method == method; + } + + @override + int get hashCode => Object.hash(service, method); + + @override + int compareTo(DtdServiceMethod other) { + return displayName.compareTo(other.displayName); + } +} diff --git a/packages/devtools_app/lib/src/screens/dtd/dtd_tools_screen.dart b/packages/devtools_app/lib/src/screens/dtd/dtd_tools_screen.dart new file mode 100644 index 00000000000..774871f46a7 --- /dev/null +++ b/packages/devtools_app/lib/src/screens/dtd/dtd_tools_screen.dart @@ -0,0 +1,216 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'dart:async'; + +import 'package:devtools_app_shared/service.dart'; +import 'package:devtools_app_shared/ui.dart'; +import 'package:dtd/dtd.dart'; +import 'package:flutter/material.dart'; + +import '../../shared/development_helpers.dart'; +import '../../shared/framework/screen.dart'; +import '../../shared/globals.dart'; +import 'dtd_tools_controller.dart'; +import 'events.dart'; +import 'services.dart'; +import 'shared.dart'; + +// TODO(https://github.com/flutter/devtools/issues/9216): ship this screen as a +// DevTools extension instead of a first party DevTools screen. + +/// A screen for inspecting a Dart Tooling Daemon instance. +/// +/// By default, this screen will connect to the DTD connection available from +/// DevTools, but the tool can also connect to a DTD instance manually. +class DTDToolsScreen extends Screen { + DTDToolsScreen() : super.fromMetaData(ScreenMetaData.dtdTools); + + static final id = ScreenMetaData.dtdTools.id; + + @override + Widget buildScreenBody(BuildContext _) => const DTDToolsScreenBody(); +} + +class DTDToolsScreenBody extends StatelessWidget { + const DTDToolsScreenBody({super.key}); + + @override + Widget build(BuildContext context) { + final controller = screenControllers.lookup(); + return ValueListenableBuilder( + valueListenable: controller.localDtdManager.connection, + builder: (context, connection, _) => connection != null + ? DtdConnectedView( + dtd: connection, + dtdUri: controller.localDtdManager.uri!.toString(), + onDisconnect: controller.localDtdManager.disconnect, + ) + : DtdNotConnectedView(localDtdManager: controller.localDtdManager), + ); + } +} + +/// Displays information about a live instance of the Dart Tooling Daemon and +/// provides functionality for calling DTD service methods. +class DtdConnectedView extends StatefulWidget { + const DtdConnectedView({ + super.key, + required this.dtd, + required this.dtdUri, + required this.onDisconnect, + }); + + final DartToolingDaemon dtd; + final String dtdUri; + final VoidCallback onDisconnect; + + @override + State createState() => _DtdConnectedViewState(); +} + +class _DtdConnectedViewState extends State { + ServicesController? _registeredServicesController; + EventsController? _eventsController; + + @override + void initState() { + super.initState(); + _registeredServicesController = ServicesController(); + _eventsController = EventsController(); + _initForDtdConnection(); + } + + @override + void didUpdateWidget(covariant DtdConnectedView oldWidget) { + super.didUpdateWidget(oldWidget); + if (oldWidget.dtd != widget.dtd || oldWidget.dtdUri != widget.dtdUri) { + _initForDtdConnection(); + } + } + + @override + void dispose() { + _registeredServicesController?.dispose(); + _eventsController?.dispose(); + super.dispose(); + } + + void _initForDtdConnection() { + _registeredServicesController! + ..cancelStreamSubscriptions() + ..dtd = widget.dtd; + unawaited(_registeredServicesController!.init()); + _eventsController! + ..cancelStreamSubscriptions() + ..dtd = widget.dtd + ..init(); + knownDtdStreams.forEach(widget.dtd.streamListen); + } + + @override + Widget build(BuildContext context) { + return Column( + crossAxisAlignment: CrossAxisAlignment.start, + mainAxisSize: MainAxisSize.min, + children: [ + SelectionArea( + child: Padding( + padding: const EdgeInsets.all(densePadding), + child: Row( + children: [ + Text('DTD connection:', style: Theme.of(context).boldTextStyle), + const SizedBox(width: denseSpacing), + Text(widget.dtdUri), + const SizedBox(width: defaultSpacing), + DevToolsButton( + icon: Icons.close, + label: 'Disconnect', + onPressed: widget.onDisconnect, + ), + const Spacer(), + ], + ), + ), + ), + const SizedBox(height: defaultSpacing), + Expanded( + child: SplitPane( + axis: Axis.horizontal, + initialFractions: const [0.6, 0.4], + children: [ + RoundedOutlinedBorder( + clip: true, + child: ServicesView(controller: _registeredServicesController!), + ), + EventsView(controller: _eventsController!), + ], + ), + ), + ], + ); + } +} + +/// Displays a text field for entering a DTD URI to connect the DTD Tools screen +/// to. +class DtdNotConnectedView extends StatefulWidget { + const DtdNotConnectedView({super.key, required this.localDtdManager}); + + final DTDManager localDtdManager; + + @override + State createState() => _DtdNotConnectedViewState(); +} + +class _DtdNotConnectedViewState extends State { + late final TextEditingController textEditingController; + + @override + void initState() { + super.initState(); + textEditingController = TextEditingController(); + if (debugDtdUri != null) { + textEditingController.text = debugDtdUri!; + } + } + + @override + void dispose() { + super.dispose(); + textEditingController.dispose(); + } + + @override + Widget build(BuildContext context) { + return Column( + mainAxisSize: MainAxisSize.min, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + const Text('Please enter a DTD URI to connect to:'), + const SizedBox(height: denseSpacing), + Row( + children: [ + Expanded( + child: DevToolsClearableTextField( + controller: textEditingController, + onSubmitted: (_) => _connect(), + ), + ), + const SizedBox(width: defaultSpacing), + DevToolsButton( + label: 'Connect', + elevated: true, + onPressed: _connect, + ), + ], + ), + ], + ); + } + + Future _connect() async { + await widget.localDtdManager.connect(Uri.parse(textEditingController.text)); + } +} diff --git a/packages/devtools_app/lib/src/screens/dtd/events.dart b/packages/devtools_app/lib/src/screens/dtd/events.dart new file mode 100644 index 00000000000..e00539f25f0 --- /dev/null +++ b/packages/devtools_app/lib/src/screens/dtd/events.dart @@ -0,0 +1,227 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:devtools_app_shared/ui.dart'; +import 'package:devtools_app_shared/utils.dart'; +import 'package:dtd/dtd.dart' show DartToolingDaemon, DTDEvent; +import 'package:flutter/material.dart'; + +import 'dtd_tools_model.dart'; +import 'shared.dart'; + +/// Manages business logic for the [EventsView] widget, which displays +/// information about events sent and received over DTD event streams. +class EventsController extends FeatureController { + late DartToolingDaemon dtd; + + @visibleForTesting + final events = ListValueNotifier([]); + + @visibleForTesting + final selectedEvent = ValueNotifier(null); + + final scrollController = ScrollController(); + + @override + void init() { + super.init(); + for (final stream in knownDtdStreams) { + autoDisposeStreamSubscription( + dtd.onEvent(stream).listen((event) { + events.add(event); + // Schedule a scroll to the bottom after the frame is built. + WidgetsBinding.instance.addPostFrameCallback((_) { + if (scrollController.hasClients) { + scrollController.jumpTo( + scrollController.position.maxScrollExtent, + ); + } + }); + }), + ); + } + } + + @override + void dispose() { + events.dispose(); + selectedEvent.dispose(); + scrollController.dispose(); + super.dispose(); + } +} + +/// Displays information about events sent and received over DTD event streams. +class EventsView extends StatelessWidget { + const EventsView({super.key, required this.controller}); + + final EventsController controller; + + @override + Widget build(BuildContext context) { + return DevToolsAreaPane( + header: AreaPaneHeader( + title: Text('DTD Events', style: Theme.of(context).boldTextStyle), + roundedTopBorder: false, + includeTopBorder: false, + tall: true, + actions: [ + DevToolsButton( + icon: Icons.delete, + label: 'Clear', + onPressed: () { + controller.events.clear(); + controller.selectedEvent.value = null; + }, + ), + ], + ), + child: ValueListenableBuilder>( + valueListenable: controller.events, + builder: (context, events, _) { + if (events.isEmpty) { + return const Center(child: Text('No events received')); + } + + return ValueListenableBuilder( + valueListenable: controller.selectedEvent, + builder: (context, selectedEvent, _) { + return SplitPane( + initialFractions: const [0.7, 0.3], + axis: Axis.vertical, + children: [ + OutlineDecoration.onlyBottom( + child: Scrollbar( + thumbVisibility: true, + controller: controller.scrollController, + child: ListView.builder( + controller: controller.scrollController, + itemCount: events.length, + itemBuilder: (context, index) => _EventListTile( + event: events[index], + selected: events[index] == selectedEvent, + onTap: () { + controller.selectedEvent.value = events[index]; + }, + ), + ), + ), + ), + OutlineDecoration.onlyTop( + child: Padding( + padding: const EdgeInsets.all(denseSpacing), + child: EventDetailView(event: selectedEvent), + ), + ), + ], + ); + }, + ); + }, + ), + ); + } +} + +/// A display tile for a single event in [EventsView]. +class _EventListTile extends StatelessWidget { + const _EventListTile({ + required this.event, + this.selected = false, + this.onTap, + }); + + final DTDEvent event; + final bool selected; + final VoidCallback? onTap; + + @override + Widget build(BuildContext context) { + return ListTile( + title: Row( + children: [ + Text( + '[${event.stream}]', + style: TextStyle( + fontWeight: FontWeight.bold, + color: _getStreamColor(event.stream), + ), + ), + const SizedBox(width: denseSpacing), + Text(event.kind), + ], + ), + subtitle: Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Text('Timestamp: ${event.timestamp}'), + Text('Data: ${event.data}', overflow: TextOverflow.ellipsis), + ], + ), + dense: true, + selected: selected, + onTap: onTap, + ); + } + + Color _getStreamColor(String stream) { + // Create a consistent color based on the stream name + final hash = stream.hashCode.abs(); + return Colors.primaries[hash % Colors.primaries.length]; + } +} + +/// The details view for a single [DTDEvent] selected from [EventsView]. +@visibleForTesting +class EventDetailView extends StatelessWidget { + const EventDetailView({super.key, required this.event}); + + final DTDEvent? event; + + @override + Widget build(BuildContext context) { + final localEvent = event; + if (localEvent == null) { + return const Center(child: Text('No event selected')); + } + + return Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Text('Event details', style: Theme.of(context).textTheme.titleMedium), + const SizedBox(height: defaultSpacing), + _buildDetailRow('Stream', localEvent.stream), + _buildDetailRow('Kind', localEvent.kind), + _buildDetailRow('Timestamp', localEvent.timestamp.toString()), + const SizedBox(height: defaultSpacing), + Text('Data:', style: Theme.of(context).textTheme.titleSmall), + const SizedBox(height: denseSpacing), + Expanded( + child: SingleChildScrollView( + child: SelectableText(localEvent.data.toString()), + ), + ), + ], + ); + } + + Widget _buildDetailRow(String label, String value) { + return Padding( + padding: const EdgeInsets.only(bottom: denseSpacing), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + SizedBox( + width: 100, + child: Text( + '$label:', + style: const TextStyle(fontWeight: FontWeight.bold), + ), + ), + Expanded(child: Text(value)), + ], + ), + ); + } +} diff --git a/packages/devtools_app/lib/src/screens/dtd/services.dart b/packages/devtools_app/lib/src/screens/dtd/services.dart new file mode 100644 index 00000000000..a9dc28da97b --- /dev/null +++ b/packages/devtools_app/lib/src/screens/dtd/services.dart @@ -0,0 +1,335 @@ +import 'dart:async'; +import 'dart:convert'; + +import 'package:devtools_app_shared/ui.dart'; +import 'package:dtd/dtd.dart'; +import 'package:flutter/material.dart'; + +import '../../shared/globals.dart'; +import '../../shared/primitives/utils.dart'; +import '../../shared/ui/common_widgets.dart'; +import 'dtd_tools_model.dart'; + +/// Manages business logic for the [ServicesView] widget, which displays +/// information about service methods registered on DTD and provides +/// functionality for calling them. +class ServicesController extends FeatureController { + late DartToolingDaemon dtd; + + @visibleForTesting + final services = ValueNotifier>([]); + + @visibleForTesting + final selectedService = ValueNotifier(null); + + @override + Future init() async { + super.init(); + await refresh(); + } + + @override + void dispose() { + services.dispose(); + selectedService.dispose(); + super.dispose(); + } + + // TODO(kenz): listen on DTD's 'Service' stream to update this list for + // service registered and unregistered events. + /// Refreshes [services] with the current set of services registered on + /// [dtd]. + Future refresh() async { + final response = await dtd.getRegisteredServices(); + services.value = [ + ...response.dtdServices.map((value) { + // If the DTD service has the form 'service.method', split up the two + // values. Otherwise, leave the service null and use the entire name + // as the method. + String? service; + String method; + final parts = value.split('.'); + if (parts.length > 1) { + service = parts[0]; + } + method = parts.last; + return DtdServiceMethod(service: service, method: method); + }), + for (final service in response.clientServices) ...[ + for (final method in service.methods.values) + DtdServiceMethod( + service: service.name, + method: method.name, + capabilities: method.capabilities, + ), + ], + ]; + } +} + +/// Displays information about service methods registered on DTD and provides +/// functionality for calling them. +class ServicesView extends StatefulWidget { + const ServicesView({super.key, required this.controller}); + + final ServicesController controller; + + @override + State createState() => _ServicesViewState(); +} + +class _ServicesViewState extends State { + final scrollController = ScrollController(); + + @override + void dispose() { + scrollController.dispose(); + super.dispose(); + } + + @override + Widget build(BuildContext context) { + final theme = Theme.of(context); + return LayoutBuilder( + builder: (context, constraints) { + return FlexSplitColumn( + totalHeight: constraints.maxHeight, + initialFractions: const [0.6, 0.4], + minSizes: const [100.0, 200.0], + headers: [ + AreaPaneHeader( + title: Text('Registered services', style: theme.boldTextStyle), + roundedTopBorder: false, + includeTopBorder: false, + tall: true, + actions: [ + DevToolsButton.iconOnly( + icon: Icons.refresh, + onPressed: widget.controller.refresh, + ), + ], + ), + AreaPaneHeader( + title: Text('Manually call service', style: theme.boldTextStyle), + roundedTopBorder: false, + tall: true, + ), + ], + children: [ + MultiValueListenableBuilder( + listenables: [ + widget.controller.services, + widget.controller.selectedService, + ], + builder: (context, values, _) { + final services = values.first as List; + final selectedService = values.second as DtdServiceMethod?; + final sortedServices = services.toList()..sort(); + return Scrollbar( + controller: scrollController, + thumbVisibility: true, + child: ListView.builder( + controller: scrollController, + itemCount: sortedServices.length, + itemBuilder: (context, index) { + final service = sortedServices[index]; + return ListTile( + title: Text( + service.displayName, + style: theme.regularTextStyle, + ), + selected: selectedService == service, + onTap: () { + widget.controller.selectedService.value = service; + }, + ); + }, + ), + ); + }, + ), + ValueListenableBuilder( + valueListenable: widget.controller.selectedService, + builder: (context, service, child) { + return ManuallyCallService( + serviceMethod: service, + dtd: widget.controller.dtd, + ); + }, + ), + ], + ); + }, + ); + } +} + +/// A widget that provides support for manually calling a DTD service method and +/// viewing the result. +@visibleForTesting +class ManuallyCallService extends StatefulWidget { + const ManuallyCallService({ + super.key, + required this.serviceMethod, + required this.dtd, + }); + + final DtdServiceMethod? serviceMethod; + + final DartToolingDaemon dtd; + + @override + State createState() => ManuallyCallServiceState(); +} + +@visibleForTesting +class ManuallyCallServiceState extends State { + final serviceController = TextEditingController(); + final methodController = TextEditingController(); + final paramsController = TextEditingController(); + + Map? callResult; + + @override + void initState() { + super.initState(); + _maybePopulateSelectedService(); + } + + @override + void didUpdateWidget(covariant ManuallyCallService oldWidget) { + super.didUpdateWidget(oldWidget); + if (oldWidget.serviceMethod != widget.serviceMethod) { + callResult = null; + _maybePopulateSelectedService(); + } + } + + @override + void dispose() { + serviceController.dispose(); + methodController.dispose(); + paramsController.dispose(); + super.dispose(); + } + + void _maybePopulateSelectedService() { + if (widget.serviceMethod != null) { + serviceController.text = widget.serviceMethod!.service ?? ''; + methodController.text = widget.serviceMethod!.method; + } + } + + @override + Widget build(BuildContext context) { + return Padding( + padding: const EdgeInsets.all(denseSpacing), + child: Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + _buildTextField('Service', serviceController, 'service_name'), + const SizedBox(height: denseSpacing), + _buildTextField('Method', methodController, 'method_name'), + const SizedBox(height: denseSpacing), + Row( + children: [ + const Text('Additional parameters (JSON encoded):'), + const SizedBox(width: defaultSpacing), + Expanded( + child: DevToolsClearableTextField( + controller: paramsController, + hintText: '{"foo":"bar"}', + ), + ), + ], + ), + const SizedBox(height: defaultSpacing), + Row( + mainAxisAlignment: MainAxisAlignment.end, + children: [ + DevToolsButton( + label: 'Clear', + onPressed: () { + setState(() { + callResult = null; + serviceController.clear(); + methodController.clear(); + paramsController.clear(); + }); + }, + ), + const SizedBox(width: denseSpacing), + DevToolsButton( + elevated: true, + label: 'Call Service', + onPressed: _callService, + ), + ], + ), + const PaddedDivider.thin(), + Expanded( + child: SingleChildScrollView( + child: Text( + callResult == null + ? 'Call the service to view the response' + : callResult.toString(), + ), + ), + ), + ], + ), + ); + } + + Widget _buildTextField( + String label, + TextEditingController controller, + String hintText, + ) { + return Row( + children: [ + SizedBox(width: 150, child: Text('$label:')), + Expanded( + child: DevToolsClearableTextField( + controller: controller, + hintText: hintText, + ), + ), + ], + ); + } + + Future _callService() async { + if (methodController.text.isEmpty) { + notificationService.push('Method is required'); + return; + } + + Map? params; + try { + if (paramsController.text.isNotEmpty) { + try { + params = (jsonDecode(paramsController.text) as Map) + .cast(); + } catch (e) { + notificationService.push( + 'Failed to JSON decode parameters: "${paramsController.text}"', + ); + return; + } + } + final response = await widget.dtd.call( + serviceController.text.isNotEmpty ? serviceController.text : null, + methodController.text, + params: params, + ); + setState(() { + callResult = response.result; + }); + } catch (e) { + setState(() { + callResult = {'error': e.toString()}; + }); + } + } +} diff --git a/packages/devtools_app/lib/src/screens/dtd/shared.dart b/packages/devtools_app/lib/src/screens/dtd/shared.dart new file mode 100644 index 00000000000..b031cf4d3e3 --- /dev/null +++ b/packages/devtools_app/lib/src/screens/dtd/shared.dart @@ -0,0 +1,13 @@ +// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file +// for details. All rights reserved. Use of this source code is governed by a +// BSD-style license that can be found in the LICENSE file. + +// TODO(kenz): add a method to DTD to get the list of known streams that +// events are getting sent to. +const knownDtdStreams = [ + 'ConnectedApp', + 'Editor', + 'FileSystem', + 'Service', + 'UnifiedAnalytics', +]; diff --git a/packages/devtools_app/lib/src/screens/inspector/inspector_breadcrumbs.dart b/packages/devtools_app/lib/src/screens/inspector/inspector_breadcrumbs.dart index 9830363d5b5..f5db041746e 100644 --- a/packages/devtools_app/lib/src/screens/inspector/inspector_breadcrumbs.dart +++ b/packages/devtools_app/lib/src/screens/inspector/inspector_breadcrumbs.dart @@ -37,19 +37,18 @@ class InspectorBreadcrumbNavigator extends StatelessWidget { child: Padding( padding: const EdgeInsets.symmetric(horizontal: 6), child: Row( - children: - breadcrumbs.map((item) { - if (item.isChevron) { - return Icon(Icons.chevron_right, size: defaultIconSize); - } - - return Flexible( - child: _InspectorBreadcrumb( - data: item, - onTap: () => onTap(item.node), - ), - ); - }).toList(), + children: breadcrumbs.map((item) { + if (item.isChevron) { + return const Icon(Icons.chevron_right, size: defaultIconSize); + } + + return Flexible( + child: _InspectorBreadcrumb( + data: item, + onTap: () => onTap(item.node), + ), + ); + }).toList(), ), ), ); @@ -59,25 +58,23 @@ class InspectorBreadcrumbNavigator extends StatelessWidget { List nodes, ) { final lastNode = nodes.safeLast; - final items = - nodes.map((node) { - return _InspectorBreadcrumbData.wrap( - node: node, - isSelected: node == lastNode, - ); - }).toList(); + final items = nodes.map((node) { + return _InspectorBreadcrumbData.wrap( + node: node, + isSelected: node == lastNode, + ); + }).toList(); List<_InspectorBreadcrumbData> breadcrumbs; - breadcrumbs = - items.length > _maxNumberOfBreadcrumbs - ? [ - items[0], - _InspectorBreadcrumbData.more(), - ...items.sublist( - items.length - _maxNumberOfBreadcrumbs + 1, - items.length, - ), - ] - : items; + breadcrumbs = items.length > _maxNumberOfBreadcrumbs + ? [ + items[0], + _InspectorBreadcrumbData.more(), + ...items.sublist( + items.length - _maxNumberOfBreadcrumbs + 1, + items.length, + ), + ] + : items; return breadcrumbs.joinWith(_InspectorBreadcrumbData.chevron()); } @@ -99,19 +96,18 @@ class _InspectorBreadcrumb extends StatelessWidget { overflow: TextOverflow.ellipsis, style: DiagnosticsTextStyles.regular( Theme.of(context).colorScheme, - ).copyWith(fontSize: scaleByFontFactor(11)), + ).copyWith(fontSize: 11), ); - final icon = - data.icon == null - ? null - : Transform.scale( - scale: _iconScale, - child: Padding( - padding: const EdgeInsets.only(right: iconPadding), - child: data.icon, - ), - ); + final icon = data.icon == null + ? null + : Transform.scale( + scale: _iconScale, + child: Padding( + padding: const EdgeInsets.only(right: iconPadding), + child: data.icon, + ), + ); return InkWell( onTap: data.isClickable ? onTap : null, @@ -123,14 +119,16 @@ class _InspectorBreadcrumb extends StatelessWidget { ), decoration: BoxDecoration( borderRadius: defaultBorderRadius, - color: - data.isSelected - ? Theme.of(context).colorScheme.selectedRowBackgroundColor - : Colors.transparent, + color: data.isSelected + ? Theme.of(context).colorScheme.selectedRowBackgroundColor + : Colors.transparent, ), child: Row( mainAxisSize: MainAxisSize.min, - children: [if (icon != null) icon, Flexible(child: text)], + children: [ + if (icon != null) icon, + Flexible(child: text), + ], ), ), ); @@ -188,7 +186,7 @@ class _InspectorBreadcrumbData { Widget? get icon { if (alternativeIcon != null) { - return Icon(_breadcrumbSeparatorIcon, size: defaultIconSize); + return const Icon(_breadcrumbSeparatorIcon, size: defaultIconSize); } return node?.diagnostic?.icon; diff --git a/packages/devtools_app/lib/src/screens/inspector/inspector_controller.dart b/packages/devtools_app/lib/src/screens/inspector/inspector_controller.dart index 99a23166cce..9ddc8196e90 100644 --- a/packages/devtools_app/lib/src/screens/inspector/inspector_controller.dart +++ b/packages/devtools_app/lib/src/screens/inspector/inspector_controller.dart @@ -34,6 +34,7 @@ import '../../shared/diagnostics/primitives/instance_ref.dart'; import '../../shared/globals.dart'; import '../../shared/primitives/query_parameters.dart'; import '../../shared/primitives/utils.dart'; +import '../../shared/utils/utils.dart'; import '../inspector_shared/inspector_screen.dart'; import 'inspector_tree_controller.dart'; @@ -63,15 +64,14 @@ class InspectorController extends DisposableController onExpand: _onExpand, onClientActiveChange: _onClientChange, ); - details = - isSummaryTree - ? InspectorController( - inspectorTree: detailsTree!, - treeType: treeType, - parent: this, - isSummaryTree: false, - ) - : null; + details = isSummaryTree + ? InspectorController( + inspectorTree: detailsTree!, + treeType: treeType, + parent: this, + isSummaryTree: false, + ) + : null; await serviceConnection.serviceManager.onServiceAvailable; @@ -105,12 +105,14 @@ class InspectorController extends DisposableController // won't interfere with users. addAutoDisposeListener(_supportsToggleSelectWidgetMode, () { if (_supportsToggleSelectWidgetMode.value) { - serviceConnection.serviceManager.serviceExtensionManager - .setServiceExtensionState( - extensions.enableOnDeviceInspector.extension, - enabled: true, - value: true, - ); + safeUnawaited( + serviceConnection.serviceManager.serviceExtensionManager + .setServiceExtensionState( + extensions.enableOnDeviceInspector.extension, + enabled: true, + value: true, + ), + ); } }); } @@ -422,8 +424,8 @@ class InspectorController extends DisposableController } else { if (disposed) return; if (inspectorService is InspectorService) { - final widgetTreeReady = - await (inspectorService as InspectorService).isWidgetTreeReady(); + final widgetTreeReady = await (inspectorService as InspectorService) + .isWidgetTreeReady(); flutterAppFrameReady = widgetTreeReady; } if (isActive && flutterAppFrameReady) { @@ -447,10 +449,9 @@ class InspectorController extends DisposableController treeGroups.cancelNext(); try { final group = treeGroups.next; - final node = - await (detailsSubtree - ? group.getDetailsSubtree(subtreeRoot, subtreeDepth: subtreeDepth) - : group.getRoot(treeType, isSummaryTree: true)); + final node = await (detailsSubtree + ? group.getDetailsSubtree(subtreeRoot, subtreeDepth: subtreeDepth) + : group.getRoot(treeType, isSummaryTree: true)); if (node == null || group.disposed || disposed) { return; } @@ -641,8 +642,9 @@ class InspectorController extends DisposableController restrictToLocalProject: isSummaryTree, ); - final pendingDetailsFuture = - isSummaryTree ? group.getSelection(selectedDiagnostic, treeType) : null; + final pendingDetailsFuture = isSummaryTree + ? group.getSelection(selectedDiagnostic, treeType) + : null; try { final newSelection = await pendingSelectionFuture; @@ -733,17 +735,15 @@ class InspectorController extends DisposableController void _updateSelectedErrorFromNode(InspectorTreeNode? node) { final inspectorRef = node?.diagnostic?.valueRef.id; - final errors = - serviceConnection.errorBadgeManager - .erroredItemsForPage(InspectorScreen.id) - .value; + final errors = serviceConnection.errorBadgeManager + .erroredItemsForPage(InspectorScreen.id) + .value; // Check whether the node that was just selected has any errors associated // with it. - var errorIndex = - inspectorRef != null - ? errors.keys.toList().indexOf(inspectorRef) - : null; + var errorIndex = inspectorRef != null + ? errors.keys.toList().indexOf(inspectorRef) + : null; if (errorIndex == -1) { errorIndex = null; } @@ -769,10 +769,9 @@ class InspectorController extends DisposableController void selectErrorByIndex(int index) { _selectedErrorIndex.value = index; - final errors = - serviceConnection.errorBadgeManager - .erroredItemsForPage(InspectorScreen.id) - .value; + final errors = serviceConnection.errorBadgeManager + .erroredItemsForPage(InspectorScreen.id) + .value; unawaited( updateSelectionFromService( diff --git a/packages/devtools_app/lib/src/screens/inspector/inspector_data_models.dart b/packages/devtools_app/lib/src/screens/inspector/inspector_data_models.dart index 4d52c286f5c..a12ed91f76e 100644 --- a/packages/devtools_app/lib/src/screens/inspector/inspector_data_models.dart +++ b/packages/devtools_app/lib/src/screens/inspector/inspector_data_models.dart @@ -111,15 +111,13 @@ class LayoutProperties { isFlex = node.isFlex, flexFactor = node.flexFactor, flexFit = node.flexFit, - children = - copyLevel == 0 - ? [] - : node.childrenNow - .map( - (child) => - LayoutProperties(child, copyLevel: copyLevel - 1), - ) - .toList(growable: false) { + children = copyLevel == 0 + ? [] + : node.childrenNow + .map( + (child) => LayoutProperties(child, copyLevel: copyLevel - 1), + ) + .toList(growable: false) { for (final child in children) { child.parent = this; } @@ -182,10 +180,10 @@ class LayoutProperties { if (constraintsLocal == null) return ''; return constraintsLocal.hasBoundedWidth ? describeAxis( - constraintsLocal.minWidth, - constraintsLocal.maxWidth, - 'w', - ) + constraintsLocal.minWidth, + constraintsLocal.maxWidth, + 'w', + ) : 'width is unconstrained'; } @@ -194,10 +192,10 @@ class LayoutProperties { if (constraintsLocal == null) return ''; return constraintsLocal.hasBoundedHeight ? describeAxis( - constraintsLocal.minHeight, - constraintsLocal.maxHeight, - 'h', - ) + constraintsLocal.minHeight, + constraintsLocal.maxHeight, + 'h', + ) : 'height is unconstrained'; } @@ -365,9 +363,8 @@ class FlexLayoutProperties extends LayoutProperties { static FlexLayoutProperties _buildNode(RemoteDiagnosticsNode node) { final renderObjectJson = node.renderObject!.json; - final properties = - (renderObjectJson['properties'] as List) - .cast>(); + final properties = (renderObjectJson['properties'] as List) + .cast>(); final data = { for (final property in properties) @@ -406,8 +403,9 @@ class FlexLayoutProperties extends LayoutProperties { List get displayChildren { final displayChildren = _displayChildren; if (displayChildren != null) return displayChildren; - return _displayChildren = - startIsTopLeft ? children : children.reversed.toList(); + return _displayChildren = startIsTopLeft + ? children + : children.reversed.toList(); } int? _totalFlex; @@ -428,11 +426,10 @@ class FlexLayoutProperties extends LayoutProperties { num get totalFlex { if (children.isEmpty) return 0; - _totalFlex ??= - children - .map((child) => child.flexFactor ?? 0) - .reduce((value, element) => value + element) - .toInt(); + _totalFlex ??= children + .map((child) => child.flexFactor ?? 0) + .reduce((value, element) => value + element) + .toInt(); return _totalFlex!; } @@ -490,8 +487,9 @@ class FlexLayoutProperties extends LayoutProperties { }) { /// calculate the render empty spaces final freeSpace = dimension(direction) - sum(childrenDimensions(direction)); - final displayMainAxisAlignment = - startIsTopLeft ? mainAxisAlignment : mainAxisAlignment?.reversed; + final displayMainAxisAlignment = startIsTopLeft + ? mainAxisAlignment + : mainAxisAlignment?.reversed; double leadingSpace(double freeSpace) { if (children.isEmpty) return 0.0; @@ -539,8 +537,9 @@ class FlexLayoutProperties extends LayoutProperties { } double largestRenderSize(Axis axis) { - final lrs = - axis == Axis.horizontal ? largestRenderWidth : largestRenderHeight; + final lrs = axis == Axis.horizontal + ? largestRenderWidth + : largestRenderHeight; // use all the space when visualizing cross axis return (axis == direction) ? lrs : maxSizeAvailable(axis); } @@ -566,12 +565,11 @@ class FlexLayoutProperties extends LayoutProperties { ); } else { // uniform cross axis sizes. - double size = - crossAxisAlignment == CrossAxisAlignment.stretch - ? maxSizeAvailable(axis) - : largestSize / - math.max(dimension(axis), 1.0) * - maxSizeAvailable(axis); + double size = crossAxisAlignment == CrossAxisAlignment.stretch + ? maxSizeAvailable(axis) + : largestSize / + math.max(dimension(axis), 1.0) * + maxSizeAvailable(axis); size = math.max(size, smallestRenderSize(axis)); return sizes.map((_) => size).toList(); } @@ -580,10 +578,9 @@ class FlexLayoutProperties extends LayoutProperties { final widths = renderSizes(Axis.horizontal); final heights = renderSizes(Axis.vertical); - final renderFreeSpace = - freeSpace > 0.0 - ? (isMainAxisHorizontal ? widths.last : heights.last) - : 0.0; + final renderFreeSpace = freeSpace > 0.0 + ? (isMainAxisHorizontal ? widths.last : heights.last) + : 0.0; final renderLeadingSpace = leadingSpace(renderFreeSpace); final renderBetweenSpace = betweenSpace(renderFreeSpace); @@ -614,8 +611,9 @@ class FlexLayoutProperties extends LayoutProperties { double calculateCrossAxisOffset(int i) { final maxDimension = maxSizeAvailable(crossAxisDirection); - final usedDimension = - crossAxisDirection == Axis.horizontal ? widths[i] : heights[i]; + final usedDimension = crossAxisDirection == Axis.horizontal + ? widths[i] + : heights[i]; if (crossAxisAlignment == CrossAxisAlignment.start || crossAxisAlignment == CrossAxisAlignment.stretch || @@ -721,10 +719,9 @@ class FlexLayoutProperties extends LayoutProperties { renderProperties.crossAxisOffset, ); } else { - space.crossAxisOffset = - crossAxisAlignment == CrossAxisAlignment.end - ? 0 - : renderProperties.crossAxisDimension; + space.crossAxisOffset = crossAxisAlignment == CrossAxisAlignment.end + ? 0 + : renderProperties.crossAxisDimension; spaces.add(space); } } @@ -732,14 +729,14 @@ class FlexLayoutProperties extends LayoutProperties { } static final _directionNamesToValues = Axis.values.asNameMap(); - static final _mainAxisAlignmentNamesToValues = - MainAxisAlignment.values.asNameMap(); + static final _mainAxisAlignmentNamesToValues = MainAxisAlignment.values + .asNameMap(); static final _mainAxisSizeNamesToValues = MainAxisSize.values.asNameMap(); - static final _crossAxisAlignmentNamesToValues = - CrossAxisAlignment.values.asNameMap(); + static final _crossAxisAlignmentNamesToValues = CrossAxisAlignment.values + .asNameMap(); static final _textDirectionNamesToValues = TextDirection.values.asNameMap(); - static final _verticalDirectionNamesToValues = - VerticalDirection.values.asNameMap(); + static final _verticalDirectionNamesToValues = VerticalDirection.values + .asNameMap(); static final _textBaselineNamesToValues = TextBaseline.values.asNameMap(); } diff --git a/packages/devtools_app/lib/src/screens/inspector/inspector_screen_body.dart b/packages/devtools_app/lib/src/screens/inspector/inspector_screen_body.dart index d46b311a94f..ac6cd1854b0 100644 --- a/packages/devtools_app/lib/src/screens/inspector/inspector_screen_body.dart +++ b/packages/devtools_app/lib/src/screens/inspector/inspector_screen_body.dart @@ -59,7 +59,7 @@ class InspectorScreenBodyState extends State static const summaryTreeKey = Key('Summary Tree'); static const detailsTreeKey = Key('Details Tree'); - static const minScreenWidthForTextBeforeScaling = 900.0; + static const minScreenWidthForText = 900.0; static const serviceExtensionButtonsIncludeTextWidth = 1200.0; @override @@ -154,8 +154,8 @@ class InspectorScreenBodyState extends State constraints: constraints, onRefreshInspectorPressed: _refreshInspector, onSearchVisibleToggle: _onSearchVisibleToggle, - searchFieldBuilder: - () => StatelessSearchField( + searchFieldBuilder: () => + StatelessSearchField( controller: _summaryTreeController, searchFieldEnabled: true, shouldRequestFocus: searchVisible, @@ -189,17 +189,15 @@ class InspectorScreenBodyState extends State if (errors.isNotEmpty) ValueListenableBuilder( valueListenable: controller.selectedErrorIndex, - builder: - (_, selectedErrorIndex, _) => Positioned( - top: 0, - right: 0, - child: ErrorNavigator( - errors: inspectableErrors, - errorIndex: selectedErrorIndex, - onSelectError: - controller.selectErrorByIndex, - ), - ), + builder: (_, selectedErrorIndex, _) => Positioned( + top: 0, + right: 0, + child: ErrorNavigator( + errors: inspectableErrors, + errorIndex: selectedErrorIndex, + onSelectError: controller.selectErrorByIndex, + ), + ), ), ], ); @@ -223,8 +221,7 @@ class InspectorScreenBodyState extends State List getServiceExtensionWidgets() { return [ ServiceExtensionButtonGroup( - minScreenWidthForTextBeforeScaling: - serviceExtensionButtonsIncludeTextWidth, + minScreenWidthForText: serviceExtensionButtonsIncludeTextWidth, extensions: [ extensions.slowAnimations, extensions.debugPaint, @@ -315,18 +312,18 @@ class InspectorSummaryTreeControls extends StatelessWidget { ), ...!isSearchVisible ? [ - const Spacer(), - ToolbarAction( - icon: Icons.search, - onPressed: onSearchVisibleToggle, - tooltip: 'Search Tree', - ), - ] + const Spacer(), + ToolbarAction( + icon: Icons.search, + onPressed: onSearchVisibleToggle, + tooltip: 'Search Tree', + ), + ] : [ - constraints.maxWidth >= _searchBreakpoint - ? _buildSearchControls() - : const Spacer(), - ], + constraints.maxWidth >= _searchBreakpoint + ? _buildSearchControls() + : const Spacer(), + ], ToolbarAction( icon: Icons.refresh, onPressed: onRefreshInspectorPressed, @@ -378,10 +375,9 @@ class ErrorNavigator extends StatelessWidget { @override Widget build(BuildContext context) { final colorScheme = Theme.of(context).colorScheme; - final label = - errorIndex != null - ? 'Error ${errorIndex! + 1}/${errors.length}' - : 'Errors: ${errors.length}'; + final label = errorIndex != null + ? 'Error ${errorIndex! + 1}/${errors.length}' + : 'Errors: ${errors.length}'; return Container( color: colorScheme.errorContainer, child: Padding( diff --git a/packages/devtools_app/lib/src/screens/inspector/inspector_screen_details_tab.dart b/packages/devtools_app/lib/src/screens/inspector/inspector_screen_details_tab.dart index 38f3e4d9c86..ae8cc53e551 100644 --- a/packages/devtools_app/lib/src/screens/inspector/inspector_screen_details_tab.dart +++ b/packages/devtools_app/lib/src/screens/inspector/inspector_screen_details_tab.dart @@ -102,8 +102,8 @@ class _InspectorExpandCollapseButtonsState icon: Icons.unfold_more, onPressed: enableButtons ? _onExpandClick : null, label: 'Expand all', - minScreenWidthForTextBeforeScaling: - InspectorScreenBodyState.minScreenWidthForTextBeforeScaling, + minScreenWidthForText: + InspectorScreenBodyState.minScreenWidthForText, gaScreen: gac.inspector, gaSelection: gac.expandAll, outlined: false, @@ -115,8 +115,8 @@ class _InspectorExpandCollapseButtonsState icon: Icons.unfold_less, onPressed: enableButtons ? _onCollapseClick : null, label: 'Collapse to selected', - minScreenWidthForTextBeforeScaling: - InspectorScreenBodyState.minScreenWidthForTextBeforeScaling, + minScreenWidthForText: + InspectorScreenBodyState.minScreenWidthForText, gaScreen: gac.inspector, gaSelection: gac.collapseAll, outlined: false, diff --git a/packages/devtools_app/lib/src/screens/inspector/inspector_tree_controller.dart b/packages/devtools_app/lib/src/screens/inspector/inspector_tree_controller.dart index 3d39d484cf5..35b5d9b66cd 100644 --- a/packages/devtools_app/lib/src/screens/inspector/inspector_tree_controller.dart +++ b/packages/devtools_app/lib/src/screens/inspector/inspector_tree_controller.dart @@ -127,12 +127,11 @@ class InspectorTreeController extends DisposableController gac.inspector, gac.inspectorTreeControllerInitialized, nonInteraction: true, - screenMetricsProvider: - () => InspectorScreenMetrics.legacy( - inspectorTreeControllerId: gaId, - rootSetCount: _rootSetCount, - rowCount: _root?.subtreeSize, - ), + screenMetricsProvider: () => InspectorScreenMetrics.legacy( + inspectorTreeControllerId: gaId, + rootSetCount: _rootSetCount, + rowCount: _root?.subtreeSize, + ), ); } @@ -179,12 +178,11 @@ class InspectorTreeController extends DisposableController gac.inspector, gac.inspectorTreeControllerRootChange, nonInteraction: true, - screenMetricsProvider: - () => InspectorScreenMetrics.legacy( - inspectorTreeControllerId: gaId, - rootSetCount: ++_rootSetCount, - rowCount: _root?.subtreeSize, - ), + screenMetricsProvider: () => InspectorScreenMetrics.legacy( + inspectorTreeControllerId: gaId, + rootSetCount: ++_rootSetCount, + rowCount: _root?.subtreeSize, + ), ); }); } @@ -349,18 +347,17 @@ class InspectorTreeController extends DisposableController final rootLocal = root!; - selection = - rootLocal - .getRow( - (rootLocal.getRowIndex(selection!) + indexOffset).clamp( - 0, - numRows - 1, - ), - ) - ?.node; + selection = rootLocal + .getRow( + (rootLocal.getRowIndex(selection!) + indexOffset).clamp( + 0, + numRows - 1, + ), + ) + ?.node; } - double get horizontalPadding => 10.0; + static const horizontalPadding = 10.0; double getDepthIndent(int depth) { return (depth + 1) * inspectorColumnWidth + horizontalPadding; @@ -517,8 +514,9 @@ class InspectorTreeController extends DisposableController final row = getRowForNode(target); if (row != null) { final rowRect = getBoundingBox(row); - targetRect = - targetRect == null ? rowRect : targetRect.expandToInclude(rowRect); + targetRect = targetRect == null + ? rowRect + : targetRect.expandToInclude(rowRect); } } @@ -872,14 +870,12 @@ class _InspectorTreeState extends State final initialX = rect.left; final initialY = rect.top; - final yOffsetAtViewportTop = - _scrollControllerY.hasClients - ? _scrollControllerY.offset - : _scrollControllerY.initialScrollOffset; - final xOffsetAtViewportLeft = - _scrollControllerX.hasClients - ? _scrollControllerX.offset - : _scrollControllerX.initialScrollOffset; + final yOffsetAtViewportTop = _scrollControllerY.hasClients + ? _scrollControllerY.offset + : _scrollControllerY.initialScrollOffset; + final xOffsetAtViewportLeft = _scrollControllerX.hasClients + ? _scrollControllerX.offset + : _scrollControllerX.initialScrollOffset; final viewPortInScrollControllerSpace = Rect.fromLTWH( xOffsetAtViewportLeft, @@ -1017,10 +1013,9 @@ class _InspectorTreeState extends State ga.timeEnd( screenId, gac.pageReady, - screenMetricsProvider: - () => InspectorScreenMetrics.legacy( - rowCount: treeControllerLocal.numRows, - ), + screenMetricsProvider: () => InspectorScreenMetrics.legacy( + rowCount: treeControllerLocal.numRows, + ), ); unawaited( serviceConnection.sendDwdsEvent( @@ -1069,7 +1064,7 @@ class _InspectorTreeState extends State index, ) { if (index == treeControllerLocal.numRows) { - return SizedBox(height: inspectorRowHeight); + return const SizedBox(height: inspectorRowHeight); } final row = treeControllerLocal.getCachedRow(index)!; final inspectorRef = row.node.diagnostic?.valueRef.id; @@ -1081,9 +1076,9 @@ class _InspectorTreeState extends State viewportWidth: viewportWidth, error: widget.widgetErrors != null && - inspectorRef != null - ? widget.widgetErrors![inspectorRef] - : null, + inspectorRef != null + ? widget.widgetErrors![inspectorRef] + : null, ); }, childCount: treeControllerLocal.numRows + 1), controller: _scrollControllerY, @@ -1099,8 +1094,8 @@ class _InspectorTreeState extends State if (shouldShowBreadcrumbs) { final inspectorTreeController = widget.summaryTreeController!; - final parents = - inspectorTreeController.getPathFromSelectedRowToRoot(); + final parents = inspectorTreeController + .getPathFromSelectedRowToRoot(); return Column( children: [ InspectorBreadcrumbNavigator( @@ -1121,10 +1116,9 @@ class _InspectorTreeState extends State bool get wantKeepAlive => true; } -Paint _defaultPaint(ColorScheme colorScheme) => - Paint() - ..color = colorScheme.treeGuidelineColor - ..strokeWidth = chartLineStrokeWidth; +Paint _defaultPaint(ColorScheme colorScheme) => Paint() + ..color = colorScheme.treeGuidelineColor + ..strokeWidth = chartLineStrokeWidth; /// Custom painter that draws lines indicating how parent and child rows are /// connected to each other. @@ -1165,10 +1159,9 @@ class _RowPainter extends CustomPainter { currentX = _controller.getDepthIndent(row.depth - 1) - inspectorColumnWidth * 0.5; - final width = - showExpandCollapse - ? inspectorColumnWidth * 0.5 - : inspectorColumnWidth; + final width = showExpandCollapse + ? inspectorColumnWidth * 0.5 + : inspectorColumnWidth; canvas.drawLine( Offset(currentX, 0.0), Offset(currentX, inspectorRowHeight * 0.5), @@ -1237,10 +1230,9 @@ class InspectorRowContent extends StatelessWidget { Color? backgroundColor; if (row.isSelected) { - backgroundColor = - hasError - ? colorScheme.errorContainer - : colorScheme.selectedRowBackgroundColor; + backgroundColor = hasError + ? colorScheme.errorContainer + : colorScheme.selectedRowBackgroundColor; } final node = row.node; @@ -1257,16 +1249,19 @@ class InspectorRowContent extends StatelessWidget { children: [ node.showExpandCollapse ? InkWell( - onTap: onToggle, - child: RotationTransition( - turns: expandArrowAnimation, - child: Icon(Icons.expand_more, size: defaultIconSize), - ), - ) + onTap: onToggle, + child: RotationTransition( + turns: expandArrowAnimation, + child: const Icon( + Icons.expand_more, + size: defaultIconSize, + ), + ), + ) : const SizedBox( - width: defaultSpacing, - height: defaultSpacing, - ), + width: defaultSpacing, + height: defaultSpacing, + ), Expanded( child: Container( color: backgroundColor, @@ -1287,12 +1282,12 @@ class InspectorRowContent extends StatelessWidget { errorText: error?.errorMessage, nodeDescriptionHighlightStyle: searchValue.isEmpty || !row.isSearchMatch - ? DiagnosticsTextStyles.regular( - Theme.of(context).colorScheme, - ) - : row.isSelected - ? theme.searchMatchHighlightStyleFocused - : theme.searchMatchHighlightStyle, + ? DiagnosticsTextStyles.regular( + Theme.of(context).colorScheme, + ) + : row.isSelected + ? theme.searchMatchHighlightStyleFocused + : theme.searchMatchHighlightStyle, ), ), ), diff --git a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/box/box.dart b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/box/box.dart index 4908dc2ad04..ff579921994 100644 --- a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/box/box.dart +++ b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/box/box.dart @@ -77,10 +77,9 @@ class BoxLayoutExplorerWidgetState setState(() { // This implementation will need to change if we support showing more than // a single widget in the box visualization for the layout explorer. - highlighted = - newProperties != null && selectedNode == newProperties.node - ? newProperties - : null; + highlighted = newProperties != null && selectedNode == newProperties.node + ? newProperties + : null; }); } @@ -225,8 +224,9 @@ class BoxLayoutExplorerWidgetState height: constraints.maxHeight, decoration: BoxDecoration( border: Border.all( - color: - WidgetTheme.fromName(propertiesLocal.node.description).color, + color: WidgetTheme.fromName( + propertiesLocal.node.description, + ).color, ), ), child: Stack( diff --git a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/flex/flex.dart b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/flex/flex.dart index 4980a444237..c00d352397b 100644 --- a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/flex/flex.dart +++ b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/flex/flex.dart @@ -26,7 +26,7 @@ import 'utils.dart'; // TODO(kenz): densify the layout explorer visualization for flex widgets. -double get alignmentDropdownMaxSize => scaleByFontFactor(140.0); +const alignmentDropdownMaxSize = 140.0; class FlexLayoutExplorerWidget extends LayoutExplorerWidget { const FlexLayoutExplorerWidget(super.inspectorController, {super.key}); @@ -55,23 +55,22 @@ class FlexLayoutExplorerWidgetState Color horizontalColor(ColorScheme colorScheme) => properties!.isMainAxisHorizontal - ? colorScheme.mainAxisColor - : colorScheme.crossAxisColor; + ? colorScheme.mainAxisColor + : colorScheme.crossAxisColor; - Color verticalColor(ColorScheme colorScheme) => - properties!.isMainAxisVertical - ? colorScheme.mainAxisColor - : colorScheme.crossAxisColor; + Color verticalColor(ColorScheme colorScheme) => properties!.isMainAxisVertical + ? colorScheme.mainAxisColor + : colorScheme.crossAxisColor; Color horizontalTextColor(ColorScheme colorScheme) => properties!.isMainAxisHorizontal - ? colorScheme.mainAxisTextColor - : colorScheme.crossAxisTextColor; + ? colorScheme.mainAxisTextColor + : colorScheme.crossAxisTextColor; Color verticalTextColor(ColorScheme colorScheme) => properties!.isMainAxisVertical - ? colorScheme.mainAxisTextColor - : colorScheme.crossAxisTextColor; + ? colorScheme.mainAxisTextColor + : colorScheme.crossAxisTextColor; String get flexType => properties!.type; @@ -122,10 +121,9 @@ class FlexLayoutExplorerWidgetState Widget _buildAxisAlignmentDropdown(Axis axis, ThemeData theme) { final colorScheme = theme.colorScheme; - final color = - axis == direction - ? colorScheme.mainAxisTextColor - : colorScheme.crossAxisTextColor; + final color = axis == direction + ? colorScheme.mainAxisTextColor + : colorScheme.crossAxisTextColor; List alignmentEnumEntries; Object? selected; final propertiesLocal = properties!; @@ -143,7 +141,7 @@ class FlexLayoutExplorerWidgetState return RotatedBox( quarterTurns: axis == Axis.vertical ? 3 : 0, child: Container( - constraints: BoxConstraints( + constraints: const BoxConstraints( maxWidth: alignmentDropdownMaxSize, maxHeight: defaultButtonHeight, ), @@ -153,10 +151,9 @@ class FlexLayoutExplorerWidgetState isExpanded: true, // Avoid showing an underline for the main axis and cross-axis drop downs. underline: const SizedBox(), - iconEnabledColor: - axis == propertiesLocal.direction - ? colorScheme.mainAxisColor - : colorScheme.crossAxisColor, + iconEnabledColor: axis == propertiesLocal.direction + ? colorScheme.mainAxisColor + : colorScheme.crossAxisColor, selectedItemBuilder: (context) { return [ for (final alignment in alignmentEnumEntries) @@ -177,13 +174,13 @@ class FlexLayoutExplorerWidgetState child: Image.asset( (axis == direction) ? mainAxisAssetImageUrl( - direction, - alignment as MainAxisAlignment, - ) + direction, + alignment as MainAxisAlignment, + ) : crossAxisAssetImageUrl( - direction, - alignment as CrossAxisAlignment, - ), + direction, + alignment as CrossAxisAlignment, + ), height: axisAlignmentAssetImageHeight, fit: BoxFit.fitHeight, color: color, @@ -216,13 +213,13 @@ class FlexLayoutExplorerWidgetState child: Image.asset( (axis == direction) ? mainAxisAssetImageUrl( - direction, - alignment as MainAxisAlignment, - ) + direction, + alignment as MainAxisAlignment, + ) : crossAxisAssetImageUrl( - direction, - alignment as CrossAxisAlignment, - ), + direction, + alignment as CrossAxisAlignment, + ), fit: BoxFit.fitHeight, color: color, ), @@ -238,14 +235,13 @@ class FlexLayoutExplorerWidgetState // if the axis is the main axis the type should be [MainAxisAlignment] // if the axis is the cross axis the type should be [CrossAxisAlignment] FlexLayoutProperties changedProperties; - changedProperties = - axis == direction - ? propertiesLocal.copyWith( - mainAxisAlignment: newSelection as MainAxisAlignment?, - ) - : propertiesLocal.copyWith( - crossAxisAlignment: newSelection as CrossAxisAlignment?, - ); + changedProperties = axis == direction + ? propertiesLocal.copyWith( + mainAxisAlignment: newSelection as MainAxisAlignment?, + ) + : propertiesLocal.copyWith( + crossAxisAlignment: newSelection as CrossAxisAlignment?, + ); final valueRef = propertiesLocal.node.valueRef; markAsDirty(); await objectGroup!.invokeSetFlexProperties( @@ -283,7 +279,7 @@ class FlexLayoutExplorerWidgetState final flexDescription = Align( alignment: Alignment.centerLeft, child: Container( - margin: EdgeInsets.only( + margin: const EdgeInsets.only( top: mainAxisArrowIndicatorSize, left: crossAxisArrowIndicatorSize + margin, ), @@ -318,7 +314,7 @@ class FlexLayoutExplorerWidgetState final verticalAxisDescription = Align( alignment: Alignment.bottomLeft, child: Container( - margin: EdgeInsets.only(top: mainAxisArrowIndicatorSize + margin), + margin: const EdgeInsets.only(top: mainAxisArrowIndicatorSize + margin), width: crossAxisArrowIndicatorSize, child: Column( children: [ @@ -354,7 +350,9 @@ class FlexLayoutExplorerWidgetState final horizontalAxisDescription = Align( alignment: Alignment.topRight, child: Container( - margin: EdgeInsets.only(left: crossAxisArrowIndicatorSize + margin), + margin: const EdgeInsets.only( + left: crossAxisArrowIndicatorSize + margin, + ), height: mainAxisArrowIndicatorSize, child: Row( children: [ @@ -429,8 +427,8 @@ class _VisualizeFlexChildrenState extends State { lastHighlighted = widget.highlighted; if (widget.highlighted != null) { WidgetsBinding.instance.addPostFrameCallback((_) { - final selectedRenderObject = - selectedChildKey.currentContext?.findRenderObject(); + final selectedRenderObject = selectedChildKey.currentContext + ?.findRenderObject(); if (selectedRenderObject != null && widget.scrollController.hasClients) { unawaited( @@ -475,14 +473,12 @@ class _VisualizeFlexChildrenState extends State { maxSizeAvailable: maxSizeAvailable, ); - final renderProperties = - childrenAndMainAxisSpacesRenderProps - .where((renderProps) => !renderProps.isFreeSpace) - .toList(); - final mainAxisSpaces = - childrenAndMainAxisSpacesRenderProps - .where((renderProps) => renderProps.isFreeSpace) - .toList(); + final renderProperties = childrenAndMainAxisSpacesRenderProps + .where((renderProps) => !renderProps.isFreeSpace) + .toList(); + final mainAxisSpaces = childrenAndMainAxisSpacesRenderProps + .where((renderProps) => renderProps.isFreeSpace) + .toList(); final crossAxisSpaces = widget.properties.crossAxisSpaces( childrenRenderProperties: renderProperties, maxSizeAvailable: maxSizeAvailable, @@ -528,27 +524,24 @@ class _VisualizeFlexChildrenState extends State { scrollDirection: widget.properties.direction, controller: widget.scrollController, child: ConstrainedBox( - constraints: - BoxConstraints( - minWidth: maxWidth, - minHeight: maxHeight, - maxWidth: - widget.direction == Axis.horizontal - ? sum( - childrenAndMainAxisSpacesRenderProps.map( - (renderSize) => renderSize.width, - ), - ) - : maxWidth, - maxHeight: - widget.direction == Axis.vertical - ? sum( - childrenAndMainAxisSpacesRenderProps.map( - (renderSize) => renderSize.height, - ), - ) - : maxHeight, - ).normalize(), + constraints: BoxConstraints( + minWidth: maxWidth, + minHeight: maxHeight, + maxWidth: widget.direction == Axis.horizontal + ? sum( + childrenAndMainAxisSpacesRenderProps.map( + (renderSize) => renderSize.width, + ), + ) + : maxWidth, + maxHeight: widget.direction == Axis.vertical + ? sum( + childrenAndMainAxisSpacesRenderProps.map( + (renderSize) => renderSize.height, + ), + ) + : maxHeight, + ).normalize(), child: Stack( children: [ LayoutExplorerBackground(colorScheme: colorScheme), @@ -617,10 +610,9 @@ class FlexChildVisualizer extends StatelessWidget { Widget buildMenuitemChild(int? flexFactor) { return Text( 'flex: $flexFactor', - style: - flexFactor == propertiesLocal.flexFactor - ? theme.boldTextStyle.copyWith(color: emphasizedTextColor) - : theme.regularTextStyleWithColor(emphasizedTextColor), + style: flexFactor == propertiesLocal.flexFactor + ? theme.boldTextStyle.copyWith(color: emphasizedTextColor) + : theme.regularTextStyleWithColor(emphasizedTextColor), ); } @@ -724,20 +716,15 @@ class FlexChildVisualizer extends StatelessWidget { final horizontal = rootLocal.isMainAxisHorizontal; late Size size; - size = - propertiesLocal.hasFlexFactor - ? SizeTween( - begin: Size( - horizontal - ? minRenderWidth - entranceMargin - : renderSize.width, - vertical - ? minRenderHeight - entranceMargin - : renderSize.height, - ), - end: renderSize, - ).evaluate(state.entranceCurve)! - : renderSize; + size = propertiesLocal.hasFlexFactor + ? SizeTween( + begin: Size( + horizontal ? minRenderWidth - entranceMargin : renderSize.width, + vertical ? minRenderHeight - entranceMargin : renderSize.height, + ), + end: renderSize, + ).evaluate(state.entranceCurve)! + : renderSize; // Not-expanded widgets enter much faster. return Opacity( opacity: min([state.entranceCurve.value * 5, 1.0]), diff --git a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/flex/utils.dart b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/flex/utils.dart index 482152d46c2..cc3b2019ca3 100644 --- a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/flex/utils.dart +++ b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/flex/utils.dart @@ -80,12 +80,11 @@ class AnimatedFlexLayoutProperties } @override - double get crossAxisDimension => - lerpDouble( - begin.crossAxisDimension, - end.crossAxisDimension, - animation.value, - )!; + double get crossAxisDimension => lerpDouble( + begin.crossAxisDimension, + end.crossAxisDimension, + animation.value, + )!; @override Axis get crossAxisDirection => end.crossAxisDirection; @@ -115,12 +114,11 @@ class AnimatedFlexLayoutProperties bool get isMainAxisVertical => end.isMainAxisVertical; @override - double get mainAxisDimension => - lerpDouble( - begin.mainAxisDimension, - end.mainAxisDimension, - animation.value, - )!; + double get mainAxisDimension => lerpDouble( + begin.mainAxisDimension, + end.mainAxisDimension, + animation.value, + )!; @override MainAxisSize? get mainAxisSize => end.mainAxisSize; diff --git a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/arrow.dart b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/arrow.dart index cc7285add51..7fcf002900a 100644 --- a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/arrow.dart +++ b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/arrow.dart @@ -13,10 +13,9 @@ const defaultDistanceToArrow = 4.0; enum ArrowType { up, left, right, down } -Axis axis(ArrowType type) => - (type == ArrowType.up || type == ArrowType.down) - ? Axis.vertical - : Axis.horizontal; +Axis axis(ArrowType type) => (type == ArrowType.up || type == ArrowType.down) + ? Axis.vertical + : Axis.horizontal; /// Widget that draws a bidirectional arrow around another widget. /// @@ -49,10 +48,12 @@ class ArrowWrapper extends StatelessWidget { }) : assert(arrowHeadSize >= 0.0), assert(childMarginFromArrow >= 0.0), isBidirectional = true, - startArrowType = - direction == Axis.horizontal ? ArrowType.left : ArrowType.up, - endArrowType = - direction == Axis.horizontal ? ArrowType.right : ArrowType.down; + startArrowType = direction == Axis.horizontal + ? ArrowType.left + : ArrowType.up, + endArrowType = direction == Axis.horizontal + ? ArrowType.right + : ArrowType.down; final Color arrowColor; final double arrowHeadSize; @@ -92,11 +93,10 @@ class ArrowWrapper extends StatelessWidget { headSize: arrowHeadSize, strokeWidth: arrowStrokeWidth, type: startArrowType, - shouldDrawHead: - isBidirectional - ? true - : (startArrowType == ArrowType.left || - startArrowType == ArrowType.up), + shouldDrawHead: isBidirectional + ? true + : (startArrowType == ArrowType.left || + startArrowType == ArrowType.up), ), ), ), @@ -112,11 +112,10 @@ class ArrowWrapper extends StatelessWidget { headSize: arrowHeadSize, strokeWidth: arrowStrokeWidth, type: endArrowType, - shouldDrawHead: - isBidirectional - ? true - : (endArrowType == ArrowType.right || - endArrowType == ArrowType.down), + shouldDrawHead: isBidirectional + ? true + : (endArrowType == ArrowType.right || + endArrowType == ArrowType.down), ), ), ), @@ -199,10 +198,9 @@ class _ArrowPainter extends CustomPainter { @override void paint(Canvas canvas, Size size) { - final paint = - Paint() - ..color = color - ..strokeWidth = strokeWidth; + final paint = Paint() + ..color = color + ..strokeWidth = strokeWidth; final originX = size.width / 2, originY = size.height / 2; Offset lineStartingPoint = Offset.zero; @@ -235,12 +233,11 @@ class _ArrowPainter extends CustomPainter { p3 = Offset(originX + headSizeDividedBy2, startingY); break; } - final path = - Path() - ..moveTo(p1.dx, p1.dy) - ..lineTo(p2.dx, p2.dy) - ..lineTo(p3.dx, p3.dy) - ..close(); + final path = Path() + ..moveTo(p1.dx, p1.dy) + ..lineTo(p2.dx, p2.dy) + ..lineTo(p3.dx, p3.dy) + ..close(); canvas.drawPath(path, paint); switch (type) { diff --git a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/dimension.dart b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/dimension.dart index ca9a67e0371..cc5e40cc5df 100644 --- a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/dimension.dart +++ b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/dimension.dart @@ -15,10 +15,9 @@ Widget dimensionDescription( final text = Text.rich( description, textAlign: TextAlign.center, - style: - overflow - ? overflowingDimensionIndicatorTextStyle(colorScheme) - : dimensionIndicatorTextStyle, + style: overflow + ? overflowingDimensionIndicatorTextStyle(colorScheme) + : dimensionIndicatorTextStyle, overflow: TextOverflow.ellipsis, ); if (overflow) { diff --git a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/free_space.dart b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/free_space.dart index 8f4c7e0d1c5..d515ed554fc 100644 --- a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/free_space.dart +++ b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/free_space.dart @@ -35,8 +35,8 @@ class FreeSpaceVisualizerWidget extends StatelessWidget { ), ), Container( - margin: EdgeInsets.symmetric(vertical: arrowMargin), - child: ArrowWrapper.bidirectional( + margin: const EdgeInsets.symmetric(vertical: arrowMargin), + child: const ArrowWrapper.bidirectional( arrowColor: widthIndicatorColor, direction: Axis.horizontal, arrowHeadSize: arrowHeadSize, @@ -57,8 +57,8 @@ class FreeSpaceVisualizerWidget extends StatelessWidget { ), ), Container( - margin: EdgeInsets.symmetric(horizontal: arrowMargin), - child: ArrowWrapper.bidirectional( + margin: const EdgeInsets.symmetric(horizontal: arrowMargin), + child: const ArrowWrapper.bidirectional( arrowColor: heightIndicatorColor, direction: Axis.vertical, arrowHeadSize: arrowHeadSize, @@ -110,8 +110,8 @@ class PaddingVisualizerWidget extends StatelessWidget { ), ), Container( - margin: EdgeInsets.symmetric(vertical: arrowMargin), - child: ArrowWrapper.bidirectional( + margin: const EdgeInsets.symmetric(vertical: arrowMargin), + child: const ArrowWrapper.bidirectional( arrowColor: widthIndicatorColor, direction: Axis.horizontal, arrowHeadSize: arrowHeadSize, @@ -132,8 +132,8 @@ class PaddingVisualizerWidget extends StatelessWidget { ), ), Container( - margin: EdgeInsets.symmetric(horizontal: arrowMargin), - child: ArrowWrapper.bidirectional( + margin: const EdgeInsets.symmetric(horizontal: arrowMargin), + child: const ArrowWrapper.bidirectional( arrowColor: heightIndicatorColor, direction: Axis.vertical, arrowHeadSize: arrowHeadSize, diff --git a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/layout_explorer_widget.dart b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/layout_explorer_widget.dart index 5466692dca5..ac4229c49b7 100644 --- a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/layout_explorer_widget.dart +++ b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/layout_explorer_widget.dart @@ -167,12 +167,12 @@ abstract class LayoutExplorerWidgetState< void _animateProperties() { if (_animatedProperties != null) { - changeController.forward(); + unawaited(changeController.forward()); } if (_previousProperties != null) { - entranceController.reverse(); + unawaited(entranceController.reverse()); } else { - entranceController.forward(); + unawaited(entranceController.forward()); } } @@ -214,7 +214,7 @@ abstract class LayoutExplorerWidgetState< updateHighlighted(nextProperties); setState(() { _animatedProperties = computeAnimatedProperties(nextProperties); - changeController.forward(from: 0.0); + unawaited(changeController.forward(from: 0.0)); }); } @@ -237,7 +237,7 @@ abstract class LayoutExplorerWidgetState< if (status == AnimationStatus.dismissed) { setState(() { _previousProperties = null; - entranceController.forward(); + unawaited(entranceController.forward()); }); } }); diff --git a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/overflow_indicator_painter.dart b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/overflow_indicator_painter.dart index 18d87d6e7a8..298b7782ef8 100644 --- a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/overflow_indicator_painter.dart +++ b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/overflow_indicator_painter.dart @@ -34,15 +34,14 @@ class OverflowIndicatorPainter extends CustomPainter { /// since all of them are private. static const black = Color(0xBF000000); static const yellow = Color(0xBFFFFF00); - static final indicatorPaint = - Paint() - ..shader = ui.Gradient.linear( - const Offset(0.0, 0.0), - const Offset(10.0, 10.0), - [black, yellow, yellow, black], - [0.25, 0.25, 0.75, 0.75], - TileMode.repeated, - ); + static final indicatorPaint = Paint() + ..shader = ui.Gradient.linear( + const Offset(0.0, 0.0), + const Offset(10.0, 10.0), + [black, yellow, yellow, black], + [0.25, 0.25, 0.75, 0.75], + TileMode.repeated, + ); @override void paint(Canvas canvas, Size size) { diff --git a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/theme.dart b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/theme.dart index 0551a292cfa..974a0a5be75 100644 --- a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/theme.dart +++ b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/theme.dart @@ -7,13 +7,13 @@ import 'package:flutter/material.dart'; const margin = 6.0; -double get arrowHeadSize => scaleByFontFactor(8.0); -double get arrowMargin => scaleByFontFactor(4.0); +const arrowHeadSize = 8.0; +const arrowMargin = 4.0; const arrowStrokeWidth = 1.5; /// Hardcoded sizes for scaling the flex children widget properly. -double get minRenderWidth => scaleByFontFactor(250.0); -double get minRenderHeight => scaleByFontFactor(250.0); +const minRenderWidth = 250.0; +const minRenderHeight = 250.0; const minPadding = 2.0; const overflowTextHorizontalPadding = 8.0; @@ -21,30 +21,30 @@ const overflowTextHorizontalPadding = 8.0; /// The size to shrink a widget by when animating it in. const entranceMargin = 50.0; -double get defaultMaxRenderWidth => scaleByFontFactor(400.0); -double get defaultMaxRenderHeight => scaleByFontFactor(400.0); +const defaultMaxRenderWidth = 400.0; +const defaultMaxRenderHeight = 400.0; const widgetTitleMaxWidthPercentage = 0.75; /// Hardcoded arrow size respective to its cross axis (because it's unconstrained). -double get heightAndConstraintIndicatorSize => scaleByFontFactor(48.0); -double get widthAndConstraintIndicatorSize => scaleByFontFactor(56.0); -double get mainAxisArrowIndicatorSize => scaleByFontFactor(48.0); -double get crossAxisArrowIndicatorSize => scaleByFontFactor(48.0); +const heightAndConstraintIndicatorSize = 48.0; +const widthAndConstraintIndicatorSize = 56.0; +const mainAxisArrowIndicatorSize = 48.0; +const crossAxisArrowIndicatorSize = 48.0; -double get heightOnlyIndicatorSize => scaleByFontFactor(72.0); +const heightOnlyIndicatorSize = 72.0; /// Minimum size to display width/height inside the arrow -double get minWidthToDisplayWidthInsideArrow => scaleByFontFactor(200.0); -double get minHeightToDisplayHeightInsideArrow => scaleByFontFactor(200.0); +const minWidthToDisplayWidthInsideArrow = 200.0; +const minHeightToDisplayHeightInsideArrow = 200.0; const smallTextScaleFactor = 0.8; /// Height for limiting asset image (selected one in the drop down). -double get axisAlignmentAssetImageHeight => scaleByFontFactor(24.0); +const axisAlignmentAssetImageHeight = 24.0; -double get minHeightToAllowTruncating => scaleByFontFactor(375.0); -double get minWidthToAllowTruncating => scaleByFontFactor(375.0); +const minHeightToAllowTruncating = 375.0; +const minWidthToAllowTruncating = 375.0; // Story of Layout colors const mainAxisLightColor = Color(0xff2c5daa); @@ -114,7 +114,7 @@ const negativeSpaceDarkAssetName = const negativeSpaceLightAssetName = 'assets/img/layout_explorer/negative_space_light.png'; -final dimensionIndicatorTextStyle = TextStyle( +const dimensionIndicatorTextStyle = TextStyle( height: 1.0, letterSpacing: 1.1, color: emphasizedTextColor, diff --git a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/utils.dart b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/utils.dart index 58706da8b31..798ea7a45f7 100644 --- a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/utils.dart +++ b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/utils.dart @@ -156,22 +156,21 @@ class WidgetVisualizer extends StatelessWidget { decoration: BoxDecoration( border: Border.all( color: borderColor, - width: - isSelected ? _borderSelectedWidth : _borderUnselectedWidth, + width: isSelected + ? _borderSelectedWidth + : _borderUnselectedWidth, ), - color: - isSelected - ? theme.canvasColor.brighten() - : theme.canvasColor.darken(), - boxShadow: - isSelected - ? [ - BoxShadow( - color: Colors.black.withAlpha(255 ~/ 2), - blurRadius: 20, - ), - ] - : null, + color: isSelected + ? theme.canvasColor.brighten() + : theme.canvasColor.darken(), + boxShadow: isSelected + ? [ + BoxShadow( + color: Colors.black.withAlpha(255 ~/ 2), + blurRadius: 20, + ), + ] + : null, ), child: Stack( children: [ @@ -186,14 +185,12 @@ class WidgetVisualizer extends StatelessWidget { ), Container( margin: EdgeInsets.only( - right: - overflowSide == OverflowSide.right - ? _overflowIndicatorSize - : 0.0, - bottom: - overflowSide == OverflowSide.bottom - ? _overflowIndicatorSize - : 0.0, + right: overflowSide == OverflowSide.right + ? _overflowIndicatorSize + : 0.0, + bottom: overflowSide == OverflowSide.bottom + ? _overflowIndicatorSize + : 0.0, ), child: Column( crossAxisAlignment: CrossAxisAlignment.stretch, @@ -207,11 +204,10 @@ class WidgetVisualizer extends StatelessWidget { Flexible( child: Container( constraints: BoxConstraints( - maxWidth: - largeTitle - ? defaultMaxRenderWidth - : minRenderWidth * - widgetTitleMaxWidthPercentage, + maxWidth: largeTitle + ? defaultMaxRenderWidth + : minRenderWidth * + widgetTitleMaxWidthPercentage, ), decoration: BoxDecoration(color: borderColor), padding: const EdgeInsets.all(4.0), @@ -317,10 +313,10 @@ class AnimatedLayoutProperties final constraintsLocal = constraints!; return constraintsLocal.hasBoundedWidth ? LayoutProperties.describeAxis( - constraintsLocal.minWidth, - constraintsLocal.maxWidth, - 'w', - ) + constraintsLocal.minWidth, + constraintsLocal.maxWidth, + 'w', + ) : 'w=unconstrained'; } @@ -329,10 +325,10 @@ class AnimatedLayoutProperties final constraintsLocal = constraints!; return constraintsLocal.hasBoundedHeight ? LayoutProperties.describeAxis( - constraintsLocal.minHeight, - constraintsLocal.maxHeight, - 'h', - ) + constraintsLocal.minHeight, + constraintsLocal.maxHeight, + 'h', + ) : 'h=unconstrained'; } diff --git a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/widget_constraints.dart b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/widget_constraints.dart index 72f3eb4de53..45de4048974 100644 --- a/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/widget_constraints.dart +++ b/packages/devtools_app/lib/src/screens/inspector/layout_explorer/ui/widget_constraints.dart @@ -14,7 +14,7 @@ import 'theme.dart'; import 'utils.dart'; class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { - VisualizeWidthAndHeightWithConstraints({ + const VisualizeWidthAndHeightWithConstraints({ super.key, required this.properties, double? arrowHeadSize, @@ -33,8 +33,8 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { final showChildrenWidthsSum = propertiesLocal is FlexLayoutProperties && propertiesLocal.isOverflowWidth; - final bottomHeight = widthAndConstraintIndicatorSize; - final rightWidth = heightAndConstraintIndicatorSize; + const bottomHeight = widthAndConstraintIndicatorSize; + const rightWidth = heightAndConstraintIndicatorSize; final colorScheme = Theme.of(context).colorScheme; final showOverflowHeight = @@ -51,9 +51,9 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { text: ' (${propertiesLocal.describeHeightConstraints()})', style: propertiesLocal.constraints!.hasBoundedHeight || - !warnIfUnconstrained - ? null - : TextStyle(color: colorScheme.unconstrainedColor), + !warnIfUnconstrained + ? null + : TextStyle(color: colorScheme.unconstrainedColor), ), ], if (showOverflowHeight) @@ -69,7 +69,7 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { ), ); final right = Container( - margin: EdgeInsets.only( + margin: const EdgeInsets.only( top: margin, left: margin, bottom: bottomHeight, @@ -84,7 +84,7 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { Truncateable( truncate: !displayHeightOutsideArrow, child: Container( - margin: EdgeInsets.symmetric(horizontal: arrowMargin), + margin: const EdgeInsets.symmetric(horizontal: arrowMargin), child: ArrowWrapper.bidirectional( arrowColor: heightIndicatorColor, arrowStrokeWidth: arrowStrokeWidth, @@ -111,9 +111,9 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { text: '(${propertiesLocal.describeWidthConstraints()})', style: propertiesLocal.constraints!.hasBoundedWidth || - !warnIfUnconstrained - ? null - : TextStyle(color: colorScheme.unconstrainedColor), + !warnIfUnconstrained + ? null + : TextStyle(color: colorScheme.unconstrainedColor), ), ], if (showChildrenWidthsSum) @@ -128,7 +128,7 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { colorScheme, ); final bottom = Container( - margin: EdgeInsets.only( + margin: const EdgeInsets.only( top: margin, left: margin, right: rightWidth, @@ -144,7 +144,7 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { Truncateable( truncate: !displayWidthOutsideArrow, child: Container( - margin: EdgeInsets.symmetric(vertical: arrowMargin), + margin: const EdgeInsets.symmetric(vertical: arrowMargin), child: ArrowWrapper.bidirectional( arrowColor: widthIndicatorColor, arrowHeadSize: arrowHeadSize, diff --git a/packages/devtools_app/lib/src/screens/inspector_shared/inspector_controls.dart b/packages/devtools_app/lib/src/screens/inspector_shared/inspector_controls.dart index eae44cb02af..29d36cd81d0 100644 --- a/packages/devtools_app/lib/src/screens/inspector_shared/inspector_controls.dart +++ b/packages/devtools_app/lib/src/screens/inspector_shared/inspector_controls.dart @@ -23,12 +23,13 @@ class InspectorControls extends StatelessWidget { final v2.InspectorController? controller; static const minScreenWidthForTextBeforeTruncating = 800.0; - static const minScreenWidthForTextBeforeScaling = 550.0; + static const minScreenWidthForText = 550.0; @override Widget build(BuildContext context) { - final activeButtonColor = - Theme.of(context).colorScheme.activeToggleButtonColor; + final activeButtonColor = Theme.of( + context, + ).colorScheme.activeToggleButtonColor; final isInspectorV2 = controller != null && FeatureFlags.inspectorV2; return Row( crossAxisAlignment: CrossAxisAlignment.start, @@ -46,10 +47,10 @@ class InspectorControls extends StatelessWidget { ? extensions.toggleSelectWidgetMode : extensions.toggleOnDeviceWidgetInspector, ], - minScreenWidthForTextBeforeScaling: - minScreenWidthForTextBeforeScaling, - minScreenWidthForTextBeforeTruncating: - isInspectorV2 ? minScreenWidthForTextBeforeTruncating : null, + minScreenWidthForText: minScreenWidthForText, + minScreenWidthForTextBeforeTruncating: isInspectorV2 + ? minScreenWidthForTextBeforeTruncating + : null, ); }, ), @@ -78,8 +79,7 @@ class InspectorServiceExtensionButtonGroup extends StatelessWidget { children: [ ServiceExtensionButtonGroup( fillColor: Theme.of(context).colorScheme.activeToggleButtonColor, - minScreenWidthForTextBeforeScaling: - serviceExtensionButtonsIncludeTextWidth, + minScreenWidthForText: serviceExtensionButtonsIncludeTextWidth, extensions: [ extensions.slowAnimations, extensions.debugPaint, @@ -126,15 +126,14 @@ class ShowImplementationWidgetsButton extends StatelessWidget { 'Show widgets created by the Flutter framework or other packages.', label: isScreenWiderThan( - context, - InspectorControls.minScreenWidthForTextBeforeTruncating, - ) - ? 'Show Implementation Widgets' - : 'Show', + context, + InspectorControls.minScreenWidthForTextBeforeTruncating, + ) + ? 'Show Implementation Widgets' + : 'Show', onPressed: controller.toggleImplementationWidgetsVisibility, icon: Icons.code, - minScreenWidthForTextBeforeScaling: - InspectorControls.minScreenWidthForTextBeforeScaling, + minScreenWidthForText: InspectorControls.minScreenWidthForText, ); }, ); diff --git a/packages/devtools_app/lib/src/screens/inspector_shared/inspector_screen.dart b/packages/devtools_app/lib/src/screens/inspector_shared/inspector_screen.dart index 05eec5ec5f0..f44aa28c19c 100644 --- a/packages/devtools_app/lib/src/screens/inspector_shared/inspector_screen.dart +++ b/packages/devtools_app/lib/src/screens/inspector_shared/inspector_screen.dart @@ -16,7 +16,7 @@ import 'inspector_screen_controller.dart'; class InspectorScreen extends Screen { InspectorScreen() : super.fromMetaData(ScreenMetaData.inspector); - static const minScreenWidthForTextBeforeScaling = 900.0; + static const minScreenWidthForText = 900.0; static final id = ScreenMetaData.inspector.id; diff --git a/packages/devtools_app/lib/src/screens/inspector_shared/inspector_settings_dialog.dart b/packages/devtools_app/lib/src/screens/inspector_shared/inspector_settings_dialog.dart index dc1ed6fd9b5..25a91a21f91 100644 --- a/packages/devtools_app/lib/src/screens/inspector_shared/inspector_settings_dialog.dart +++ b/packages/devtools_app/lib/src/screens/inspector_shared/inspector_settings_dialog.dart @@ -23,7 +23,7 @@ class FlutterInspectorSettingsDialog extends StatelessWidget { @override Widget build(BuildContext context) { final theme = Theme.of(context); - final dialogHeight = scaleByFontFactor(500.0); + const dialogHeight = 500.0; return ValueListenableBuilder( valueListenable: preferences.inspector.legacyInspectorEnabled, @@ -130,25 +130,25 @@ class InspectorDefaultDetailsViewOption extends StatelessWidget { style: theme.subtleTextStyle, ), const SizedBox(height: denseSpacing), - Row( - mainAxisSize: MainAxisSize.min, - children: [ - Radio( - value: InspectorDetailsViewType.layoutExplorer, - materialTapTargetSize: MaterialTapTargetSize.shrinkWrap, - groupValue: selection, - onChanged: _onChanged, - ), - Text(InspectorDetailsViewType.layoutExplorer.key), - const SizedBox(width: denseSpacing), - Radio( - materialTapTargetSize: MaterialTapTargetSize.shrinkWrap, - value: InspectorDetailsViewType.widgetDetailsTree, - groupValue: selection, - onChanged: _onChanged, - ), - Text(InspectorDetailsViewType.widgetDetailsTree.key), - ], + RadioGroup( + groupValue: selection, + onChanged: _onChanged, + child: Row( + mainAxisSize: MainAxisSize.min, + children: [ + const Radio( + value: InspectorDetailsViewType.layoutExplorer, + materialTapTargetSize: MaterialTapTargetSize.shrinkWrap, + ), + Text(InspectorDetailsViewType.layoutExplorer.key), + const SizedBox(width: denseSpacing), + const Radio( + materialTapTargetSize: MaterialTapTargetSize.shrinkWrap, + value: InspectorDetailsViewType.widgetDetailsTree, + ), + Text(InspectorDetailsViewType.widgetDetailsTree.key), + ], + ), ), ], ); @@ -159,10 +159,9 @@ class InspectorDefaultDetailsViewOption extends StatelessWidget { void _onChanged(InspectorDetailsViewType? value) { if (value != null) { preferences.inspector.setDefaultInspectorDetailsView(value); - final item = - value.name == InspectorDetailsViewType.layoutExplorer.name - ? gac.defaultDetailsViewToLayoutExplorer - : gac.defaultDetailsViewToWidgetDetails; + final item = value.name == InspectorDetailsViewType.layoutExplorer.name + ? gac.defaultDetailsViewToLayoutExplorer + : gac.defaultDetailsViewToWidgetDetails; ga.select(gac.inspector, item); } } @@ -185,18 +184,15 @@ class PubRootDirectorySection extends StatelessWidget { entries: preferences.inspector.pubRootDirectories, textFieldLabel: 'Enter a new package directory', isRefreshing: preferences.inspector.isRefreshingPubRootDirectories, - onEntryAdded: - (p0) => unawaited( - preferences.inspector.addPubRootDirectories([ - p0, - ], shouldCache: true), - ), - onEntryRemoved: - (p0) => unawaited( - preferences.inspector.removePubRootDirectories([p0]), - ), - onRefreshTriggered: - () => unawaited(preferences.inspector.loadPubRootDirectories()), + onEntryAdded: (p0) => unawaited( + preferences.inspector.addPubRootDirectories([ + p0, + ], shouldCache: true), + ), + onEntryRemoved: (p0) => + unawaited(preferences.inspector.removePubRootDirectories([p0])), + onRefreshTriggered: () => + unawaited(preferences.inspector.loadPubRootDirectories()), ), ); }, diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/inspector_controller.dart b/packages/devtools_app/lib/src/screens/inspector_v2/inspector_controller.dart index 83b3305a50f..32de022bcdf 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/inspector_controller.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/inspector_controller.dart @@ -35,6 +35,7 @@ import '../../shared/globals.dart'; import '../../shared/managers/notifications.dart'; import '../../shared/primitives/query_parameters.dart'; import '../../shared/primitives/utils.dart'; +import '../../shared/utils/utils.dart'; import '../inspector_shared/inspector_screen.dart'; import 'inspector_data_models.dart'; import 'inspector_tree_controller.dart'; @@ -43,17 +44,16 @@ final _log = Logger('inspector_controller'); /// Data pattern containing the properties and render properties for a widget /// tree node. -typedef WidgetTreeNodeProperties = - ({ - /// Properties defined directly on the widget. - List widgetProperties, +typedef WidgetTreeNodeProperties = ({ + /// Properties defined directly on the widget. + List widgetProperties, - /// Properties defined on the widget's render object. - List renderProperties, + /// Properties defined on the widget's render object. + List renderProperties, - /// Layout properties for the widget. - LayoutProperties? layoutProperties, - }); + /// Layout properties for the widget. + LayoutProperties? layoutProperties, +}); /// This class is based on the InspectorPanel class from the Flutter IntelliJ /// plugin with some refactors to make it more of a true controller than a view. @@ -112,12 +112,14 @@ class InspectorController extends DisposableController // won't interfere with users. addAutoDisposeListener(_supportsToggleSelectWidgetMode, () { if (_supportsToggleSelectWidgetMode.value) { - serviceConnection.serviceManager.serviceExtensionManager - .setServiceExtensionState( - extensions.enableOnDeviceInspector.extension, - enabled: true, - value: true, - ); + safeUnawaited( + serviceConnection.serviceManager.serviceExtensionManager + .setServiceExtensionState( + extensions.enableOnDeviceInspector.extension, + enabled: true, + value: true, + ), + ); } }); @@ -439,8 +441,8 @@ class InspectorController extends DisposableController } else { if (disposed) return; if (inspectorService is InspectorService) { - final widgetTreeReady = - await (inspectorService as InspectorService).isWidgetTreeReady(); + final widgetTreeReady = await (inspectorService as InspectorService) + .isWidgetTreeReady(); flutterAppFrameReady = widgetTreeReady; } if (isActive && flutterAppFrameReady) { @@ -538,10 +540,8 @@ class InspectorController extends DisposableController // TODO(https://github.com/flutter/devtools/issues/8481): Consider using a // variation of a path-finding algorithm to determine the new selection, // instead of looking for the first matching descendant. - final ( - closestUnchangedAncestor, - distanceToAncestor, - ) = _findClosestUnchangedAncestor(previousSelection); + final (closestUnchangedAncestor, distanceToAncestor) = + _findClosestUnchangedAncestor(previousSelection); if (closestUnchangedAncestor == null) return inspectorTree.root?.diagnostic; // TODO(elliette): This might cause a race event that will set this to false @@ -870,10 +870,9 @@ class InspectorController extends DisposableController // Show a notification that the user selected an implementation widget, // e.g. "Selected an implementation widget of Text: RichText." - final messageDetails = - selectedWidgetName.isEmpty - ? '' - : ' of $selectedWidgetName${implementationWidgetName.isEmpty ? '' : ': $implementationWidgetName'}'; + final messageDetails = selectedWidgetName.isEmpty + ? '' + : ' of $selectedWidgetName${implementationWidgetName.isEmpty ? '' : ': $implementationWidgetName'}'; notificationService.pushNotification( NotificationMessage( '$_implementationWidgetMessage$messageDetails.', @@ -962,17 +961,15 @@ class InspectorController extends DisposableController void _updateSelectedErrorFromNode(InspectorTreeNode? node) { final inspectorRef = node?.diagnostic?.valueRef.id; - final errors = - serviceConnection.errorBadgeManager - .erroredItemsForPage(InspectorScreen.id) - .value; + final errors = serviceConnection.errorBadgeManager + .erroredItemsForPage(InspectorScreen.id) + .value; // Check whether the node that was just selected has any errors associated // with it. - var errorIndex = - inspectorRef != null - ? errors.keys.toList().indexOf(inspectorRef) - : null; + var errorIndex = inspectorRef != null + ? errors.keys.toList().indexOf(inspectorRef) + : null; if (errorIndex == -1) { errorIndex = null; } @@ -998,10 +995,9 @@ class InspectorController extends DisposableController void selectErrorByIndex(int index) { _selectedErrorIndex.value = index; - final errors = - serviceConnection.errorBadgeManager - .erroredItemsForPage(InspectorScreen.id) - .value; + final errors = serviceConnection.errorBadgeManager + .erroredItemsForPage(InspectorScreen.id) + .value; unawaited( updateSelectionFromService(inspectorRef: errors.keys.elementAt(index)), diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/inspector_data_models.dart b/packages/devtools_app/lib/src/screens/inspector_v2/inspector_data_models.dart index b9c5ba894c9..188dabd14b6 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/inspector_data_models.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/inspector_data_models.dart @@ -104,23 +104,22 @@ List computeRenderSizes({ } /// Data pattern containing a widget's widths or heights. -typedef WidgetSizes = - ({ - /// Whether this record represents a widget's widths or heights. - SizeType type, +typedef WidgetSizes = ({ + /// Whether this record represents a widget's widths or heights. + SizeType type, - /// Either the widget's left (if [type] is [SizeType.widths]) or top (if - /// [type] is [SizeType.heights]) padding. - double paddingA, + /// Either the widget's left (if [type] is [SizeType.widths]) or top (if + /// [type] is [SizeType.heights]) padding. + double paddingA, - /// Either the widget's width (if [type] is [SizeType.widths]) or height (if - /// [type] is [SizeType.heights]). - double widgetSize, + /// Either the widget's width (if [type] is [SizeType.widths]) or height (if + /// [type] is [SizeType.heights]). + double widgetSize, - /// Either the widget's right (if [type] is [SizeType.widths]) or bottom (if - /// [type] is [SizeType.heights]) padding. - double paddingB, - }); + /// Either the widget's right (if [type] is [SizeType.widths]) or bottom (if + /// [type] is [SizeType.heights]) padding. + double paddingB, +}); enum SizeType { widths, heights } @@ -134,16 +133,14 @@ class LayoutProperties { isFlex = node.isFlex, flexFactor = node.flexFactor, flexFit = node.flexFit, - children = - copyLevel == 0 - ? [] - : node.childrenNow - .where((child) => child.size != null) - .map( - (child) => - LayoutProperties(child, copyLevel: copyLevel - 1), - ) - .toList(growable: false) { + children = copyLevel == 0 + ? [] + : node.childrenNow + .where((child) => child.size != null) + .map( + (child) => LayoutProperties(child, copyLevel: copyLevel - 1), + ) + .toList(growable: false) { for (final child in children) { child.parent = this; } @@ -206,10 +203,10 @@ class LayoutProperties { if (constraintsLocal == null) return ''; return constraintsLocal.hasBoundedWidth ? describeAxis( - constraintsLocal.minWidth, - constraintsLocal.maxWidth, - 'w', - ) + constraintsLocal.minWidth, + constraintsLocal.maxWidth, + 'w', + ) : 'width is unconstrained'; } @@ -218,10 +215,10 @@ class LayoutProperties { if (constraintsLocal == null) return ''; return constraintsLocal.hasBoundedHeight ? describeAxis( - constraintsLocal.minHeight, - constraintsLocal.maxHeight, - 'h', - ) + constraintsLocal.minHeight, + constraintsLocal.maxHeight, + 'h', + ) : 'height is unconstrained'; } @@ -459,9 +456,8 @@ class FlexLayoutProperties extends LayoutProperties { static FlexLayoutProperties _buildNode(RemoteDiagnosticsNode node) { final renderObjectJson = node.renderObject!.json; - final properties = - (renderObjectJson['properties'] as List) - .cast>(); + final properties = (renderObjectJson['properties'] as List) + .cast>(); final data = { for (final property in properties) @@ -500,8 +496,9 @@ class FlexLayoutProperties extends LayoutProperties { List get displayChildren { final displayChildren = _displayChildren; if (displayChildren != null) return displayChildren; - return _displayChildren = - startIsTopLeft ? children : children.reversed.toList(); + return _displayChildren = startIsTopLeft + ? children + : children.reversed.toList(); } int? _totalFlex; @@ -522,11 +519,10 @@ class FlexLayoutProperties extends LayoutProperties { num get totalFlex { if (children.isEmpty) return 0; - _totalFlex ??= - children - .map((child) => child.flexFactor ?? 0) - .reduce((value, element) => value + element) - .toInt(); + _totalFlex ??= children + .map((child) => child.flexFactor ?? 0) + .reduce((value, element) => value + element) + .toInt(); return _totalFlex!; } @@ -584,8 +580,9 @@ class FlexLayoutProperties extends LayoutProperties { }) { /// calculate the render empty spaces final freeSpace = dimension(direction) - sum(childrenDimensions(direction)); - final displayMainAxisAlignment = - startIsTopLeft ? mainAxisAlignment : mainAxisAlignment?.reversed; + final displayMainAxisAlignment = startIsTopLeft + ? mainAxisAlignment + : mainAxisAlignment?.reversed; double leadingSpace(double freeSpace) { if (children.isEmpty) return 0.0; @@ -633,8 +630,9 @@ class FlexLayoutProperties extends LayoutProperties { } double largestRenderSize(Axis axis) { - final lrs = - axis == Axis.horizontal ? largestRenderWidth : largestRenderHeight; + final lrs = axis == Axis.horizontal + ? largestRenderWidth + : largestRenderHeight; // use all the space when visualizing cross axis return (axis == direction) ? lrs : maxSizeAvailable(axis); } @@ -660,12 +658,11 @@ class FlexLayoutProperties extends LayoutProperties { ); } else { // uniform cross axis sizes. - double size = - crossAxisAlignment == CrossAxisAlignment.stretch - ? maxSizeAvailable(axis) - : largestSize / - math.max(dimension(axis), 1.0) * - maxSizeAvailable(axis); + double size = crossAxisAlignment == CrossAxisAlignment.stretch + ? maxSizeAvailable(axis) + : largestSize / + math.max(dimension(axis), 1.0) * + maxSizeAvailable(axis); size = math.max(size, smallestRenderSize(axis)); return sizes.map((_) => size).toList(); } @@ -674,10 +671,9 @@ class FlexLayoutProperties extends LayoutProperties { final widths = renderSizes(Axis.horizontal); final heights = renderSizes(Axis.vertical); - final renderFreeSpace = - freeSpace > 0.0 - ? (isMainAxisHorizontal ? widths.last : heights.last) - : 0.0; + final renderFreeSpace = freeSpace > 0.0 + ? (isMainAxisHorizontal ? widths.last : heights.last) + : 0.0; final renderLeadingSpace = leadingSpace(renderFreeSpace); final renderBetweenSpace = betweenSpace(renderFreeSpace); @@ -708,8 +704,9 @@ class FlexLayoutProperties extends LayoutProperties { double calculateCrossAxisOffset(int i) { final maxDimension = maxSizeAvailable(crossAxisDirection); - final usedDimension = - crossAxisDirection == Axis.horizontal ? widths[i] : heights[i]; + final usedDimension = crossAxisDirection == Axis.horizontal + ? widths[i] + : heights[i]; if (crossAxisAlignment == CrossAxisAlignment.start || crossAxisAlignment == CrossAxisAlignment.stretch || @@ -815,10 +812,9 @@ class FlexLayoutProperties extends LayoutProperties { renderProperties.crossAxisOffset, ); } else { - space.crossAxisOffset = - crossAxisAlignment == CrossAxisAlignment.end - ? 0 - : renderProperties.crossAxisDimension; + space.crossAxisOffset = crossAxisAlignment == CrossAxisAlignment.end + ? 0 + : renderProperties.crossAxisDimension; spaces.add(space); } } @@ -826,14 +822,14 @@ class FlexLayoutProperties extends LayoutProperties { } static final _directionNamesToValues = Axis.values.asNameMap(); - static final _mainAxisAlignmentNamesToValues = - MainAxisAlignment.values.asNameMap(); + static final _mainAxisAlignmentNamesToValues = MainAxisAlignment.values + .asNameMap(); static final _mainAxisSizeNamesToValues = MainAxisSize.values.asNameMap(); - static final _crossAxisAlignmentNamesToValues = - CrossAxisAlignment.values.asNameMap(); + static final _crossAxisAlignmentNamesToValues = CrossAxisAlignment.values + .asNameMap(); static final _textDirectionNamesToValues = TextDirection.values.asNameMap(); - static final _verticalDirectionNamesToValues = - VerticalDirection.values.asNameMap(); + static final _verticalDirectionNamesToValues = VerticalDirection.values + .asNameMap(); static final _textBaselineNamesToValues = TextBaseline.values.asNameMap(); } diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/inspector_screen_body.dart b/packages/devtools_app/lib/src/screens/inspector_v2/inspector_screen_body.dart index 074ce7fce14..882670ed509 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/inspector_screen_body.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/inspector_screen_body.dart @@ -19,6 +19,7 @@ import '../../shared/managers/error_badge_manager.dart'; import '../../shared/primitives/blocking_action_mixin.dart'; import '../../shared/ui/common_widgets.dart'; import '../../shared/ui/search.dart'; +import '../../shared/utils/utils.dart'; import '../inspector_shared/inspector_controls.dart'; import '../inspector_shared/inspector_screen.dart'; import 'inspector_controller.dart'; @@ -53,7 +54,7 @@ class InspectorScreenBodyState extends State SearchTargetType searchTarget = SearchTargetType.widget; static const inspectorTreeKey = Key('Inspector Tree'); - static const minScreenWidthForTextBeforeScaling = 900.0; + static const minScreenWidthForText = 900.0; static const _welcomeShownStorageId = 'inspectorV2WelcomeShown'; @@ -64,7 +65,7 @@ class InspectorScreenBodyState extends State } @override - void didChangeDependencies() async { + void didChangeDependencies() { super.didChangeDependencies(); if (serviceConnection.inspectorService == null) { @@ -97,7 +98,7 @@ class InspectorScreenBodyState extends State addAutoDisposeListener(preferences.inspector.pubRootDirectories, () { if (serviceConnection.serviceManager.connectedState.value.connected && controller.firstInspectorTreeLoadCompleted) { - controller.refreshInspector(); + safeUnawaited(controller.refreshInspector()); } }); @@ -122,7 +123,10 @@ class InspectorScreenBodyState extends State final widgetTrees = SplitPane( axis: splitAxis, initialFractions: const [0.33, 0.67], - children: [inspectorTree, WidgetDetails(controller: controller)], + children: [ + inspectorTree, + WidgetDetails(controller: controller), + ], ); return Column( children: [ @@ -144,8 +148,8 @@ class InspectorScreenBodyState extends State constraints: constraints, onRefreshInspectorPressed: _manualInspectorRefresh, onSearchVisibleToggle: _onSearchVisibleToggle, - searchFieldBuilder: - () => StatelessSearchField( + searchFieldBuilder: () => + StatelessSearchField( controller: _inspectorTreeController, searchFieldEnabled: true, shouldRequestFocus: searchVisible, @@ -178,17 +182,15 @@ class InspectorScreenBodyState extends State if (errors.isNotEmpty) ValueListenableBuilder( valueListenable: controller.selectedErrorIndex, - builder: - (_, selectedErrorIndex, _) => Positioned( - top: 0, - right: 0, - child: ErrorNavigator( - errors: inspectableErrors, - errorIndex: selectedErrorIndex, - onSelectError: - controller.selectErrorByIndex, - ), - ), + builder: (_, selectedErrorIndex, _) => Positioned( + top: 0, + right: 0, + child: ErrorNavigator( + errors: inspectableErrors, + errorIndex: selectedErrorIndex, + onSelectError: controller.selectErrorByIndex, + ), + ), ), ], ); @@ -268,18 +270,18 @@ class InspectorTreeControls extends StatelessWidget { ), ...!isSearchVisible ? [ - const Spacer(), - ToolbarAction( - icon: Icons.search, - onPressed: onSearchVisibleToggle, - tooltip: 'Search Tree', - ), - ] + const Spacer(), + ToolbarAction( + icon: Icons.search, + onPressed: onSearchVisibleToggle, + tooltip: 'Search Tree', + ), + ] : [ - constraints.maxWidth >= _searchBreakpoint - ? _buildSearchControls() - : const Spacer(), - ], + constraints.maxWidth >= _searchBreakpoint + ? _buildSearchControls() + : const Spacer(), + ], ToolbarAction( icon: Icons.refresh, onPressed: onRefreshInspectorPressed, @@ -331,10 +333,9 @@ class ErrorNavigator extends StatelessWidget { @override Widget build(BuildContext context) { final colorScheme = Theme.of(context).colorScheme; - final label = - errorIndex != null - ? 'Error ${errorIndex! + 1}/${errors.length}' - : 'Errors: ${errors.length}'; + final label = errorIndex != null + ? 'Error ${errorIndex! + 1}/${errors.length}' + : 'Errors: ${errors.length}'; return Container( color: colorScheme.errorContainer, child: Padding( diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/inspector_tree_controller.dart b/packages/devtools_app/lib/src/screens/inspector_v2/inspector_tree_controller.dart index d2521fa4c47..a29c12f22e2 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/inspector_tree_controller.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/inspector_tree_controller.dart @@ -133,12 +133,11 @@ class InspectorTreeController extends DisposableController gac.inspector, gac.inspectorTreeControllerInitialized, nonInteraction: true, - screenMetricsProvider: - () => InspectorScreenMetrics.v2( - inspectorTreeControllerId: gaId, - rootSetCount: _rootSetCount, - rowCount: _rowsInTree.value.length, - ), + screenMetricsProvider: () => InspectorScreenMetrics.v2( + inspectorTreeControllerId: gaId, + rootSetCount: _rootSetCount, + rowCount: _rowsInTree.value.length, + ), ); } @@ -182,12 +181,11 @@ class InspectorTreeController extends DisposableController gac.inspector, gac.inspectorTreeControllerRootChange, nonInteraction: true, - screenMetricsProvider: - () => InspectorScreenMetrics.v2( - inspectorTreeControllerId: gaId, - rootSetCount: ++_rootSetCount, - rowCount: _rowsInTree.value.length, - ), + screenMetricsProvider: () => InspectorScreenMetrics.v2( + inspectorTreeControllerId: gaId, + rootSetCount: ++_rootSetCount, + rowCount: _rowsInTree.value.length, + ), ); } @@ -393,15 +391,14 @@ class InspectorTreeController extends DisposableController refreshTree( updateTreeAction: () { - final nodeToSelect = - selection == null - ? root - : rowAtIndex( - (_rowIndexFromNode(selection!) + indexOffset).clamp( - 0, - _numRows - 1, - ), - )?.node; + final nodeToSelect = selection == null + ? root + : rowAtIndex( + (_rowIndexFromNode(selection!) + indexOffset).clamp( + 0, + _numRows - 1, + ), + )?.node; setSelectedNode(nodeToSelect); return true; }, @@ -434,7 +431,7 @@ class InspectorTreeController extends DisposableController return false; } - double get horizontalPadding => 10.0; + static const horizontalPadding = 10.0; /// Returns the indentation of a row at the given [depth] in the inspector. /// @@ -633,8 +630,9 @@ class InspectorTreeController extends DisposableController final row = getRowForNode(target); if (row != null) { final rowRect = getBoundingBox(row); - targetRect = - targetRect == null ? rowRect : targetRect.expandToInclude(rowRect); + targetRect = targetRect == null + ? rowRect + : targetRect.expandToInclude(rowRect); } } @@ -692,8 +690,9 @@ class InspectorTreeController extends DisposableController node, node.diagnostic!.childrenNow, expandChildren: expandChildren && styleIsMultiline, - hideableGroupLeader: - inHideableGroup ? (hideableGroupLeader ?? diagnosticsNode) : null, + hideableGroupLeader: inHideableGroup + ? (hideableGroupLeader ?? diagnosticsNode) + : null, ); } else { node.clearChildren(); @@ -741,8 +740,9 @@ class InspectorTreeController extends DisposableController createNode(), child, expandChildren: expandChildren, - hideableGroupLeader: - child.inHideableGroup ? hideableGroupLeader : null, + hideableGroupLeader: child.inHideableGroup + ? hideableGroupLeader + : null, ), ); } @@ -1005,14 +1005,12 @@ class _InspectorTreeState extends State final initialX = rect.left; final initialY = rect.top; - final yOffsetAtViewportTop = - _scrollControllerY.hasClients - ? _scrollControllerY.offset - : _scrollControllerY.initialScrollOffset; - final xOffsetAtViewportLeft = - _scrollControllerX.hasClients - ? _scrollControllerX.offset - : _scrollControllerX.initialScrollOffset; + final yOffsetAtViewportTop = _scrollControllerY.hasClients + ? _scrollControllerY.offset + : _scrollControllerY.initialScrollOffset; + final xOffsetAtViewportLeft = _scrollControllerX.hasClients + ? _scrollControllerX.offset + : _scrollControllerX.initialScrollOffset; final viewPortInScrollControllerSpace = Rect.fromLTWH( xOffsetAtViewportLeft, @@ -1157,8 +1155,8 @@ class _InspectorTreeState extends State ga.timeEnd( screenId, gac.pageReady, - screenMetricsProvider: - () => InspectorScreenMetrics.v2(rowCount: rows.length), + screenMetricsProvider: () => + InspectorScreenMetrics.v2(rowCount: rows.length), ); unawaited( serviceConnection.sendDwdsEvent( @@ -1208,7 +1206,7 @@ class _InspectorTreeState extends State index, ) { if (index == rows.length) { - return SizedBox(height: inspectorRowHeight); + return const SizedBox(height: inspectorRowHeight); } final row = treeControllerLocal.rowAtIndex(index)!; final inspectorRef = @@ -1221,9 +1219,9 @@ class _InspectorTreeState extends State viewportWidth: viewportWidth, error: widget.widgetErrors != null && - inspectorRef != null - ? widget.widgetErrors![inspectorRef] - : null, + inspectorRef != null + ? widget.widgetErrors![inspectorRef] + : null, ); }, childCount: rows.length + 1), controller: _scrollControllerY, @@ -1246,10 +1244,9 @@ class _InspectorTreeState extends State bool get wantKeepAlive => true; } -Paint _defaultPaint(ColorScheme colorScheme) => - Paint() - ..color = colorScheme.treeGuidelineColor - ..strokeWidth = chartLineStrokeWidth; +Paint _defaultPaint(ColorScheme colorScheme) => Paint() + ..color = colorScheme.treeGuidelineColor + ..strokeWidth = chartLineStrokeWidth; /// The distance (on the x-axis) between the center of the widget icon and the /// start of the row, as determined by a percentage of the @@ -1287,7 +1284,7 @@ class _RowPainter extends CustomPainter { final node = row.node; final showExpandCollapse = node.showExpandCollapse; - final distanceFromIconCenterToRowStart = + const distanceFromIconCenterToRowStart = inspectorColumnIndent * _iconCenterToRowStartXDistancePercentage; for (final tick in row.ticks) { final expandCollapseX = @@ -1306,10 +1303,9 @@ class _RowPainter extends CustomPainter { final parentExpandCollapseX = _controller.getDepthIndent(row.depth - 1) - distanceFromIconCenterToRowStart; - final width = - showExpandCollapse - ? inspectorColumnIndent * 0.45 - : inspectorColumnIndent * 0.6; + final width = showExpandCollapse + ? inspectorColumnIndent * 0.45 + : inspectorColumnIndent * 0.6; canvas.drawLine( Offset(parentExpandCollapseX, 0.0), Offset(parentExpandCollapseX, inspectorRowHeight * 0.5), @@ -1338,7 +1334,7 @@ class _RowPainter extends CustomPainter { subordinates.isNotEmpty && subordinates.last.childrenNow.isEmpty; if (expandedWithSingleChild && !lastHiddenSubordinateHasNoChildren) { - final distanceFromIconCenterToRowStart = + const distanceFromIconCenterToRowStart = inspectorColumnIndent * _iconCenterToRowStartXDistancePercentage; final iconCenterX = _controller.getDepthIndent(row.depth) - @@ -1414,10 +1410,9 @@ class InspectorRowContent extends StatelessWidget { Color? backgroundColor; if (row.isSelected) { - backgroundColor = - hasError - ? colorScheme.errorContainer - : colorScheme.selectedRowBackgroundColor; + backgroundColor = hasError + ? colorScheme.errorContainer + : colorScheme.selectedRowBackgroundColor; } final node = row.node; @@ -1436,16 +1431,19 @@ class InspectorRowContent extends StatelessWidget { children: [ node.showExpandCollapse ? InkWell( - onTap: onToggle, - child: RotationTransition( - turns: expandArrowAnimation, - child: Icon(Icons.expand_more, size: defaultIconSize), - ), - ) + onTap: onToggle, + child: RotationTransition( + turns: expandArrowAnimation, + child: const Icon( + Icons.expand_more, + size: defaultIconSize, + ), + ), + ) : const SizedBox( - width: expandCollapseWidth, - height: defaultSpacing, - ), + width: expandCollapseWidth, + height: defaultSpacing, + ), Expanded( child: Container( color: backgroundColor, @@ -1472,37 +1470,35 @@ class InspectorRowContent extends StatelessWidget { emphasizeNodesFromLocalProject: true, nodeDescriptionHighlightStyle: searchValue.isEmpty || !row.isSearchMatch - ? DiagnosticsTextStyles.regular( - Theme.of(context).colorScheme, - ) - : row.isSelected - ? theme.searchMatchHighlightStyleFocused - : theme.searchMatchHighlightStyle, - actionLabel: - isHideableGroupLeader - ? diagnostic!.groupIsHidden - ? '(expand)' - : '(collapse)' - : null, - actionCallback: - isHideableGroupLeader - ? () { - controller.refreshTree( - updateTreeAction: () { - controller.toggleHiddenGroup(node); - return true; - }, - ); - } - : null, + ? DiagnosticsTextStyles.regular( + Theme.of(context).colorScheme, + ) + : row.isSelected + ? theme.searchMatchHighlightStyleFocused + : theme.searchMatchHighlightStyle, + actionLabel: isHideableGroupLeader + ? diagnostic!.groupIsHidden + ? '(expand)' + : '(collapse)' + : null, + actionCallback: isHideableGroupLeader + ? () { + controller.refreshTree( + updateTreeAction: () { + controller.toggleHiddenGroup(node); + return true; + }, + ); + } + : null, customDescription: isHideableGroupLeader && diagnostic!.groupIsHidden - ? '${diagnostic.hideableGroupSubordinates!.length + 1} more widgets...' - : null, + ? '${diagnostic.hideableGroupSubordinates!.length + 1} more widgets...' + : null, customIconName: isHideableGroupLeader && diagnostic!.groupIsHidden - ? 'HiddenGroup' - : null, + ? 'HiddenGroup' + : null, ), ), ), diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/box/box.dart b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/box/box.dart index 73bacc7aef3..bfd22ddd984 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/box/box.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/box/box.dart @@ -173,8 +173,9 @@ class BoxLayoutExplorerWidget extends StatelessWidget { heights: displayHeights, ); - final widgetColor = - WidgetTheme.fromName(propertiesLocal.node.description).color; + final widgetColor = WidgetTheme.fromName( + propertiesLocal.node.description, + ).color; return Column( children: [ Container( @@ -350,10 +351,9 @@ WidgetSizes _simpleFractionalLayout({ final paddingASize = sizes.paddingA; final paddingBSize = sizes.paddingB; - final paddingFraction = - paddingASize > 0 && paddingBSize > 0 - ? _narrowPaddingVisualizerPercent - : _widePaddingVisualizerPercent; + final paddingFraction = paddingASize > 0 && paddingBSize > 0 + ? _narrowPaddingVisualizerPercent + : _widePaddingVisualizerPercent; final paddingAFraction = paddingASize > 0 ? paddingFraction : 0.0; final paddingBFraction = paddingBSize > 0 ? paddingFraction : 0.0; diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/flex/flex.dart b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/flex/flex.dart index 8b533031be9..3c3cb55e2ec 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/flex/flex.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/flex/flex.dart @@ -26,7 +26,7 @@ import 'utils.dart'; // TODO(kenz): densify the layout explorer visualization for flex widgets. -double get alignmentDropdownMaxSize => scaleByFontFactor(140.0); +const alignmentDropdownMaxSize = 140.0; class FlexLayoutExplorerWidget extends LayoutExplorerWidget { const FlexLayoutExplorerWidget(super.inspectorController, {super.key}); @@ -55,23 +55,22 @@ class FlexLayoutExplorerWidgetState Color horizontalColor(ColorScheme colorScheme) => properties!.isMainAxisHorizontal - ? colorScheme.mainAxisColor - : colorScheme.crossAxisColor; + ? colorScheme.mainAxisColor + : colorScheme.crossAxisColor; - Color verticalColor(ColorScheme colorScheme) => - properties!.isMainAxisVertical - ? colorScheme.mainAxisColor - : colorScheme.crossAxisColor; + Color verticalColor(ColorScheme colorScheme) => properties!.isMainAxisVertical + ? colorScheme.mainAxisColor + : colorScheme.crossAxisColor; Color horizontalTextColor(ColorScheme colorScheme) => properties!.isMainAxisHorizontal - ? colorScheme.mainAxisTextColor - : colorScheme.crossAxisTextColor; + ? colorScheme.mainAxisTextColor + : colorScheme.crossAxisTextColor; Color verticalTextColor(ColorScheme colorScheme) => properties!.isMainAxisVertical - ? colorScheme.mainAxisTextColor - : colorScheme.crossAxisTextColor; + ? colorScheme.mainAxisTextColor + : colorScheme.crossAxisTextColor; String get flexType => properties!.type; @@ -122,10 +121,9 @@ class FlexLayoutExplorerWidgetState Widget _buildAxisAlignmentDropdown(Axis axis, ThemeData theme) { final colorScheme = theme.colorScheme; - final color = - axis == direction - ? colorScheme.mainAxisTextColor - : colorScheme.crossAxisTextColor; + final color = axis == direction + ? colorScheme.mainAxisTextColor + : colorScheme.crossAxisTextColor; List alignmentEnumEntries; Object? selected; final propertiesLocal = properties!; @@ -143,7 +141,7 @@ class FlexLayoutExplorerWidgetState return RotatedBox( quarterTurns: axis == Axis.vertical ? 3 : 0, child: Container( - constraints: BoxConstraints( + constraints: const BoxConstraints( maxWidth: alignmentDropdownMaxSize, maxHeight: defaultButtonHeight, ), @@ -153,10 +151,9 @@ class FlexLayoutExplorerWidgetState isExpanded: true, // Avoid showing an underline for the main axis and cross-axis drop downs. underline: const SizedBox(), - iconEnabledColor: - axis == propertiesLocal.direction - ? colorScheme.mainAxisColor - : colorScheme.crossAxisColor, + iconEnabledColor: axis == propertiesLocal.direction + ? colorScheme.mainAxisColor + : colorScheme.crossAxisColor, selectedItemBuilder: (context) { return [ for (final alignment in alignmentEnumEntries) @@ -177,13 +174,13 @@ class FlexLayoutExplorerWidgetState child: Image.asset( (axis == direction) ? mainAxisAssetImageUrl( - direction, - alignment as MainAxisAlignment, - ) + direction, + alignment as MainAxisAlignment, + ) : crossAxisAssetImageUrl( - direction, - alignment as CrossAxisAlignment, - ), + direction, + alignment as CrossAxisAlignment, + ), height: axisAlignmentAssetImageHeight, fit: BoxFit.fitHeight, color: color, @@ -216,13 +213,13 @@ class FlexLayoutExplorerWidgetState child: Image.asset( (axis == direction) ? mainAxisAssetImageUrl( - direction, - alignment as MainAxisAlignment, - ) + direction, + alignment as MainAxisAlignment, + ) : crossAxisAssetImageUrl( - direction, - alignment as CrossAxisAlignment, - ), + direction, + alignment as CrossAxisAlignment, + ), fit: BoxFit.fitHeight, color: color, ), @@ -238,14 +235,13 @@ class FlexLayoutExplorerWidgetState // if the axis is the main axis the type should be [MainAxisAlignment] // if the axis is the cross axis the type should be [CrossAxisAlignment] FlexLayoutProperties changedProperties; - changedProperties = - axis == direction - ? propertiesLocal.copyWith( - mainAxisAlignment: newSelection as MainAxisAlignment?, - ) - : propertiesLocal.copyWith( - crossAxisAlignment: newSelection as CrossAxisAlignment?, - ); + changedProperties = axis == direction + ? propertiesLocal.copyWith( + mainAxisAlignment: newSelection as MainAxisAlignment?, + ) + : propertiesLocal.copyWith( + crossAxisAlignment: newSelection as CrossAxisAlignment?, + ); final valueRef = propertiesLocal.node.valueRef; markAsDirty(); await objectGroup!.invokeSetFlexProperties( @@ -283,7 +279,7 @@ class FlexLayoutExplorerWidgetState final flexDescription = Align( alignment: Alignment.centerLeft, child: Container( - margin: EdgeInsets.only( + margin: const EdgeInsets.only( top: mainAxisArrowIndicatorSize, left: crossAxisArrowIndicatorSize + margin, ), @@ -319,7 +315,7 @@ class FlexLayoutExplorerWidgetState final verticalAxisDescription = Align( alignment: Alignment.bottomLeft, child: Container( - margin: EdgeInsets.only(top: mainAxisArrowIndicatorSize + margin), + margin: const EdgeInsets.only(top: mainAxisArrowIndicatorSize + margin), width: crossAxisArrowIndicatorSize, child: Column( children: [ @@ -355,7 +351,9 @@ class FlexLayoutExplorerWidgetState final horizontalAxisDescription = Align( alignment: Alignment.topRight, child: Container( - margin: EdgeInsets.only(left: crossAxisArrowIndicatorSize + margin), + margin: const EdgeInsets.only( + left: crossAxisArrowIndicatorSize + margin, + ), height: mainAxisArrowIndicatorSize, child: Row( children: [ @@ -430,8 +428,8 @@ class _VisualizeFlexChildrenState extends State { lastHighlighted = widget.highlighted; if (widget.highlighted != null) { WidgetsBinding.instance.addPostFrameCallback((_) { - final selectedRenderObject = - selectedChildKey.currentContext?.findRenderObject(); + final selectedRenderObject = selectedChildKey.currentContext + ?.findRenderObject(); if (selectedRenderObject != null && widget.scrollController.hasClients) { unawaited( @@ -476,14 +474,12 @@ class _VisualizeFlexChildrenState extends State { maxSizeAvailable: maxSizeAvailable, ); - final renderProperties = - childrenAndMainAxisSpacesRenderProps - .where((renderProps) => !renderProps.isFreeSpace) - .toList(); - final mainAxisSpaces = - childrenAndMainAxisSpacesRenderProps - .where((renderProps) => renderProps.isFreeSpace) - .toList(); + final renderProperties = childrenAndMainAxisSpacesRenderProps + .where((renderProps) => !renderProps.isFreeSpace) + .toList(); + final mainAxisSpaces = childrenAndMainAxisSpacesRenderProps + .where((renderProps) => renderProps.isFreeSpace) + .toList(); final crossAxisSpaces = widget.properties.crossAxisSpaces( childrenRenderProperties: renderProperties, maxSizeAvailable: maxSizeAvailable, @@ -529,27 +525,24 @@ class _VisualizeFlexChildrenState extends State { scrollDirection: widget.properties.direction, controller: widget.scrollController, child: ConstrainedBox( - constraints: - BoxConstraints( - minWidth: maxWidth, - minHeight: maxHeight, - maxWidth: - widget.direction == Axis.horizontal - ? sum( - childrenAndMainAxisSpacesRenderProps.map( - (renderSize) => renderSize.width, - ), - ) - : maxWidth, - maxHeight: - widget.direction == Axis.vertical - ? sum( - childrenAndMainAxisSpacesRenderProps.map( - (renderSize) => renderSize.height, - ), - ) - : maxHeight, - ).normalize(), + constraints: BoxConstraints( + minWidth: maxWidth, + minHeight: maxHeight, + maxWidth: widget.direction == Axis.horizontal + ? sum( + childrenAndMainAxisSpacesRenderProps.map( + (renderSize) => renderSize.width, + ), + ) + : maxWidth, + maxHeight: widget.direction == Axis.vertical + ? sum( + childrenAndMainAxisSpacesRenderProps.map( + (renderSize) => renderSize.height, + ), + ) + : maxHeight, + ).normalize(), child: Stack( children: [ LayoutExplorerBackground(colorScheme: colorScheme), @@ -618,10 +611,9 @@ class FlexChildVisualizer extends StatelessWidget { Widget buildMenuitemChild(int? flexFactor) { return Text( 'flex: $flexFactor', - style: - flexFactor == propertiesLocal.flexFactor - ? theme.boldTextStyle.copyWith(color: emphasizedTextColor) - : theme.regularTextStyleWithColor(emphasizedTextColor), + style: flexFactor == propertiesLocal.flexFactor + ? theme.boldTextStyle.copyWith(color: emphasizedTextColor) + : theme.regularTextStyleWithColor(emphasizedTextColor), ); } @@ -725,20 +717,15 @@ class FlexChildVisualizer extends StatelessWidget { final horizontal = rootLocal.isMainAxisHorizontal; late Size size; - size = - propertiesLocal.hasFlexFactor - ? SizeTween( - begin: Size( - horizontal - ? minRenderWidth - entranceMargin - : renderSize.width, - vertical - ? minRenderHeight - entranceMargin - : renderSize.height, - ), - end: renderSize, - ).evaluate(state.entranceCurve)! - : renderSize; + size = propertiesLocal.hasFlexFactor + ? SizeTween( + begin: Size( + horizontal ? minRenderWidth - entranceMargin : renderSize.width, + vertical ? minRenderHeight - entranceMargin : renderSize.height, + ), + end: renderSize, + ).evaluate(state.entranceCurve)! + : renderSize; // Not-expanded widgets enter much faster. return Opacity( opacity: min([state.entranceCurve.value * 5, 1.0]), diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/flex/utils.dart b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/flex/utils.dart index 14c775f646f..5e67d1e3117 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/flex/utils.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/flex/utils.dart @@ -80,12 +80,11 @@ class AnimatedFlexLayoutProperties } @override - double get crossAxisDimension => - lerpDouble( - begin.crossAxisDimension, - end.crossAxisDimension, - animation.value, - )!; + double get crossAxisDimension => lerpDouble( + begin.crossAxisDimension, + end.crossAxisDimension, + animation.value, + )!; @override Axis get crossAxisDirection => end.crossAxisDirection; @@ -115,12 +114,11 @@ class AnimatedFlexLayoutProperties bool get isMainAxisVertical => end.isMainAxisVertical; @override - double get mainAxisDimension => - lerpDouble( - begin.mainAxisDimension, - end.mainAxisDimension, - animation.value, - )!; + double get mainAxisDimension => lerpDouble( + begin.mainAxisDimension, + end.mainAxisDimension, + animation.value, + )!; @override MainAxisSize? get mainAxisSize => end.mainAxisSize; diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/arrow.dart b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/arrow.dart index 799bdd99d46..3adb4e615cb 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/arrow.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/arrow.dart @@ -13,10 +13,9 @@ const defaultDistanceToArrow = 4.0; enum ArrowType { up, left, right, down } -Axis axis(ArrowType type) => - (type == ArrowType.up || type == ArrowType.down) - ? Axis.vertical - : Axis.horizontal; +Axis axis(ArrowType type) => (type == ArrowType.up || type == ArrowType.down) + ? Axis.vertical + : Axis.horizontal; /// Widget that draws a bidirectional arrow around another widget. /// @@ -49,10 +48,12 @@ class ArrowWrapper extends StatelessWidget { }) : assert(arrowHeadSize >= 0.0), assert(childMarginFromArrow >= 0.0), isBidirectional = true, - startArrowType = - direction == Axis.horizontal ? ArrowType.left : ArrowType.up, - endArrowType = - direction == Axis.horizontal ? ArrowType.right : ArrowType.down; + startArrowType = direction == Axis.horizontal + ? ArrowType.left + : ArrowType.up, + endArrowType = direction == Axis.horizontal + ? ArrowType.right + : ArrowType.down; final Color arrowColor; final double arrowHeadSize; @@ -92,11 +93,10 @@ class ArrowWrapper extends StatelessWidget { headSize: arrowHeadSize, strokeWidth: arrowStrokeWidth, type: startArrowType, - shouldDrawHead: - isBidirectional - ? true - : (startArrowType == ArrowType.left || - startArrowType == ArrowType.up), + shouldDrawHead: isBidirectional + ? true + : (startArrowType == ArrowType.left || + startArrowType == ArrowType.up), ), ), ), @@ -112,11 +112,10 @@ class ArrowWrapper extends StatelessWidget { headSize: arrowHeadSize, strokeWidth: arrowStrokeWidth, type: endArrowType, - shouldDrawHead: - isBidirectional - ? true - : (endArrowType == ArrowType.right || - endArrowType == ArrowType.down), + shouldDrawHead: isBidirectional + ? true + : (endArrowType == ArrowType.right || + endArrowType == ArrowType.down), ), ), ), @@ -199,10 +198,9 @@ class _ArrowPainter extends CustomPainter { @override void paint(Canvas canvas, Size size) { - final paint = - Paint() - ..color = color - ..strokeWidth = strokeWidth; + final paint = Paint() + ..color = color + ..strokeWidth = strokeWidth; final originX = size.width / 2, originY = size.height / 2; Offset lineStartingPoint = Offset.zero; @@ -235,12 +233,11 @@ class _ArrowPainter extends CustomPainter { p3 = Offset(originX + headSizeDividedBy2, startingY); break; } - final path = - Path() - ..moveTo(p1.dx, p1.dy) - ..lineTo(p2.dx, p2.dy) - ..lineTo(p3.dx, p3.dy) - ..close(); + final path = Path() + ..moveTo(p1.dx, p1.dy) + ..lineTo(p2.dx, p2.dy) + ..lineTo(p3.dx, p3.dy) + ..close(); canvas.drawPath(path, paint); switch (type) { diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/dimension.dart b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/dimension.dart index c852da24d0b..7dfb1b8e2c1 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/dimension.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/dimension.dart @@ -15,10 +15,9 @@ Widget dimensionDescription( final text = Text.rich( description, textAlign: TextAlign.center, - style: - overflow - ? overflowingDimensionIndicatorTextStyle(colorScheme) - : dimensionIndicatorTextStyle, + style: overflow + ? overflowingDimensionIndicatorTextStyle(colorScheme) + : dimensionIndicatorTextStyle, overflow: TextOverflow.ellipsis, ); if (overflow) { diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/free_space.dart b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/free_space.dart index 3d1e679a952..aeb3766ae9e 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/free_space.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/free_space.dart @@ -35,8 +35,8 @@ class FreeSpaceVisualizerWidget extends StatelessWidget { ), ), Container( - margin: EdgeInsets.symmetric(vertical: arrowMargin), - child: ArrowWrapper.bidirectional( + margin: const EdgeInsets.symmetric(vertical: arrowMargin), + child: const ArrowWrapper.bidirectional( arrowColor: widthIndicatorColor, direction: Axis.horizontal, arrowHeadSize: arrowHeadSize, @@ -57,8 +57,8 @@ class FreeSpaceVisualizerWidget extends StatelessWidget { ), ), Container( - margin: EdgeInsets.symmetric(horizontal: arrowMargin), - child: ArrowWrapper.bidirectional( + margin: const EdgeInsets.symmetric(horizontal: arrowMargin), + child: const ArrowWrapper.bidirectional( arrowColor: heightIndicatorColor, direction: Axis.vertical, arrowHeadSize: arrowHeadSize, @@ -109,8 +109,8 @@ class PaddingVisualizerWidget extends StatelessWidget { ), ), Container( - margin: EdgeInsets.symmetric(vertical: arrowMargin), - child: ArrowWrapper.bidirectional( + margin: const EdgeInsets.symmetric(vertical: arrowMargin), + child: const ArrowWrapper.bidirectional( arrowColor: widthIndicatorColor, direction: Axis.horizontal, arrowHeadSize: arrowHeadSize, @@ -131,8 +131,8 @@ class PaddingVisualizerWidget extends StatelessWidget { ), ), Container( - margin: EdgeInsets.symmetric(horizontal: arrowMargin), - child: ArrowWrapper.bidirectional( + margin: const EdgeInsets.symmetric(horizontal: arrowMargin), + child: const ArrowWrapper.bidirectional( arrowColor: heightIndicatorColor, direction: Axis.vertical, arrowHeadSize: arrowHeadSize, diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/layout_explorer_widget.dart b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/layout_explorer_widget.dart index ee1d3c75c36..1a9840f9ead 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/layout_explorer_widget.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/layout_explorer_widget.dart @@ -167,12 +167,12 @@ abstract class LayoutExplorerWidgetState< void _animateProperties() { if (_animatedProperties != null) { - changeController.forward(); + unawaited(changeController.forward()); } if (_previousProperties != null) { - entranceController.reverse(); + unawaited(entranceController.reverse()); } else { - entranceController.forward(); + unawaited(entranceController.forward()); } } @@ -214,7 +214,7 @@ abstract class LayoutExplorerWidgetState< updateHighlighted(nextProperties); setState(() { _animatedProperties = computeAnimatedProperties(nextProperties); - changeController.forward(from: 0.0); + unawaited(changeController.forward(from: 0.0)); }); } @@ -237,7 +237,7 @@ abstract class LayoutExplorerWidgetState< if (status == AnimationStatus.dismissed) { setState(() { _previousProperties = null; - entranceController.forward(); + unawaited(entranceController.forward()); }); } }); diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/overflow_indicator_painter.dart b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/overflow_indicator_painter.dart index 702af0122af..2295666ceb5 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/overflow_indicator_painter.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/overflow_indicator_painter.dart @@ -34,15 +34,14 @@ class OverflowIndicatorPainter extends CustomPainter { /// since all of them are private. static const black = Color(0xBF000000); static const yellow = Color(0xBFFFFF00); - static final indicatorPaint = - Paint() - ..shader = ui.Gradient.linear( - const Offset(0.0, 0.0), - const Offset(10.0, 10.0), - [black, yellow, yellow, black], - [0.25, 0.25, 0.75, 0.75], - TileMode.repeated, - ); + static final indicatorPaint = Paint() + ..shader = ui.Gradient.linear( + const Offset(0.0, 0.0), + const Offset(10.0, 10.0), + [black, yellow, yellow, black], + [0.25, 0.25, 0.75, 0.75], + TileMode.repeated, + ); @override void paint(Canvas canvas, Size size) { diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/theme.dart b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/theme.dart index c9f831d2612..666a6d902ca 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/theme.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/theme.dart @@ -7,13 +7,13 @@ import 'package:flutter/material.dart'; const margin = 6.0; -double get arrowHeadSize => scaleByFontFactor(8.0); -double get arrowMargin => scaleByFontFactor(4.0); +const arrowHeadSize = 8.0; +const arrowMargin = 4.0; const arrowStrokeWidth = 1.5; /// Hardcoded sizes for scaling the flex children widget properly. -double get minRenderWidth => scaleByFontFactor(250.0); -double get minRenderHeight => scaleByFontFactor(250.0); +const minRenderWidth = 250.0; +const minRenderHeight = 250.0; const minPadding = 2.0; const overflowTextHorizontalPadding = 8.0; @@ -21,30 +21,30 @@ const overflowTextHorizontalPadding = 8.0; /// The size to shrink a widget by when animating it in. const entranceMargin = 50.0; -double get defaultMaxRenderWidth => scaleByFontFactor(400.0); -double get defaultMaxRenderHeight => scaleByFontFactor(400.0); +const defaultMaxRenderWidth = 400.0; +const defaultMaxRenderHeight = 400.0; const widgetTitleMaxWidthPercentage = 0.75; /// Hardcoded arrow size respective to its cross axis (because it's unconstrained). -double get heightAndConstraintIndicatorSize => scaleByFontFactor(48.0); -double get widthAndConstraintIndicatorSize => scaleByFontFactor(56.0); -double get mainAxisArrowIndicatorSize => scaleByFontFactor(48.0); -double get crossAxisArrowIndicatorSize => scaleByFontFactor(48.0); +const heightAndConstraintIndicatorSize = 48.0; +const widthAndConstraintIndicatorSize = 56.0; +const mainAxisArrowIndicatorSize = 48.0; +const crossAxisArrowIndicatorSize = 48.0; -double get heightOnlyIndicatorSize => scaleByFontFactor(72.0); +const heightOnlyIndicatorSize = 72.0; /// Minimum size to display width/height inside the arrow -double get minWidthToDisplayWidthInsideArrow => scaleByFontFactor(200.0); -double get minHeightToDisplayHeightInsideArrow => scaleByFontFactor(200.0); +const minWidthToDisplayWidthInsideArrow = 200.0; +const minHeightToDisplayHeightInsideArrow = 200.0; const smallTextScaleFactor = 0.8; /// Height for limiting asset image (selected one in the drop down). -double get axisAlignmentAssetImageHeight => scaleByFontFactor(24.0); +const axisAlignmentAssetImageHeight = 24.0; -double get minHeightToAllowTruncating => scaleByFontFactor(375.0); -double get minWidthToAllowTruncating => scaleByFontFactor(375.0); +const minHeightToAllowTruncating = 375.0; +const minWidthToAllowTruncating = 375.0; // Story of Layout colors const mainAxisLightColor = Color(0xff2c5daa); @@ -114,7 +114,7 @@ const negativeSpaceDarkAssetName = const negativeSpaceLightAssetName = 'assets/img/layout_explorer/negative_space_light.png'; -final dimensionIndicatorTextStyle = TextStyle( +const dimensionIndicatorTextStyle = TextStyle( height: 1.0, letterSpacing: 1.1, color: emphasizedTextColor, diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/utils.dart b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/utils.dart index 0f73c55c6c3..5b4b1ec2d4f 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/utils.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/utils.dart @@ -157,22 +157,21 @@ class WidgetVisualizer extends StatelessWidget { decoration: BoxDecoration( border: Border.all( color: borderColor, - width: - isSelected ? _borderSelectedWidth : _borderUnselectedWidth, + width: isSelected + ? _borderSelectedWidth + : _borderUnselectedWidth, ), - color: - isSelected - ? theme.canvasColor.brighten() - : theme.canvasColor.darken(), - boxShadow: - isSelected - ? [ - BoxShadow( - color: Colors.black.withAlpha(255 ~/ 2), - blurRadius: 10, - ), - ] - : null, + color: isSelected + ? theme.canvasColor.brighten() + : theme.canvasColor.darken(), + boxShadow: isSelected + ? [ + BoxShadow( + color: Colors.black.withAlpha(255 ~/ 2), + blurRadius: 10, + ), + ] + : null, ), child: Stack( children: [ @@ -187,29 +186,26 @@ class WidgetVisualizer extends StatelessWidget { ), Container( margin: EdgeInsets.only( - right: - overflowSide == OverflowSide.right - ? _overflowIndicatorSize - : 0.0, - bottom: - overflowSide == OverflowSide.bottom - ? _overflowIndicatorSize - : 0.0, + right: overflowSide == OverflowSide.right + ? _overflowIndicatorSize + : 0.0, + bottom: overflowSide == OverflowSide.bottom + ? _overflowIndicatorSize + : 0.0, ), - child: - isFlex - ? FlexWidgetVisualizer( - title: title, - largeTitle: largeTitle, - borderColor: borderColor, - hint: hint, - child: child, - ) - : BoxWidgetVisualizer( - borderColor: borderColor, - title: title, - properties: properties, - ), + child: isFlex + ? FlexWidgetVisualizer( + title: title, + largeTitle: largeTitle, + borderColor: borderColor, + hint: hint, + child: child, + ) + : BoxWidgetVisualizer( + borderColor: borderColor, + title: title, + properties: properties, + ), ), ], ), @@ -255,10 +251,9 @@ class FlexWidgetVisualizer extends StatelessWidget { Flexible( child: Container( constraints: BoxConstraints( - maxWidth: - largeTitle - ? defaultMaxRenderWidth - : minRenderWidth * widgetTitleMaxWidthPercentage, + maxWidth: largeTitle + ? defaultMaxRenderWidth + : minRenderWidth * widgetTitleMaxWidthPercentage, ), decoration: BoxDecoration(color: borderColor), padding: const EdgeInsets.all(densePadding), @@ -303,7 +298,9 @@ class BoxWidgetVisualizer extends StatelessWidget { return Column( mainAxisSize: MainAxisSize.min, children: [ - Center(child: WidgetLabel(labelColor: borderColor, labelText: title)), + Center( + child: WidgetLabel(labelColor: borderColor, labelText: title), + ), Expanded( child: Column( mainAxisAlignment: MainAxisAlignment.center, @@ -444,10 +441,10 @@ class AnimatedLayoutProperties final constraintsLocal = constraints!; return constraintsLocal.hasBoundedWidth ? LayoutProperties.describeAxis( - constraintsLocal.minWidth, - constraintsLocal.maxWidth, - 'w', - ) + constraintsLocal.minWidth, + constraintsLocal.maxWidth, + 'w', + ) : 'w=unconstrained'; } @@ -456,10 +453,10 @@ class AnimatedLayoutProperties final constraintsLocal = constraints!; return constraintsLocal.hasBoundedHeight ? LayoutProperties.describeAxis( - constraintsLocal.minHeight, - constraintsLocal.maxHeight, - 'h', - ) + constraintsLocal.minHeight, + constraintsLocal.maxHeight, + 'h', + ) : 'h=unconstrained'; } @@ -593,17 +590,15 @@ class PositionedBackgroundLabel extends StatelessWidget { Widget build(BuildContext context) { return Column( // Push to the bottom if there is no padding on the top. - mainAxisAlignment: - !hasTopPadding && hasBottomPadding - ? MainAxisAlignment.end - : MainAxisAlignment.start, + mainAxisAlignment: !hasTopPadding && hasBottomPadding + ? MainAxisAlignment.end + : MainAxisAlignment.start, children: [ Row( // Push to the right if there is no padding on the left. - mainAxisAlignment: - (!hasLeftPadding && hasRightPadding) - ? MainAxisAlignment.end - : MainAxisAlignment.start, + mainAxisAlignment: (!hasLeftPadding && hasRightPadding) + ? MainAxisAlignment.end + : MainAxisAlignment.start, children: [ Flexible( child: WidgetLabel( diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/widget_constraints.dart b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/widget_constraints.dart index ce67dbc057a..465a2cb6440 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/widget_constraints.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/layout_explorer/ui/widget_constraints.dart @@ -14,7 +14,7 @@ import 'theme.dart'; import 'utils.dart'; class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { - VisualizeWidthAndHeightWithConstraints({ + const VisualizeWidthAndHeightWithConstraints({ super.key, required this.properties, double? arrowHeadSize, @@ -33,8 +33,8 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { final showChildrenWidthsSum = propertiesLocal is FlexLayoutProperties && propertiesLocal.isOverflowWidth; - final bottomHeight = widthAndConstraintIndicatorSize; - final rightWidth = heightAndConstraintIndicatorSize; + const bottomHeight = widthAndConstraintIndicatorSize; + const rightWidth = heightAndConstraintIndicatorSize; final colorScheme = Theme.of(context).colorScheme; final showOverflowHeight = @@ -51,9 +51,9 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { text: ' (${propertiesLocal.describeHeightConstraints()})', style: propertiesLocal.constraints!.hasBoundedHeight || - !warnIfUnconstrained - ? null - : TextStyle(color: colorScheme.unconstrainedColor), + !warnIfUnconstrained + ? null + : TextStyle(color: colorScheme.unconstrainedColor), ), ], if (showOverflowHeight) @@ -69,7 +69,7 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { ), ); final right = Container( - margin: EdgeInsets.only( + margin: const EdgeInsets.only( top: margin, left: margin, bottom: bottomHeight, @@ -84,7 +84,7 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { Truncateable( truncate: !displayHeightOutsideArrow, child: Container( - margin: EdgeInsets.symmetric(horizontal: arrowMargin), + margin: const EdgeInsets.symmetric(horizontal: arrowMargin), child: ArrowWrapper.bidirectional( arrowColor: heightIndicatorColor, arrowStrokeWidth: arrowStrokeWidth, @@ -111,9 +111,9 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { text: '(${propertiesLocal.describeWidthConstraints()})', style: propertiesLocal.constraints!.hasBoundedWidth || - !warnIfUnconstrained - ? null - : TextStyle(color: colorScheme.unconstrainedColor), + !warnIfUnconstrained + ? null + : TextStyle(color: colorScheme.unconstrainedColor), ), ], if (showChildrenWidthsSum) @@ -128,7 +128,7 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { colorScheme, ); final bottom = Container( - margin: EdgeInsets.only( + margin: const EdgeInsets.only( top: margin, left: margin, right: rightWidth, @@ -144,7 +144,7 @@ class VisualizeWidthAndHeightWithConstraints extends StatelessWidget { Truncateable( truncate: !displayWidthOutsideArrow, child: Container( - margin: EdgeInsets.symmetric(vertical: arrowMargin), + margin: const EdgeInsets.symmetric(vertical: arrowMargin), child: ArrowWrapper.bidirectional( arrowColor: widthIndicatorColor, arrowHeadSize: arrowHeadSize, diff --git a/packages/devtools_app/lib/src/screens/inspector_v2/widget_properties/properties_view.dart b/packages/devtools_app/lib/src/screens/inspector_v2/widget_properties/properties_view.dart index 9900966831b..1822d718819 100644 --- a/packages/devtools_app/lib/src/screens/inspector_v2/widget_properties/properties_view.dart +++ b/packages/devtools_app/lib/src/screens/inspector_v2/widget_properties/properties_view.dart @@ -227,8 +227,9 @@ class _PropertiesViewState extends State { final layoutExplorerOffset = includeLayoutExplorer ? 1 : 0; // If there are no properties to display, include a single row that says as // much. - final propertyRowsCount = - _sortedProperties.isEmpty ? 1 : _sortedProperties.length; + final propertyRowsCount = _sortedProperties.isEmpty + ? 1 + : _sortedProperties.length; // If the layout explorer is available, it is the first row. final totalRowsCount = propertyRowsCount + layoutExplorerOffset; @@ -258,8 +259,9 @@ class _PropertiesViewState extends State { return DecoratedPropertiesTableRow( index: index + layoutExplorerOffset, child: Flex( - direction: - horizontalLayout ? Axis.horizontal : Axis.vertical, + direction: horizontalLayout + ? Axis.horizontal + : Axis.vertical, children: [ Padding( padding: const EdgeInsets.all(largeSpacing), @@ -275,10 +277,9 @@ class _PropertiesViewState extends State { ), if (layoutPropertiesList != null) Padding( - padding: - horizontalLayout - ? const EdgeInsets.only(left: largeSpacing) - : const EdgeInsets.only(bottom: largeSpacing), + padding: horizontalLayout + ? const EdgeInsets.only(left: largeSpacing) + : const EdgeInsets.only(bottom: largeSpacing), child: layoutPropertiesList, ), ], @@ -345,11 +346,8 @@ class LayoutPropertiesList extends StatelessWidget { LayoutWidthsAndHeights? get widthsAndHeights => widgetHeights != null && widgetWidths != null - ? LayoutWidthsAndHeights( - widths: widgetWidths!, - heights: widgetHeights!, - ) - : null; + ? LayoutWidthsAndHeights(widths: widgetWidths!, heights: widgetHeights!) + : null; @override Widget build(BuildContext context) { diff --git a/packages/devtools_app/lib/src/screens/logging/_log_details.dart b/packages/devtools_app/lib/src/screens/logging/_log_details.dart index b691797d8aa..977af418050 100644 --- a/packages/devtools_app/lib/src/screens/logging/_log_details.dart +++ b/packages/devtools_app/lib/src/screens/logging/_log_details.dart @@ -88,16 +88,18 @@ class _LogDetailsState extends State controller: scrollController, child: preferences.logging.detailsFormat.value == - LoggingDetailsFormat.text || - (log?.encodedDetails ?? '').isEmpty - ? Padding( - padding: const EdgeInsets.all(denseSpacing), - child: SelectableText( + LoggingDetailsFormat.text || + (log?.encodedDetails ?? '').isEmpty + ? Padding( + padding: const EdgeInsets.all(denseSpacing), + child: SelectionArea( + child: Text( log?.prettyPrinted() ?? '', textAlign: TextAlign.left, ), - ) - : JsonViewer(encodedJson: log!.encodedDetails), + ), + ) + : JsonViewer(encodedJson: log!.encodedDetails), ), ), ); @@ -144,26 +146,27 @@ class LogDetailsFormatButton extends StatelessWidget { @override Widget build(BuildContext context) { final currentlyUsingTextFormat = format == LoggingDetailsFormat.text; - final tooltip = - currentlyUsingTextFormat ? viewAsJsonTooltip : viewAsRawTextTooltip; + final tooltip = currentlyUsingTextFormat + ? viewAsJsonTooltip + : viewAsRawTextTooltip; void togglePreference() => preferences.logging.detailsFormat.value = format.opposite(); return currentlyUsingTextFormat ? Padding( - // This padding aligns this button with the copy button. - padding: const EdgeInsets.only(bottom: borderPadding), - child: SmallAction( + // This padding aligns this button with the copy button. + padding: const EdgeInsets.only(bottom: borderPadding), + child: SmallAction( + tooltip: tooltip, + onPressed: togglePreference, + child: Text(' { } ', style: Theme.of(context).regularTextStyle), + ), + ) + : ToolbarAction( + icon: Icons.text_fields, tooltip: tooltip, onPressed: togglePreference, - child: Text(' { } ', style: Theme.of(context).regularTextStyle), - ), - ) - : ToolbarAction( - icon: Icons.text_fields, - tooltip: tooltip, - onPressed: togglePreference, - size: defaultIconSize, - ); + size: defaultIconSize, + ); } } diff --git a/packages/devtools_app/lib/src/screens/logging/_logs_table.dart b/packages/devtools_app/lib/src/screens/logging/_logs_table.dart index 94216f391d7..0475919955a 100644 --- a/packages/devtools_app/lib/src/screens/logging/_logs_table.dart +++ b/packages/devtools_app/lib/src/screens/logging/_logs_table.dart @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -import 'package:devtools_app_shared/ui.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; @@ -22,7 +21,7 @@ class LogsTable extends StatelessWidget { required this.activeSearchMatchNotifier, }); - static final _logRowHeight = scaleByFontFactor(45.0); + static const _logRowHeight = 45.0; final LoggingController controller; final List data; @@ -30,8 +29,8 @@ class LogsTable extends StatelessWidget { final ValueListenable> searchMatchesNotifier; final ValueListenable activeSearchMatchNotifier; - static final whenColumn = WhenColumn(); - static final messageColumn = MessageColumn(); + static const whenColumn = WhenColumn(); + static const messageColumn = MessageColumn(); static final columns = [whenColumn, messageColumn]; @override diff --git a/packages/devtools_app/lib/src/screens/logging/_message_column.dart b/packages/devtools_app/lib/src/screens/logging/_message_column.dart index 51277b29c4a..96a6c916e70 100644 --- a/packages/devtools_app/lib/src/screens/logging/_message_column.dart +++ b/packages/devtools_app/lib/src/screens/logging/_message_column.dart @@ -13,7 +13,7 @@ import 'metadata.dart'; class MessageColumn extends ColumnData implements ColumnRenderer { - MessageColumn() : super.wide('Log'); + const MessageColumn() : super.wide('Log'); @override bool get supportsSorting => false; @@ -48,7 +48,6 @@ class MessageColumn extends ColumnData LogData data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { final theme = Theme.of(context); final hasSummary = !data.summary.isNullOrEmpty; diff --git a/packages/devtools_app/lib/src/screens/logging/_when_column.dart b/packages/devtools_app/lib/src/screens/logging/_when_column.dart index 5563c297e90..c213b6a171f 100644 --- a/packages/devtools_app/lib/src/screens/logging/_when_column.dart +++ b/packages/devtools_app/lib/src/screens/logging/_when_column.dart @@ -2,13 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -import 'package:devtools_app_shared/ui.dart'; - import '../../shared/table/table_data.dart'; import 'logging_controller.dart'; class WhenColumn extends ColumnData { - WhenColumn() : super('When', fixedWidthPx: scaleByFontFactor(80)); + const WhenColumn() : super('When', fixedWidthPx: 80); @override bool get supportsSorting => false; @@ -20,18 +18,16 @@ class WhenColumn extends ColumnData { int getValue(LogData dataObject) => dataObject.timestamp ?? -1; @override - String getDisplayValue(LogData dataObject) => - dataObject.timestamp == null - ? '' - : timeFormat.format( - DateTime.fromMillisecondsSinceEpoch(dataObject.timestamp!), - ); + String getDisplayValue(LogData dataObject) => dataObject.timestamp == null + ? '' + : timeFormat.format( + DateTime.fromMillisecondsSinceEpoch(dataObject.timestamp!), + ); @override - String getTooltip(LogData dataObject) => - dataObject.timestamp == null - ? '' - : dateTimeFormat.format( - DateTime.fromMillisecondsSinceEpoch(dataObject.timestamp!), - ); + String getTooltip(LogData dataObject) => dataObject.timestamp == null + ? '' + : dateTimeFormat.format( + DateTime.fromMillisecondsSinceEpoch(dataObject.timestamp!), + ); } diff --git a/packages/devtools_app/lib/src/screens/logging/logging_controller.dart b/packages/devtools_app/lib/src/screens/logging/logging_controller.dart index f8cbe73e49b..d7c3181a557 100644 --- a/packages/devtools_app/lib/src/screens/logging/logging_controller.dart +++ b/packages/devtools_app/lib/src/screens/logging/logging_controller.dart @@ -153,9 +153,8 @@ class LoggingController extends DevToolsScreenController SettingFilter( id: _minLogLevelFilterId, name: 'Hide logs below the minimum log level', - includeCallback: - (LogData element, int currentFilterValue) => - element.level >= currentFilterValue, + includeCallback: (LogData element, int currentFilterValue) => + element.level >= currentFilterValue, enabledCallback: (int filterValue) => filterValue > Level.ALL.value, possibleValues: _possibleLogLevels.map((l) => l.value).toList(), possibleValueDisplays: _possibleLogLevels.map((l) => l.name).toList(), @@ -168,11 +167,9 @@ class LoggingController extends DevToolsScreenController name: 'Hide verbose Flutter framework logs (initialization, frame ' 'times, image sizes)', - includeCallback: - (log) => - !_verboseFlutterFrameworkLogKinds.any( - (kind) => kind.caseInsensitiveEquals(log.kind), - ), + includeCallback: (log) => !_verboseFlutterFrameworkLogKinds.any( + (kind) => kind.caseInsensitiveEquals(log.kind), + ), defaultValue: true, ), ToggleFilter( @@ -180,11 +177,9 @@ class LoggingController extends DevToolsScreenController name: 'Hide verbose Flutter service logs (service extension state ' 'changes)', - includeCallback: - (log) => - !_verboseFlutterServiceLogKinds.any( - (kind) => kind.caseInsensitiveEquals(log.kind), - ), + includeCallback: (log) => !_verboseFlutterServiceLogKinds.any( + (kind) => kind.caseInsensitiveEquals(log.kind), + ), defaultValue: true, ), ], @@ -197,8 +192,8 @@ class LoggingController extends DevToolsScreenController ]; static final _possibleLogLevels = Level.LEVELS - // Omit Level.OFF from the possible minimum levels. - .where((level) => level != Level.OFF); + // Omit Level.OFF from the possible minimum levels. + .where((level) => level != Level.OFF); static const _kindFilterId = 'logging-kind-filter'; static const _isolateFilterId = 'logging-isolate-filter'; @@ -271,11 +266,10 @@ class LoggingController extends DevToolsScreenController String label; - label = - totalCount == showingCount - ? nf.format(totalCount) - : 'showing ${nf.format(showingCount)} of ' - '${nf.format(totalCount)}'; + label = totalCount == showingCount + ? nf.format(totalCount) + : 'showing ${nf.format(showingCount)} of ' + '${nf.format(totalCount)}'; label = '$label ${pluralize('event', totalCount)}'; @@ -317,6 +311,11 @@ class LoggingController extends DevToolsScreenController autoDisposeStreamSubscription( service.onExtensionEventWithHistorySafe.listen(_handleExtensionEvent), ); + + // Log timer events. + autoDisposeStreamSubscription( + service.onTimerEventWithHistorySafe.listen(_handleTimerEvent), + ); } void _handleExtensionEvent(Event e) { @@ -431,6 +430,18 @@ class LoggingController extends DevToolsScreenController } } + void _handleTimerEvent(Event e) { + log( + LogData( + e.kind!, + jsonEncode(e.json), + e.timestamp, + summary: e.details, + isolateRef: e.isolateRef, + ), + ); + } + void _handleGCEvent(Event e) { final newSpace = HeapSpace.parse(e.json!['new'])!; final oldSpace = HeapSpace.parse(e.json!['old'])!; diff --git a/packages/devtools_app/lib/src/screens/logging/logging_controls.dart b/packages/devtools_app/lib/src/screens/logging/logging_controls.dart index 824cdb715be..ff52b5cb601 100644 --- a/packages/devtools_app/lib/src/screens/logging/logging_controls.dart +++ b/packages/devtools_app/lib/src/screens/logging/logging_controls.dart @@ -30,22 +30,21 @@ class LoggingControls extends StatelessWidget { onPressed: controller.clear, gaScreen: gac.logging, gaSelection: gac.clear, - minScreenWidthForTextBeforeScaling: _loggingMinVerboseWidth, + minScreenWidthForText: _loggingMinVerboseWidth, ), const SizedBox(width: denseSpacing), Expanded( // TODO(kenz): fix focus issue when state is refreshed child: ValueListenableBuilder( valueListenable: controller.filteredData, - builder: - (context, _, _) => SearchField( - searchFieldWidth: - isScreenWiderThan(context, _loggingMinVerboseWidth) - ? wideSearchFieldWidth - : defaultSearchFieldWidth, - searchController: controller, - searchFieldEnabled: controller.filteredData.value.isNotEmpty, - ), + builder: (context, _, _) => SearchField( + searchFieldWidth: + isScreenWiderThan(context, _loggingMinVerboseWidth) + ? wideSearchFieldWidth + : defaultSearchFieldWidth, + searchController: controller, + searchFieldEnabled: controller.filteredData.value.isNotEmpty, + ), ), ), const SizedBox(width: denseSpacing), @@ -57,10 +56,9 @@ class LoggingControls extends StatelessWidget { ), const SizedBox(width: denseSpacing), CopyToClipboardControl( - dataProvider: - () => controller.filteredData.value - .map((e) => '${e.timestamp} [${e.kind}] ${e.prettyPrinted()}') - .joinWithTrailing('\n'), + dataProvider: () => controller.filteredData.value + .map((e) => '${e.timestamp} [${e.kind}] ${e.prettyPrinted()}') + .joinWithTrailing('\n'), tooltip: 'Copy filtered logs', ), const SizedBox(width: denseSpacing), diff --git a/packages/devtools_app/lib/src/screens/logging/logging_screen.dart b/packages/devtools_app/lib/src/screens/logging/logging_screen.dart index 7344d031a84..2b68a9dc1fe 100644 --- a/packages/devtools_app/lib/src/screens/logging/logging_screen.dart +++ b/packages/devtools_app/lib/src/screens/logging/logging_screen.dart @@ -70,10 +70,9 @@ class _LoggingScreenState extends State Expanded( child: SplitPane( axis: splitAxis, - initialFractions: - splitAxis == Axis.vertical - ? const [0.8, 0.2] - : const [0.7, 0.3], + initialFractions: splitAxis == Axis.vertical + ? const [0.8, 0.2] + : const [0.7, 0.3], children: [ RoundedOutlinedBorder( clip: true, diff --git a/packages/devtools_app/lib/src/screens/logging/metadata.dart b/packages/devtools_app/lib/src/screens/logging/metadata.dart index 40a8d851560..9ac216e67e0 100644 --- a/packages/devtools_app/lib/src/screens/logging/metadata.dart +++ b/packages/devtools_app/lib/src/screens/logging/metadata.dart @@ -8,6 +8,7 @@ import 'package:devtools_app_shared/service.dart'; import 'package:devtools_app_shared/ui.dart'; import 'package:flutter/material.dart'; import 'package:logging/logging.dart'; +import 'package:vm_service/vm_service.dart' show EventKind; import '../../shared/primitives/utils.dart'; import 'logging_controller.dart'; @@ -129,7 +130,7 @@ abstract class MetadataChip extends StatelessWidget { static const verticalPadding = borderPadding; static const iconPadding = densePadding; static const _borderRadius = 4.0; - static final _metadataIconSize = scaleByFontFactor(12.0); + static const _metadataIconSize = 12.0; @override Widget build(BuildContext context) { @@ -145,15 +146,13 @@ abstract class MetadataChip extends StatelessWidget { decoration: BoxDecoration( color: backgroundColor, borderRadius: BorderRadius.circular(_borderRadius), - border: - outlined - ? Border.all(color: theme.colorScheme.subtleTextColor) - : null, + border: outlined + ? Border.all(color: theme.colorScheme.subtleTextColor) + : null, ), - margin: - includeLeadingMargin - ? const EdgeInsets.only(left: denseSpacing) - : null, + margin: includeLeadingMargin + ? const EdgeInsets.only(left: denseSpacing) + : null, padding: const EdgeInsets.symmetric( horizontal: horizontalPadding, vertical: verticalPadding, @@ -172,7 +171,7 @@ abstract class MetadataChip extends StatelessWidget { ] else // Include an empty SizedBox to ensure a consistent height for the // chips, regardless of whether the chip includes an icon. - SizedBox(height: _metadataIconSize), + const SizedBox(height: _metadataIconSize), RichText( text: TextSpan( text: text, @@ -203,6 +202,8 @@ class KindMetaDataChip extends MetadataChip { String? kindIconAsset; if (kind == 'stdout' || kind == 'stderr') { kindIcon = Icons.terminal_rounded; + } else if (kind == EventKind.kTimerSignificantlyOverdue) { + kindIcon = Icons.timer_rounded; } else if (RegExp(r'^flutter\..*$').hasMatch(kind)) { kindIconAsset = 'icons/flutter.png'; kindIcon = null; @@ -305,9 +306,8 @@ class ZoneChip extends MetadataChip { super.outlined = false, }) : super( text: name, - tooltip: - identityHashCode != null - ? 'Zone identityHashCode: $identityHashCode' - : null, + tooltip: identityHashCode != null + ? 'Zone identityHashCode: $identityHashCode' + : null, ); } diff --git a/packages/devtools_app/lib/src/screens/memory/framework/memory_controller.dart b/packages/devtools_app/lib/src/screens/memory/framework/memory_controller.dart index 7843ae0a61a..9a54884e24d 100644 --- a/packages/devtools_app/lib/src/screens/memory/framework/memory_controller.dart +++ b/packages/devtools_app/lib/src/screens/memory/framework/memory_controller.dart @@ -129,17 +129,17 @@ class MemoryController extends DevToolsScreenController chart = MemoryChartPaneController(data: offlineData?.chart ?? ChartData()); - final rootPackage = - isConnected - ? serviceConnection.serviceManager.rootInfoNow().package! - : null; + final rootPackage = isConnected + ? serviceConnection.serviceManager.rootInfoNow().package! + : null; diff = diffPaneController ?? offlineData?.diff ?? DiffPaneController( - loader: - isConnected ? HeapGraphLoaderRuntime(chart.data.timeline) : null, + loader: isConnected + ? HeapGraphLoaderRuntime(chart.data.timeline) + : null, rootPackage: rootPackage, ); diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_pane_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_pane_controller.dart index 035962bc77c..9c3d6562c98 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_pane_controller.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_pane_controller.dart @@ -89,11 +89,10 @@ class MemoryChartPaneController extends DisposableController if (!isChartVisible.value) return; if (!offlineDataController.showingOfflineData.value) { if (_chartConnection == null) { - _chartConnection ??= - _chartConnection = ChartVmConnection( - data.timeline, - isAndroidChartVisible: isAndroidChartVisible, - ); + _chartConnection ??= _chartConnection = ChartVmConnection( + data.timeline, + isAndroidChartVisible: isAndroidChartVisible, + ); if (serviceConnection.serviceManager.connectedState.value.connected) { _chartConnection!.init(); resume(); diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/android_chart_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/android_chart_controller.dart index 12d1bfade6f..247615b6eae 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/android_chart_controller.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/android_chart_controller.dart @@ -13,8 +13,8 @@ import '../../../../../../shared/charts/chart_trace.dart' import '../../../../shared/primitives/memory_timeline.dart'; import '../../data/charts.dart'; -// ignore: avoid_classes_with_only_static_members, enum-like classes are ok -class _Color { +/// A namespace for Android memory chart color constants. +extension _Color on Never { static const otherColor = Color(0xffff8800); // HoloOrangeDark; static const nativeHeapColor = Color(0xff33b5e5); // HoloBlueLight static final graphicColor = Colors.greenAccent.shade400; diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/vm_chart_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/vm_chart_controller.dart index a8c5df9f7e3..a84a8dc67aa 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/vm_chart_controller.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/vm_chart_controller.dart @@ -13,8 +13,8 @@ import '../../../../../../shared/charts/chart_trace.dart' import '../../../../shared/primitives/memory_timeline.dart'; import '../../data/charts.dart'; -// ignore: avoid_classes_with_only_static_members, enum-like classes are ok -class _Colors { +/// A namespace for VM memory chart color constants. +extension _Colors on Never { static final capacity = Colors.grey[400]!; static const used = Color(0xff33b5e5); static const externals = Color(0xff4ddeff); diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/memory_tracker.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/memory_tracker.dart index 3550961d450..7690029922a 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/memory_tracker.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/memory_tracker.dart @@ -107,11 +107,10 @@ class MemoryTracker extends Disposable { // > adb shell dumpsys meminfo -d _adbMemoryInfo = serviceConnection.serviceManager.connectedState.value.connected && - serviceConnection.serviceManager.vm!.operatingSystem == - 'android' && - isAndroidChartVisible.value - ? await _fetchAdbInfo() - : AdbMemoryInfo.empty(); + serviceConnection.serviceManager.vm!.operatingSystem == 'android' && + isAndroidChartVisible.value + ? await _fetchAdbInfo() + : AdbMemoryInfo.empty(); // Query the engine's rasterCache estimate. rasterCache = await _fetchRasterCacheInfo(); diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/data/charts.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/data/charts.dart index e9199815531..35d74718e76 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/chart/data/charts.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/data/charts.dart @@ -284,8 +284,9 @@ class ChartsValues { } else if (hasMonitorStart) { eventsDisplayed['Monitor Start'] = monitorLegend; } else if (hasMonitorReset) { - eventsDisplayed['Monitor Reset'] = - isLight ? resetLightLegend : resetDarkLegend; + eventsDisplayed['Monitor Reset'] = isLight + ? resetLightLegend + : resetDarkLegend; } if (hasGc) { diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_control_pane.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_control_pane.dart index 0314c4636c0..de7fe0fa695 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_control_pane.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_control_pane.dart @@ -106,19 +106,17 @@ class _LegendButton extends StatelessWidget { Widget build(BuildContext context) { return ValueListenableBuilder( valueListenable: chartController.data.isLegendVisible, - builder: - (_, legendVisible, _) => GaDevToolsButton( - onPressed: chartController.data.toggleLegendVisibility, - gaScreen: gac.memory, - gaSelection: - legendVisible - ? gac.MemoryEvents.hideChartLegend.name - : gac.MemoryEvents.showChartLegend.name, - icon: legendVisible ? Icons.close : Icons.storage, - label: 'Legend', - tooltip: 'Toggle visibility of the chart legend', - minScreenWidthForTextBeforeScaling: memoryControlsMinVerboseWidth, - ), + builder: (_, legendVisible, _) => GaDevToolsButton( + onPressed: chartController.data.toggleLegendVisibility, + gaScreen: gac.memory, + gaSelection: legendVisible + ? gac.MemoryEvents.hideChartLegend.name + : gac.MemoryEvents.showChartLegend.name, + icon: legendVisible ? Icons.close : Icons.storage, + label: 'Legend', + tooltip: 'Toggle visibility of the chart legend', + minScreenWidthForText: memoryControlsMinVerboseWidth, + ), ); } } diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_pane.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_pane.dart index dab5ec7b814..1a5f0e243b8 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_pane.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_pane.dart @@ -10,7 +10,6 @@ import 'package:flutter/services.dart'; import '../../../../../shared/charts/chart_controller.dart'; import '../../../../../shared/globals.dart'; import '../../../../../shared/primitives/utils.dart'; -import '../../../../../shared/ui/colors.dart'; import '../../../../../shared/ui/common_widgets.dart'; import '../../../../../shared/utils/utils.dart'; import '../../../shared/primitives/painting.dart'; @@ -44,18 +43,18 @@ class _MemoryChartPaneState extends State static const _hoverXOffset = 10; static const _hoverYOffset = 0.0; - static double get _hoverWidth => scaleByFontFactor(225.0); + static const _hoverWidth = 225.0; static const _hoverCardBorderWidth = 2.0; // TODO(terry): Compute below heights dynamically. - static double get _hoverHeightMinimum => scaleByFontFactor(42.0); - static double get hoverItemHeight => scaleByFontFactor(17.0); + static const _hoverHeightMinimum = 42.0; + static const hoverItemHeight = 17.0; /// One extension event to display (4 lines). - static double get _hoverOneEventsHeight => scaleByFontFactor(82.0); + static const _hoverOneEventsHeight = 82.0; /// Many extension events to display. - static double get _hoverEventsHeight => scaleByFontFactor(120.0); + static const _hoverEventsHeight = 120.0; static double _computeHoverHeight( int eventsCount, @@ -68,8 +67,8 @@ class _MemoryChartPaneState extends State (tracesCount * hoverItemHeight) + (extensionEventsCount > 0 ? (extensionEventsCount == 1 - ? _hoverOneEventsHeight - : _hoverEventsHeight) + ? _hoverOneEventsHeight + : _hoverEventsHeight) : 0); static int get _timestamp => DateTime.now().millisecondsSinceEpoch; @@ -230,7 +229,7 @@ class _MemoryChartPaneState extends State // Separator between Android data. // TODO(terry): Why Center widget doesn't work (parent width is bigger/centered too far right). // Is it centering on a too wide Overlay? - final width = + const width = _hoverWidth - totalDividerLineHorizontalSpace - DashedLine.defaultDashWidth; @@ -273,12 +272,11 @@ class _MemoryChartPaneState extends State double totalHoverHeight; int totalTraces; - totalTraces = - widget.chart.isAndroidChartVisible.value - ? chartsValues.vmData.entries.length - - 1 + - chartsValues.androidData.entries.length - : chartsValues.vmData.entries.length - 1; + totalTraces = widget.chart.isAndroidChartVisible.value + ? chartsValues.vmData.entries.length - + 1 + + chartsValues.androidData.entries.length + : chartsValues.vmData.entries.length - 1; totalHoverHeight = _computeHoverHeight( chartsValues.eventCount, @@ -290,41 +288,37 @@ class _MemoryChartPaneState extends State final overlayState = Overlay.of(context); _hoverOverlayEntry ??= OverlayEntry( - builder: - (context) => Positioned( - top: position.dy + _hoverYOffset, - left: xPosition, - height: totalHoverHeight, - child: Container( - padding: const EdgeInsets.only(top: 5, bottom: 8), - decoration: BoxDecoration( - color: colorScheme.defaultBackgroundColor, - border: Border.all( - color: focusColor, - width: _hoverCardBorderWidth, + builder: (context) => Positioned( + top: position.dy + _hoverYOffset, + left: xPosition, + height: totalHoverHeight, + child: Container( + padding: const EdgeInsets.only(top: 5, bottom: 8), + decoration: BoxDecoration( + color: colorScheme.surface, + border: Border.all(color: focusColor, width: _hoverCardBorderWidth), + borderRadius: defaultBorderRadius, + ), + width: _hoverWidth, + child: ListView( + children: [ + Container( + width: _hoverWidth, + padding: const EdgeInsets.only(bottom: 4), + child: Text( + 'Time $displayTimestamp', + style: theme.legendTextStyle, + textAlign: TextAlign.center, ), - borderRadius: defaultBorderRadius, - ), - width: _hoverWidth, - child: ListView( - children: [ - Container( - width: _hoverWidth, - padding: const EdgeInsets.only(bottom: 4), - child: Text( - 'Time $displayTimestamp', - style: theme.legendTextStyle, - textAlign: TextAlign.center, - ), - ), - ..._displayEventsInHover(chartsValues), - ..._displayVmDataInHover(chartsValues), - ..._displayAndroidDataInHover(chartsValues), - ..._displayExtensionEventsInHover(chartsValues), - ], ), - ), + ..._displayEventsInHover(chartsValues), + ..._displayVmDataInHover(chartsValues), + ..._displayAndroidDataInHover(chartsValues), + ..._displayExtensionEventsInHover(chartsValues), + ], ), + ), + ), ); overlayState.insert(_hoverOverlayEntry!); @@ -340,14 +334,15 @@ class _MemoryChartPaneState extends State for (final entry in dataToDisplay.entries) { final keys = entry.value.keys; - final image = - keys.contains(renderImage) - ? entry.value[renderImage] as String? - : null; - final color = - keys.contains(renderLine) ? entry.value[renderLine] as Color? : null; - final dashedLine = - keys.contains(renderDashed) ? entry.value[renderDashed] : false; + final image = keys.contains(renderImage) + ? entry.value[renderImage] as String? + : null; + final color = keys.contains(renderLine) + ? entry.value[renderLine] as Color? + : null; + final dashedLine = keys.contains(renderDashed) + ? entry.value[renderDashed] + : false; results.add( _hoverRow( @@ -399,15 +394,15 @@ class _MemoryChartPaneState extends State // Logic would be hard to read as a conditional expression. // ignore: prefer-conditional-expression if (colorPatch != null) { - traceColor = - dashed ? createDashWidget(colorPatch) : createSolidLine(colorPatch); + traceColor = dashed + ? createDashWidget(colorPatch) + : createSolidLine(colorPatch); } else { - traceColor = - image == null - ? const SizedBox() - : scaleImage - ? Image(image: AssetImage(image), width: 20, height: 10) - : Image(image: AssetImage(image)); + traceColor = image == null + ? const SizedBox() + : scaleImage + ? Image(image: AssetImage(image), width: 20, height: 10) + : Image(image: AssetImage(image)); } return [ diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/interval_dropdown.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/interval_dropdown.dart index 3fba961b019..a02b56be643 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/interval_dropdown.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/interval_dropdown.dart @@ -22,15 +22,14 @@ class IntervalDropdown extends StatefulWidget { class _IntervalDropdownState extends State { @override Widget build(BuildContext context) { - final displayTypes = - ChartInterval.values.map>(( - ChartInterval value, - ) { + final displayTypes = ChartInterval.values + .map>((ChartInterval value) { return DropdownMenuItem( value: value, child: Text(value.displayName), ); - }).toList(); + }) + .toList(); return RoundedDropDownButton( isDense: true, diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/legend.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/legend.dart index 61982592ef2..5c43dd6c3e6 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/legend.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/legend.dart @@ -5,17 +5,16 @@ import 'package:devtools_app_shared/ui.dart'; import 'package:flutter/material.dart'; -import '../../../../../shared/ui/colors.dart'; import '../../../shared/primitives/painting.dart'; import '../controller/chart_pane_controller.dart'; import '../controller/charts/android_chart_controller.dart'; import '../controller/charts/vm_chart_controller.dart'; import '../data/charts.dart'; -final _legendWidth = scaleByFontFactor(200.0); -final _legendTextWidth = scaleByFontFactor(55.0); -final _legendHeight1Chart = scaleByFontFactor(200.0); -final _legendHeight2Charts = scaleByFontFactor(323.0); +const _legendWidth = 200.0; +const _legendTextWidth = 55.0; +const _legendHeight1Chart = 200.0; +const _legendHeight2Charts = 323.0; /// Padding for each title in the legend. const _legendTitlePadding = EdgeInsets.only(left: 5, bottom: 4); @@ -85,7 +84,7 @@ class MemoryChartLegend extends StatelessWidget { height: isAndroidVisible ? _legendHeight2Charts : _legendHeight1Chart, padding: const EdgeInsets.only(top: densePadding, right: densePadding), decoration: BoxDecoration( - color: colorScheme.defaultBackgroundColor, + color: colorScheme.surface, border: Border.all(color: theme.focusColor), borderRadius: defaultBorderRadius, ), @@ -130,18 +129,15 @@ class _LegendRow extends StatelessWidget { } Widget legendSymbol(Map dataToDisplay) { - final image = - dataToDisplay.containsKey(renderImage) - ? dataToDisplay[renderImage] as String? - : null; - final color = - dataToDisplay.containsKey(renderLine) - ? dataToDisplay[renderLine] as Color? - : null; - final dashedLine = - dataToDisplay.containsKey(renderDashed) - ? dataToDisplay[renderDashed] - : false; + final image = dataToDisplay.containsKey(renderImage) + ? dataToDisplay[renderImage] as String? + : null; + final color = dataToDisplay.containsKey(renderLine) + ? dataToDisplay[renderLine] as Color? + : null; + final dashedLine = dataToDisplay.containsKey(renderDashed) + ? dataToDisplay[renderDashed] + : false; Widget traceColor; if (color != null) { @@ -151,8 +147,9 @@ class _LegendRow extends StatelessWidget { traceColor = createSolidLine(color); } } else { - traceColor = - image == null ? const SizedBox() : Image(image: AssetImage(image)); + traceColor = image == null + ? const SizedBox() + : Image(image: AssetImage(image)); } return traceColor; diff --git a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/control_pane.dart b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/control_pane.dart index 3aee542cb95..334d9c3dbcd 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/control_pane.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/control_pane.dart @@ -26,15 +26,14 @@ class MemoryControlPane extends StatelessWidget { Widget build(BuildContext context) { // OfflineAwareControls are here to enable button to exit offline mode. return OfflineAwareControls( - controlsBuilder: - (_) => Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ - const PrimaryControls(), - const Spacer(), - SecondaryControls(isGcing: isGcing, onGc: onGc, onSave: onSave), - ], - ), + controlsBuilder: (_) => Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + const PrimaryControls(), + const Spacer(), + SecondaryControls(isGcing: isGcing, onGc: onGc, onSave: onSave), + ], + ), gaScreen: ScreenMetaData.memory.id, ); } diff --git a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/primary_controls.dart b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/primary_controls.dart index 53e23c68f6a..4b702790e2d 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/primary_controls.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/primary_controls.dart @@ -21,7 +21,7 @@ class PrimaryControls extends StatelessWidget { show: preferences.memory.showChart, gaScreen: gac.memory, onPressed: (show) => preferences.memory.showChart.value = show, - minScreenWidthForTextBeforeScaling: memoryControlsMinVerboseWidth, + minScreenWidthForText: memoryControlsMinVerboseWidth, label: memoryChartText, tooltip: 'Toggle visibility of the Memory usage chart', ); diff --git a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/secondary_controls.dart b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/secondary_controls.dart index bea2f12c693..79515d67f7a 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/secondary_controls.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/secondary_controls.dart @@ -44,8 +44,7 @@ class SecondaryControls extends StatelessWidget { icon: Icons.delete, label: 'GC', tooltip: 'Trigger full garbage collection.', - minScreenWidthForTextBeforeScaling: - memoryControlsMinVerboseWidth, + minScreenWidthForText: memoryControlsMinVerboseWidth, gaScreen: gac.memory, gaSelection: gac.MemoryEvents.gc.name, ); diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/diff_pane_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/diff_pane_controller.dart index a46a1948cbb..9425b6c0ca7 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/diff_pane_controller.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/diff_pane_controller.dart @@ -44,16 +44,13 @@ class DiffPaneController extends DisposableController with Serializable { } factory DiffPaneController.fromJson(Map json) { - final snapshots = - (json[Json.snapshots.name] as List) - .map( - (e) => - deserialize(e, SnapshotDataItem.fromJson), - ) - .toList(); + final snapshots = (json[Json.snapshots.name] as List) + .map((e) => deserialize(e, SnapshotDataItem.fromJson)) + .toList(); - final diffWith = - (json[Json.diffWith.name] as List).map((e) => e as int?).toList(); + final diffWith = (json[Json.diffWith.name] as List) + .map((e) => e as int?) + .toList(); assert(snapshots.length == diffWith.length); @@ -73,21 +70,19 @@ class DiffPaneController extends DisposableController with Serializable { @override Map toJson() { - final snapshots = - core.snapshots.value - .whereType() - .where((s) => s.heap != null) - .toList(); + final snapshots = core.snapshots.value + .whereType() + .where((s) => s.heap != null) + .toList(); final snapshotToIndex = snapshots.asMap().map( (index, item) => MapEntry(item, index), ); - final diffWithIndices = - snapshots.map((item) { - final diffWith = item.diffWith.value; - return diffWith == null ? null : snapshotToIndex[diffWith]; - }).toList(); + final diffWithIndices = snapshots.map((item) { + final diffWith = item.diffWith.value; + return diffWith == null ? null : snapshotToIndex[diffWith]; + }).toList(); return { Json.snapshots.name: snapshots, @@ -265,10 +260,9 @@ class CoreData extends Disposable { SnapshotItem get selectedItem => _snapshots.value[_selectedSnapshotIndex.value]; - SnapshotDataItem? get selectedDataItem => - selectedItem is SnapshotDataItem - ? selectedItem as SnapshotDataItem - : null; + SnapshotDataItem? get selectedDataItem => selectedItem is SnapshotDataItem + ? selectedItem as SnapshotDataItem + : null; /// Full name for the selected class. /// diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/classes_diff.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/classes_diff.dart index c554744ba22..931023fdbc2 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/classes_diff.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/classes_diff.dart @@ -132,18 +132,18 @@ class DiffClassData extends ClassData { dataAfter: dataAfter, ), // PathFromRoot, ObjectSetStats - byPath: subtractMaps< - PathFromRoot, - ObjectSetStats, - ObjectSetStats, - ObjectSetStats - >( - from: after?.byPath, - subtract: before?.byPath, - subtractor: - ({subtract, from}) => + byPath: + subtractMaps< + PathFromRoot, + ObjectSetStats, + ObjectSetStats, + ObjectSetStats + >( + from: after?.byPath, + subtract: before?.byPath, + subtractor: ({subtract, from}) => ObjectSetStats.subtract(subtract: subtract, from: from), - ), + ), ); if (result.isZero()) return null; diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_data.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_data.dart index b6b9c144364..91c3b950f31 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_data.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_data.dart @@ -28,22 +28,22 @@ HeapDiffData calculateHeapDiffData({ required HeapData before, required HeapData after, }) { - final classesByName = subtractMaps< - HeapClassName, - SingleClassData, - SingleClassData, - DiffClassData - >( - from: after.classes!.asMap(), - subtract: before.classes!.asMap(), - subtractor: - ({subtract, from}) => DiffClassData.compare( + final classesByName = + subtractMaps< + HeapClassName, + SingleClassData, + SingleClassData, + DiffClassData + >( + from: after.classes!.asMap(), + subtract: before.classes!.asMap(), + subtractor: ({subtract, from}) => DiffClassData.compare( before: subtract, after: from, dataBefore: before, dataAfter: after, ), - ); + ); return HeapDiffData._( ClassDataList(classesByName.values.toList(growable: false)), diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_store.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_store.dart index 067b7034ef8..6b7614614be 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_store.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_store.dart @@ -28,17 +28,14 @@ HeapDiffData _calculateDiffGaWrapper(_HeapCouple couple) { ga.timeSync( gac.memory, gac.MemoryTime.calculateDiff.name, - syncOperation: - () => - result = calculateHeapDiffData( - before: couple.before, - after: couple.after, - ), - screenMetricsProvider: - () => MemoryScreenMetrics( - heapDiffObjectsBefore: couple.before.graph.objects.length, - heapDiffObjectsAfter: couple.after.graph.objects.length, - ), + syncOperation: () => result = calculateHeapDiffData( + before: couple.before, + after: couple.after, + ), + screenMetricsProvider: () => MemoryScreenMetrics( + heapDiffObjectsBefore: couple.before.graph.objects.length, + heapDiffObjectsAfter: couple.after.graph.objects.length, + ), ); return result; } diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/diff_pane.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/diff_pane.dart index 38ec4a46fa5..2342b95fc20 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/diff_pane.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/diff_pane.dart @@ -72,9 +72,8 @@ class _SnapshotItemContent extends StatelessWidget { styleSheet: MarkdownStyleSheet( p: Theme.of(context).regularTextStyle, ), - onTapLink: - (text, url, title) => - unawaited(launchUrlWithErrorHandling(url!)), + onTapLink: (text, url, title) => + unawaited(launchUrlWithErrorHandling(url!)), ), ), const SizedBox(width: densePadding), diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/path.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/path.dart index 1b1246db3e3..7821f0c3bbb 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/path.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/path.dart @@ -81,36 +81,33 @@ class _PathControlPane extends StatelessWidget { const SizedBox(width: denseSpacing), ValueListenableBuilder( valueListenable: controller.hideStandard, - builder: - (_, hideStandard, _) => DevToolsFilterButton( - onPressed: () { - ga.select( - gac.memory, - '${gac.MemoryEvents.diffPathFilter.name}-$hideStandard', - ); - controller.hideStandard.value = - !controller.hideStandard.value; - }, - isFilterActive: hideStandard, - message: 'Hide standard libraries', - ), + builder: (_, hideStandard, _) => DevToolsFilterButton( + onPressed: () { + ga.select( + gac.memory, + '${gac.MemoryEvents.diffPathFilter.name}-$hideStandard', + ); + controller.hideStandard.value = !controller.hideStandard.value; + }, + isFilterActive: hideStandard, + message: 'Hide standard libraries', + ), ), const SizedBox(width: denseSpacing), ValueListenableBuilder( valueListenable: controller.invert, - builder: - (_, invert, _) => DevToolsToggleButton( - onPressed: () { - ga.select( - gac.memory, - '${gac.MemoryEvents.diffPathInvert.name}-$invert', - ); - controller.invert.value = !controller.invert.value; - }, - isSelected: invert, - message: 'Invert the path', - icon: Icons.swap_horiz, - ), + builder: (_, invert, _) => DevToolsToggleButton( + onPressed: () { + ga.select( + gac.memory, + '${gac.MemoryEvents.diffPathInvert.name}-$invert', + ); + controller.invert.value = !controller.invert.value; + }, + isSelected: invert, + message: 'Invert the path', + icon: Icons.swap_horiz, + ), ), ], ); diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/paths.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/paths.dart index 9cf7f988a4a..638c87e75bd 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/paths.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/paths.dart @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -import 'package:devtools_app_shared/ui.dart'; import 'package:flutter/widgets.dart'; import '../../../../../../shared/analytics/analytics.dart' as ga; @@ -16,7 +15,7 @@ import '../../../../shared/primitives/simple_elements.dart'; import '../../controller/class_data.dart'; class _RetainingPathColumn extends ColumnData { - _RetainingPathColumn(String className) + const _RetainingPathColumn(String className) : super.wide( 'Shortest Retaining Path for Instances of $className', titleTooltip: @@ -34,13 +33,13 @@ class _RetainingPathColumn extends ColumnData { } class _InstanceColumn extends ColumnData { - _InstanceColumn(bool isDiff) + const _InstanceColumn(bool isDiff) : super( isDiff ? 'Instance\nDelta' : 'Instances', titleTooltip: 'Number of instances of the class\n' 'retained by the path.', - fixedWidthPx: scaleByFontFactor(80.0), + fixedWidthPx: 80.0, alignment: ColumnAlignment.right, ); @@ -56,7 +55,7 @@ class _ShallowSizeColumn extends ColumnData { : super( isDiff ? 'Shallow\nSize Delta' : 'Shallow\nDart Size', titleTooltip: SizeType.shallow.description, - fixedWidthPx: scaleByFontFactor(80.0), + fixedWidthPx: 80.0, alignment: ColumnAlignment.right, ); @@ -76,7 +75,7 @@ class _RetainedSizeColumn extends ColumnData { : super( isDiff ? 'Retained\nSize Delta' : 'Retained\nDart Size', titleTooltip: SizeType.retained.description, - fixedWidthPx: scaleByFontFactor(80.0), + fixedWidthPx: 80.0, alignment: ColumnAlignment.right, ); @@ -147,11 +146,10 @@ class RetainingPathTable extends StatelessWidget { data: _data, keyFactory: (e) => ValueKey(e.path), selectionNotifier: selection, - onItemSelected: - (_) => ga.select( - gac.memory, - '${gac.MemoryEvents.diffPathSelect.name}-${isDiff ? "diff" : "single"}', - ), + onItemSelected: (_) => ga.select( + gac.memory, + '${gac.MemoryEvents.diffPathSelect.name}-${isDiff ? "diff" : "single"}', + ), defaultSortColumn: columns.retainedSizeColumn, defaultSortDirection: SortDirection.descending, tallHeaders: true, diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_diff.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_diff.dart index 7f9baed7567..a40c9ebc2e2 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_diff.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_diff.dart @@ -25,11 +25,11 @@ class _ClassNameColumn extends ColumnData implements ColumnRenderer, ColumnHeaderRenderer { - _ClassNameColumn(this.diffData) + const _ClassNameColumn(this.diffData) : super( 'Class', titleTooltip: 'Class name', - fixedWidthPx: scaleByFontFactor(200.0), + fixedWidthPx: 200.0, alignment: ColumnAlignment.left, ); @@ -48,7 +48,6 @@ class _ClassNameColumn extends ColumnData DiffClassData data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return HeapClassView( theClass: data.className, @@ -78,7 +77,7 @@ class _InstanceColumn extends ColumnData _InstanceColumn(this.dataPart, this.diffData) : super( columnTitle(dataPart), - fixedWidthPx: scaleByFontFactor(110.0), + fixedWidthPx: 110.0, alignment: ColumnAlignment.right, ); @@ -132,7 +131,6 @@ class _InstanceColumn extends ColumnData DiffClassData data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { final objects = _instances(data); @@ -141,10 +139,9 @@ class _InstanceColumn extends ColumnData return null; } - final heapCallback = - dataPart == _DataPart.deleted - ? diffData.heapBefore - : diffData.heapAfter; + final heapCallback = dataPart == _DataPart.deleted + ? diffData.heapBefore + : diffData.heapAfter; if (objects is! ObjectSet) { throw StateError( @@ -166,7 +163,7 @@ class _SizeColumn extends ColumnData { _SizeColumn(this.dataPart, this.sizeType) : super( columnTitle(dataPart), - fixedWidthPx: scaleByFontFactor(80.0), + fixedWidthPx: 80.0, alignment: ColumnAlignment.right, ); @@ -266,17 +263,16 @@ class _SizeGroupTitle extends StatelessWidget { RoundedDropDownButton( isDense: true, value: sizeType, - onChanged: - (SizeType? value) => diffData.selectedSizeType.value = value!, - items: - SizeType.values - .map( - (sizeType) => DropdownMenuItem( - value: sizeType, - child: Text(sizeType.displayName), - ), - ) - .toList(), + onChanged: (SizeType? value) => + diffData.selectedSizeType.value = value!, + items: SizeType.values + .map( + (sizeType) => DropdownMenuItem( + value: sizeType, + child: Text(sizeType.displayName), + ), + ) + .toList(), ), const SizedBox(width: denseSpacing), const Text('Size'), @@ -331,11 +327,8 @@ class ClassesTableDiff extends StatelessWidget { dataKey: dataKey, keyFactory: (e) => Key(e.className.fullName), selectionNotifier: diffData.selection, - onItemSelected: - (_) => ga.select( - gac.memory, - gac.MemoryEvents.diffClassDiffSelect.name, - ), + onItemSelected: (_) => + ga.select(gac.memory, gac.MemoryEvents.diffClassDiffSelect.name), defaultSortColumn: columns.sizeDeltaColumn, defaultSortDirection: SortDirection.descending, ); diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_single.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_single.dart index 3f51fa80804..24b9cebbdd1 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_single.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_single.dart @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -import 'package:devtools_app_shared/ui.dart'; import 'package:flutter/material.dart'; import '../../../../../shared/analytics/analytics.dart' as ga; @@ -23,11 +22,11 @@ class _ClassNameColumn extends ColumnData implements ColumnRenderer, ColumnHeaderRenderer { - _ClassNameColumn(this.data) + const _ClassNameColumn(this.data) : super( 'Class', titleTooltip: 'Class name', - fixedWidthPx: scaleByFontFactor(200.0), + fixedWidthPx: 200.0, alignment: ColumnAlignment.left, ); @@ -46,7 +45,6 @@ class _ClassNameColumn extends ColumnData SingleClassData data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return HeapClassView( theClass: data.className, @@ -73,11 +71,11 @@ class _ClassNameColumn extends ColumnData class _InstanceColumn extends ColumnData implements ColumnRenderer { - _InstanceColumn(this.classData) + const _InstanceColumn(this.classData) : super( 'Instances', titleTooltip: nonGcableInstancesColumnTooltip, - fixedWidthPx: scaleByFontFactor(80.0), + fixedWidthPx: 80.0, alignment: ColumnAlignment.right, ); @@ -95,7 +93,6 @@ class _InstanceColumn extends ColumnData SingleClassData data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return HeapInstanceTableCell( data.objects, @@ -111,7 +108,7 @@ class _ShallowSizeColumn extends ColumnData { : super( 'Shallow Dart Size', titleTooltip: SizeType.shallow.description, - fixedWidthPx: scaleByFontFactor(120.0), + fixedWidthPx: 120.0, alignment: ColumnAlignment.right, ); @@ -131,7 +128,7 @@ class _RetainedSizeColumn extends ColumnData { : super( 'Retained Dart Size', titleTooltip: SizeType.retained.description, - fixedWidthPx: scaleByFontFactor(130.0), + fixedWidthPx: 130.0, alignment: ColumnAlignment.right, ); @@ -198,11 +195,8 @@ class ClassesTableSingle extends StatelessWidget { dataKey: dataKey, keyFactory: (e) => Key(e.className.fullName), selectionNotifier: classesData.selection, - onItemSelected: - (_) => ga.select( - gac.memory, - gac.MemoryEvents.diffClassSingleSelect.name, - ), + onItemSelected: (_) => + ga.select(gac.memory, gac.MemoryEvents.diffClassSingleSelect.name), defaultSortColumn: _columns.retainedSizeColumn, defaultSortDirection: SortDirection.descending, ); diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/instances.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/instances.dart index 76fb8e3c14e..38a1af79c46 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/instances.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/instances.dart @@ -25,10 +25,9 @@ class HeapInstanceTableCell extends StatelessWidget { super.key, required bool isSelected, this.liveItemsEnabled = true, - }) : _sampleObtainer = - _shouldShowMenu(isSelected, objects) - ? SnapshotClassSampler(heapClass, objects, heap()) - : null, + }) : _sampleObtainer = _shouldShowMenu(isSelected, objects) + ? SnapshotClassSampler(heapClass, objects, heap()) + : null, _count = objects.instanceCount; static bool _shouldShowMenu(bool isSelected, ObjectSet objects) => @@ -43,11 +42,10 @@ class HeapInstanceTableCell extends StatelessWidget { Widget build(BuildContext context) { return InstanceViewWithContextMenu( count: _count, - menuBuilder: - () => _buildHeapInstancesMenu( - sampler: _sampleObtainer, - liveItemsEnabled: liveItemsEnabled, - ), + menuBuilder: () => _buildHeapInstancesMenu( + sampler: _sampleObtainer, + liveItemsEnabled: liveItemsEnabled, + ), ); } } @@ -86,11 +84,10 @@ class _StoreAllAsVariableMenu extends StatelessWidget { required bool subclasses, required bool implementers, }) => MenuItemButton( - onPressed: - () async => await sampler.allLiveToConsole( - includeImplementers: implementers, - includeSubclasses: subclasses, - ), + onPressed: () async => await sampler.allLiveToConsole( + includeImplementers: implementers, + includeSubclasses: subclasses, + ), child: Text(title), ); @@ -128,23 +125,21 @@ class _StoreAsOneVariableMenu extends StatelessWidget { return SubmenuButton( menuChildren: [ MenuItemButton( - onPressed: - () => unawaited( - sampler.oneStaticToConsole( - sourceFeature: MemoryAreas.snapshotDiff.name, - ), - ), + onPressed: () => unawaited( + sampler.oneStaticToConsole( + sourceFeature: MemoryAreas.snapshotDiff.name, + ), + ), child: const Text('Any'), ), MenuItemButton( - onPressed: - liveItemsEnabled - ? () => unawaited( - sampler.oneLiveStaticToConsole( - sourceFeature: MemoryAreas.snapshotDiff.name, - ), - ) - : null, + onPressed: liveItemsEnabled + ? () => unawaited( + sampler.oneLiveStaticToConsole( + sourceFeature: MemoryAreas.snapshotDiff.name, + ), + ) + : null, child: const Text('Any, not garbage collected'), ), ], diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_control_pane.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_control_pane.dart index d9a82630705..a1da1ad78c3 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_control_pane.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_control_pane.dart @@ -34,8 +34,7 @@ class SnapshotControlPane extends StatelessWidget { DownloadButton( tooltip: 'Download data in CSV format', label: 'CSV', - minScreenWidthForTextBeforeScaling: - memoryControlsMinVerboseWidth, + minScreenWidthForText: memoryControlsMinVerboseWidth, gaScreen: gac.memory, gaSelection: gac.MemoryEvents.diffSnapshotDownloadCsv.name, onPressed: controller.downloadCurrentItemToCsv, @@ -66,51 +65,52 @@ class _DiffDropdown extends StatelessWidget { final SnapshotDataItem current; final DiffPaneController controller; - List> items() => - controller.core.snapshots.value - .whereType() - .where((item) => item.isProcessed) - .map((item) { - return DropdownMenuItem( - value: item, - child: Text(item == current ? '-' : item.name), - ); - }) - .toList(); + List> items() => controller + .core + .snapshots + .value + .whereType() + .where((item) => item.isProcessed) + .map((item) { + return DropdownMenuItem( + value: item, + child: Text(item == current ? '-' : item.name), + ); + }) + .toList(); @override Widget build(BuildContext context) { return ValueListenableBuilder( valueListenable: current.diffWith, - builder: - (_, diffWith, _) => Row( - children: [ - const Text('Diff with:'), - const SizedBox(width: defaultSpacing), - RoundedDropDownButton( - isDense: true, - value: current.diffWith.value ?? current, - onChanged: (SnapshotDataItem? value) { - late SnapshotDataItem? newDiffWith; - if ((value ?? current) == current) { - ga.select( - gac.memory, - gac.MemoryEvents.diffSnapshotDiffSelectOff.name, - ); - newDiffWith = null; - } else { - ga.select( - gac.memory, - gac.MemoryEvents.diffSnapshotDiffSelect.name, - ); - newDiffWith = value; - } - controller.setDiffing(current, newDiffWith); - }, - items: items(), - ), - ], + builder: (_, diffWith, _) => Row( + children: [ + const Text('Diff with:'), + const SizedBox(width: defaultSpacing), + RoundedDropDownButton( + isDense: true, + value: current.diffWith.value ?? current, + onChanged: (SnapshotDataItem? value) { + late SnapshotDataItem? newDiffWith; + if ((value ?? current) == current) { + ga.select( + gac.memory, + gac.MemoryEvents.diffSnapshotDiffSelectOff.name, + ); + newDiffWith = null; + } else { + ga.select( + gac.memory, + gac.MemoryEvents.diffSnapshotDiffSelect.name, + ); + newDiffWith = value; + } + controller.setDiffing(current, newDiffWith); + }, + items: items(), ), + ], + ), ); } } diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_list.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_list.dart index 2f576ef0f31..63f7554fa14 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_list.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_list.dart @@ -61,11 +61,10 @@ class _ListControlPane extends StatelessWidget { if (!context.mounted) return; await showDialog( context: context, - builder: - (context) => UnexpectedErrorDialog( - additionalInfo: - 'Encountered an error while taking a heap snapshot:\n${e.runtimeType}\n$e\n$trace', - ), + builder: (context) => UnexpectedErrorDialog( + additionalInfo: + 'Encountered an error while taking a heap snapshot:\n${e.runtimeType}\n$e\n$trace', + ), ); } } @@ -93,16 +92,15 @@ class _ListControlPane extends StatelessWidget { icon: Icons.delete, size: defaultIconSize, tooltip: 'Delete all snapshots', - onPressed: - controller.hasSnapshots - ? () { - ga.select( - gac.memory, - gac.MemoryEvents.diffClearSnapshots.name, - ); - controller.clearSnapshots(); - } - : null, + onPressed: controller.hasSnapshots + ? () { + ga.select( + gac.memory, + gac.MemoryEvents.diffClearSnapshots.name, + ); + controller.clearSnapshots(); + } + : null, ); }, ), @@ -186,25 +184,24 @@ class SnapshotListTitle extends StatelessWidget { Text(prettyPrintBytes(theItem.totalSize, includeUnit: true)!), Padding( padding: const EdgeInsets.only(left: ContextMenuButton.densePadding), - child: - selected - ? ContextMenuButton( - menuChildren: [ - MenuItemButton( - onPressed: onEdit, - child: const Text('Rename'), - ), - MenuItemButton( - onPressed: onDelete, - child: const Text('Delete'), - ), - MenuItemButton( - onPressed: onExport, - child: const Text('Export'), - ), - ], - ) - : const SizedBox(width: menuButtonWidth), + child: selected + ? ContextMenuButton( + menuChildren: [ + MenuItemButton( + onPressed: onEdit, + child: const Text('Rename'), + ), + MenuItemButton( + onPressed: onDelete, + child: const Text('Delete'), + ), + MenuItemButton( + onPressed: onExport, + child: const Text('Export'), + ), + ], + ) + : const SizedBox(width: menuButtonWidth), ), ]); } else { @@ -214,8 +211,9 @@ class SnapshotListTitle extends StatelessWidget { return FutureBuilder( future: theItem is SnapshotDataItem ? theItem.process : null, builder: (_, _) { - final isProcessing = - theItem is SnapshotDataItem ? !theItem.isProcessed : false; + final isProcessing = theItem is SnapshotDataItem + ? !theItem.isProcessed + : false; return Padding( padding: const EdgeInsets.symmetric(horizontal: denseRowSpacing), @@ -223,7 +221,7 @@ class SnapshotListTitle extends StatelessWidget { children: [ leading, if (isProcessing) - CenteredCircularProgressIndicator(size: smallProgressSize) + const CenteredCircularProgressIndicator(size: smallProgressSize) else ...trailing, ], @@ -396,10 +394,9 @@ class _SnapshotListItemsState extends State<_SnapshotListItems> final selected = selectedIndex == index; return Container( height: _headerHeight, - color: - selected - ? Theme.of(context).colorScheme.selectedRowBackgroundColor - : null, + color: selected + ? Theme.of(context).colorScheme.selectedRowBackgroundColor + : null, child: InkWell( canRequestFocus: false, onTap: () { diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_view.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_view.dart index 217a19c672f..090d1006c23 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_view.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_view.dart @@ -58,13 +58,12 @@ class SnapshotView extends StatelessWidget { final pathTable = ValueListenableBuilder( valueListenable: controller.derived.classData, - builder: - (_, classData, _) => HeapClassDetails( - classData: classData, - pathSelection: controller.derived.selectedPath, - isDiff: classes is ClassDataList, - pathController: controller.retainingPathController, - ), + builder: (_, classData, _) => HeapClassDetails( + classData: classData, + pathSelection: controller.derived.selectedPath, + isDiff: classes is ClassDataList, + pathController: controller.retainingPathController, + ), ); return SplitPane( diff --git a/packages/devtools_app/lib/src/screens/memory/panes/profile/instances.dart b/packages/devtools_app/lib/src/screens/memory/panes/profile/instances.dart index 077737edbf2..4c11d85e80b 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/profile/instances.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/profile/instances.dart @@ -63,11 +63,10 @@ class _StoreAllAsVariableMenu extends StatelessWidget { required bool subclasses, required bool implementers, }) => MenuItemButton( - onPressed: - () async => await sampler.allLiveToConsole( - includeImplementers: implementers, - includeSubclasses: subclasses, - ), + onPressed: () async => await sampler.allLiveToConsole( + includeImplementers: implementers, + includeSubclasses: subclasses, + ), child: Text(title), ); @@ -95,10 +94,9 @@ class _StoreAsOneVariableMenu extends StatelessWidget { @override Widget build(BuildContext context) { return MenuItemButton( - onPressed: - () => unawaited( - sampler.oneLiveToConsole(sourceFeature: MemoryAreas.profile.name), - ), + onPressed: () => unawaited( + sampler.oneLiveToConsole(sourceFeature: MemoryAreas.profile.name), + ), child: const Text('Store one instance as a console variable'), ); } diff --git a/packages/devtools_app/lib/src/screens/memory/panes/profile/model.dart b/packages/devtools_app/lib/src/screens/memory/panes/profile/model.dart index 8ad3e9bc6f8..b1c412b5724 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/profile/model.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/profile/model.dart @@ -38,11 +38,10 @@ class AdaptedProfile with Serializable { ) { final adaptedProfile = AdaptedProfile._( total: ProfileRecord.total(profile), - items: - (profile.members ?? []) - .where((e) => (e.instancesCurrent ?? 0) > 0) - .map((e) => ProfileRecord.fromClassHeapStats(e)) - .toList(), + items: (profile.members ?? []) + .where((e) => (e.instancesCurrent ?? 0) > 0) + .map((e) => ProfileRecord.fromClassHeapStats(e)) + .toList(), newSpaceGCStats: profile.newSpaceGCStats, oldSpaceGCStats: profile.oldSpaceGCStats, totalGCStats: profile.totalGCStats, @@ -74,10 +73,9 @@ class AdaptedProfile with Serializable { factory AdaptedProfile.fromJson(Map json) { return AdaptedProfile._( total: ProfileRecord.fromJson(json[_ProfileJson.total]), - items: - (json[_ProfileJson.items] as List) - .map((e) => ProfileRecord.fromJson(e)) - .toList(), + items: (json[_ProfileJson.items] as List) + .map((e) => ProfileRecord.fromJson(e)) + .toList(), newSpaceGCStats: GCStats.fromJson(json[_ProfileJson.newGC]), oldSpaceGCStats: GCStats.fromJson(json[_ProfileJson.oldGC]), totalGCStats: GCStats.fromJson(json[_ProfileJson.totalGC]), diff --git a/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_view.dart b/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_view.dart index ed9c758aace..16c3827284c 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_view.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_view.dart @@ -36,8 +36,8 @@ class _FieldClassNameColumn extends ColumnData implements ColumnRenderer, ColumnHeaderRenderer { - _FieldClassNameColumn(this.classFilterData) - : super('Class', fixedWidthPx: scaleByFontFactor(200)); + const _FieldClassNameColumn(this.classFilterData) + : super('Class', fixedWidthPx: 200); @override String? getValue(ProfileRecord dataObject) => dataObject.heapClass.className; @@ -54,7 +54,6 @@ class _FieldClassNameColumn extends ColumnData ProfileRecord data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { if (data.isTotal) return null; @@ -103,12 +102,12 @@ enum HeapGeneration { class _FieldInstanceCountColumn extends ColumnData implements ColumnRenderer { - _FieldInstanceCountColumn({required this.heap}) + const _FieldInstanceCountColumn({required this.heap}) : super( 'Instances', titleTooltip: 'The number of instances of the class in the heap', alignment: ColumnAlignment.right, - fixedWidthPx: scaleByFontFactor(_defaultNumberFieldWidth), + fixedWidthPx: _defaultNumberFieldWidth, ); final HeapGeneration heap; @@ -134,7 +133,6 @@ class _FieldInstanceCountColumn extends ColumnData ProfileRecord data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return ProfileInstanceTableCell( data.heapClass, @@ -146,8 +144,8 @@ class _FieldInstanceCountColumn extends ColumnData } class _FieldExternalSizeColumn extends _FieldSizeColumn { - _FieldExternalSizeColumn({required super.heap}) - : super._( + const _FieldExternalSizeColumn({required super.heap}) + : super( title: 'External', titleTooltip: 'Non-Dart heap allocated memory associated with a Dart object', @@ -168,7 +166,7 @@ class _FieldExternalSizeColumn extends _FieldSizeColumn { class _FieldDartHeapSizeColumn extends _FieldSizeColumn { _FieldDartHeapSizeColumn({required super.heap}) - : super._(title: 'Dart Heap', titleTooltip: SizeType.shallow.description); + : super(title: 'Dart Heap', titleTooltip: SizeType.shallow.description); @override int? getValue(ProfileRecord dataObject) { @@ -184,25 +182,18 @@ class _FieldDartHeapSizeColumn extends _FieldSizeColumn { } class _FieldSizeColumn extends ColumnData { - factory _FieldSizeColumn({required HeapGeneration heap}) => - _FieldSizeColumn._( - title: 'Total Size', - titleTooltip: - "The sum of the type's total shallow memory " - 'consumption in the Dart heap and associated external (e.g., ' - 'non-Dart heap) allocations', - heap: heap, - ); - - _FieldSizeColumn._({ - required String title, - required String titleTooltip, + const _FieldSizeColumn({ + String title = 'Total Size', + String titleTooltip = + "The sum of the type's total shallow memory " + 'consumption in the Dart heap and associated external (e.g., ' + 'non-Dart heap) allocations', required this.heap, }) : super( title, titleTooltip: titleTooltip, alignment: ColumnAlignment.right, - fixedWidthPx: scaleByFontFactor(_defaultNumberFieldWidth), + fixedWidthPx: _defaultNumberFieldWidth, ); final HeapGeneration heap; @@ -231,7 +222,7 @@ class _FieldSizeColumn extends ColumnData { } abstract class _GCHeapStatsColumn extends ColumnData { - _GCHeapStatsColumn( + const _GCHeapStatsColumn( super.title, { required this.generation, required super.fixedWidthPx, @@ -254,7 +245,7 @@ abstract class _GCHeapStatsColumn extends ColumnData { } class _GCHeapNameColumn extends ColumnData { - _GCHeapNameColumn() : super('', fixedWidthPx: scaleByFontFactor(200)); + const _GCHeapNameColumn() : super('', fixedWidthPx: 200); @override String? getValue(AdaptedProfile dataObject) { @@ -271,7 +262,7 @@ class _GCHeapUsageColumn extends _GCHeapStatsColumn { 'Usage', titleTooltip: 'The current amount of memory allocated from the heap', alignment: ColumnAlignment.right, - fixedWidthPx: scaleByFontFactor(_defaultNumberFieldWidth), + fixedWidthPx: _defaultNumberFieldWidth, ); @override @@ -295,7 +286,7 @@ class _GCHeapCapacityColumn extends _GCHeapStatsColumn { titleTooltip: 'The current size of the heap, including unallocated memory', alignment: ColumnAlignment.right, - fixedWidthPx: scaleByFontFactor(_defaultNumberFieldWidth), + fixedWidthPx: _defaultNumberFieldWidth, ); @override @@ -318,7 +309,7 @@ class _GCCountColumn extends _GCHeapStatsColumn { 'Collections', titleTooltip: 'The number of garbage collections run on the heap', alignment: ColumnAlignment.right, - fixedWidthPx: scaleByFontFactor(_defaultNumberFieldWidth), + fixedWidthPx: _defaultNumberFieldWidth, ); @override @@ -337,7 +328,7 @@ class _GCLatencyColumn extends _GCHeapStatsColumn { titleTooltip: 'The average time taken to perform a garbage collection on the heap (ms)', alignment: ColumnAlignment.right, - fixedWidthPx: scaleByFontFactor(_defaultNumberFieldWidth), + fixedWidthPx: _defaultNumberFieldWidth, ); @override @@ -381,7 +372,7 @@ class _GCStatsTable extends StatelessWidget { ]; static final _columns = [ - _GCHeapNameColumn(), + const _GCHeapNameColumn(), for (final generation in [ HeapGeneration.total, HeapGeneration.newSpace, @@ -458,9 +449,9 @@ class AllocationProfileTableViewState child: _AllocationProfileTableControls(controller: widget.controller), ), ValueListenableBuilder( - valueListenable: preferences.vmDeveloperModeEnabled, - builder: (context, vmDeveloperModeEnabled, _) { - if (!vmDeveloperModeEnabled) return const SizedBox.shrink(); + valueListenable: preferences.advancedDeveloperModeEnabled, + builder: (context, advancedDeveloperModeEnabled, _) { + if (!advancedDeveloperModeEnabled) return const SizedBox.shrink(); return Column( children: [ SizedBox( @@ -485,7 +476,7 @@ class AllocationProfileTableViewState class _AllocationProfileTable extends StatelessWidget { _AllocationProfileTable({required this.controller}); - /// List of columns displayed in VM developer mode state. + /// List of columns displayed in advanced developer mode state. static final _vmModeColumnGroups = [ ColumnGroup.fromText(title: '', range: const Range(0, 1)), ColumnGroup.fromText( @@ -502,7 +493,7 @@ class _AllocationProfileTable extends StatelessWidget { ), ]; - static final _fieldSizeColumn = _FieldSizeColumn(heap: HeapGeneration.total); + static const _fieldSizeColumn = _FieldSizeColumn(heap: HeapGeneration.total); late final _columns = >[ _FieldClassNameColumn( @@ -512,21 +503,21 @@ class _AllocationProfileTable extends StatelessWidget { rootPackage: controller.rootPackage, ), ), - _FieldInstanceCountColumn(heap: HeapGeneration.total), + const _FieldInstanceCountColumn(heap: HeapGeneration.total), _fieldSizeColumn, _FieldDartHeapSizeColumn(heap: HeapGeneration.total), ]; - late final _vmDeveloperModeColumns = [ - _FieldExternalSizeColumn(heap: HeapGeneration.total), - _FieldInstanceCountColumn(heap: HeapGeneration.newSpace), - _FieldSizeColumn(heap: HeapGeneration.newSpace), + late final _advancedDeveloperModeColumns = [ + const _FieldExternalSizeColumn(heap: HeapGeneration.total), + const _FieldInstanceCountColumn(heap: HeapGeneration.newSpace), + const _FieldSizeColumn(heap: HeapGeneration.newSpace), _FieldDartHeapSizeColumn(heap: HeapGeneration.newSpace), - _FieldExternalSizeColumn(heap: HeapGeneration.newSpace), - _FieldInstanceCountColumn(heap: HeapGeneration.oldSpace), - _FieldSizeColumn(heap: HeapGeneration.oldSpace), + const _FieldExternalSizeColumn(heap: HeapGeneration.newSpace), + const _FieldInstanceCountColumn(heap: HeapGeneration.oldSpace), + const _FieldSizeColumn(heap: HeapGeneration.oldSpace), _FieldDartHeapSizeColumn(heap: HeapGeneration.oldSpace), - _FieldExternalSizeColumn(heap: HeapGeneration.oldSpace), + const _FieldExternalSizeColumn(heap: HeapGeneration.oldSpace), ]; final ProfilePaneController controller; @@ -543,19 +534,19 @@ class _AllocationProfileTable extends StatelessWidget { return const CenteredCircularProgressIndicator(); } return ValueListenableBuilder( - valueListenable: preferences.vmDeveloperModeEnabled, - builder: (context, vmDeveloperModeEnabled, _) { + valueListenable: preferences.advancedDeveloperModeEnabled, + builder: (context, advancedDeveloperModeEnabled, _) { return FlatTable( keyFactory: (element) => Key(element.heapClass.fullName), data: profile.records, dataKey: 'allocation-profile', - columnGroups: - vmDeveloperModeEnabled - ? _AllocationProfileTable._vmModeColumnGroups - : null, + columnGroups: advancedDeveloperModeEnabled + ? _AllocationProfileTable._vmModeColumnGroups + : null, columns: [ ..._columns, - if (vmDeveloperModeEnabled) ..._vmDeveloperModeColumns, + if (advancedDeveloperModeEnabled) + ..._advancedDeveloperModeColumns, ], defaultSortColumn: _AllocationProfileTable._fieldSizeColumn, defaultSortDirection: SortDirection.descending, @@ -612,15 +603,14 @@ class _ExportAllocationProfileButton extends StatelessWidget { return DownloadButton( gaScreen: gac.memory, gaSelection: gac.MemoryEvents.profileDownloadCsv.name, - minScreenWidthForTextBeforeScaling: memoryControlsMinVerboseWidth, + minScreenWidthForText: memoryControlsMinVerboseWidth, tooltip: 'Download allocation profile data in CSV format', label: 'CSV', - onPressed: - currentAllocationProfile == null - ? null - : () => allocationProfileController.downloadMemoryTableCsv( - currentAllocationProfile, - ), + onPressed: currentAllocationProfile == null + ? null + : () => allocationProfileController.downloadMemoryTableCsv( + currentAllocationProfile, + ), ); }, ); diff --git a/packages/devtools_app/lib/src/screens/memory/panes/tracing/class_table.dart b/packages/devtools_app/lib/src/screens/memory/panes/tracing/class_table.dart index 1bf9401d57f..2d342d1d4e5 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/tracing/class_table.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/tracing/class_table.dart @@ -22,12 +22,12 @@ const _defaultNumberFieldWidth = 70.0; class _TraceCheckBoxColumn extends ColumnData implements ColumnRenderer { - _TraceCheckBoxColumn({required this.controller}) + const _TraceCheckBoxColumn({required this.controller}) : super( 'Trace', titleTooltip: 'Enable or disable allocation tracing for a specific type', - fixedWidthPx: scaleByFontFactor(40.0), + fixedWidthPx: 40.0, alignment: ColumnAlignment.left, ); @@ -42,7 +42,6 @@ class _TraceCheckBoxColumn extends ColumnData TracedClass item, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return Checkbox( value: item.traceAllocations, @@ -69,7 +68,7 @@ class _TraceCheckBoxColumn extends ColumnData class _ClassNameColumn extends ColumnData implements ColumnRenderer { - _ClassNameColumn({required this.rootPackage}) : super.wide('Class'); + const _ClassNameColumn({required this.rootPackage}) : super.wide('Class'); @override String? getValue(TracedClass stats) => stats.clazz.name; @@ -86,7 +85,6 @@ class _ClassNameColumn extends ColumnData TracedClass data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return HeapClassView( theClass: data.name, @@ -98,12 +96,12 @@ class _ClassNameColumn extends ColumnData } class _InstancesColumn extends ColumnData { - _InstancesColumn() + const _InstancesColumn() : super( 'Delta', titleTooltip: 'Number of instances, allocated after the class was selected for tracing.', - fixedWidthPx: scaleByFontFactor(_defaultNumberFieldWidth), + fixedWidthPx: _defaultNumberFieldWidth, ); @override @@ -127,7 +125,7 @@ class AllocationTracingTable extends StatefulWidget { class _AllocationTracingTableState extends State { late final _TraceCheckBoxColumn _checkboxColumn; late final _ClassNameColumn _classNameColumn; - static final _instancesColumn = _InstancesColumn(); + static const _instancesColumn = _InstancesColumn(); late final List> columns; diff --git a/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_data.dart b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_data.dart index 3c777d7a6b4..10c6937e12d 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_data.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_data.dart @@ -122,10 +122,9 @@ class TracingIsolateState with Serializable { deserialize(value, CpuProfileData.fromJson), ), ), - classes: - (json[TracingIsolateStateJson.classes.name] as List) - .map((e) => deserialize(e, TracedClass.fromJson)) - .toList(), + classes: (json[TracingIsolateStateJson.classes.name] as List) + .map((e) => deserialize(e, TracedClass.fromJson)) + .toList(), ); } @@ -273,13 +272,12 @@ class TracingIsolateState with Serializable { ); } final service = serviceConnection.serviceManager.service!; - final isolateId = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value! - .id!; + final isolateId = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value! + .id!; final clazz = tracedClass.clazz; // Note: we need to provide `timeExtentMicros` to `getAllocationTraces`, diff --git a/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_tree.dart b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_tree.dart index d9ffc4ecc4f..981ebf06aab 100644 --- a/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_tree.dart +++ b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_tree.dart @@ -196,23 +196,21 @@ class _TracingTreeHeader extends StatelessWidget { ExpandAllButton( gaScreen: gac.memory, gaSelection: gac.MemoryEvents.tracingTreeExpandAll.name, - onPressed: - () => updateTreeStateCallback(() { - for (final root in _currentDataRoots) { - root.expandCascading(); - } - }), + onPressed: () => updateTreeStateCallback(() { + for (final root in _currentDataRoots) { + root.expandCascading(); + } + }), ), const SizedBox(width: denseSpacing), CollapseAllButton( gaScreen: gac.memory, gaSelection: gac.MemoryEvents.tracingTreeCollapseAll.name, - onPressed: - () => updateTreeStateCallback(() { - for (final root in _currentDataRoots) { - root.collapseCascading(); - } - }), + onPressed: () => updateTreeStateCallback(() { + for (final root in _currentDataRoots) { + root.collapseCascading(); + } + }), ), ], ); @@ -227,11 +225,11 @@ class _TracingTreeHeader extends StatelessWidget { } class _InclusiveCountColumn extends ColumnData { - _InclusiveCountColumn() + const _InclusiveCountColumn() : super( 'Inclusive', titleTooltip: _tooltip, - fixedWidthPx: scaleByFontFactor(_countColumnWidth), + fixedWidthPx: _countColumnWidth, ); static const _tooltip = @@ -260,11 +258,11 @@ class _InclusiveCountColumn extends ColumnData { } class _ExclusiveCountColumn extends ColumnData { - _ExclusiveCountColumn() + const _ExclusiveCountColumn() : super( 'Exclusive', titleTooltip: _tooltip, - fixedWidthPx: scaleByFontFactor(_countColumnWidth), + fixedWidthPx: _countColumnWidth, ); static const _tooltip = @@ -296,11 +294,11 @@ class _ExclusiveCountColumn extends ColumnData { class TracingTable extends StatelessWidget { const TracingTable({super.key, required this.dataRoots}); - static final treeColumn = MethodAndSourceColumn(); - static final startingSortColumn = _InclusiveCountColumn(); + static const treeColumn = MethodAndSourceColumn(); + static const startingSortColumn = _InclusiveCountColumn(); static final columns = List>.unmodifiable([ startingSortColumn, - _ExclusiveCountColumn(), + const _ExclusiveCountColumn(), treeColumn, ]); diff --git a/packages/devtools_app/lib/src/screens/memory/shared/heap/class_filter.dart b/packages/devtools_app/lib/src/screens/memory/shared/heap/class_filter.dart index f5590688cff..62bc541a695 100644 --- a/packages/devtools_app/lib/src/screens/memory/shared/heap/class_filter.dart +++ b/packages/devtools_app/lib/src/screens/memory/shared/heap/class_filter.dart @@ -128,14 +128,13 @@ class ClassFilter with Serializable { int get hashCode => Object.hash(filterType, except, only); Set _filtersAsSet() { - Set stringToSet(String? s) => - s == null - ? {} - : s - .split(RegExp(',|\n')) - .map((e) => e.trim()) - .where((e) => e.isNotEmpty) - .toSet(); + Set stringToSet(String? s) => s == null + ? {} + : s + .split(RegExp(',|\n')) + .map((e) => e.trim()) + .where((e) => e.isNotEmpty) + .toSet(); switch (filterType) { case ClassFilterType.showAll: @@ -237,10 +236,9 @@ class ClassFilter with Serializable { throw StateError('Unexpected task: $task.'); } - final result = - dataToFilter - .where((e) => newFilter.apply(extractClass(e), rootPackage)) - .toList(); + final result = dataToFilter + .where((e) => newFilter.apply(extractClass(e), rootPackage)) + .toList(); return result; } diff --git a/packages/devtools_app/lib/src/screens/memory/shared/heap/sampler.dart b/packages/devtools_app/lib/src/screens/memory/shared/heap/sampler.dart index 9fe6ff3e76a..36b72c1c638 100644 --- a/packages/devtools_app/lib/src/screens/memory/shared/heap/sampler.dart +++ b/packages/devtools_app/lib/src/screens/memory/shared/heap/sampler.dart @@ -137,8 +137,9 @@ class LiveClassSampler { await serviceConnection.consoleService.appendBrowsableInstance( instanceRef: list, isolateRef: _mainIsolateRef, - heapSelection: - selection == null ? null : HeapObject(selection.heap, index: null), + heapSelection: selection == null + ? null + : HeapObject(selection.heap, index: null), ); } diff --git a/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_timeline.dart b/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_timeline.dart index b8ba47dba14..8300073fd8f 100644 --- a/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_timeline.dart +++ b/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_timeline.dart @@ -17,10 +17,9 @@ class MemoryTimeline extends Disposable with Serializable { factory MemoryTimeline.fromJson(Map json) { return MemoryTimeline( - data: - (json[_jsonData] as List) - .map((e) => HeapSample.fromJson(e as Map)) - .toList(), + data: (json[_jsonData] as List) + .map((e) => HeapSample.fromJson(e as Map)) + .toList(), ); } @@ -93,15 +92,9 @@ class MemoryTimeline extends Disposable with Serializable { Map json, { String? customEventName, }) { - final extensionEvent = - customEventName == null - ? ExtensionEvent(timestamp, eventKind, json) - : ExtensionEvent.custom( - timestamp, - eventKind, - customEventName, - json, - ); + final extensionEvent = customEventName == null + ? ExtensionEvent(timestamp, eventKind, json) + : ExtensionEvent.custom(timestamp, eventKind, customEventName, json); _extensionEvents.add(extensionEvent); } diff --git a/packages/devtools_app/lib/src/screens/memory/shared/primitives/painting.dart b/packages/devtools_app/lib/src/screens/memory/shared/primitives/painting.dart index 17fa2951ae3..91b9c2b5782 100644 --- a/packages/devtools_app/lib/src/screens/memory/shared/primitives/painting.dart +++ b/packages/devtools_app/lib/src/screens/memory/shared/primitives/painting.dart @@ -50,10 +50,9 @@ class DashedLine extends CustomPainter { @override void paint(Canvas canvas, Size size) { double startX = 0; - final paint = - Paint() - ..color = _color - ..strokeWidth = _dashHeight; + final paint = Paint() + ..color = _color + ..strokeWidth = _dashHeight; while (_totalWidth >= 0) { canvas.drawLine(Offset(startX, 0), Offset(startX + _dashWidth, 0), paint); diff --git a/packages/devtools_app/lib/src/screens/memory/shared/widgets/class_filter.dart b/packages/devtools_app/lib/src/screens/memory/shared/widgets/class_filter.dart index 300372b21ee..afae49d1454 100644 --- a/packages/devtools_app/lib/src/screens/memory/shared/widgets/class_filter.dart +++ b/packages/devtools_app/lib/src/screens/memory/shared/widgets/class_filter.dart @@ -37,12 +37,11 @@ class ClassFilterButton extends StatelessWidget { unawaited( showDialog( context: context, - builder: - (context) => ClassFilterDialog( - filter, - onChanged: data.onChanged, - rootPackage: _rootPackage, - ), + builder: (context) => ClassFilterDialog( + filter, + onChanged: data.onChanged, + rootPackage: _rootPackage, + ), ), ); }, @@ -99,20 +98,22 @@ class _ClassFilterDialogState extends State { @override Widget build(BuildContext context) { - final textFieldLeftPadding = scaleByFontFactor(40.0); + const textFieldLeftPadding = 40.0; void onTypeChanged(ClassFilterType? type) => setState(() => _type = type!); - RadioButton radio(ClassFilterType type, String label) => - RadioButton( - label: label, - itemValue: type, - groupValue: _type, - onChanged: onTypeChanged, - radioKey: Key(type.toString()), - ); + Widget radio(ClassFilterType type, String label) => Row( + children: [ + Radio( + value: type, + materialTapTargetSize: MaterialTapTargetSize.shrinkWrap, + key: Key(type.toString()), + ), + Expanded(child: Text(label, overflow: TextOverflow.ellipsis)), + ], + ); Widget textField(TextEditingController controller) => Padding( - padding: EdgeInsets.only(left: textFieldLeftPadding), + padding: const EdgeInsets.only(left: textFieldLeftPadding), child: TextField( style: Theme.of(context).regularTextStyle, decoration: const InputDecoration( @@ -144,18 +145,22 @@ class _ClassFilterDialogState extends State { ); widget.onChanged(newFilter); }, - child: Column( - mainAxisSize: MainAxisSize.min, - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - radio(ClassFilterType.showAll, 'Show all classes'), - const SizedBox(height: defaultSpacing), - radio(ClassFilterType.except, 'Show all classes except:'), - textField(_except), - const SizedBox(height: defaultSpacing), - radio(ClassFilterType.only, 'Show only:'), - textField(_only), - ], + child: RadioGroup( + groupValue: _type, + onChanged: onTypeChanged, + child: Column( + mainAxisSize: MainAxisSize.min, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + radio(ClassFilterType.showAll, 'Show all classes'), + const SizedBox(height: defaultSpacing), + radio(ClassFilterType.except, 'Show all classes except:'), + textField(_except), + const SizedBox(height: defaultSpacing), + radio(ClassFilterType.only, 'Show only:'), + textField(_only), + ], + ), ), ); } diff --git a/packages/devtools_app/lib/src/screens/network/har_data_entry.dart b/packages/devtools_app/lib/src/screens/network/har_data_entry.dart index 2a2ba7d4d69..8e5560e544c 100644 --- a/packages/devtools_app/lib/src/screens/network/har_data_entry.dart +++ b/packages/devtools_app/lib/src/screens/network/har_data_entry.dart @@ -62,69 +62,70 @@ class HarDataEntry { /// serialization. static Map toJson(DartIOHttpRequestData e) { // Implement the logic to convert DartIOHttpRequestData to HAR entry format - final requestCookies = - e.requestCookies.map((cookie) { - return { - NetworkEventKeys.name.name: cookie.name, - NetworkEventKeys.value.name: cookie.value, - NetworkEventKeys.path.name: cookie.path, - NetworkEventKeys.domain.name: cookie.domain, - NetworkEventKeys.expires.name: - cookie.expires?.toUtc().toIso8601String(), - NetworkEventKeys.httpOnly.name: cookie.httpOnly, - NetworkEventKeys.secure.name: cookie.secure, - }; - }).toList(); + final requestCookies = e.requestCookies.map((cookie) { + return { + NetworkEventKeys.name.name: cookie.name, + NetworkEventKeys.value.name: cookie.value, + NetworkEventKeys.path.name: cookie.path, + NetworkEventKeys.domain.name: cookie.domain, + NetworkEventKeys.expires.name: cookie.expires + ?.toUtc() + .toIso8601String(), + NetworkEventKeys.httpOnly.name: cookie.httpOnly, + NetworkEventKeys.secure.name: cookie.secure, + }; + }).toList(); - final requestHeaders = - e.requestHeaders?.entries.map((header) { - var value = header.value; - if (value is List) { - value = value.first; - } - return { - NetworkEventKeys.name.name: header.key, - NetworkEventKeys.value.name: value, - }; - }).toList(); + final requestHeaders = e.requestHeaders?.entries.map((header) { + var value = header.value; + if (value is List) { + value = value.first; + } + return { + NetworkEventKeys.name.name: header.key, + NetworkEventKeys.value.name: value, + }; + }).toList(); - final queryString = - Uri.parse(e.uri).queryParameters.entries.map((param) { - return { - NetworkEventKeys.name.name: param.key, - NetworkEventKeys.value.name: param.value, - }; - }).toList(); + final queryString = Uri.parse(e.uri).queryParameters.entries.map((param) { + return { + NetworkEventKeys.name.name: param.key, + NetworkEventKeys.value.name: param.value, + }; + }).toList(); - final responseCookies = - e.responseCookies.map((cookie) { - return { - NetworkEventKeys.name.name: cookie.name, - NetworkEventKeys.value.name: cookie.value, - NetworkEventKeys.path.name: cookie.path, - NetworkEventKeys.domain.name: cookie.domain, - NetworkEventKeys.expires.name: - cookie.expires?.toUtc().toIso8601String(), - NetworkEventKeys.httpOnly.name: cookie.httpOnly, - NetworkEventKeys.secure.name: cookie.secure, - }; - }).toList(); + final responseCookies = e.responseCookies.map((cookie) { + return { + NetworkEventKeys.name.name: cookie.name, + NetworkEventKeys.value.name: cookie.value, + NetworkEventKeys.path.name: cookie.path, + NetworkEventKeys.domain.name: cookie.domain, + NetworkEventKeys.expires.name: cookie.expires + ?.toUtc() + .toIso8601String(), + NetworkEventKeys.httpOnly.name: cookie.httpOnly, + NetworkEventKeys.secure.name: cookie.secure, + }; + }).toList(); - final responseHeaders = - e.responseHeaders?.entries.map((header) { - var value = header.value; - if (value is List) { - value = value.first; - } - return { - NetworkEventKeys.name.name: header.key, - NetworkEventKeys.value.name: value, - }; - }).toList(); + final responseHeaders = e.responseHeaders?.entries.map((header) { + var value = header.value; + if (value is List) { + value = value.first; + } + return { + NetworkEventKeys.name.name: header.key, + NetworkEventKeys.value.name: value, + }; + }).toList(); + + final isBinary = !isTextMimeType(e.type); + final responseBodyBytes = e.encodedResponse; return { - NetworkEventKeys.startedDateTime.name: - e.startTimestamp.toUtc().toIso8601String(), + NetworkEventKeys.startedDateTime.name: e.startTimestamp + .toUtc() + .toIso8601String(), NetworkEventKeys.time.name: e.duration?.inMilliseconds, // Request NetworkEventKeys.request.name: { @@ -155,8 +156,14 @@ class HarDataEntry { NetworkEventKeys.content.name: { NetworkEventKeys.size.name: e.responseBody?.length, NetworkEventKeys.mimeType.name: e.type, - NetworkEventKeys.text.name: e.responseBody, + if (responseBodyBytes != null && isBinary) ...{ + NetworkEventKeys.text.name: base64.encode(responseBodyBytes), + 'encoding': 'base64', + } else if (e.responseBody != null) ...{ + NetworkEventKeys.text.name: e.responseBody, + }, }, + NetworkEventKeys.redirectURL.name: '', NetworkEventKeys.headersSize.name: calculateHeadersSize( e.responseHeaders, diff --git a/packages/devtools_app/lib/src/screens/network/har_network_data.dart b/packages/devtools_app/lib/src/screens/network/har_network_data.dart index 11fd93c0e1d..7895e008e04 100644 --- a/packages/devtools_app/lib/src/screens/network/har_network_data.dart +++ b/packages/devtools_app/lib/src/screens/network/har_network_data.dart @@ -34,10 +34,9 @@ class HarNetworkData with Serializable { as Map)[NetworkEventKeys.entries.name] as List) .map( - (entryJson) => - HarDataEntry.fromJson( - entryJson as Map, - ).toDartIOHttpRequest(), + (entryJson) => HarDataEntry.fromJson( + entryJson as Map, + ).toDartIOHttpRequest(), ) .toList(); diff --git a/packages/devtools_app/lib/src/screens/network/network_controller.dart b/packages/devtools_app/lib/src/screens/network/network_controller.dart index 0145ba75b67..cd922a01ed9 100644 --- a/packages/devtools_app/lib/src/screens/network/network_controller.dart +++ b/packages/devtools_app/lib/src/screens/network/network_controller.dart @@ -70,16 +70,16 @@ class NetworkController extends DevToolsScreenController Future exportAsHarFile() async { await fetchFullDataBeforeExport(); - _httpRequests = - filteredData.value.whereType().toList(); + _httpRequests = filteredData.value + .whereType() + .toList(); if (_httpRequests.isNullOrEmpty) { debugPrint('No valid request data to export'); return ''; } - + // Build the HAR object try { - // Build the HAR object final har = HarNetworkData(_httpRequests!); return ExportController().downloadFile( json.encode(har.toJson()), @@ -205,8 +205,11 @@ class NetworkController extends DevToolsScreenController shouldLoad: (data) => !data.isEmpty, loadData: (data) => loadOfflineData(data), ); - } - if (serviceConnection.serviceManager.connectedState.value.connected) { + } else if (serviceConnection + .serviceManager + .connectedState + .value + .connected) { await startRecording(); } } @@ -507,11 +510,10 @@ class NetworkController extends DevToolsScreenController ); } - Future fetchFullDataBeforeExport() => - filteredData.value - .whereType() - .map((item) => item.getFullRequestData()) - .wait; + Future fetchFullDataBeforeExport() => filteredData.value + .whereType() + .map((item) => item.getFullRequestData()) + .wait; @override FutureOr releaseMemory({bool partial = false}) async { diff --git a/packages/devtools_app/lib/src/screens/network/network_model.dart b/packages/devtools_app/lib/src/screens/network/network_model.dart index d967a4588c2..8a6697fbe65 100644 --- a/packages/devtools_app/lib/src/screens/network/network_model.dart +++ b/packages/devtools_app/lib/src/screens/network/network_model.dart @@ -38,10 +38,9 @@ abstract class NetworkRequest String get durationDisplay { final duration = this.duration; - final text = - duration != null - ? durationText(duration, unit: DurationDisplayUnit.milliseconds) - : 'Pending'; + final text = duration != null + ? durationText(duration, unit: DurationDisplayUnit.milliseconds) + : 'Pending'; return 'Duration: $text'; } @@ -65,9 +64,9 @@ abstract class NetworkRequest port == other.port && (inProgress == other.inProgress ? (endTimestamp == other.endTimestamp && - duration == other.duration && - status == other.status && - didFail == other.didFail) + duration == other.duration && + status == other.status && + didFail == other.didFail) : true); } @@ -124,8 +123,8 @@ class Socket extends NetworkRequest { final endTime = _socket.endTime; return endTime != null ? DateTime.fromMicrosecondsSinceEpoch( - timelineMicrosecondsSinceEpoch(endTime), - ) + timelineMicrosecondsSinceEpoch(endTime), + ) : null; } @@ -133,8 +132,8 @@ class Socket extends NetworkRequest { final lastReadTime = _socket.lastReadTime; return lastReadTime != null ? DateTime.fromMicrosecondsSinceEpoch( - timelineMicrosecondsSinceEpoch(lastReadTime), - ) + timelineMicrosecondsSinceEpoch(lastReadTime), + ) : null; } @@ -142,8 +141,8 @@ class Socket extends NetworkRequest { final lastWriteTime = _socket.lastWriteTime; return lastWriteTime != null ? DateTime.fromMicrosecondsSinceEpoch( - timelineMicrosecondsSinceEpoch(lastWriteTime), - ) + timelineMicrosecondsSinceEpoch(lastWriteTime), + ) : null; } diff --git a/packages/devtools_app/lib/src/screens/network/network_request_inspector.dart b/packages/devtools_app/lib/src/screens/network/network_request_inspector.dart index 0e174a226a4..a2f476487a8 100644 --- a/packages/devtools_app/lib/src/screens/network/network_request_inspector.dart +++ b/packages/devtools_app/lib/src/screens/network/network_request_inspector.dart @@ -41,23 +41,23 @@ class NetworkRequestInspector extends StatelessWidget { builder: (context, data, _) { return data == null ? RoundedOutlinedBorder( - child: Center( - child: Text( - 'No request selected', - style: Theme.of(context).regularTextStyle, + child: Center( + child: Text( + 'No request selected', + style: Theme.of(context).regularTextStyle, + ), ), - ), - ) + ) : ListenableBuilder( - listenable: data, - builder: (context, _) { - return AnalyticsTabbedView( - analyticsSessionIdentifier: data.id, - tabs: _generateTabs(data), - gaScreen: gac.network, - ); - }, - ); + listenable: data, + builder: (context, _) { + return AnalyticsTabbedView( + analyticsSessionIdentifier: data.id, + tabs: _generateTabs(data), + gaScreen: gac.network, + ); + }, + ); }, ); } @@ -93,8 +93,8 @@ class NetworkRequestInspector extends StatelessWidget { HttpResponseTrailingDropDown( data, currentResponseViewType: controller.currentResponseViewType, - onChanged: - (value) => controller.setResponseViewType = value, + onChanged: (value) => + controller.setResponseViewType = value, ), HttpViewTrailingCopyButton(data, (data) => data.responseBody), ], diff --git a/packages/devtools_app/lib/src/screens/network/network_request_inspector_views.dart b/packages/devtools_app/lib/src/screens/network/network_request_inspector_views.dart index 20bc201e231..00d2da0fb9d 100644 --- a/packages/devtools_app/lib/src/screens/network/network_request_inspector_views.dart +++ b/packages/devtools_app/lib/src/screens/network/network_request_inspector_views.dart @@ -137,7 +137,9 @@ class HttpRequestView extends StatelessWidget { final requestContentType = requestHeaders?['content-type'] ?? ''; final isLoading = data.isFetchingFullData; if (isLoading) { - return CenteredCircularProgressIndicator(size: mediumProgressSize); + return const CenteredCircularProgressIndicator( + size: mediumProgressSize, + ); } final isJson = switch (requestContentType) { @@ -145,21 +147,16 @@ class HttpRequestView extends StatelessWidget { (e) => (e as String).contains('json'), ), String() => requestContentType.contains('json'), - _ => - throw StateError( - "Expected 'content-type' to be a List or String, but got: " - '$requestContentType', - ), + _ => throw StateError( + "Expected 'content-type' to be a List or String, but got: " + '$requestContentType', + ), }; Widget child; - child = - isJson - ? JsonViewer(encodedJson: data.requestBody!) - : TextViewer( - text: data.requestBody!, - style: theme.fixedFontStyle, - ); + child = isJson + ? JsonViewer(encodedJson: data.requestBody!) + : TextViewer(text: data.requestBody!, style: theme.fixedFontStyle); return Padding( padding: const EdgeInsets.all(denseSpacing), child: SingleChildScrollView(child: child), @@ -239,15 +236,12 @@ class HttpResponseTrailingDropDown extends StatelessWidget { builder: (_, currentType, _) { return RoundedDropDownButton( value: currentType, - items: - availableResponseTypes - .map( - (e) => DropdownMenuItem( - value: e, - child: Text(e.toString()), - ), - ) - .toList(), + items: availableResponseTypes + .map( + (e) => + DropdownMenuItem(value: e, child: Text(e.toString())), + ) + .toList(), onChanged: (value) { if (value == null) { return; @@ -287,7 +281,9 @@ class HttpResponseView extends StatelessWidget { final responseBody = data.responseBody!; final isLoading = data.isFetchingFullData; if (isLoading) { - return CenteredCircularProgressIndicator(size: mediumProgressSize); + return const CenteredCircularProgressIndicator( + size: mediumProgressSize, + ); } if (contentType != null && contentType.contains('image')) { child = ImageResponseView(data); @@ -345,9 +341,9 @@ class HttpTextResponseViewer extends StatelessWidget { _isJsonDecodable(responseBody) ? JsonViewer(encodedJson: responseBody) : TextViewer( - // We could also include the decoding exception. Or push a notification. - text: responseBody, - ), + // We could also include the decoding exception. Or push a notification. + text: responseBody, + ), NetworkResponseViewType.text => TextViewer( text: responseBody, style: textStyle, @@ -485,10 +481,9 @@ class HttpRequestCookiesView extends StatelessWidget { child: SingleChildScrollView( scrollDirection: Axis.horizontal, child: ConstrainedBox( - constraints: - requestCookies - ? const BoxConstraints() - : BoxConstraints(minWidth: constraints.minWidth), + constraints: requestCookies + ? const BoxConstraints() + : BoxConstraints(minWidth: constraints.minWidth), child: DataTable( key: key, dataRowMinHeight: defaultRowHeight, @@ -633,10 +628,9 @@ class NetworkRequestOverviewView extends StatelessWidget { _buildRow( context: context, title: 'Timing', - child: - data is Socket - ? _buildSocketTimeGraph(context) - : _buildHttpTimeGraph(), + child: data is Socket + ? _buildSocketTimeGraph(context) + : _buildHttpTimeGraph(), ), const SizedBox(height: denseSpacing), _buildRow( @@ -668,8 +662,8 @@ class NetworkRequestOverviewView extends StatelessWidget { } Widget _buildTimingRow(Color color, String label, Duration duration) { - final flex = - (duration.inMicroseconds / data.duration!.inMicroseconds * 100).round(); + final flex = (duration.inMicroseconds / data.duration!.inMicroseconds * 100) + .round(); return Flexible( flex: flex, child: DevToolsTooltip( @@ -702,7 +696,7 @@ class NetworkRequestOverviewView extends StatelessWidget { // flex so that we can set a minimum width for small timing chunks. final timingWidgets = []; for (final instant in data.instantEvents) { - final duration = instant.timeRange!.duration; + final duration = instant.timeRange.duration; timingWidgets.add(_buildTimingRow(nextColor(), instant.name, duration)); } final duration = Duration( @@ -720,14 +714,14 @@ class NetworkRequestOverviewView extends StatelessWidget { final data = this.data as DartIOHttpRequestData; final result = []; for (final instant in data.instantEvents) { - final instantEventStart = data.instantEvents.first.timeRange!.start!; - final timeRange = instant.timeRange!; + final instantEventStart = data.instantEvents.first.timeRange.start; + final timeRange = instant.timeRange; final startDisplay = durationText( - timeRange.start! - instantEventStart, + Duration(microseconds: timeRange.start - instantEventStart), unit: DurationDisplayUnit.milliseconds, ); final endDisplay = durationText( - timeRange.end! - instantEventStart, + Duration(microseconds: timeRange.end - instantEventStart), unit: DurationDisplayUnit.milliseconds, ); final totalDisplay = durationText( @@ -795,19 +789,17 @@ class NetworkRequestOverviewView extends StatelessWidget { _buildRow( context: context, title: 'Last read time', - child: - lastReadTimestamp != null - ? _valueText(formatDateTime(lastReadTimestamp)) - : _valueText('--'), + child: lastReadTimestamp != null + ? _valueText(formatDateTime(lastReadTimestamp)) + : _valueText('--'), ), const SizedBox(height: defaultSpacing), _buildRow( context: context, title: 'Last write time', - child: - lastWriteTimestamp != null - ? _valueText(formatDateTime(lastWriteTimestamp)) - : _valueText('--'), + child: lastWriteTimestamp != null + ? _valueText(formatDateTime(lastWriteTimestamp)) + : _valueText('--'), ), ]; } diff --git a/packages/devtools_app/lib/src/screens/network/network_screen.dart b/packages/devtools_app/lib/src/screens/network/network_screen.dart index f9b38850e9a..90fecb0ffd9 100644 --- a/packages/devtools_app/lib/src/screens/network/network_screen.dart +++ b/packages/devtools_app/lib/src/screens/network/network_screen.dart @@ -86,12 +86,11 @@ class NetworkScreen extends Screen { return SizedBox( width: smallProgressSize, height: smallProgressSize, - child: - recording - ? SmallCircularProgressIndicator( - valueColor: AlwaysStoppedAnimation(color), - ) - : const SizedBox(), + child: recording + ? SmallCircularProgressIndicator( + valueColor: AlwaysStoppedAnimation(color), + ) + : const SizedBox(), ); }, ), @@ -154,8 +153,8 @@ class _NetworkScreenBodyState extends State return Column( children: [ OfflineAwareControls( - controlsBuilder: - (offline) => _NetworkProfilerControls(offline: offline), + controlsBuilder: (offline) => + _NetworkProfilerControls(offline: offline), gaScreen: gac.network, ), const SizedBox(height: intermediateSpacing), @@ -212,18 +211,16 @@ class _NetworkProfilerControlsState extends State<_NetworkProfilerControls> StartStopRecordingButton( recording: _recording, onPressed: () async => await controller.togglePolling(!_recording), - tooltipOverride: - _recording - ? 'Stop recording network traffic' - : 'Resume recording network traffic', - minScreenWidthForTextBeforeScaling: double.infinity, + tooltipOverride: _recording + ? 'Stop recording network traffic' + : 'Resume recording network traffic', + minScreenWidthForText: double.infinity, gaScreen: gac.network, gaSelection: _recording ? gac.pause : gac.resume, ), const SizedBox(width: denseSpacing), ClearButton( - minScreenWidthForTextBeforeScaling: - _NetworkProfilerControls._includeTextWidth, + minScreenWidthForText: _NetworkProfilerControls._includeTextWidth, gaScreen: gac.network, gaSelection: gac.clear, onPressed: controller.clear, @@ -234,10 +231,9 @@ class _NetworkProfilerControlsState extends State<_NetworkProfilerControls> child: SearchField( searchController: controller, searchFieldEnabled: hasRequests, - searchFieldWidth: - screenWidth <= MediaSize.xs - ? defaultSearchFieldWidth - : wideSearchFieldWidth, + searchFieldWidth: screenWidth <= MediaSize.xs + ? defaultSearchFieldWidth + : wideSearchFieldWidth, ), ), const SizedBox(width: denseSpacing), @@ -252,8 +248,8 @@ class _NetworkProfilerControlsState extends State<_NetworkProfilerControls> OpenSaveButtonGroup( screenId: ScreenMetaData.network.id, saveFormats: const [SaveFormat.devtools, SaveFormat.har], - gaItemForSaveFormatSelection: - (SaveFormat format) => switch (format) { + gaItemForSaveFormatSelection: (SaveFormat format) => + switch (format) { SaveFormat.devtools => gac.saveFile, SaveFormat.har => gac.NetworkEvent.downloadAsHar.name, }, @@ -270,8 +266,7 @@ class _NetworkProfilerControlsState extends State<_NetworkProfilerControls> else DownloadButton( tooltip: 'Download as .har file', - minScreenWidthForTextBeforeScaling: - _NetworkProfilerControls._includeTextWidth, + minScreenWidthForText: _NetworkProfilerControls._includeTextWidth, onPressed: controller.exportAsHarFile, gaScreen: gac.network, gaSelection: gac.NetworkEvent.downloadAsHar.name, @@ -317,13 +312,13 @@ class NetworkRequestsTable extends StatelessWidget { required this.activeSearchMatchNotifier, }); - static final methodColumn = MethodColumn(); + static const methodColumn = MethodColumn(); static final addressColumn = AddressColumn(); - static final statusColumn = StatusColumn(); - static final typeColumn = TypeColumn(); - static final durationColumn = DurationColumn(); + static const statusColumn = StatusColumn(); + static const typeColumn = TypeColumn(); + static const durationColumn = DurationColumn(); static final timestampColumn = TimestampColumn(); - static final actionsColumn = ActionsColumn(); + static const actionsColumn = ActionsColumn(); static final columns = >[ methodColumn, addressColumn, @@ -369,7 +364,7 @@ class AddressColumn extends ColumnData AddressColumn() : super.wide( 'Address', - minWidthPx: scaleByFontFactor(isEmbedded() ? 100 : 150.0), + minWidthPx: isEmbedded() ? 100 : 150.0, showTooltip: true, ); @@ -384,24 +379,18 @@ class AddressColumn extends ColumnData NetworkRequest data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { final value = getDisplayValue(data); - - return SelectableText( + return Text( value, maxLines: 1, style: const TextStyle(overflow: TextOverflow.ellipsis), - // [onPressed] needs to be passed along to [SelectableText] so that a - // click on the text will still trigger the [onPressed] action for the - // row. - onTap: onPressed, ); } } class MethodColumn extends ColumnData { - MethodColumn() : super('Method', fixedWidthPx: scaleByFontFactor(60)); + const MethodColumn() : super('Method', fixedWidthPx: 60); @override String getValue(NetworkRequest dataObject) { @@ -411,12 +400,8 @@ class MethodColumn extends ColumnData { class ActionsColumn extends ColumnData implements ColumnRenderer { - ActionsColumn() - : super( - '', - fixedWidthPx: scaleByFontFactor(32), - alignment: ColumnAlignment.right, - ); + const ActionsColumn() + : super('', fixedWidthPx: 32, alignment: ColumnAlignment.right); @override bool get supportsSorting => false; @@ -435,7 +420,6 @@ class ActionsColumn extends ColumnData NetworkRequest data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { // Only show the actions button when there are options and the row is // currently selected. @@ -474,12 +458,12 @@ class ActionsColumn extends ColumnData class StatusColumn extends ColumnData implements ColumnRenderer { - StatusColumn() + const StatusColumn() : super( 'Status', alignment: ColumnAlignment.right, headerAlignment: TextAlign.right, - fixedWidthPx: scaleByFontFactor(50), + fixedWidthPx: 50, ); @override @@ -498,26 +482,24 @@ class StatusColumn extends ColumnData NetworkRequest data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { final theme = Theme.of(context); return Text( getDisplayValue(data), - style: - data.didFail - ? TextStyle(color: theme.colorScheme.error) - : theme.regularTextStyle, + style: data.didFail + ? TextStyle(color: theme.colorScheme.error) + : theme.regularTextStyle, ); } } class TypeColumn extends ColumnData { - TypeColumn() + const TypeColumn() : super( 'Type', alignment: ColumnAlignment.right, headerAlignment: TextAlign.right, - fixedWidthPx: scaleByFontFactor(50), + fixedWidthPx: 50, ); @override @@ -532,12 +514,12 @@ class TypeColumn extends ColumnData { } class DurationColumn extends ColumnData { - DurationColumn() + const DurationColumn() : super( 'Duration', alignment: ColumnAlignment.right, headerAlignment: TextAlign.right, - fixedWidthPx: scaleByFontFactor(75), + fixedWidthPx: 75, ); @override @@ -560,7 +542,7 @@ class TimestampColumn extends ColumnData { 'Timestamp', alignment: ColumnAlignment.right, headerAlignment: TextAlign.right, - fixedWidthPx: scaleByFontFactor(115), + fixedWidthPx: 115, ); @override diff --git a/packages/devtools_app/lib/src/screens/network/network_service.dart b/packages/devtools_app/lib/src/screens/network/network_service.dart index 4368d11faaf..a93f35dc05a 100644 --- a/packages/devtools_app/lib/src/screens/network/network_service.dart +++ b/packages/devtools_app/lib/src/screens/network/network_service.dart @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. +import 'package:devtools_app_shared/service.dart'; import 'package:vm_service/vm_service.dart'; import '../../shared/globals.dart'; @@ -29,8 +30,8 @@ class NetworkService { bool alreadyRecordingSocketData = false, }) async { // Set the current timeline time as the time of the last refresh. - final timestampObj = - await serviceConnection.serviceManager.service!.getVMTimelineMicros(); + final timestampObj = await serviceConnection.serviceManager.service! + .getVMTimelineMicros(); final timestamp = timestampObj.timestamp!; if (!alreadyRecordingSocketData) { @@ -62,29 +63,37 @@ class NetworkService { /// Force refreshes the HTTP requests logged to the timeline as well as any /// recorded Socket traffic. /// - /// This method calls `cancelledCallback` after each async gap to ensure that + /// This method calls [cancelledCallback] after each async gap to ensure that /// this operation has not been cancelled during the async gap. Future refreshNetworkData({ DebounceCancelledCallback? cancelledCallback, }) async { if (serviceConnection.serviceManager.service == null) return; - final timestampObj = - await serviceConnection.serviceManager.service!.getVMTimelineMicros(); - if (cancelledCallback?.call() ?? false) return; + try { + final timestampObj = await serviceConnection.serviceManager.service! + .getVMTimelineMicros(); + if (cancelledCallback?.call() ?? false) return; - final timestamp = timestampObj.timestamp!; - final sockets = await _refreshSockets(); - if (cancelledCallback?.call() ?? false) return; - - networkController.lastSocketDataRefreshMicros = timestamp; - List? httpRequests; - httpRequests = await _refreshHttpProfile(); - if (cancelledCallback?.call() ?? false) return; - - networkController.processNetworkTraffic( - sockets: sockets, - httpRequests: httpRequests, - ); + final timestamp = timestampObj.timestamp!; + final sockets = await _refreshSockets(); + if (cancelledCallback?.call() ?? false) return; + + networkController.lastSocketDataRefreshMicros = timestamp; + List? httpRequests; + httpRequests = await _refreshHttpProfile(); + if (cancelledCallback?.call() ?? false) return; + + networkController.processNetworkTraffic( + sockets: sockets, + httpRequests: httpRequests, + ); + } on RPCError catch (e) { + if (!e.isServiceDisposedError) { + // Swallow exceptions related to trying to interact with an + // already-disposed service connection. Otherwise, rethrow. + rethrow; + } + } } Future> _refreshHttpProfile() async { @@ -140,19 +149,17 @@ class NetworkService { // TODO(https://github.com/flutter/devtools/issues/5057): // Filter lastrefreshMicros inside [service.getSocketProfile] instead. - return sockets - .where( - (element) => - element.startTime > - networkController.lastSocketDataRefreshMicros || - (element.endTime ?? 0) > - networkController.lastSocketDataRefreshMicros || - (element.lastReadTime ?? 0) > - networkController.lastSocketDataRefreshMicros || - (element.lastWriteTime ?? 0) > - networkController.lastSocketDataRefreshMicros, - ) - .toList(); + final lastSocketDataRefreshMicros = + networkController.lastSocketDataRefreshMicros; + return [ + ...sockets.where( + (element) => + element.startTime > lastSocketDataRefreshMicros || + (element.endTime ?? 0) > lastSocketDataRefreshMicros || + (element.lastReadTime ?? 0) > lastSocketDataRefreshMicros || + (element.lastWriteTime ?? 0) > lastSocketDataRefreshMicros, + ), + ]; } Future _clearSocketProfile() async { diff --git a/packages/devtools_app/lib/src/screens/network/offline_network_data.dart b/packages/devtools_app/lib/src/screens/network/offline_network_data.dart index 63c34bb3a94..ce6855ac382 100644 --- a/packages/devtools_app/lib/src/screens/network/offline_network_data.dart +++ b/packages/devtools_app/lib/src/screens/network/offline_network_data.dart @@ -83,11 +83,13 @@ class OfflineNetworkData with Serializable { @override Map toJson() { return { - _OfflineDataKeys.httpRequestData.name: - httpRequestData.map((e) => e.toJson()).toList(), + _OfflineDataKeys.httpRequestData.name: httpRequestData + .map((e) => e.toJson()) + .toList(), _OfflineDataKeys.selectedRequestId.name: selectedRequestId, - _OfflineDataKeys.socketData.name: - socketData.map((e) => e.toJson()).toList(), + _OfflineDataKeys.socketData.name: socketData + .map((e) => e.toJson()) + .toList(), _OfflineDataKeys.timelineMicrosOffset.name: timelineMicrosOffset, }; } diff --git a/packages/devtools_app/lib/src/screens/network/utils/http_utils.dart b/packages/devtools_app/lib/src/screens/network/utils/http_utils.dart index 4225665af94..9efd5482a73 100644 --- a/packages/devtools_app/lib/src/screens/network/utils/http_utils.dart +++ b/packages/devtools_app/lib/src/screens/network/utils/http_utils.dart @@ -13,16 +13,15 @@ int calculateHeadersSize(Map? headers) { if (headers == null) return -1; // Combine headers into a single string with CRLF endings - String headersString = - headers.entries.map((entry) { - final key = entry.key; - var value = entry.value; - // If the value is a List, join it with a comma - if (value is List) { - value = value.join(', '); - } - return '$key: $value\r\n'; - }).join(); + String headersString = headers.entries.map((entry) { + final key = entry.key; + var value = entry.value; + // If the value is a List, join it with a comma + if (value is List) { + value = value.join(', '); + } + return '$key: $value\r\n'; + }).join(); // Add final CRLF to indicate end of headers headersString += '\r\n'; diff --git a/packages/devtools_app/lib/src/screens/performance/panes/controls/enhance_tracing/enhance_tracing.dart b/packages/devtools_app/lib/src/screens/performance/panes/controls/enhance_tracing/enhance_tracing.dart index 575d910decc..1e708a31f77 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/controls/enhance_tracing/enhance_tracing.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/controls/enhance_tracing/enhance_tracing.dart @@ -14,6 +14,7 @@ import '../../../../../service/service_extensions.dart' as extensions; import '../../../../../shared/globals.dart'; import '../../../../../shared/primitives/utils.dart'; import '../../../../../shared/ui/common_widgets.dart'; +import '../../../../../shared/utils/utils.dart'; import '../performance_controls.dart'; import 'enhance_tracing_controller.dart'; @@ -34,8 +35,7 @@ class EnhanceTracingButton extends StatelessWidget { title: title, icon: icon, tooltip: 'Add more detail to the Timeline trace', - minScreenWidthForTextBeforeScaling: - PerformanceControls.minScreenWidthForTextBeforeScaling, + minScreenWidthForText: PerformanceControls.minScreenWidthForText, extensions: enhanceTracingExtensions, forceShowOverlayController: enhanceTracingController.showMenuStreamController, @@ -142,7 +142,7 @@ class _TraceWidgetBuildsSettingState extends State for (final type in TraceWidgetBuildsScope.values) { final extension = _traceWidgetBuildsExtensions[type]!; - unawaited( + safeUnawaited( serviceConnection.serviceManager.serviceExtensionManager .waitForServiceExtensionAvailable(extension.extension) .then((isServiceAvailable) { @@ -154,9 +154,13 @@ class _TraceWidgetBuildsSettingState extends State .serviceExtensionManager .getServiceExtensionState(extension.extension); - _updateForServiceExtensionState(state.value, type); + safeUnawaited( + _updateForServiceExtensionState(state.value, type), + ); addAutoDisposeListener(state, () { - _updateForServiceExtensionState(state.value, type); + safeUnawaited( + _updateForServiceExtensionState(state.value, type), + ); }); } }), @@ -176,17 +180,16 @@ class _TraceWidgetBuildsSettingState extends State ServiceExtensionState newState, TraceWidgetBuildsScope type, ) async { - final otherState = - serviceConnection.serviceManager.serviceExtensionManager - .getServiceExtensionState(type.opposite.extensionForScope.extension) - .value - .enabled; - final traceAllWidgets = - type == TraceWidgetBuildsScope.all ? newState.enabled : otherState; - final traceUserWidgets = - type == TraceWidgetBuildsScope.userCreated - ? newState.enabled - : otherState; + final otherState = serviceConnection.serviceManager.serviceExtensionManager + .getServiceExtensionState(type.opposite.extensionForScope.extension) + .value + .enabled; + final traceAllWidgets = type == TraceWidgetBuildsScope.all + ? newState.enabled + : otherState; + final traceUserWidgets = type == TraceWidgetBuildsScope.userCreated + ? newState.enabled + : otherState; await _updateTracing( traceAllWidgets: traceAllWidgets, traceUserWidgets: traceUserWidgets, @@ -215,10 +218,9 @@ class _TraceWidgetBuildsSettingState extends State // Double nested conditinoal expressions are hard to read. // ignore: prefer-conditional-expression if (_tracingEnabled.value) { - _selectedScope.value = - traceUserWidgets - ? TraceWidgetBuildsScope.userCreated - : TraceWidgetBuildsScope.all; + _selectedScope.value = traceUserWidgets + ? TraceWidgetBuildsScope.userCreated + : TraceWidgetBuildsScope.all; } else { _selectedScope.value = null; } @@ -343,15 +345,26 @@ class TraceWidgetBuildsScopeSelector extends StatelessWidget { Widget build(BuildContext context) { final theme = Theme.of(context); final textStyle = enabled ? theme.regularTextStyle : theme.subtleTextStyle; - return Row( - children: [ - ..._scopeSetting( - TraceWidgetBuildsScope.userCreated, - textStyle: textStyle, + // `Semantics` widget added as a workaround for the bug fixed in + // https://github.com/flutter/flutter/pull/170273. This `Semantics` widget + // can be removed once that PR is landed and DevTools is updated to use a + // version of Flutter with the fix, but it is not an urgent clean up. + return Semantics( + explicitChildNodes: true, + child: RadioGroup( + groupValue: scope, + onChanged: _changeScope, + child: Row( + children: [ + ..._scopeSetting( + TraceWidgetBuildsScope.userCreated, + textStyle: textStyle, + ), + const SizedBox(width: defaultSpacing), + ..._scopeSetting(TraceWidgetBuildsScope.all, textStyle: textStyle), + ], ), - const SizedBox(width: defaultSpacing), - ..._scopeSetting(TraceWidgetBuildsScope.all, textStyle: textStyle), - ], + ), ); } @@ -361,18 +374,17 @@ class TraceWidgetBuildsScopeSelector extends StatelessWidget { }) { return [ Radio( + enabled: enabled, value: type, - groupValue: scope, materialTapTargetSize: MaterialTapTargetSize.shrinkWrap, - onChanged: enabled ? _changeScope : null, ), Text(type.radioDisplay, style: textStyle), ]; } Future _changeScope(TraceWidgetBuildsScope? type) async { - assert(enabled); - final extension = type!.extensionForScope; + if (type == null) return; + final extension = type.extensionForScope; final opposite = type.opposite.extensionForScope; await [ serviceConnection.serviceManager.serviceExtensionManager diff --git a/packages/devtools_app/lib/src/screens/performance/panes/controls/enhance_tracing/enhance_tracing_controller.dart b/packages/devtools_app/lib/src/screens/performance/panes/controls/enhance_tracing/enhance_tracing_controller.dart index 91bcfe168da..458a43ea9f4 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/controls/enhance_tracing/enhance_tracing_controller.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/controls/enhance_tracing/enhance_tracing_controller.dart @@ -60,8 +60,9 @@ class EnhanceTracingController extends DisposableController .listen((event) { if (event.extensionKind == 'Flutter.Frame' && _firstLiveFrameId == null) { - _firstLiveFrameId = - FlutterFrame.fromJson(event.extensionData!.data).id; + _firstLiveFrameId = FlutterFrame.fromJson( + event.extensionData!.data, + ).id; unawaited(_firstFrameEventSubscription!.cancel()); _firstFrameEventSubscription = null; } diff --git a/packages/devtools_app/lib/src/screens/performance/panes/controls/more_debugging_options.dart b/packages/devtools_app/lib/src/screens/performance/panes/controls/more_debugging_options.dart index cdc358cf783..fe865ae1319 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/controls/more_debugging_options.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/controls/more_debugging_options.dart @@ -22,8 +22,7 @@ class MoreDebuggingOptionsButton extends StatelessWidget { title: 'More debugging options', icon: Icons.build, tooltip: 'Opens a list of options you can use to help debug performance', - minScreenWidthForTextBeforeScaling: - PerformanceControls.minScreenWidthForTextBeforeScaling, + minScreenWidthForText: PerformanceControls.minScreenWidthForText, extensions: [ extensions.disableClipLayers, extensions.disableOpacityLayers, @@ -58,7 +57,7 @@ class MoreDebuggingOptionsButton extends StatelessWidget { ], ], ), - overlayWidthBeforeScaling: _width, + overlayWidth: _width, ); } } diff --git a/packages/devtools_app/lib/src/screens/performance/panes/controls/performance_controls.dart b/packages/devtools_app/lib/src/screens/performance/panes/controls/performance_controls.dart index d74f22972ca..66953bd5b9b 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/controls/performance_controls.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/controls/performance_controls.dart @@ -29,7 +29,7 @@ class PerformanceControls extends StatelessWidget { required this.onClear, }); - static const minScreenWidthForTextBeforeScaling = 1085.0; + static const minScreenWidthForText = 1085.0; final PerformanceController controller; @@ -109,8 +109,7 @@ class _PrimaryControls extends StatelessWidget { gaScreen: gac.performance, gaSelection: gac.clear, tooltip: 'Clear all data on the Performance screen', - minScreenWidthForTextBeforeScaling: - PerformanceControls.minScreenWidthForTextBeforeScaling, + minScreenWidthForText: PerformanceControls.minScreenWidthForText, onPressed: processing ? null : _clearPerformanceData, ), ], @@ -138,8 +137,7 @@ class _SecondaryPerformanceControls extends StatelessWidget { children: [ if (isFlutterApp) ...[ ServiceExtensionButtonGroup( - minScreenWidthForTextBeforeScaling: - PerformanceControls.minScreenWidthForTextBeforeScaling, + minScreenWidthForText: PerformanceControls.minScreenWidthForText, extensions: [extensions.performanceOverlay], ), const SizedBox(width: denseSpacing), diff --git a/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frame_model.dart b/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frame_model.dart index 7ba1605930c..9b199dbea87 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frame_model.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frame_model.dart @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -import 'dart:math' as math; - import '../../../../shared/primitives/utils.dart'; import '../../performance_model.dart'; import '../controls/enhance_tracing/enhance_tracing_model.dart'; @@ -24,13 +22,10 @@ class FlutterFrame { }); factory FlutterFrame.fromJson(Map json) { - final timeStart = Duration(microseconds: json[startTimeKey]! as int); - final timeEnd = - timeStart + Duration(microseconds: json[elapsedKey]! as int); - final frameTime = - TimeRange() - ..start = timeStart - ..end = timeEnd; + final frameTime = TimeRange.ofDuration( + json[elapsedKey]! as int, + start: json[startTimeKey]! as int, + ); return FlutterFrame._( id: json[numberKey]! as int, timeFromFrameTiming: frameTime, @@ -59,14 +54,6 @@ class FlutterFrame { /// which the data was parsed. final TimeRange timeFromFrameTiming; - /// The time range of the Flutter frame based on the frame's - /// [timelineEventData], which contains timing information from the VM's - /// timeline events. - /// - /// This time range should be used for activities related to timeline events, - /// like scrolling a frame's timeline events into view, for example. - TimeRange get timeFromEventFlows => timelineEventData.time; - /// Build time for this Flutter frame based on data from the FrameTiming API /// sent over the extension stream as 'Flutter.Frame' events. final Duration buildTime; @@ -86,13 +73,12 @@ class FlutterFrame { /// (e.g. when the 'Flutter.Frame' event for this frame was received). /// /// If we did not have [EnhanceTracingState] information at the time that this - /// frame was drawn (e.g. the DevTools performancd page was not opened and + /// frame was drawn (e.g. the DevTools performance page was not opened and /// listening for frames yet), this value will be null. EnhanceTracingState? enhanceTracingState; FrameAnalysis? get frameAnalysis { - final frameAnalysis_ = _frameAnalysis; - if (frameAnalysis_ != null) return frameAnalysis_; + if (_frameAnalysis case final frameAnalysis?) return frameAnalysis; if (timelineEventData.isNotEmpty) { return _frameAnalysis = FrameAnalysis(this); } @@ -105,15 +91,17 @@ class FlutterFrame { Duration get shaderDuration { if (_shaderTime != null) return _shaderTime!; - if (timelineEventData.rasterEvent == null) return Duration.zero; - final shaderEvents = timelineEventData.rasterEvent! - .shallowNodesWithCondition((event) => event.isShaderEvent); - final duration = shaderEvents.fold(Duration.zero, ( - previous, - event, - ) { - return previous + event.time.duration; - }); + final rasterEvent = timelineEventData.rasterEvent; + if (rasterEvent == null) return Duration.zero; + final shaderEvents = rasterEvent.shallowNodesWithCondition( + (event) => event.isShaderEvent, + ); + final duration = shaderEvents + .where((event) => event.isComplete) + .fold( + Duration.zero, + (previous, event) => previous + event.time.duration, + ); return _shaderTime = duration; } @@ -151,7 +139,7 @@ class FlutterFrame { Map get json => { numberKey: id, - startTimeKey: timeFromFrameTiming.start!.inMicroseconds, + startTimeKey: timeFromFrameTiming.start, elapsedKey: timeFromFrameTiming.duration.inMicroseconds, buildKey: buildTime.inMicroseconds, rasterKey: rasterTime.inMicroseconds, @@ -198,42 +186,9 @@ class FrameTimelineEventData { bool get isNotEmpty => uiEvent != null || rasterEvent != null; - final time = TimeRange(); - - void setEventFlow({ - required FlutterTimelineEvent event, - bool setTimeData = true, - }) { + void setEventFlow({required FlutterTimelineEvent event}) { final type = event.type!; _eventFlows[type.index] = event; - if (setTimeData) { - if (type == TimelineEventType.ui) { - time.start = event.time.start; - // If [rasterEventFlow] has already completed, set the end time for this - // frame to [event]'s end time. - if (rasterEvent != null) { - time.end = event.time.end; - } - } else if (type == TimelineEventType.raster) { - // If [uiEventFlow] is null, that means that this raster event flow - // completed before the ui event flow did for this frame. This means one - // of two things: 1) there will never be a [uiEventFlow] for this frame - // because the UI events are not present in the available timeline - // events, or 2) the [uiEventFlow] has started but not completed yet. In - // the event that 2) is true, do not set the frame end time here because - // the end time for this frame will be set to the end time for - // [uiEventFlow] once it finishes. - final theUiEvent = uiEvent; - if (theUiEvent != null) { - time.end = Duration( - microseconds: math.max( - theUiEvent.time.end!.inMicroseconds, - event.time.end?.inMicroseconds ?? 0, - ), - ); - } - } - } } FlutterTimelineEvent? eventByType(TimelineEventType type) { diff --git a/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_chart.dart b/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_chart.dart index 0ed3c6f5d9a..82bee01d071 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_chart.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_chart.dart @@ -7,6 +7,7 @@ import 'dart:math' as math; import 'package:devtools_app_shared/ui.dart'; import 'package:devtools_app_shared/utils.dart'; +import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import '../../../../shared/analytics/analytics.dart' as ga; @@ -39,7 +40,7 @@ class FlutterFramesChart extends StatelessWidget { final bool showingOfflineData; - final bool impellerEnabled; + final ValueListenable impellerEnabled; @override Widget build(BuildContext context) { @@ -86,9 +87,9 @@ class _FlutterFramesChart extends StatefulWidget { final bool showingOfflineData; - final bool impellerEnabled; + final ValueListenable impellerEnabled; - static double get frameNumberSectionHeight => scaleByFontFactor(20.0); + static const frameNumberSectionHeight = 20.0; static double get frameChartScrollbarOffset => defaultScrollBarOffset; @@ -112,10 +113,9 @@ class _FlutterFramesChartState extends State<_FlutterFramesChart> { } void _maybeShowShaderJankMessage() { - final shaderJankFrames = - widget.frames - .where((frame) => frame.hasShaderJank(widget.displayRefreshRate)) - .toList(); + final shaderJankFrames = widget.frames + .where((frame) => frame.hasShaderJank(widget.displayRefreshRate)) + .toList(); if (shaderJankFrames.isNotEmpty) { final Duration shaderJankDuration = shaderJankFrames.fold( Duration.zero, @@ -123,10 +123,9 @@ class _FlutterFramesChartState extends State<_FlutterFramesChart> { ); bannerMessages.addMessage( ShaderJankMessage( - screenId: - offlineDataController.showingOfflineData.value - ? ScreenMetaData.simple.id - : ScreenMetaData.performance.id, + screenId: offlineDataController.showingOfflineData.value + ? ScreenMetaData.simple.id + : ScreenMetaData.performance.id, jankyFramesCount: shaderJankFrames.length, jankDuration: shaderJankDuration, ), @@ -203,7 +202,7 @@ class FramesChart extends StatefulWidget { final BoxConstraints constraints; - final bool impellerEnabled; + final ValueListenable impellerEnabled; @override State createState() => _FramesChartState(); @@ -215,7 +214,7 @@ class _FramesChartState extends State with AutoDisposeMixin { static const _outlineBorderWidth = 1.0; - double get _yAxisUnitsSpace => scaleByFontFactor(48.0); + static const _yAxisUnitsSpace = 48.0; late final ScrollController _framesScrollController; @@ -301,18 +300,17 @@ class _FramesChartState extends State with AutoDisposeMixin { scrollDirection: Axis.horizontal, itemCount: widget.frames.length, itemExtent: _defaultFrameWidthWithPadding, - itemBuilder: - (context, index) => FlutterFramesChartItem( - framesController: widget.framesController, - index: index, - frame: widget.frames[index], - selected: widget.frames[index] == _selectedFrame, - msPerPx: _msPerPx, - availableChartHeight: - defaultChartHeight - 2 * _outlineBorderWidth, - displayRefreshRate: widget.displayRefreshRate, - onSelected: (index) => _selectedFrameIndex = index, - ), + itemBuilder: (context, index) => FlutterFramesChartItem( + framesController: widget.framesController, + index: index, + frame: widget.frames[index], + selected: widget.frames[index] == _selectedFrame, + msPerPx: _msPerPx, + availableChartHeight: + defaultChartHeight - 2 * _outlineBorderWidth, + displayRefreshRate: widget.displayRefreshRate, + onSelected: (index) => _selectedFrameIndex = index, + ), ), ), ), @@ -344,15 +342,23 @@ class _FramesChartState extends State with AutoDisposeMixin { return Stack( children: [ chartAxisPainter, - Padding(padding: EdgeInsets.only(left: _yAxisUnitsSpace), child: chart), + Padding( + padding: const EdgeInsets.only(left: _yAxisUnitsSpace), + child: chart, + ), fpsLinePainter, - Positioned( - right: denseSpacing, - top: densePadding, - child: Text( - 'Engine: ${widget.impellerEnabled ? 'Impeller' : 'Skia'}', - style: themeData.subtleChartTextStyle, - ), + ValueListenableBuilder( + valueListenable: widget.impellerEnabled, + builder: (context, impellerEnabled, child) { + return Positioned( + right: denseSpacing, + top: densePadding, + child: Text( + 'Engine: ${impellerEnabled ? 'Impeller' : 'Skia'}', + style: themeData.subtleChartTextStyle, + ), + ); + }, ), ], ); @@ -382,7 +388,7 @@ class FramesChartControls extends StatelessWidget { final bool showingOfflineData; - final bool impellerEnabled; + final ValueListenable impellerEnabled; @override Widget build(BuildContext context) { @@ -408,21 +414,26 @@ class FramesChartControls extends StatelessWidget { ); }, ), - Legend( - dense: true, - entries: [ - LegendEntry(terse ? 'UI' : 'Frame Time (UI)', mainUiColor), - LegendEntry( - terse ? 'Raster' : 'Frame Time (Raster)', - mainRasterColor, - ), - LegendEntry(terse ? 'Jank' : 'Jank (slow frame)', uiJankColor), - if (!impellerEnabled) - LegendEntry( - 'Shader Compilation', - shaderCompilationColor.background, - ), - ], + ValueListenableBuilder( + valueListenable: impellerEnabled, + builder: (context, impellerEnabled, child) { + return Legend( + dense: true, + entries: [ + LegendEntry(terse ? 'UI' : 'Frame Time (UI)', mainUiColor), + LegendEntry( + terse ? 'Raster' : 'Frame Time (Raster)', + mainRasterColor, + ), + LegendEntry(terse ? 'Jank' : 'Jank (slow frame)', uiJankColor), + if (!impellerEnabled) + LegendEntry( + 'Shader Compilation', + shaderCompilationColor.background, + ), + ], + ); + }, ), AverageFPS( frames: frames, @@ -543,7 +554,7 @@ class FlutterFramesChartItem extends StatelessWidget { ); final content = Padding( - padding: EdgeInsets.only( + padding: const EdgeInsets.only( bottom: _FlutterFramesChart.frameNumberSectionHeight, ), child: InkWell( @@ -556,8 +567,9 @@ class FlutterFramesChartItem extends StatelessWidget { hasShaderJank: hasShaderJank, child: Container( padding: const EdgeInsets.symmetric(horizontal: densePadding), - color: - selected ? colorScheme.selectedFrameBackgroundColor : null, + color: selected + ? colorScheme.selectedFrameBackgroundColor + : null, child: Column( children: [ // Dummy child so that the InkWell does not take up the entire column. @@ -589,16 +601,19 @@ class FlutterFramesChartItem extends StatelessWidget { ); return index % 2 == 0 ? Stack( - children: [ - content, - Container( - margin: EdgeInsets.only(top: defaultChartHeight), - height: _FlutterFramesChart.frameNumberSectionHeight, - alignment: AlignmentDirectional.center, - child: Text('${frame.id}', style: themeData.subtleChartTextStyle), - ), - ], - ) + children: [ + content, + Container( + margin: const EdgeInsets.only(top: defaultChartHeight), + height: _FlutterFramesChart.frameNumberSectionHeight, + alignment: AlignmentDirectional.center, + child: Text( + '${frame.id}', + style: themeData.subtleChartTextStyle, + ), + ), + ], + ) : content; } @@ -611,12 +626,11 @@ class FlutterFramesChartItem extends StatelessWidget { ga.select( gac.performance, gac.PerformanceEvents.selectFlutterFrame.name, - screenMetricsProvider: - () => PerformanceScreenMetrics( - uiDuration: frame.buildTime, - rasterDuration: frame.rasterTime, - shaderCompilationDuration: frame.shaderDuration, - ), + screenMetricsProvider: () => PerformanceScreenMetrics( + uiDuration: frame.buildTime, + rasterDuration: frame.rasterTime, + shaderCompilationDuration: frame.shaderDuration, + ), ); } framesController.handleSelectedFrame(frame); @@ -657,10 +671,9 @@ class FlutterFrameTooltip extends StatelessWidget { 'UI: ${durationText(frame.buildTime, unit: DurationDisplayUnit.milliseconds, allowRoundingToZero: false)}'; final rasterText = 'Raster: ${durationText(frame.rasterTime, unit: DurationDisplayUnit.milliseconds, allowRoundingToZero: false)}'; - final shaderText = - hasShaderJank - ? 'Shader Compilation: ${durationText(frame.shaderDuration, unit: DurationDisplayUnit.milliseconds, allowRoundingToZero: false)} -' - : ''; + final shaderText = hasShaderJank + ? 'Shader Compilation: ${durationText(frame.shaderDuration, unit: DurationDisplayUnit.milliseconds, allowRoundingToZero: false)} -' + : ''; return HoverCardData( position: HoverCardPosition.element, width: _calculateTooltipWidth([ @@ -683,17 +696,16 @@ class FlutterFrameTooltip extends StatelessWidget { children: [ const Icon( Icons.subdirectory_arrow_right, - size: defaultIconSizeBeforeScaling, + size: defaultIconSize, ), Text(shaderText), MoreInfoLink( url: preCompileShadersDocsUrl, gaScreenName: gac.performance, - gaSelectedItemDescription: - gac - .PerformanceDocs - .shaderCompilationDocsTooltipLink - .name, + gaSelectedItemDescription: gac + .PerformanceDocs + .shaderCompilationDocsTooltipLink + .name, ), ], ), @@ -717,7 +729,7 @@ class FlutterFrameTooltip extends StatelessWidget { // text vs text displayed. maxWidth += 2 * denseSpacing + _textMeasurementBuffer; if (hasShaderJank) { - return maxWidth + defaultIconSizeBeforeScaling + _moreInfoLinkWidth; + return maxWidth + defaultIconSize + _moreInfoLinkWidth; } return maxWidth; } @@ -778,7 +790,7 @@ class ShaderJankWarningIcon extends StatelessWidget { BlinkingIcon( icon: Icons.warning_amber_rounded, color: Colors.amber, - size: defaultActionsIconSizeBeforeScaling, + size: actionsIconSize, ), ], ); @@ -922,7 +934,7 @@ class FPSLinePainter extends CustomPainter { required this.bottomMargin, }); - double get fpsTextSpace => scaleByFontFactor(45.0); + static const fpsTextSpace = 45.0; final BoxConstraints constraints; diff --git a/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_controller.dart b/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_controller.dart index e4dda55a1a0..ff970282c2c 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_controller.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_controller.dart @@ -75,10 +75,9 @@ class FlutterFramesController extends PerformanceFeatureController { // Default to true for profile builds only. _badgeTabForJankyFrames.value = await connectedApp.isProfileBuild; - final refreshRate = - connectedApp.isFlutterAppNow! - ? await serviceConnection.queryDisplayRefreshRate - : defaultRefreshRate; + final refreshRate = connectedApp.isFlutterAppNow! + ? await serviceConnection.queryDisplayRefreshRate + : defaultRefreshRate; _displayRefreshRate.value = refreshRate ?? defaultRefreshRate; } @@ -166,7 +165,7 @@ class FlutterFramesController extends PerformanceFeatureController { assert(frame.isWellFormed); firstWellFormedFrameMicros = math.min( firstWellFormedFrameMicros ?? maxJsInt, - frame.timeFromFrameTiming.start!.inMicroseconds, + frame.timeFromFrameTiming.start, ); } diff --git a/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_analysis_model.dart b/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_analysis_model.dart index 5658c339ee0..d1316e41ad0 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_analysis_model.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_analysis_model.dart @@ -101,21 +101,16 @@ class FrameAnalysis { /// /// This is drawn from all events for this frame from the raster thread. late FramePhase rasterPhase = FramePhase.raster( - events: [ - if (frame.timelineEventData.rasterEvent != null) - frame.timelineEventData.rasterEvent!, - ], + events: [?frame.timelineEventData.rasterEvent], ); late FramePhase longestUiPhase = _calculateLongestFramePhase(); - bool get hasUiData => - _hasUiData ??= - [ - ...buildPhase.events, - ...layoutPhase.events, - ...paintPhase.events, - ].isNotEmpty; + bool get hasUiData => _hasUiData ??= [ + ...buildPhase.events, + ...layoutPhase.events, + ...paintPhase.events, + ].isNotEmpty; bool? _hasUiData; @@ -278,9 +273,12 @@ class FramePhase { : title = type.display, duration = duration ?? - events.fold(Duration.zero, (previous, event) { - return previous + event.time.duration; - }); + events + .where((event) => event.isComplete) + .fold( + Duration.zero, + (previous, event) => previous + event.time.duration, + ); factory FramePhase.build({ required List events, diff --git a/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_hints.dart b/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_hints.dart index 58edaccb87f..1bb06ddbc88 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_hints.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_hints.dart @@ -47,34 +47,32 @@ class FrameHints extends StatelessWidget { final theme = Theme.of(context); final saveLayerCount = frameAnalysis.saveLayerCount; final intrinsicOperationsCount = frameAnalysis.intrinsicOperationsCount; - final uiHints = - showUiJankHints - ? [ - Text('UI Jank Detected', style: theme.errorTextStyle), - const SizedBox(height: denseSpacing), - EnhanceTracingHint( - longestPhase: frameAnalysis.longestUiPhase, - enhanceTracingState: frameAnalysis.frame.enhanceTracingState, - enhanceTracingController: enhanceTracingController, - ), - const SizedBox(height: densePadding), - if (intrinsicOperationsCount > 0) - IntrinsicOperationsHint(intrinsicOperationsCount), - ] - : []; - final rasterHints = - showRasterJankHints - ? [ - Text('Raster Jank Detected', style: theme.errorTextStyle), - const SizedBox(height: denseSpacing), - if (saveLayerCount > 0) CanvasSaveLayerHint(saveLayerCount), - const SizedBox(height: denseSpacing), - if (frame.hasShaderTime) - ShaderCompilationHint(shaderTime: frame.shaderDuration), - const SizedBox(height: denseSpacing), - const GeneralRasterJankHint(), - ] - : []; + final uiHints = showUiJankHints + ? [ + Text('UI Jank Detected', style: theme.errorTextStyle), + const SizedBox(height: denseSpacing), + EnhanceTracingHint( + longestPhase: frameAnalysis.longestUiPhase, + enhanceTracingState: frameAnalysis.frame.enhanceTracingState, + enhanceTracingController: enhanceTracingController, + ), + const SizedBox(height: densePadding), + if (intrinsicOperationsCount > 0) + IntrinsicOperationsHint(intrinsicOperationsCount), + ] + : []; + final rasterHints = showRasterJankHints + ? [ + Text('Raster Jank Detected', style: theme.errorTextStyle), + const SizedBox(height: denseSpacing), + if (saveLayerCount > 0) CanvasSaveLayerHint(saveLayerCount), + const SizedBox(height: denseSpacing), + if (frame.hasShaderTime) + ShaderCompilationHint(shaderTime: frame.shaderDuration), + const SizedBox(height: denseSpacing), + const GeneralRasterJankHint(), + ] + : []; return Column( crossAxisAlignment: CrossAxisAlignment.start, @@ -97,7 +95,7 @@ class _Hint extends StatelessWidget { Widget build(BuildContext context) { return Row( children: [ - Icon(Icons.lightbulb_outline, size: defaultIconSize), + const Icon(Icons.lightbulb_outline, size: defaultIconSize), const SizedBox(width: denseSpacing), Expanded(child: message), ], @@ -340,28 +338,27 @@ class ShaderCompilationHint extends StatelessWidget { ), ], ), - childrenSpans: - serviceConnection.serviceManager.connectedApp!.isIosApp - ? [ - TextSpan( - text: - ' Note: pre-compiling shaders is a legacy solution with many ' - 'pitfalls. Try ', - style: theme.regularTextStyle, - ), - GaLinkTextSpan( - link: GaLink( - display: 'Impeller', - url: impellerDocsUrl, - gaScreenName: gac.performance, - gaSelectedItemDescription: - gac.PerformanceDocs.impellerDocsLink.name, - ), - context: context, + childrenSpans: serviceConnection.serviceManager.connectedApp!.isIosApp + ? [ + TextSpan( + text: + ' Note: pre-compiling shaders is a legacy solution with many ' + 'pitfalls. Try ', + style: theme.regularTextStyle, + ), + GaLinkTextSpan( + link: GaLink( + display: 'Impeller', + url: impellerDocsUrl, + gaScreenName: gac.performance, + gaSelectedItemDescription: + gac.PerformanceDocs.impellerDocsLink.name, ), - TextSpan(text: ' instead!', style: theme.regularTextStyle), - ] - : [], + context: context, + ), + TextSpan(text: ' instead!', style: theme.regularTextStyle), + ] + : [], ), ); } diff --git a/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_time_visualizer.dart b/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_time_visualizer.dart index d3c5a38c58f..b0c09e8f56f 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_time_visualizer.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_time_visualizer.dart @@ -178,7 +178,11 @@ class _FrameBlockGroup extends StatelessWidget { return Column( crossAxisAlignment: CrossAxisAlignment.start, - children: [Text(title), const SizedBox(height: denseSpacing), content], + children: [ + Text(title), + const SizedBox(height: denseSpacing), + content, + ], ); } @@ -191,12 +195,9 @@ class _FrameBlockGroup extends StatelessWidget { BoxConstraints constraints, int totalFlex, ) { - final unadjustedBlockWidths = - data - .map( - (blockData) => constraints.maxWidth * blockData.flex / totalFlex, - ) - .toList(); + final unadjustedBlockWidths = data + .map((blockData) => constraints.maxWidth * blockData.flex / totalFlex) + .toList(); var adjustment = 0.0; var widestBlockIndex = 0; @@ -211,13 +212,11 @@ class _FrameBlockGroup extends StatelessWidget { } } - final adjustedBlockWidths = - unadjustedBlockWidths - .map( - (blockWidth) => - math.max(blockWidth, _FramePhaseBlock.minBlockWidth), - ) - .toList(); + final adjustedBlockWidths = unadjustedBlockWidths + .map( + (blockWidth) => math.max(blockWidth, _FramePhaseBlock.minBlockWidth), + ) + .toList(); final widest = adjustedBlockWidths[widestBlockIndex]; adjustedBlockWidths[widestBlockIndex] = math.max( widest - adjustment, @@ -233,7 +232,7 @@ class _FramePhaseBlock extends StatelessWidget { static const _height = 24.0; - static const minBlockWidth = defaultIconSizeBeforeScaling + densePadding * 8; + static const minBlockWidth = defaultIconSize + densePadding * 8; static const _backgroundColor = ThemedColor( light: Color(0xFFEEEEEE), @@ -303,14 +302,13 @@ class _FramePhaseBlockData { final IconData icon; String get display { - final text = - duration != Duration.zero - ? durationText( - duration, - unit: DurationDisplayUnit.milliseconds, - allowRoundingToZero: false, - ) - : '--'; + final text = duration != Duration.zero + ? durationText( + duration, + unit: DurationDisplayUnit.milliseconds, + allowRoundingToZero: false, + ) + : '--'; return '$title - $text'; } } diff --git a/packages/devtools_app/lib/src/screens/performance/panes/rebuild_stats/rebuild_stats.dart b/packages/devtools_app/lib/src/screens/performance/panes/rebuild_stats/rebuild_stats.dart index 254c19e2974..a19d2502276 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/rebuild_stats/rebuild_stats.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/rebuild_stats/rebuild_stats.dart @@ -193,8 +193,8 @@ class _RebuildTableState extends State { return columns; } - static final _widgetColumn = _WidgetColumn(); - static final _locationColumn = _LocationColumn(); + static const _widgetColumn = _WidgetColumn(); + static const _locationColumn = _LocationColumn(); List> get _columns => [ _widgetColumn, @@ -208,9 +208,8 @@ class _RebuildTableState extends State { dataKey: 'RebuildMetricsTable', columns: _columns, data: widget.metrics, - keyFactory: - (RebuildLocationStats location) => - ValueKey('${location.location.id}'), + keyFactory: (RebuildLocationStats location) => + ValueKey('${location.location.id}'), defaultSortColumn: _metricsColumns.first, defaultSortDirection: sortDirection, onItemSelected: (item) async { @@ -230,7 +229,7 @@ class _RebuildTableState extends State { } class _WidgetColumn extends ColumnData { - _WidgetColumn() : super('Widget', fixedWidthPx: scaleByFontFactor(200)); + const _WidgetColumn() : super('Widget', fixedWidthPx: 200); @override String getValue(RebuildLocationStats dataObject) { @@ -239,7 +238,7 @@ class _WidgetColumn extends ColumnData { } class _LocationColumn extends ColumnData { - _LocationColumn() : super.wide('Location'); + const _LocationColumn() : super.wide('Location'); @override String getValue(RebuildLocationStats dataObject) { @@ -262,8 +261,7 @@ class _LocationColumn extends ColumnData { } class _RebuildCountColumn extends ColumnData { - _RebuildCountColumn(super.name, this.metricIndex) - : super(fixedWidthPx: scaleByFontFactor(130)); + _RebuildCountColumn(super.name, this.metricIndex) : super(fixedWidthPx: 130); final int metricIndex; diff --git a/packages/devtools_app/lib/src/screens/performance/panes/rebuild_stats/rebuild_stats_model.dart b/packages/devtools_app/lib/src/screens/performance/panes/rebuild_stats/rebuild_stats_model.dart index e6a5c1eb7fd..153778fa520 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/rebuild_stats/rebuild_stats_model.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/rebuild_stats/rebuild_stats_model.dart @@ -186,8 +186,8 @@ class RebuildCountModel { RebuildCountModel.fromJson(Map json) { if (json.isEmpty) return; locationMap.processLocationMap(json[_locationsKey] as Map); - final frames = - (json[_framesKey] as List).cast>(); + final frames = (json[_framesKey] as List) + .cast>(); frames.forEach(processRebuildsForFrame); } diff --git a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/_perfetto_controller_web.dart b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/_perfetto_controller_web.dart index 937149ed605..ed9bc3a6f3e 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/_perfetto_controller_web.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/_perfetto_controller_web.dart @@ -169,12 +169,11 @@ class PerfettoControllerImpl extends PerfettoController { ); _initialized = true; - _perfettoIFrame = - HTMLIFrameElement() - // This url is safe because we built it ourselves and it does not include - // any user input. - ..src = perfettoUrl - ..allow = 'usb'; + _perfettoIFrame = HTMLIFrameElement() + // This url is safe because we built it ourselves and it does not include + // any user input. + ..src = perfettoUrl + ..allow = 'usb'; _perfettoIFrame.style ..border = 'none' ..height = '100%' diff --git a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/_perfetto_web.dart b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/_perfetto_web.dart index 6cfcc20e359..2d5cafa0c84 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/_perfetto_web.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/_perfetto_web.dart @@ -19,7 +19,6 @@ import '../../../../../shared/analytics/constants.dart' as gac; import '../../../../../shared/globals.dart'; import '../../../../../shared/primitives/utils.dart'; import '../../../../../shared/utils/utils.dart'; -import '../../../performance_utils.dart'; import '_perfetto_controller_web.dart'; import 'perfetto_controller.dart'; @@ -205,10 +204,6 @@ class _PerfettoViewController extends DisposableController Future _scrollToTimeRange(TimeRange? timeRange) async { if (timeRange == null) return; - if (!timeRange.isWellFormed) { - pushNoTimelineEventsAvailableWarning(); - return; - } await _pingPerfettoUntilReady(); ga.select( gac.performance, @@ -217,8 +212,8 @@ class _PerfettoViewController extends DisposableController _postMessage({ 'perfetto': { // Pass the values to Perfetto in seconds. - 'timeStart': timeRange.start!.inMicroseconds / 1000000, - 'timeEnd': timeRange.end!.inMicroseconds / 1000000, + 'timeStart': timeRange.start / 1000000, + 'timeEnd': timeRange.end / 1000000, // The time range should take up 80% of the visible window. 'viewPercentage': 0.8, }, diff --git a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/tracing/model.dart b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/tracing/model.dart index de836a1614b..c2ec2f4d12b 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/tracing/model.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/tracing/model.dart @@ -39,10 +39,9 @@ class PerfettoTrackDescriptorEvent extends _PerfettoTracePacket { final TrackDescriptor trackDescriptor; - String get name => - trackDescriptor.name.isNotEmpty - ? trackDescriptor.name - : trackDescriptor.thread.threadName; + String get name => trackDescriptor.name.isNotEmpty + ? trackDescriptor.name + : trackDescriptor.thread.threadName; Int64 get id => trackDescriptor.uuid; diff --git a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_event_processor.dart b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_event_processor.dart index ae1071e26e0..8e9daae4e9a 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_event_processor.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_event_processor.dart @@ -34,8 +34,8 @@ class FlutterTimelineEventProcessor { /// The Flutter frame range that we have processed track events for. Range? get frameRangeFromTimelineEvents => _startFrameId == null || _endFrameId == null - ? null - : Range(_startFrameId!, _endFrameId!); + ? null + : Range(_startFrameId!, _endFrameId!); int? _startFrameId; int? _endFrameId; @@ -116,8 +116,7 @@ class FlutterTimelineEventProcessor { // Since this event is complete, move back up the tree to the nearest // incomplete event. - while (current!.parent != null && - current.parent!.time.end?.inMicroseconds != null) { + while (current!.parent?.isComplete ?? false) { current = current.parent; } currentTimelineEventsByTrackId[trackId] = current.parent; diff --git a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_events_controller.dart b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_events_controller.dart index b1a88145451..53830788d5d 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_events_controller.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_events_controller.dart @@ -52,8 +52,9 @@ class TimelineEventsController extends PerformanceFeatureController static const gpuThreadSuffix = '.gpu'; static const platformThreadSuffix = '.platform'; static const flutterTestThreadSuffix = '.flutter.test..ui'; - static final _refreshWorkTrackerDelay = - const Duration(milliseconds: 500).inMicroseconds; + static final _refreshWorkTrackerDelay = const Duration( + milliseconds: 500, + ).inMicroseconds; /// Controller that contains business logic for the Perfetto trace viewer. late final PerfettoController perfettoController; @@ -81,10 +82,12 @@ class TimelineEventsController extends PerformanceFeatureController @visibleForTesting late final Uint8ListRingBuffer traceRingBuffer; - /// Size limit in GB for [traceRingBuffer] that determines when traces should - /// be removed from the queue. - final _traceRingBufferSize = - convertBytes(1, from: ByteUnit.gb, to: ByteUnit.byte).round(); + /// Size limit for [traceRingBuffer] that determines when traces should be + /// removed from the queue. + /// + /// Wasm sets a size limit on byte arrays of int32 max which is specifically + /// 1 less than 1 << 31. + final _traceRingBufferSize = (1 << 31) - 1; /// Track events that we have received from the VM, but have not yet /// processed. @@ -357,12 +360,11 @@ class TimelineEventsController extends PerformanceFeatureController ga.timeSync( gac.performance, gac.PerformanceEvents.perfettoModeTraceEventProcessingTime.nameOverride!, - syncOperation: - () => perfettoController.processor.processTrackEvents( - _unprocessedTrackEvents, - ), - screenMetricsProvider: - () => PerformanceScreenMetrics(traceEventCount: eventCount), + syncOperation: () => perfettoController.processor.processTrackEvents( + _unprocessedTrackEvents, + ), + screenMetricsProvider: () => + PerformanceScreenMetrics(traceEventCount: eventCount), ); _unprocessedTrackEvents.clear(); } @@ -434,9 +436,7 @@ class TimelineEventsController extends PerformanceFeatureController ); } - if (frame.timeFromFrameTiming.isWellFormed) { - perfettoController.scrollToTimeRange(frame.timeFromFrameTiming); - } + perfettoController.scrollToTimeRange(frame.timeFromFrameTiming); } void addTimelineEvent(FlutterTimelineEvent event) { @@ -460,7 +460,7 @@ class TimelineEventsController extends PerformanceFeatureController } else { final unassignedEventsForFrame = _unassignedFlutterTimelineEvents .putIfAbsent(frameNumber, () => FrameTimelineEventData()); - unassignedEventsForFrame.setEventFlow(event: event, setTimeData: false); + unassignedEventsForFrame.setEventFlow(event: event); } } } @@ -488,7 +488,7 @@ class TimelineEventsController extends PerformanceFeatureController return offlineDataController.showingOfflineData.value ? offlineData != null && offlineData.frames.isNotEmpty : serviceConnection.serviceManager.connectedApp?.isFlutterAppNow ?? - false; + false; } void _maybePushNoTimelineEventsWarning() { diff --git a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_events_view.dart b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_events_view.dart index 1a44da58283..682b3702817 100644 --- a/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_events_view.dart +++ b/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_events_view.dart @@ -181,10 +181,9 @@ class RefreshTimelineEventsButton extends StatelessWidget { return RefreshButton( iconOnly: true, outlined: false, - onPressed: - status == EventsControllerStatus.refreshing - ? null - : controller.forceRefresh, + onPressed: status == EventsControllerStatus.refreshing + ? null + : controller.forceRefresh, tooltip: 'Refresh timeline events', gaScreen: gac.performance, gaSelection: gac.PerformanceEvents.refreshTimelineEvents.name, @@ -249,7 +248,9 @@ class _TimelineSettingsDialogState extends State List _defaultRecordedStreams(ThemeData theme) { return [ ...dialogSubHeader(theme, 'Trace categories'), - RichText(text: TextSpan(text: 'Default', style: theme.subtleTextStyle)), + RichText( + text: TextSpan(text: 'Default', style: theme.subtleTextStyle), + ), ..._timelineStreams(advanced: false), // Special case "Network Traffic" because it is not implemented as a // Timeline recorded stream in the VM. The user does not need to be aware of @@ -258,41 +259,40 @@ class _TimelineSettingsDialogState extends State title: 'Network', description: 'Http traffic', notifier: _httpLogging, - onChanged: - (value) => unawaited( - http_service.toggleHttpRequestLogging(value ?? false), - ), + onChanged: (value) => + unawaited(http_service.toggleHttpRequestLogging(value ?? false)), ), ]; } List _advancedStreams(ThemeData theme) { return [ - RichText(text: TextSpan(text: 'Advanced', style: theme.subtleTextStyle)), + RichText( + text: TextSpan(text: 'Advanced', style: theme.subtleTextStyle), + ), ..._timelineStreams(advanced: true), ]; } List _timelineStreams({required bool advanced}) { - final streams = - advanced - ? serviceConnection.timelineStreamManager.advancedStreams - : serviceConnection.timelineStreamManager.basicStreams; - final settings = - streams - .map( - (stream) => CheckboxSetting( - title: stream.name, - description: stream.description, - notifier: stream.recorded as ValueNotifier, - onChanged: - (newValue) => unawaited( - serviceConnection.timelineStreamManager - .updateTimelineStream(stream, newValue ?? false), - ), + final streams = advanced + ? serviceConnection.timelineStreamManager.advancedStreams + : serviceConnection.timelineStreamManager.basicStreams; + final settings = streams + .map( + (stream) => CheckboxSetting( + title: stream.name, + description: stream.description, + notifier: stream.recorded as ValueNotifier, + onChanged: (newValue) => unawaited( + serviceConnection.timelineStreamManager.updateTimelineStream( + stream, + newValue ?? false, ), - ) - .toList(); + ), + ), + ) + .toList(); return settings; } } diff --git a/packages/devtools_app/lib/src/screens/performance/performance_controller.dart b/packages/devtools_app/lib/src/screens/performance/performance_controller.dart index e097bf052b9..cfb4469afca 100644 --- a/packages/devtools_app/lib/src/screens/performance/performance_controller.dart +++ b/packages/devtools_app/lib/src/screens/performance/performance_controller.dart @@ -9,6 +9,7 @@ import 'dart:async'; import 'package:devtools_app_shared/service.dart'; import 'package:devtools_app_shared/utils.dart'; +import 'package:flutter/foundation.dart'; import 'package:vm_service/vm_service.dart'; import '../../service/service_registrations.dart' as registrations; @@ -83,8 +84,8 @@ class PerformanceController extends DevToolsScreenController /// any selection modifications that occur while the data is displayed. OfflinePerformanceData? offlinePerformanceData; - bool get impellerEnabled => _impellerEnabled; - bool _impellerEnabled = false; + ValueListenable get impellerEnabled => _impellerEnabled; + final _impellerEnabled = ValueNotifier(false); Future get initialized => _initialized.future; final _initialized = Completer(); @@ -124,11 +125,19 @@ class PerformanceController extends DevToolsScreenController if (serviceConnection.serviceManager.connectedApp?.isFlutterAppNow ?? false) { - final impellerEnabledResponse = await serviceConnection.serviceManager - .callServiceExtensionOnMainIsolate(registrations.isImpellerEnabled); - _impellerEnabled = impellerEnabledResponse.json?['enabled'] == true; + // Do not await this future because this will hang if the app is paused + // upon connection. + unawaited( + serviceConnection.serviceManager + .callServiceExtensionOnMainIsolate( + registrations.isImpellerEnabled, + ) + .then((response) { + _impellerEnabled.value = response.json?['enabled'] == true; + }), + ); } else { - _impellerEnabled = false; + _impellerEnabled.value = false; } enhanceTracingController.init(); @@ -264,20 +273,20 @@ class PerformanceController extends DevToolsScreenController _applyToFeatureControllers((c) => c.dispose()); enhanceTracingController.dispose(); rebuildCountModel.dispose(); + _impellerEnabled.dispose(); super.dispose(); } @override OfflineScreenData prepareOfflineScreenData() => OfflineScreenData( screenId: PerformanceScreen.id, - data: - OfflinePerformanceData( - perfettoTraceBinary: timelineEventsController.fullPerfettoTrace, - frames: flutterFramesController.flutterFrames.value, - selectedFrame: flutterFramesController.selectedFrame.value, - rebuildCountModel: rebuildCountModel, - displayRefreshRate: flutterFramesController.displayRefreshRate.value, - ).toJson(), + data: OfflinePerformanceData( + perfettoTraceBinary: timelineEventsController.fullPerfettoTrace, + frames: flutterFramesController.flutterFrames.value, + selectedFrame: flutterFramesController.selectedFrame.value, + rebuildCountModel: rebuildCountModel, + displayRefreshRate: flutterFramesController.displayRefreshRate.value, + ).toJson(), ); @override diff --git a/packages/devtools_app/lib/src/screens/performance/performance_model.dart b/packages/devtools_app/lib/src/screens/performance/performance_model.dart index b7b51cd814d..637eae39969 100644 --- a/packages/devtools_app/lib/src/screens/performance/performance_model.dart +++ b/packages/devtools_app/lib/src/screens/performance/performance_model.dart @@ -69,8 +69,8 @@ class OfflinePerformanceData { extension type _PerformanceDataJson(Map json) { Uint8List? get traceBinary { - final value = - (json[OfflinePerformanceData.traceBinaryKey] as List?)?.cast(); + final value = (json[OfflinePerformanceData.traceBinaryKey] as List?) + ?.cast(); return value == null ? null : Uint8List.fromList(value); } @@ -98,11 +98,18 @@ extension type _PerformanceDataJson(Map json) { } class FlutterTimelineEvent extends TreeNode { - FlutterTimelineEvent(PerfettoTrackEvent firstTrackEvent) - : trackEvents = [firstTrackEvent], - type = firstTrackEvent.timelineEventType { - time.start = Duration(microseconds: firstTrackEvent.timestampMicros); - } + factory FlutterTimelineEvent(PerfettoTrackEvent firstTrackEvent) => + FlutterTimelineEvent._( + trackEvents: [firstTrackEvent], + type: firstTrackEvent.timelineEventType, + timeBuilder: TimeRangeBuilder(start: firstTrackEvent.timestampMicros), + ); + + FlutterTimelineEvent._({ + required this.trackEvents, + required this.type, + required TimeRangeBuilder timeBuilder, + }) : _timeBuilder = timeBuilder; static const rasterEventName = 'Rasterizer::DoDraw'; static const uiEventName = 'Animator::BeginFrame'; @@ -110,9 +117,17 @@ class FlutterTimelineEvent extends TreeNode { /// Perfetto track events associated with this [FlutterTimelineEvent]. final List trackEvents; - TimelineEventType? type; + final TimelineEventType? type; + + final TimeRangeBuilder _timeBuilder; + + /// The time range of this event. + /// + /// Throws if [isComplete] is false. + TimeRange get time => _timeBuilder.build(); - TimeRange time = TimeRange(); + /// Whether this event is complete and has received an end track event. + bool get isComplete => _timeBuilder.canBuild; String? get name => trackEvents.first.name; @@ -123,27 +138,17 @@ class FlutterTimelineEvent extends TreeNode { bool get isShaderEvent => trackEvents.first.isShaderEvent || trackEvents.last.isShaderEvent; - bool get isWellFormed => time.start != null && time.end != null; - void addEndTrackEvent(PerfettoTrackEvent event) { - time.end = Duration(microseconds: event.timestampMicros); + _timeBuilder.end = event.timestampMicros; trackEvents.add(event); } @override - FlutterTimelineEvent shallowCopy() { - final copy = FlutterTimelineEvent(trackEvents.first); - for (int i = 1; i < trackEvents.length; i++) { - copy.trackEvents.add(trackEvents[i]); - } - copy - ..type = type - ..time = - (TimeRange() - ..start = time.start - ..end = time.end); - return copy; - } + FlutterTimelineEvent shallowCopy() => FlutterTimelineEvent._( + trackEvents: trackEvents.toList(), + type: type, + timeBuilder: _timeBuilder.copy(), + ); @visibleForTesting FlutterTimelineEvent deepCopy() { @@ -175,7 +180,12 @@ class FlutterTimelineEvent extends TreeNode { } void format(StringBuffer buf, String indent) { - buf.writeln('$indent$name $time'); + buf.write('$indent$name'); + if (isComplete) { + buf.write(time); + } + + buf.writeln(' '); for (final child in children) { child.format(buf, ' $indent'); } diff --git a/packages/devtools_app/lib/src/screens/performance/performance_screen.dart b/packages/devtools_app/lib/src/screens/performance/performance_screen.dart index acf70f17942..ac10baf610d 100644 --- a/packages/devtools_app/lib/src/screens/performance/performance_screen.dart +++ b/packages/devtools_app/lib/src/screens/performance/performance_screen.dart @@ -180,7 +180,8 @@ const profileModeLink = 'https://flutter.dev/to/profile-mode'; const performancePanelLink = 'https://developer.chrome.com/docs/devtools/performance'; -const flutterWebInstructionsMd = ''' +const flutterWebInstructionsMd = + ''' ## How to use Chrome DevTools for performance profiling The Flutter framework emits timeline events as it works to build frames, draw @@ -206,7 +207,8 @@ performance analysis. your application, and start recording to capture timeline events. '''; -const dartWebInstructionsMd = ''' +const dartWebInstructionsMd = + ''' ## How to use Chrome DevTools for performance profiling Any events emitted using the `dart:developer` [Timeline]($timelineLink) and diff --git a/packages/devtools_app/lib/src/screens/performance/tabbed_performance_view.dart b/packages/devtools_app/lib/src/screens/performance/tabbed_performance_view.dart index f9f15a924f8..05eef54cd1c 100644 --- a/packages/devtools_app/lib/src/screens/performance/tabbed_performance_view.dart +++ b/packages/devtools_app/lib/src/screens/performance/tabbed_performance_view.dart @@ -73,12 +73,12 @@ class _TabbedPerformanceViewState extends State showFrameAnalysis: showFrameAnalysis, showRebuildStats: showRebuildStats, ); - final tabs = - tabsAndControllers - .map((t) => (tab: t.tab, tabView: t.tabView)) - .toList(); - final featureControllers = - tabsAndControllers.map((t) => t.featureController).toList(); + final tabs = tabsAndControllers + .map((t) => (tab: t.tab, tabView: t.tabView)) + .toList(); + final featureControllers = tabsAndControllers + .map((t) => t.featureController) + .toList(); // If there is not an active feature, activate the first. if (featureControllers.firstWhereOrNull( @@ -125,19 +125,18 @@ class _TabbedPerformanceViewState extends State ( tab: _buildTab(tabName: 'Frame Analysis'), tabView: KeepAliveWrapper( - child: - _selectedFlutterFrame != null - ? FlutterFrameAnalysisView( - frame: _selectedFlutterFrame!, - enhanceTracingController: - controller.enhanceTracingController, - rebuildCountModel: controller.rebuildCountModel, - displayRefreshRateNotifier: - controller.flutterFramesController.displayRefreshRate, - ) - : const CenteredMessage( - message: 'Select a frame above to view analysis data.', - ), + child: _selectedFlutterFrame != null + ? FlutterFrameAnalysisView( + frame: _selectedFlutterFrame!, + enhanceTracingController: + controller.enhanceTracingController, + rebuildCountModel: controller.rebuildCountModel, + displayRefreshRateNotifier: + controller.flutterFramesController.displayRefreshRate, + ) + : const CenteredMessage( + message: 'Select a frame above to view analysis data.', + ), ), featureController: null, ), diff --git a/packages/devtools_app/lib/src/screens/profiler/cpu_profile_model.dart b/packages/devtools_app/lib/src/screens/profiler/cpu_profile_model.dart index b05bc7fa821..6ea11c6d4c4 100644 --- a/packages/devtools_app/lib/src/screens/profiler/cpu_profile_model.dart +++ b/packages/devtools_app/lib/src/screens/profiler/cpu_profile_model.dart @@ -22,11 +22,16 @@ import 'cpu_profiler_controller.dart'; final _log = Logger('lib/src/screens/profiler/cpu_profile_model'); +/// The root ID is associated with an artificial frame / node that is the root +/// of all stacks, regardless of entrypoint. This should never be seen in the +/// [CpuProfileData]. +const _kRootId = 0; + /// A convenience wrapper for managing CPU profiles with both function and code /// profile views. /// -/// `codeProfile` is null for CPU profiles collected when VM developer mode is -/// disabled. +/// `codeProfile` is null for CPU profiles collected when advanced developer +/// mode is disabled. class CpuProfilePair { const CpuProfilePair({ required this.functionProfile, @@ -109,7 +114,7 @@ class CpuProfilePair { /// rather than functions. Individual code objects can contain code for /// multiple functions if they are inlined by the compiler. /// - /// `codeProfile` is null when VM developer mode is not enabled. + /// `codeProfile` is null when advanced developer mode is not enabled. final CpuProfileData? codeProfile; // Both function and code profiles will have the same metadata, processing @@ -129,13 +134,14 @@ class CpuProfilePair { /// selected profile view. /// /// This method will throw a [StateError] when given - /// `CpuProfilerViewType.code` as its parameter when VM developer mode is + /// `CpuProfilerViewType.code` as its parameter when advanced developer mode is /// disabled. CpuProfileData getActive(CpuProfilerViewType activeType) { if (activeType == CpuProfilerViewType.code && - !preferences.vmDeveloperModeEnabled.value) { + !preferences.advancedDeveloperModeEnabled.value) { throw StateError( - 'Attempting to display a code profile with VM developer mode disabled.', + 'Attempting to display a code profile with advanced developer mode ' + 'disabled.', ); } return activeType == CpuProfilerViewType.function @@ -152,8 +158,8 @@ class CpuProfilePair { required String processId, }) async { await transformer.processData(functionProfile, processId: processId); - if (codeProfile != null) { - await transformer.processData(codeProfile!, processId: processId); + if (codeProfile case final codeProfile?) { + await transformer.processData(codeProfile, processId: processId); } } } @@ -165,11 +171,13 @@ class CpuProfileData with Serializable { required this.cpuSamples, required this.profileMetaData, required this.rootedAtTags, - }) { - _cpuProfileRoot = CpuStackFrame.root(profileMetaData); - } + }) : cpuProfileRoot = CpuStackFrame.root(profileMetaData); factory CpuProfileData.fromJson(Map json_) { + if (json_.isEmpty) { + return CpuProfileData.empty(); + } + final json = _CpuProfileDataJson(json_); // All CPU samples. @@ -183,21 +191,22 @@ class CpuProfileData with Serializable { // reported sample period. // // See https://github.com/flutter/devtools/pull/8941 for more information. + final sampleTimestamps = samples + .map((s) => s.timestampMicros) + .nonNulls + .toList(); final samplePeriod = - observedSamplePeriod(samples) ?? json.samplePeriod ?? 0; + observedSamplePeriod(sampleTimestamps) ?? json.samplePeriod ?? 0; + final timeOriginMicros = json.timeOriginMicros; + final timeExtentMicros = json.timeExtentMicros; final profileMetaData = CpuProfileMetaData( sampleCount: json.sampleCount ?? 0, samplePeriod: samplePeriod, stackDepth: json.stackDepth ?? 0, - time: - (json.timeOriginMicros != null && json.timeExtentMicros != null) - ? (TimeRange() - ..start = Duration(microseconds: json.timeOriginMicros!) - ..end = Duration( - microseconds: json.timeOriginMicros! + json.timeExtentMicros!, - )) - : null, + time: (timeOriginMicros != null && timeExtentMicros != null) + ? TimeRange.ofDuration(timeExtentMicros, start: timeOriginMicros) + : null, ); // Initialize all stack frames. @@ -241,14 +250,9 @@ class CpuProfileData with Serializable { ) { // Each sample in [subSamples] will have the leaf stack // frame id for a cpu sample within [subTimeRange]. - final subSamples = - superProfile.cpuSamples - .where( - (sample) => subTimeRange.contains( - Duration(microseconds: sample.timestampMicros!), - ), - ) - .toList(); + final subSamples = superProfile.cpuSamples + .where((sample) => subTimeRange.contains(sample.timestampMicros!)) + .toList(); final subStackFrames = {}; for (final sample in subSamples) { @@ -330,10 +334,10 @@ class CpuProfileData with Serializable { }); for (final sample in tagProfile.cpuSamples) { - String? updatedId = idMapping[sample.leafId]; + String? updatedId = idMapping[sample.leafId]!; samples.add( CpuSampleEvent( - leafId: updatedId!, + leafId: updatedId, userTag: sample.userTag, vmTag: sample.vmTag, traceJson: sample.toJson, @@ -348,10 +352,9 @@ class CpuProfileData with Serializable { profileMetaData: metaData, parentId: parentId, ); - final parentStackFrameJson = - parentId != null - ? originalData.stackFrames[currentStackFrame.parentId] - : null; + final parentStackFrameJson = parentId != null + ? originalData.stackFrames[currentStackFrame.parentId] + : null; updatedId = parentId; currentStackFrame = parentStackFrameJson; } @@ -384,12 +387,9 @@ class CpuProfileData with Serializable { return CpuProfileData.empty(); } - final samplesWithTag = - originalData.cpuSamples - .where( - (sample) => (useUserTag ? sample.userTag : sample.vmTag) == tag, - ) - .toList(); + final samplesWithTag = originalData.cpuSamples + .where((sample) => (useUserTag ? sample.userTag : sample.vmTag) == tag) + .toList(); assert(samplesWithTag.isNotEmpty); final microsPerSample = originalData.profileMetaData.samplePeriod; @@ -400,15 +400,12 @@ class CpuProfileData with Serializable { // for this profile data, and the samples included in this data could be // sparse over the original profile's time range, so true start and end // times wouldn't be helpful. - time: - TimeRange() - ..start = const Duration() - ..end = Duration( - microseconds: - microsPerSample.isInfinite - ? 0 - : (newSampleCount * microsPerSample).round(), - ), + time: TimeRange( + start: 0, + end: microsPerSample.isInfinite + ? 0 + : (newSampleCount * microsPerSample).round(), + ), ); final stackFramesWithTag = {}; @@ -423,8 +420,9 @@ class CpuProfileData with Serializable { profileMetaData: metaData, ); final parentId = currentStackFrame.parentId; - final parentStackFrameJson = - parentId != null ? originalData.stackFrames[parentId] : null; + final parentStackFrameJson = parentId != null + ? originalData.stackFrames[parentId] + : null; currentId = parentId; currentStackFrame = parentStackFrameJson; } @@ -474,7 +472,7 @@ class CpuProfileData with Serializable { } for (final sample in originalData.cpuSamples) { - final sampleJson = Map.from(sample.json); + final sampleJson = Map.of(sample.json); final leafStackFrame = originalData.stackFrames[sample.leafId]!; includeSampleOrWalkUp(sample, sampleJson, leafStackFrame); } @@ -506,15 +504,12 @@ class CpuProfileData with Serializable { // for this profile data, and the samples included in this data could be // sparse over the original profile's time range, so true start and end // times wouldn't be helpful. - time: - TimeRange() - ..start = const Duration() - ..end = Duration( - microseconds: - microsPerSample.isInfinite || microsPerSample.isNaN - ? 0 - : (filteredCpuSamples.length * microsPerSample).round(), - ), + time: TimeRange( + start: 0, + end: microsPerSample.isInfinite || microsPerSample.isNaN + ? 0 + : (filteredCpuSamples.length * microsPerSample).round(), + ), ); void walkAndFilter(CpuStackFrame stackFrame) { @@ -548,7 +543,17 @@ class CpuProfileData with Serializable { ); } - factory CpuProfileData.empty() => CpuProfileData.fromJson({}); + factory CpuProfileData.empty() => CpuProfileData._( + stackFrames: {}, + cpuSamples: [], + profileMetaData: CpuProfileMetaData( + sampleCount: 0, + samplePeriod: 0, + stackDepth: 0, + time: null, + ), + rootedAtTags: false, + ); /// Generates [CpuProfileData] from the provided [cpuSamples]. /// @@ -560,98 +565,116 @@ class CpuProfileData with Serializable { required vm_service.CpuSamples cpuSamples, bool buildCodeTree = false, }) async { - // The root ID is associated with an artificial frame / node that is the root - // of all stacks, regardless of entrypoint. This should never be seen in the - // final output from this method. - const kRootId = 0; - final traceObject = { - CpuProfileData._sampleCountKey: cpuSamples.sampleCount, - CpuProfileData._samplePeriodKey: cpuSamples.samplePeriod, - CpuProfileData._stackDepthKey: cpuSamples.maxStackDepth, - CpuProfileData._timeOriginKey: cpuSamples.timeOriginMicros, - CpuProfileData._timeExtentKey: cpuSamples.timeExtentMicros, - CpuProfileData._stackFramesKey: cpuSamples.generateStackFramesJson( - isolateId: isolateId, - // We want to ensure that if [kRootId] ever changes, this change is - // propagated to [cpuSamples.generateStackFramesJson]. - // ignore: avoid_redundant_argument_values - kRootId: kRootId, - buildCodeTree: buildCodeTree, - ), - CpuProfileData._traceEventsKey: [], - }; - - // Build the trace events. - for (final sample in cpuSamples.samples ?? []) { - final tree = _CpuProfileTimelineTree.getTreeFromSample(sample)!; - // Skip the root. - if (tree.frameId == kRootId) { - continue; - } - (traceObject[CpuProfileData._traceEventsKey]! as List).add({ - 'ph': 'P', // kind = sample event - 'name': '', // Blank to keep about:tracing happy - 'pid': cpuSamples.pid, - 'tid': sample.tid, - 'ts': sample.timestamp, - 'cat': 'Dart', - CpuProfileData.stackFrameIdKey: '$isolateId-${tree.frameId}', - 'args': { - if (sample.userTag != null) userTagKey: sample.userTag, - if (sample.vmTag != null) vmTagKey: sample.vmTag, - }, - }); - } + // Note: Do not change the order of these function calls! Generating the + // stack frames has a side effect of creating the timeline tree and + // assigning frame IDs to every node, which the sample event conversion is + // dependant upon. + // + // TODO(https://github.com/flutter/devtools/issues/9353): Refactor the + // implementation to avoid the side effects described above. + final profileMetaData = _createProfileMetadata(cpuSamples: cpuSamples); + + final stackFrames = + await _CpuStackFrameGenerator( + isolateId: isolateId, + cpuSamples: cpuSamples, + profileMetaData: profileMetaData, + ).generate( + treeRoot: _CpuProfileTimelineTree.fromCpuSamples( + cpuSamples, + asCodeProfileTimelineTree: buildCodeTree, + ), + ); - await _addPackageUrisToTraceObject(isolateId, traceObject); + final sampleEvents = _convertSamplesToEvents( + cpuSamples: cpuSamples, + isolateId: isolateId, + ); - return CpuProfileData.fromJson(traceObject); + return CpuProfileData._( + stackFrames: stackFrames, + cpuSamples: sampleEvents, + profileMetaData: profileMetaData, + rootedAtTags: false, + ); } - /// Helper function for determining and updating the - /// [CpuProfileData.resolvedPackageUriKey] entry for each stack frame in - /// [traceObject]. - /// - /// [isolateId] The id which is passed to the getIsolate RPC to load this - /// isolate. - /// [traceObject] A map where the cpu profile data for each frame is stored. - static Future _addPackageUrisToTraceObject( - String isolateId, - Map traceObject, - ) async { - final stackFrameMap = traceObject[CpuProfileData._stackFramesKey] as Map; - final stackFrames = stackFrameMap.values.cast>(); - final stackFramesWaitingOnPackageUri = >[]; - final urisWithoutPackageUri = {}; - for (final stackFrameJson in stackFrames) { - final resolvedUrl = - stackFrameJson[CpuProfileData.resolvedUrlKey] as String?; - if (resolvedUrl != null && resolvedUrl.isNotEmpty) { - final packageUri = serviceConnection.serviceManager.resolvedUriManager - .lookupPackageUri(isolateId, resolvedUrl); - if (packageUri != null) { - stackFrameJson[CpuProfileData.resolvedPackageUriKey] = packageUri; - } else { - stackFramesWaitingOnPackageUri.add(stackFrameJson); - urisWithoutPackageUri.add(resolvedUrl); - } - } - } + /// Creates a [CpuProfileMetaData] object using the given [cpuSamples]. + static CpuProfileMetaData _createProfileMetadata({ + required vm_service.CpuSamples cpuSamples, + }) { + final samplePeriod = _calculateSamplePeriod(cpuSamples: cpuSamples); - await serviceConnection.serviceManager.resolvedUriManager.fetchPackageUris( - isolateId, - urisWithoutPackageUri.toList(), + return CpuProfileMetaData( + sampleCount: cpuSamples.sampleCount ?? 0, + samplePeriod: samplePeriod ?? 0, + stackDepth: cpuSamples.maxStackDepth ?? 0, + time: + cpuSamples.timeExtentMicros != null && + cpuSamples.timeOriginMicros != null + ? TimeRange.ofDuration( + cpuSamples.timeExtentMicros!, + start: cpuSamples.timeOriginMicros!, + ) + : null, ); + } - for (final stackFrameJson in stackFramesWaitingOnPackageUri) { - final resolvedUri = - stackFrameJson[CpuProfileData.resolvedUrlKey] as String; - final packageUri = serviceConnection.serviceManager.resolvedUriManager - .lookupPackageUri(isolateId, resolvedUri); - if (packageUri != null) { - stackFrameJson[CpuProfileData.resolvedPackageUriKey] = packageUri; + /// Calculates the median sample period for a the given [cpuSamples]. + static int? _calculateSamplePeriod({ + required vm_service.CpuSamples cpuSamples, + }) { + final samples = cpuSamples.samples; + if (samples == null) return cpuSamples.samplePeriod; + + // Sort the sample timestamps so we can compute the observed time difference + // between each sample. + final sampleTimestamps = samples.map((s) => s.timestamp).nonNulls.toList(); + sampleTimestamps.sort(); + + // Prefer the approximate observed median time between samples over the + // reported sample period. + // + // See https://github.com/flutter/devtools/pull/8941 for more information. + return observedSamplePeriod(sampleTimestamps) ?? cpuSamples.samplePeriod; + } + + /// Converts the `samples` from a [vm_service.CpuSamples] object to a list of + /// [CpuSampleEvent]s. + static List _convertSamplesToEvents({ + required vm_service.CpuSamples cpuSamples, + required String isolateId, + }) { + final sampleEvents = []; + + for (final sample in cpuSamples.samples ?? []) { + final node = _CpuProfileTimelineTree.getTreeFromSample(sample); + // Skip the root because it is a synthetic node. + if (node == null || node.frameId == _kRootId) { + continue; } + + final nodeId = node.id(isolateId); + sampleEvents.add( + CpuSampleEvent( + leafId: nodeId, + userTag: sample.userTag, + vmTag: sample.vmTag, + traceJson: { + 'ph': 'P', // kind = sample event + 'name': '', // Blank to keep about:tracing happy + 'pid': cpuSamples.pid, + 'tid': sample.tid, + 'ts': sample.timestamp, + 'cat': 'Dart', + CpuProfileData.stackFrameIdKey: nodeId, + 'args': {userTagKey: sample.userTag, vmTagKey: sample.vmTag}, + }, + ), + ); } + + return sampleEvents; } static const rootId = 'cpuProfileRoot'; @@ -682,6 +705,8 @@ class CpuProfileData with Serializable { final CpuProfileMetaData profileMetaData; + final CpuStackFrame cpuProfileRoot; + /// `true` if the CpuProfileData has tag-based roots. /// /// This value is used during the bottom-up transformation to ensure that the @@ -695,7 +720,7 @@ class CpuProfileData with Serializable { if (!processed) return []; return _callTreeRoots ??= [ // Don't display the root node. - ..._cpuProfileRoot.children.map((e) => e.deepCopy()), + for (final rootChild in cpuProfileRoot.children) rootChild.deepCopy(), ]; } @@ -711,7 +736,7 @@ class CpuProfileData with Serializable { assert(_bottomUpRoots == null); _bottomUpRoots = await BottomUpTransformer() .bottomUpRootsFor( - topDownRoot: _cpuProfileRoot, + topDownRoot: cpuProfileRoot, mergeSamples: mergeCpuProfileRoots, rootedAtTags: rootedAtTags, ); @@ -719,41 +744,15 @@ class CpuProfileData with Serializable { List? _bottomUpRoots; - CpuStackFrame get cpuProfileRoot => _cpuProfileRoot; - - Iterable get userTags { - if (_userTags != null) { - return _userTags!; - } - final tags = {}; - for (final cpuSample in cpuSamples) { - final tag = cpuSample.userTag; - if (tag != null) { - tags.add(tag); - } - } - _userTags = tags; - return _userTags!; - } - - Iterable get vmTags { - if (_vmTags != null) { - return _vmTags!; - } - final tags = {}; - for (final cpuSample in cpuSamples) { - final tag = cpuSample.vmTag; - if (tag != null) { - tags.add(tag); - } - } - return _vmTags = tags; - } - - Iterable? _userTags; - Iterable? _vmTags; + late final Iterable userTags = { + for (final cpuSample in cpuSamples) + if (cpuSample.userTag case final userTag?) userTag, + }; - late final CpuStackFrame _cpuProfileRoot; + late final Iterable vmTags = { + for (final cpuSample in cpuSamples) + if (cpuSample.vmTag case final vmTag?) vmTag, + }; CpuStackFrame? selectedStackFrame; @@ -763,10 +762,8 @@ class CpuProfileData with Serializable { _samplePeriodKey: profileMetaData.samplePeriod, _sampleCountKey: profileMetaData.sampleCount, _stackDepthKey: profileMetaData.stackDepth, - if (profileMetaData.time?.start != null) - _timeOriginKey: profileMetaData.time!.start!.inMicroseconds, - if (profileMetaData.time?.duration != null) - _timeExtentKey: profileMetaData.time!.duration.inMicroseconds, + _timeOriginKey: ?profileMetaData.time?.start, + _timeExtentKey: ?profileMetaData.time?.duration.inMicroseconds, _stackFramesKey: stackFramesJson, _traceEventsKey: cpuSamples.map((sample) => sample.toJson).toList(), }; @@ -774,13 +771,9 @@ class CpuProfileData with Serializable { bool get isEmpty => profileMetaData.sampleCount == 0; @visibleForTesting - Map get stackFramesJson { - final framesJson = {}; - for (final sf in stackFrames.values) { - framesJson.addAll(sf.toJson); - } - return framesJson; - } + Map get stackFramesJson => { + for (final sf in stackFrames.values) ...sf.toJson, + }; } extension type _CpuProfileDataJson(Map json) { @@ -834,8 +827,8 @@ class CpuSampleEvent extends ChromeTraceEvent { factory CpuSampleEvent.fromJson(Map traceJson) { final leafId = traceJson[CpuProfileData.stackFrameIdKey]! as String; - final args = - (traceJson[ChromeTraceEvent.argsKey] as Map?)?.cast(); + final args = (traceJson[ChromeTraceEvent.argsKey] as Map?) + ?.cast(); final userTag = args?[CpuProfileData.userTagKey] as String?; final vmTag = args?[CpuProfileData.vmTagKey] as String?; return CpuSampleEvent( @@ -963,33 +956,30 @@ class CpuStackFrame extends TreeNode /// samples are being grouped by tag. final bool isTag; - bool get isNative => - _isNative ??= - id != CpuProfileData.rootId && - packageUri.isEmpty && - !name.startsWith(PackagePrefixes.flutterEngine) && - !isTag; + bool get isNative => _isNative ??= + id != CpuProfileData.rootId && + packageUri.isEmpty && + !name.startsWith(PackagePrefixes.flutterEngine) && + !isTag; bool? _isNative; - bool get isDartCore => - _isDartCore ??= - packageUri.startsWith(PackagePrefixes.dart) && - !packageUri.startsWith(PackagePrefixes.dartUi); + bool get isDartCore => _isDartCore ??= + packageUri.startsWith(PackagePrefixes.dart) && + !packageUri.startsWith(PackagePrefixes.dartUi); bool? _isDartCore; - bool get isFlutterCore => - _isFlutterCore ??= - packageUri.startsWith(PackagePrefixes.flutterPackage) || - name.startsWith(PackagePrefixes.flutterEngine) || - packageUri.startsWith(PackagePrefixes.dartUi); + bool get isFlutterCore => _isFlutterCore ??= + packageUri.startsWith(PackagePrefixes.flutterPackage) || + name.startsWith(PackagePrefixes.flutterEngine) || + packageUri.startsWith(PackagePrefixes.dartUi); bool? _isFlutterCore; @override String get tooltip { - var prefix = ''; + final String? prefix; if (isNative) { prefix = '[Native]'; } else if (isDartCore) { @@ -998,8 +988,10 @@ class CpuStackFrame extends TreeNode prefix = '[Flutter]'; } else if (isTag) { prefix = '[Tag]'; + } else { + prefix = null; } - final nameWithPrefix = [prefix, name].join(' '); + final nameWithPrefix = [?prefix, name].join(' '); return [ nameWithPrefix, durationText(totalTime), @@ -1085,7 +1077,7 @@ class CpuStackFrame extends TreeNode CpuProfileData.resolvedUrlKey: rawUrl, CpuProfileData.resolvedPackageUriKey: packageUri, CpuProfileData.sourceLineKey: sourceLine, - if (parentId != null) CpuProfileData.parentIdKey: parentId, + CpuProfileData.parentIdKey: ?parentId, }, }; @@ -1139,7 +1131,7 @@ class CpuProfileStore { return _profilesByLabel[label]; } - if (!time!.isWellFormed) return null; + if (time == null) return null; // If we have a profile for a time range encompassing [time], then we can // generate and cache the profile for [time] without needing to pull data @@ -1206,8 +1198,9 @@ class _CpuProfileTimelineTree { // TODO(bkonyi): handle truncated? for (final sample in cpuSamples.samples ?? []) { current = root; - final stack = - asCodeProfileTimelineTree ? sample.codeStack : sample.stack!; + final stack = asCodeProfileTimelineTree + ? sample.codeStack + : sample.stack!; // Build an inclusive trie. for (final index in stack.reversed) { current = current._getChild(index); @@ -1264,14 +1257,13 @@ class _CpuProfileTimelineTree { return null; } - String? get resolvedUrl => - isCodeTree && _function is vm_service.FuncRef? - ? - // TODO(bkonyi): not sure if this is a resolved URL or not, but it's not - // critical since this is only displayed when VM developer mode is - // enabled. - (_function as vm_service.FuncRef?)?.location?.script?.uri - : samples.functions?[index].resolvedUrl; + String? get resolvedUrl => isCodeTree && _function is vm_service.FuncRef? + ? + // TODO(bkonyi): not sure if this is a resolved URL or not, but it's not + // critical since this is only displayed when advanced developer mode is + // enabled. + (_function as vm_service.FuncRef?)?.location?.script?.uri + : samples.functions?[index].resolvedUrl; int? get sourceLine { final function = _function; @@ -1292,6 +1284,16 @@ class _CpuProfileTimelineTree { vm_service.CpuSample sample, ) => _timelineTreeExpando[sample]; + String id(String isolateId) { + // Assertion to guard that _CpuStackFrameGenerator.generate has been called + // before getting the frame ID. + assert( + frameId != kNoFrameId, + 'Frame ID does not exist, have the stack frames been generated?', + ); + return frameId == _kRootId ? CpuProfileData.rootId : '$isolateId-$frameId'; + } + _CpuProfileTimelineTree _getChild(int index) { final length = children.length; int i; @@ -1319,106 +1321,200 @@ class _CpuProfileTimelineTree { } } -extension on vm_service.CpuSamples { - Map generateStackFramesJson({ - required String isolateId, - int kRootId = 0, - bool buildCodeTree = false, +/// A generator class for creating a set of [CpuStackFrame]s from a +/// [vm_service.CpuSamples] object. +/// +/// This class is responsible for traversing the call stacks of a CPU profile, +/// creating a [CpuStackFrame] for each unique frame, and assigning a unique +/// ID to each. It also resolves the package URI for each stack frame and +/// handles fetching missing package URIs from the [serviceConnection] if +/// necessary. +class _CpuStackFrameGenerator { + _CpuStackFrameGenerator({ + required this.isolateId, + required this.cpuSamples, + required this.profileMetaData, + }); + + final String isolateId; + final vm_service.CpuSamples cpuSamples; + final CpuProfileMetaData profileMetaData; + + final _stackFrames = {}; + final _stackFramesWaitingOnPackageUri = []; + final _urisWithoutPackageUri = {}; + int _nextFrameId = _kRootId; + + /// Generates a map of [String] IDs to [CpuStackFrame] objects. + /// + /// Refer to [_CpuProfileTimelineTree.id] for how the ID keys are + /// generated. + Future> generate({ + required _CpuProfileTimelineTree treeRoot, + }) async { + // If the stack frames have already been generated, simply return them. + if (_stackFrames.isNotEmpty) return _stackFrames; + + // Recursively generate the stack frames map. + _processNode(currentNode: treeRoot, parentNode: null); + + // Add any missing package URIs to the stack frames. + await _fetchAndUpdateMissingPackageUris(); + + return _stackFrames; + } + + /// Recursively calls [_addStackFrameForNode] on all nodes in the timeline + /// tree, starting with the [currentNode]. + void _processNode({ + required _CpuProfileTimelineTree currentNode, + required _CpuProfileTimelineTree? parentNode, }) { - final traceObject = {}; - int nextId = kRootId; + final frameId = _nextFrameId++; + currentNode.frameId = frameId; - String? nameForStackFrame(_CpuProfileTimelineTree current) { - final className = current.className; - if (className != null) { - return '$className.${current.name}'; - } - if (current.name == anonymousClosureName && - current._function is vm_service.FuncRef) { - final nameParts = [current.name]; - - final function = current._function as vm_service.FuncRef; - var owner = function.owner; - switch (owner.runtimeType) { - case const (vm_service.FuncRef): - owner = owner as vm_service.FuncRef; - final functionName = owner.name; - - String? className; - if (owner.owner is vm_service.ClassRef) { - className = (owner.owner as vm_service.ClassRef).name; - } - - nameParts.insertAll(0, [className, functionName]); - break; - case const (vm_service.ClassRef): - final className = (owner as vm_service.ClassRef).name; - nameParts.insert(0, className); - } + // Skip creating a stack frame for the root node, since it is a synthetic + // node and has no parent. + if (parentNode != null) { + _addStackFrameForNode(currentNode: currentNode, parentNode: parentNode); + } - nameParts.removeWhere((element) => element == null); - return nameParts.join('.'); - } - return current.name; + for (final childNode in currentNode.children) { + _processNode(currentNode: childNode, parentNode: currentNode); } + } - void processStackFrame({ - required _CpuProfileTimelineTree current, - required _CpuProfileTimelineTree? parent, - }) { - final id = nextId++; - current.frameId = id; - - // Skip the root. - if (id != kRootId) { - final key = '$isolateId-$id'; - traceObject[key] = { - CpuProfileData.categoryKey: 'Dart', - CpuProfileData.nameKey: nameForStackFrame(current), - CpuProfileData.resolvedUrlKey: current.resolvedUrl, - CpuProfileData.sourceLineKey: current.sourceLine, - if (parent != null && parent.frameId != 0) - CpuProfileData.parentIdKey: '$isolateId-${parent.frameId}', - }; - } - for (final child in current.children) { - processStackFrame(current: child, parent: current); + /// Creates a [CpuStackFrame] for the [currentNode] and adds it to the + /// [_stackFrames] map. + void _addStackFrameForNode({ + required _CpuProfileTimelineTree currentNode, + required _CpuProfileTimelineTree parentNode, + }) { + final id = currentNode.id(isolateId); + final verboseName = _nameForStackFrame(currentNode); + final rawUrl = currentNode.resolvedUrl ?? ''; + final packageUri = serviceConnection.serviceManager.resolvedUriManager + .lookupPackageUri(isolateId, rawUrl); + + final stackFrame = CpuStackFrame( + id: id, + name: getSimpleStackFrameName(verboseName), + verboseName: verboseName, + category: 'Dart', + rawUrl: rawUrl, + packageUri: packageUri ?? rawUrl, + sourceLine: currentNode.sourceLine, + parentId: parentNode.id(isolateId), + profileMetaData: profileMetaData, + isTag: false, + ); + _stackFrames[id] = stackFrame; + + // If the package URI was not found, keep track of it so that we can bulk + // fetch all package URIs and update the stack frame after all frames have + // been processed. + if (rawUrl.isNotEmpty && packageUri == null) { + _stackFramesWaitingOnPackageUri.add(stackFrame); + _urisWithoutPackageUri.add(rawUrl); + } + } + + /// Returns a user-friendly name for a stack frame from a + /// [_CpuProfileTimelineTree] node `current`. + /// + /// For regular methods, this will return a name in the form of + /// `className.methodName`. + /// + /// For anonymous closures, this will attempt to find the owner of the + /// closure and return a name in the form of `owner.closureName`. + String? _nameForStackFrame(_CpuProfileTimelineTree current) { + final className = current.className; + if (className != null) { + return '$className.${current.name}'; + } + if (current.name == anonymousClosureName && + current._function is vm_service.FuncRef) { + final nameParts = [current.name]; + + final function = current._function as vm_service.FuncRef; + var owner = function.owner; + switch (owner.runtimeType) { + case const (vm_service.FuncRef): + owner = owner as vm_service.FuncRef; + final functionName = owner.name; + + String? className; + if (owner.owner is vm_service.ClassRef) { + className = (owner.owner as vm_service.ClassRef).name; + } + + nameParts.insertAll(0, [className, functionName]); + break; + case const (vm_service.ClassRef): + final className = (owner as vm_service.ClassRef).name; + nameParts.insert(0, className); } + + return nameParts.nonNulls.join('.'); } + return current.name; + } + + /// Bulk fetches any package URIs that could not be found when processing the + /// [_stackFrames], then updates each stack frame that was missing the package + /// URI. + Future _fetchAndUpdateMissingPackageUris() async { + if (_stackFramesWaitingOnPackageUri.isEmpty) return; + + _log.fine( + 'Fetching missing URIs for ${_urisWithoutPackageUri.length} packages.', + ); + await serviceConnection.serviceManager.resolvedUriManager.fetchPackageUris( + isolateId, + _urisWithoutPackageUri.toList(), + ); - final root = _CpuProfileTimelineTree.fromCpuSamples( - this, - asCodeProfileTimelineTree: buildCodeTree, + _log.fine( + 'Updating ${_stackFramesWaitingOnPackageUri.length} with package URIs.', ); - processStackFrame(current: root, parent: null); - return traceObject; + for (final stackFrame in _stackFramesWaitingOnPackageUri) { + final rawUrl = stackFrame.rawUrl; + final packageUri = serviceConnection.serviceManager.resolvedUriManager + .lookupPackageUri(isolateId, rawUrl); + if (packageUri != null) { + _stackFrames[stackFrame.id] = stackFrame.shallowCopy( + packageUri: packageUri, + ); + } + } + + _stackFramesWaitingOnPackageUri.clear(); + _urisWithoutPackageUri.clear(); } } -/// Efficiently approximates the observed sample period of [samples], by -/// calculating the approximate median time difference between each sample. +/// Efficiently approximates the observed sample period of [timestamps], by +/// calculating the approximate median time difference between each timestamp. /// -/// The [samples] must be sorted by timestampMicros before calling this -/// function. +/// The [timestamps] must be sorted before calling this function. /// -/// If there are fewer than 100 samples, returns `null`, because there isn't +/// If there are fewer than 100 timestamps, returns `null`, because there isn't /// enough data to be confident about the observed sample period. /// /// This does not return the exact median, but instead the median of medians /// of groups of 5 elements, which makes the algorithm much more efficient. @visibleForTesting -int? observedSamplePeriod(List samples) { - if (samples.length < 100) return null; +int? observedSamplePeriod(List timestamps) { + if (timestamps.length < 100) return null; // To compute the median efficiently, we compute the median of groups of 5 // elements, and then grab the median of those medians by sorting, which // brings us a linear time complexity while retaining high accuracy. final mediansOfGroupsOf5 = []; - for (var i = 1; i + 5 < samples.length; i += 5) { + for (var i = 1; i + 5 < timestamps.length; i += 5) { // The time diff between the sample at index and the previous sample. int diff(int index) { - final result = - samples[index].timestampMicros! - samples[index - 1].timestampMicros!; + final result = timestamps[index] - timestamps[index - 1]; assert(result >= 0); return result; } diff --git a/packages/devtools_app/lib/src/screens/profiler/cpu_profile_service.dart b/packages/devtools_app/lib/src/screens/profiler/cpu_profile_service.dart index f65506d4e0d..024de99ef60 100644 --- a/packages/devtools_app/lib/src/screens/profiler/cpu_profile_service.dart +++ b/packages/devtools_app/lib/src/screens/profiler/cpu_profile_service.dart @@ -16,20 +16,20 @@ extension CpuProfilerExtension on VmService { required int extentMicros, }) async { // Grab the value of this flag before doing asynchronous work. - final vmDeveloperModeEnabled = preferences.vmDeveloperModeEnabled.value; + final advancedDeveloperModeEnabled = + preferences.advancedDeveloperModeEnabled.value; - final isolateId = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value! - .id!; + final isolateId = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value! + .id!; final cpuSamples = await serviceConnection.serviceManager.service! .getCpuSamples(isolateId, startMicros, extentMicros); - // If VM developer mode is enabled, getCpuSamples will also include code - // profile details automatically (e.g., code stacks and a list of code + // If advanced developer mode is enabled, getCpuSamples will also include + // code profile details automatically (e.g., code stacks and a list of code // objects). // // If the samples contain a code stack, we should attach them to the @@ -37,14 +37,14 @@ extension CpuProfilerExtension on VmService { const kSamples = 'samples'; const kCodeStack = '_codeStack'; - final rawSamples = - (cpuSamples.json![kSamples] as List).cast>(); + final rawSamples = (cpuSamples.json![kSamples] as List) + .cast>(); bool buildCodeProfile = false; if (rawSamples.isNotEmpty && rawSamples.first.containsKey(kCodeStack)) { - // kCodeStack should not be present in the response if VM developer mode - // is not enabled. - assert(vmDeveloperModeEnabled); + // `kCodeStack` should not be present in the response if advanced + // developer mode is not enabled. + assert(advancedDeveloperModeEnabled); buildCodeProfile = true; final samples = cpuSamples.samples!; for (int i = 0; i < samples.length; ++i) { @@ -73,7 +73,7 @@ extension CpuProfilerExtension on VmService { ); } - Future clearSamples() { + Future clearSamples() { return serviceConnection.serviceManager.service!.clearCpuSamples( serviceConnection .serviceManager diff --git a/packages/devtools_app/lib/src/screens/profiler/cpu_profiler.dart b/packages/devtools_app/lib/src/screens/profiler/cpu_profiler.dart index 0a2953f7845..cf2b32f0b23 100644 --- a/packages/devtools_app/lib/src/screens/profiler/cpu_profiler.dart +++ b/packages/devtools_app/lib/src/screens/profiler/cpu_profiler.dart @@ -168,9 +168,9 @@ class _CpuProfilerState extends State UserTagDropdown(widget.controller), const SizedBox(width: denseSpacing), ValueListenableBuilder( - valueListenable: preferences.vmDeveloperModeEnabled, - builder: (context, vmDeveloperModeEnabled, _) { - if (!vmDeveloperModeEnabled) { + valueListenable: preferences.advancedDeveloperModeEnabled, + builder: (context, advancedDeveloperModeEnabled, _) { + if (!advancedDeveloperModeEnabled) { return const SizedBox(); } return Padding( @@ -233,8 +233,7 @@ class _CpuProfilerState extends State ExpandAllButton( gaScreen: gac.cpuProfiler, gaSelection: gac.expandAll, - minScreenWidthForTextBeforeScaling: - _expandCollapseMinIncludeTextWidth, + minScreenWidthForText: _expandCollapseMinIncludeTextWidth, onPressed: () { _performOnDataRoots( (root) => root.expandCascading(), @@ -246,8 +245,7 @@ class _CpuProfilerState extends State CollapseAllButton( gaScreen: gac.cpuProfiler, gaSelection: gac.collapseAll, - minScreenWidthForTextBeforeScaling: - _expandCollapseMinIncludeTextWidth, + minScreenWidthForText: _expandCollapseMinIncludeTextWidth, onPressed: () { _performOnDataRoots( (root) => root.collapseCascading(), @@ -283,9 +281,8 @@ class _CpuProfilerState extends State unawaited( showDialog( context: context, - builder: - (context) => - FilterDialog(controller: widget.controller), + builder: (context) => + FilterDialog(controller: widget.controller), ), ); } @@ -324,10 +321,9 @@ class _CpuProfilerState extends State void Function(CpuStackFrame root) callback, Tab currentTab, ) { - final roots = - currentTab.key == ProfilerTab.callTree.key - ? widget.callTreeRoots - : widget.bottomUpRoots; + final roots = currentTab.key == ProfilerTab.callTree.key + ? widget.callTreeRoots + : widget.bottomUpRoots; setState(() { roots.forEach(callback); }); @@ -338,20 +334,19 @@ class _CpuProfilerState extends State // for filtered profiles (e.g. 'Sample count: 10/14), or to at least show the // original value in the tooltip for each of these stats. class CpuProfileStats extends StatelessWidget { - CpuProfileStats({super.key, required this.metadata}); + const CpuProfileStats({super.key, required this.metadata}); - final CpuProfileMetaData metadata; + static const _statsRowHeight = 25.0; - final _statsRowHeight = scaleByFontFactor(25.0); + final CpuProfileMetaData metadata; @override Widget build(BuildContext context) { final theme = Theme.of(context); final samplePeriodValid = metadata.samplePeriod > 0; - final samplingPeriodDisplay = - samplePeriodValid - ? const Duration(seconds: 1).inMicroseconds ~/ metadata.samplePeriod - : '--'; + final samplingPeriodDisplay = samplePeriodValid + ? const Duration(seconds: 1).inMicroseconds ~/ metadata.samplePeriod + : '--'; return RoundedOutlinedBorder.onlyBottom( child: Container( height: _statsRowHeight, diff --git a/packages/devtools_app/lib/src/screens/profiler/cpu_profiler_controller.dart b/packages/devtools_app/lib/src/screens/profiler/cpu_profiler_controller.dart index 9b5bb32a8d5..4caea9b1072 100644 --- a/packages/devtools_app/lib/src/screens/profiler/cpu_profiler_controller.dart +++ b/packages/devtools_app/lib/src/screens/profiler/cpu_profiler_controller.dart @@ -224,10 +224,9 @@ class CpuProfilerController extends DisposableController /// Clients interested in the current value of [profilerFlagNotifier] should /// use this getter. Otherwise, clients subscribing to change notifications, /// should listen to [profilerFlagNotifier]. - bool get profilerEnabled => - offlineDataController.showingOfflineData.value - ? true - : profilerFlagNotifier?.value.valueAsString == 'true'; + bool get profilerEnabled => offlineDataController.showingOfflineData.value + ? true + : profilerFlagNotifier?.value.valueAsString == 'true'; Future enableCpuProfiler() { return serviceConnection.serviceManager.service!.enableCpuProfiler(); @@ -271,11 +270,10 @@ class CpuProfilerController extends DisposableController gac.cpuProfiler, gac.CpuProfilerEvents.cpuProfileProcessingTime.name, asyncOperation: pullAndProcessHelper, - screenMetricsProvider: - () => ProfilerScreenMetrics( - cpuSampleCount: cpuProfiles.profileMetaData.sampleCount, - cpuStackDepth: cpuProfiles.profileMetaData.stackDepth, - ), + screenMetricsProvider: () => ProfilerScreenMetrics( + cpuSampleCount: cpuProfiles.profileMetaData.sampleCount, + cpuStackDepth: cpuProfiles.profileMetaData.stackDepth, + ), ); } on ProcessCancelledException catch (_) { // Do nothing for instances of [ProcessCancelledException]. @@ -543,14 +541,12 @@ class CpuProfilerController extends DisposableController label: tag, createIfAbsent: () { final fullData = cpuProfileStore.lookupProfile(label: userTagNone)!; - final tagType = - tag == groupByUserTag - ? CpuProfilerTagType.user - : CpuProfilerTagType.vm; - final data = - tag == groupByUserTag || tag == groupByVmTag - ? CpuProfilePair.withTagRoots(fullData, tagType) - : CpuProfilePair.fromUserTag(fullData, tag); + final tagType = tag == groupByUserTag + ? CpuProfilerTagType.user + : CpuProfilerTagType.vm; + final data = tag == groupByUserTag || tag == groupByVmTag + ? CpuProfilePair.withTagRoots(fullData, tagType) + : CpuProfilePair.fromUserTag(fullData, tag); cpuProfileStore.storeProfile(data, label: tag); return data; }, diff --git a/packages/devtools_app/lib/src/screens/profiler/panes/bottom_up.dart b/packages/devtools_app/lib/src/screens/profiler/panes/bottom_up.dart index 3cf2cecf6bb..d240dfebb13 100644 --- a/packages/devtools_app/lib/src/screens/profiler/panes/bottom_up.dart +++ b/packages/devtools_app/lib/src/screens/profiler/panes/bottom_up.dart @@ -15,18 +15,16 @@ import 'cpu_profile_columns.dart'; class CpuBottomUpTable extends StatelessWidget { const CpuBottomUpTable({required this.bottomUpRoots, super.key}); - static final methodColumn = MethodAndSourceColumn(); + static const methodColumn = MethodAndSourceColumn(); static final selfTimeColumn = SelfTimeColumn( titleTooltip: selfTimeTooltip, - dataTooltipProvider: - (stackFrame, context) => - _bottomUpTimeTooltipBuilder(_TimeType.self, stackFrame, context), + dataTooltipProvider: (stackFrame, context) => + _bottomUpTimeTooltipBuilder(_TimeType.self, stackFrame, context), ); static final totalTimeColumn = TotalTimeColumn( titleTooltip: totalTimeTooltip, - dataTooltipProvider: - (stackFrame, context) => - _bottomUpTimeTooltipBuilder(_TimeType.total, stackFrame, context), + dataTooltipProvider: (stackFrame, context) => + _bottomUpTimeTooltipBuilder(_TimeType.total, stackFrame, context), ); static final columns = List>.unmodifiable([ totalTimeColumn, diff --git a/packages/devtools_app/lib/src/screens/profiler/panes/call_tree.dart b/packages/devtools_app/lib/src/screens/profiler/panes/call_tree.dart index 32462db24ff..1169427a81c 100644 --- a/packages/devtools_app/lib/src/screens/profiler/panes/call_tree.dart +++ b/packages/devtools_app/lib/src/screens/profiler/panes/call_tree.dart @@ -14,7 +14,7 @@ import 'cpu_profile_columns.dart'; class CpuCallTreeTable extends StatelessWidget { const CpuCallTreeTable({required this.dataRoots, super.key}); - static final methodColumn = MethodAndSourceColumn(); + static const methodColumn = MethodAndSourceColumn(); static final selfTimeColumn = SelfTimeColumn(titleTooltip: selfTimeTooltip); diff --git a/packages/devtools_app/lib/src/screens/profiler/panes/controls/cpu_profiler_controls.dart b/packages/devtools_app/lib/src/screens/profiler/panes/controls/cpu_profiler_controls.dart index 5d62d2ba543..642b4e928d6 100644 --- a/packages/devtools_app/lib/src/screens/profiler/panes/controls/cpu_profiler_controls.dart +++ b/packages/devtools_app/lib/src/screens/profiler/panes/controls/cpu_profiler_controls.dart @@ -24,17 +24,16 @@ class UserTagDropdown extends StatelessWidget { valueListenable: controller.userTagFilter, builder: (context, userTag, _) { final userTags = controller.userTags; - final tooltip = - userTags.isNotEmpty - ? 'Filter the CPU profile by the given UserTag' - : 'No UserTags found for this CPU profile'; + final tooltip = userTags.isNotEmpty + ? 'Filter the CPU profile by the given UserTag' + : 'No UserTags found for this CPU profile'; return SizedBox( height: defaultButtonHeight, child: DevToolsTooltip( message: tooltip, child: ValueListenableBuilder( - valueListenable: preferences.vmDeveloperModeEnabled, - builder: (context, vmDeveloperModeEnabled, _) { + valueListenable: preferences.advancedDeveloperModeEnabled, + builder: (context, advancedDeveloperModeEnabled, _) { return RoundedDropDownButton( isDense: true, value: userTag, @@ -59,7 +58,7 @@ class UserTagDropdown extends StatelessWidget { value: CpuProfilerController.groupByUserTag, ), ], - if (vmDeveloperModeEnabled) + if (advancedDeveloperModeEnabled) _buildMenuItem( display: 'Group by: VM Tag', value: CpuProfilerController.groupByVmTag, @@ -67,10 +66,10 @@ class UserTagDropdown extends StatelessWidget { ], onChanged: userTags.isEmpty || - (userTags.length == 1 && - userTags.first == UserTag.defaultTag.label) - ? null - : (String? tag) => _onUserTagChanged(tag!), + (userTags.length == 1 && + userTags.first == UserTag.defaultTag.label) + ? null + : (String? tag) => _onUserTagChanged(tag!), ); }, ), @@ -109,13 +108,12 @@ class ModeDropdown extends StatelessWidget { return ValueListenableBuilder( valueListenable: controller.viewType, builder: (context, viewType, _) { - final tooltip = - viewType == CpuProfilerViewType.function - ? 'Display the profile in terms of the Dart call stack ' - '(i.e., inlined frames are expanded)' - : 'Display the profile in terms of native stack frames ' - '(i.e., inlined frames are not expanded, display code objects ' - 'rather than individual functions)'; + final tooltip = viewType == CpuProfilerViewType.function + ? 'Display the profile in terms of the Dart call stack ' + '(i.e., inlined frames are expanded)' + : 'Display the profile in terms of native stack frames ' + '(i.e., inlined frames are not expanded, display code objects ' + 'rather than individual functions)'; return SizedBox( height: defaultButtonHeight, child: DevToolsTooltip( diff --git a/packages/devtools_app/lib/src/screens/profiler/panes/controls/profiler_screen_controls.dart b/packages/devtools_app/lib/src/screens/profiler/panes/controls/profiler_screen_controls.dart index 0ac0e2c8129..fbc7cb06d38 100644 --- a/packages/devtools_app/lib/src/screens/profiler/panes/controls/profiler_screen_controls.dart +++ b/packages/devtools_app/lib/src/screens/profiler/panes/controls/profiler_screen_controls.dart @@ -7,7 +7,6 @@ import 'package:flutter/material.dart'; import '../../../../shared/analytics/constants.dart' as gac; import '../../../../shared/framework/screen.dart'; -import '../../../../shared/globals.dart'; import '../../../../shared/ui/common_widgets.dart'; import '../../../../shared/ui/file_import.dart'; import '../../../../shared/ui/vm_flag_widgets.dart'; @@ -69,17 +68,16 @@ class _PrimaryControls extends StatelessWidget { recording: recording, gaScreen: gac.cpuProfiler, gaSelection: recording ? gac.stop : gac.record, - minScreenWidthForTextBeforeScaling: - _primaryControlsMinIncludeTextWidth, - onPressed: - recording ? controller.stopRecording : controller.startRecording, + minScreenWidthForText: _primaryControlsMinIncludeTextWidth, + onPressed: recording + ? controller.stopRecording + : controller.startRecording, ), const SizedBox(width: denseSpacing), ClearButton( gaScreen: gac.cpuProfiler, gaSelection: gac.clear, - minScreenWidthForTextBeforeScaling: - _primaryControlsMinIncludeTextWidth, + minScreenWidthForText: _primaryControlsMinIncludeTextWidth, onPressed: recording ? null : controller.clear, ), ], @@ -104,39 +102,16 @@ class _SecondaryControls extends StatelessWidget { return Row( mainAxisAlignment: MainAxisAlignment.end, children: [ - if (serviceConnection - .serviceManager - .connectedApp! - .isFlutterNativeAppNow) - GaDevToolsButton( - icon: Icons.timer, - label: 'Profile app start up', - tooltip: - 'Load all Dart CPU samples that occurred before \n' - 'the first Flutter frame was drawn (if available)', - tooltipPadding: const EdgeInsets.all(denseSpacing), - gaScreen: gac.cpuProfiler, - gaSelection: gac.CpuProfilerEvents.profileAppStartUp.name, - minScreenWidthForTextBeforeScaling: - _profilingControlsMinScreenWidthForText, - onPressed: - !profilerBusy - ? controller.cpuProfilerController.loadAppStartUpProfile - : null, - ), - const SizedBox(width: denseSpacing), RefreshButton( label: 'Load all CPU samples', tooltip: 'Load all CPU samples for the connected app. This is the data \ncollected by the VM and is limited by the available buffer space.', gaScreen: gac.cpuProfiler, gaSelection: gac.CpuProfilerEvents.loadAllCpuSamples.name, - minScreenWidthForTextBeforeScaling: - _profilingControlsMinScreenWidthForText, - onPressed: - !profilerBusy - ? controller.cpuProfilerController.loadAllSamples - : null, + minScreenWidthForText: _profilingControlsMinScreenWidthForText, + onPressed: !profilerBusy + ? controller.cpuProfilerController.loadAllSamples + : null, ), const SizedBox(width: denseSpacing), CpuSamplingRateDropdown( @@ -149,10 +124,10 @@ class _SecondaryControls extends StatelessWidget { screenId: ScreenMetaData.cpuProfiler.id, onSave: !profilerBusy && - controller.cpuProfileData != null && - controller.cpuProfileData?.isEmpty == false - ? (_) => _exportPerformance() - : null, + controller.cpuProfileData != null && + controller.cpuProfileData?.isEmpty == false + ? (_) => _exportPerformance() + : null, ), ], ); diff --git a/packages/devtools_app/lib/src/screens/profiler/panes/cpu_profile_columns.dart b/packages/devtools_app/lib/src/screens/profiler/panes/cpu_profile_columns.dart index 9bd4d524a45..b2a97206424 100644 --- a/packages/devtools_app/lib/src/screens/profiler/panes/cpu_profile_columns.dart +++ b/packages/devtools_app/lib/src/screens/profiler/panes/cpu_profile_columns.dart @@ -37,7 +37,7 @@ class TotalTimeColumn extends TimeAndPercentageColumn { class MethodAndSourceColumn extends TreeColumnData implements ColumnRenderer { - MethodAndSourceColumn() : super('Method'); + const MethodAndSourceColumn() : super('Method'); @override String getValue(CpuStackFrame dataObject) => dataObject.name; @@ -58,7 +58,6 @@ class MethodAndSourceColumn extends TreeColumnData CpuStackFrame data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return MethodAndSourceDisplay( methodName: data.name, diff --git a/packages/devtools_app/lib/src/screens/profiler/panes/method_table/method_table.dart b/packages/devtools_app/lib/src/screens/profiler/panes/method_table/method_table.dart index aab1240699a..589e36d0385 100644 --- a/packages/devtools_app/lib/src/screens/profiler/panes/method_table/method_table.dart +++ b/packages/devtools_app/lib/src/screens/profiler/panes/method_table/method_table.dart @@ -13,7 +13,7 @@ import '../../../../shared/utils/profiler_utils.dart'; import 'method_table_controller.dart'; import 'method_table_model.dart'; -final _methodColumnMinWidth = scaleByFontFactor(800.0); +const _methodColumnMinWidth = 800.0; /// Widget that displays a method table for a CPU profile. class CpuMethodTable extends StatelessWidget { @@ -46,7 +46,7 @@ class CpuMethodTable extends StatelessWidget { class MethodTable extends StatelessWidget { const MethodTable(this._methodTableController, this._methods, {super.key}); - static final methodColumn = _MethodColumn(); + static const methodColumn = _MethodColumn(); static final selfTimeColumn = _SelfTimeColumn(); static final totalTimeColumn = _TotalTimeColumn(); static final columns = List>.unmodifiable([ @@ -90,11 +90,12 @@ class _MethodGraph extends StatefulWidget { } class _MethodGraphState extends State<_MethodGraph> with AutoDisposeMixin { - MethodTableGraphNode? _selectedGraphNode; - - List _callers = []; - - List _callees = []; + ({ + MethodTableGraphNode graphNode, + List callers, + List callees, + })? + _selected; @override void initState() { @@ -109,30 +110,34 @@ class _MethodGraphState extends State<_MethodGraph> with AutoDisposeMixin { } void _initGraphNodes() { - _selectedGraphNode = widget.methodTableController.selectedNode.value; - if (_selectedGraphNode == null) { - _callers = []; - _callees = []; + final selectedGraphNode = widget.methodTableController.selectedNode.value; + if (selectedGraphNode == null) { + _selected = null; } else { - _callers = - _selectedGraphNode!.predecessors - .cast() - .toList(); - _callees = - _selectedGraphNode!.successors.cast().toList(); + _selected = ( + graphNode: selectedGraphNode, + callers: selectedGraphNode.predecessors + .cast() + .toList(), + callees: selectedGraphNode.successors + .cast() + .toList(), + ); } } @override Widget build(BuildContext context) { - final selectedNode = _selectedGraphNode; - if (selectedNode == null) { + final selected = _selected; + if (selected == null) { return OutlineDecoration.onlyLeft( child: const Center( child: Text('Select a method to view its call graph.'), ), ); } + + final selectedNode = selected.graphNode; final selectedNodeDisplay = selectedNode.display; return OutlineDecoration.onlyLeft( child: Column( @@ -140,7 +145,10 @@ class _MethodGraphState extends State<_MethodGraph> with AutoDisposeMixin { children: [ Flexible( child: OutlineDecoration.onlyBottom( - child: _CallersTable(widget.methodTableController, _callers), + child: _CallersTable( + widget.methodTableController, + selected.callers, + ), ), ), DevToolsTooltip( @@ -160,7 +168,10 @@ class _MethodGraphState extends State<_MethodGraph> with AutoDisposeMixin { ), Flexible( child: OutlineDecoration.onlyTop( - child: _CalleesTable(widget.methodTableController, _callees), + child: _CalleesTable( + widget.methodTableController, + selected.callees, + ), ), ), ], @@ -171,25 +182,16 @@ class _MethodGraphState extends State<_MethodGraph> with AutoDisposeMixin { /// A table of predecessors (callers) for a single method in a method table. class _CallersTable extends StatelessWidget { - _CallersTable(this._methodTableController, this._callers) { - _callerTimeColumn = _CallerTimeColumn( - methodTableController: _methodTableController, - ); - columns = List>.unmodifiable([ - _callerTimeColumn, - methodColumn, - ]); - } - - static final methodColumn = _MethodColumn(); + _CallersTable(this._methodTableController, this._callers) + : _callerTimeColumn = _CallerTimeColumn( + methodTableController: _methodTableController, + ); final MethodTableController _methodTableController; final List _callers; - late final List> columns; - - late final _CallerTimeColumn _callerTimeColumn; + final _CallerTimeColumn _callerTimeColumn; @override Widget build(BuildContext context) { @@ -197,7 +199,7 @@ class _CallersTable extends StatelessWidget { keyFactory: (node) => ValueKey('caller-${node.id}'), data: _callers, dataKey: 'cpu-profile-method-callers', - columns: columns, + columns: [_callerTimeColumn, const _MethodColumn()], defaultSortColumn: _callerTimeColumn, defaultSortDirection: SortDirection.descending, selectionNotifier: _methodTableController.selectedNode, @@ -208,25 +210,16 @@ class _CallersTable extends StatelessWidget { /// A table of successors (callees) for a single method in a method table. class _CalleesTable extends StatelessWidget { - _CalleesTable(this._methodTableController, this._callees) { - _calleeTimeColumn = _CalleeTimeColumn( - methodTableController: _methodTableController, - ); - _columns = List>.unmodifiable([ - _calleeTimeColumn, - _methodColumn, - ]); - } - - static final _methodColumn = _MethodColumn(); + _CalleesTable(this._methodTableController, this._callees) + : _calleeTimeColumn = _CalleeTimeColumn( + methodTableController: _methodTableController, + ); final MethodTableController _methodTableController; final List _callees; - late final List> _columns; - - late final _CalleeTimeColumn _calleeTimeColumn; + final _CalleeTimeColumn _calleeTimeColumn; @override Widget build(BuildContext context) { @@ -234,7 +227,7 @@ class _CalleesTable extends StatelessWidget { keyFactory: (node) => ValueKey('callee-${node.id}'), data: _callees, dataKey: 'cpu-profile-method-callees', - columns: _columns, + columns: [_calleeTimeColumn, const _MethodColumn()], defaultSortColumn: _calleeTimeColumn, defaultSortDirection: SortDirection.descending, selectionNotifier: _methodTableController.selectedNode, @@ -245,7 +238,8 @@ class _CalleesTable extends StatelessWidget { class _MethodColumn extends ColumnData implements ColumnRenderer { - _MethodColumn() : super.wide('Method', minWidthPx: _methodColumnMinWidth); + const _MethodColumn() + : super.wide('Method', minWidthPx: _methodColumnMinWidth); @override String getValue(MethodTableGraphNode dataObject) => dataObject.name; @@ -262,7 +256,6 @@ class _MethodColumn extends ColumnData MethodTableGraphNode data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return MethodAndSourceDisplay( methodName: data.name, @@ -304,8 +297,8 @@ class _CallerTimeColumn extends TimeAndPercentageColumn { : super( title: 'Caller %', percentageOnly: true, - percentAsDoubleProvider: - (node) => methodTableController.callerPercentageFor(node), + percentAsDoubleProvider: (node) => + methodTableController.callerPercentageFor(node), secondaryCompare: (node) => node.name, columnWidth: _callGraphColumnWidth, ); @@ -316,8 +309,8 @@ class _CalleeTimeColumn extends TimeAndPercentageColumn { : super( title: 'Callee %', percentageOnly: true, - percentAsDoubleProvider: - (node) => methodTableController.calleePercentageFor(node), + percentAsDoubleProvider: (node) => + methodTableController.calleePercentageFor(node), secondaryCompare: (node) => node.name, columnWidth: _callGraphColumnWidth, ); diff --git a/packages/devtools_app/lib/src/screens/profiler/panes/method_table/method_table_controller.dart b/packages/devtools_app/lib/src/screens/profiler/panes/method_table/method_table_controller.dart index 8f9409a8771..14ec9c082f5 100644 --- a/packages/devtools_app/lib/src/screens/profiler/panes/method_table/method_table_controller.dart +++ b/packages/devtools_app/lib/src/screens/profiler/panes/method_table/method_table_controller.dart @@ -75,20 +75,20 @@ class MethodTableController extends DisposableController action: (CpuStackFrame frame) { final parentNode = frame.parent != null && - frame.parentId != CpuProfileData.rootId && - !frame.parent!.isTag - // Since we are performing a DFS, the parent should always be in - // the map. - ? methodMap[frame.parent!.methodTableId]! - : null; + frame.parentId != CpuProfileData.rootId && + !frame.parent!.isTag + // Since we are performing a DFS, the parent should always be in + // the map. + ? methodMap[frame.parent!.methodTableId]! + : null; var graphNode = MethodTableGraphNode.fromStackFrame(frame); final existingNode = methodMap[frame.methodTableId]; if (existingNode != null) { // Do not merge the total time if the [existingNode] already counted // the total time for one of [frame]'s ancestors. - final shouldMergeTotalTime = - !existingNode.stackFrameIds.containsAny(frame.ancestorIds); + final shouldMergeTotalTime = !existingNode.stackFrameIds + .containsAny(frame.ancestorIds); // If the graph node already exists, merge the new one with the old // one and use the existing instance. existingNode.merge(graphNode, mergeTotalTime: shouldMergeTotalTime); diff --git a/packages/devtools_app/lib/src/screens/profiler/profiler_screen.dart b/packages/devtools_app/lib/src/screens/profiler/profiler_screen.dart index 2cfd453af77..cf473f55f24 100644 --- a/packages/devtools_app/lib/src/screens/profiler/profiler_screen.dart +++ b/packages/devtools_app/lib/src/screens/profiler/profiler_screen.dart @@ -131,12 +131,11 @@ class _ProfilerScreenBodyState extends State child: const CenteredCircularProgressIndicator(), ); } - final status = - recording || profilerBusy - ? (recording - ? const RecordingStatus() - : ProfilerBusyStatus(status: profilerBusyStatus)) - : null; + final status = recording || profilerBusy + ? (recording + ? const RecordingStatus() + : ProfilerBusyStatus(status: profilerBusyStatus)) + : null; return Column( children: [ ProfilerScreenControls( diff --git a/packages/devtools_app/lib/src/screens/profiler/profiler_screen_controller.dart b/packages/devtools_app/lib/src/screens/profiler/profiler_screen_controller.dart index 221005bace3..b476800ca72 100644 --- a/packages/devtools_app/lib/src/screens/profiler/profiler_screen_controller.dart +++ b/packages/devtools_app/lib/src/screens/profiler/profiler_screen_controller.dart @@ -67,28 +67,27 @@ class ProfilerScreenController extends DevToolsScreenController addAutoDisposeListener( serviceConnection.serviceManager.isolateManager.selectedIsolate, () { - final selectedIsolate = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value; + final selectedIsolate = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value; if (selectedIsolate != null) { switchToIsolate(selectedIsolate); } }, ); - addAutoDisposeListener(preferences.vmDeveloperModeEnabled, () async { - if (preferences.vmDeveloperModeEnabled.value) { - // If VM developer mode was just enabled, clear the profile store - // since the existing entries won't have code profiles and cannot be - // constructed from function profiles. + addAutoDisposeListener(preferences.advancedDeveloperModeEnabled, () async { + if (preferences.advancedDeveloperModeEnabled.value) { + // If advanced developer mode was just enabled, clear the profile + // store since the existing entries won't have code profiles and + // cannot be constructed from function profiles. cpuProfilerController.cpuProfileStore.clear(); cpuProfilerController.reset(); } else { - // If VM developer mode is disabled and we're grouping by VM tags, we - // need to default to the basic view of the profile. + // If advanced developer mode is disabled and we're grouping by VM + // tags, we need to default to the basic view of the profile. final userTagFilter = cpuProfilerController.userTagFilter.value; if (userTagFilter == CpuProfilerController.groupByVmTag) { await cpuProfilerController.loadDataWithTag( @@ -96,9 +95,9 @@ class ProfilerScreenController extends DevToolsScreenController ); } } - // Always reset to the function view when the VM developer mode state - // changes. The selector is hidden when VM developer mode is disabled - // and data for code profiles won't be requested. + // Always reset to the function view when the advanced developer mode + // state changes. The selector is hidden when advanced developer mode is + // disabled and data for code profiles won't be requested. cpuProfilerController.updateViewForType(CpuProfilerViewType.function); }); } else { diff --git a/packages/devtools_app/lib/src/screens/profiler/profiler_status.dart b/packages/devtools_app/lib/src/screens/profiler/profiler_status.dart index f08e56cab81..f4fd5aeacb9 100644 --- a/packages/devtools_app/lib/src/screens/profiler/profiler_status.dart +++ b/packages/devtools_app/lib/src/screens/profiler/profiler_status.dart @@ -80,24 +80,24 @@ class ProfileRecordingInstructions extends StatelessWidget { Widget build(BuildContext context) { return DefaultTextStyle( style: Theme.of(context).regularTextStyle, - child: Center( + child: const Center( child: Column( mainAxisAlignment: MainAxisAlignment.center, children: [ Row( mainAxisAlignment: MainAxisAlignment.center, children: [ - const Text('Click the record button '), + Text('Click the record button '), Icon(Icons.fiber_manual_record, size: defaultIconSize), - const Text(' to start recording CPU samples.'), + Text(' to start recording CPU samples.'), ], ), Row( mainAxisAlignment: MainAxisAlignment.center, children: [ - const Text('Click the stop button '), + Text('Click the stop button '), Icon(Icons.stop, size: defaultIconSize), - const Text(' to end the recording.'), + Text(' to end the recording.'), ], ), ], diff --git a/packages/devtools_app/lib/src/screens/profiler/sampling_rate.dart b/packages/devtools_app/lib/src/screens/profiler/sampling_rate.dart index fabba880e5e..ca637269fb7 100644 --- a/packages/devtools_app/lib/src/screens/profiler/sampling_rate.dart +++ b/packages/devtools_app/lib/src/screens/profiler/sampling_rate.dart @@ -35,15 +35,9 @@ enum CpuSamplingRate { } extension CpuSamplingRateExtension on CpuSamplingRate { - static CpuSamplingRate fromValue(String value) { - switch (value) { - case lowProfilePeriod: - return CpuSamplingRate.low; - case highProfilePeriod: - return CpuSamplingRate.high; - case mediumProfilePeriod: - default: - return CpuSamplingRate.medium; - } - } + static CpuSamplingRate fromValue(String value) => switch (value) { + lowProfilePeriod => CpuSamplingRate.low, + highProfilePeriod => CpuSamplingRate.high, + mediumProfilePeriod || _ => CpuSamplingRate.medium, + }; } diff --git a/packages/devtools_app/lib/src/screens/vm_developer/isolate_statistics/isolate_statistics_view.dart b/packages/devtools_app/lib/src/screens/vm_developer/isolate_statistics/isolate_statistics_view.dart index e2b3668a4d0..77bd8d42c2f 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/isolate_statistics/isolate_statistics_view.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/isolate_statistics/isolate_statistics_view.dart @@ -210,17 +210,16 @@ class TagStatisticsWidget extends StatelessWidget { title: 'Execution Time', roundedTopBorder: false, table: Flexible( - child: - controller.cpuProfilerController.profilerEnabled - ? FlatTable( - keyFactory: (VMTag tag) => ValueKey(tag.name), - data: controller.tags, - dataKey: 'tag-statistics', - columns: _columns, - defaultSortColumn: _percentage, - defaultSortDirection: SortDirection.descending, - ) - : CpuProfilerDisabled(controller.cpuProfilerController), + child: controller.cpuProfilerController.profilerEnabled + ? FlatTable( + keyFactory: (VMTag tag) => ValueKey(tag.name), + data: controller.tags, + dataKey: 'tag-statistics', + columns: _columns, + defaultSortColumn: _percentage, + defaultSortDirection: SortDirection.descending, + ) + : CpuProfilerDisabled(controller.cpuProfilerController), ), ), ); @@ -295,29 +294,25 @@ class StackTraceViewerWidget extends StatelessWidget { return ValueListenableBuilder( valueListenable: stackTrace, builder: (context, stackTrace, _) { - final lines = - stackTrace?.allocationLocation?.valueAsString - ?.split('\n') - .where((e) => e.isNotEmpty) - .toList(); + final lines = stackTrace?.allocationLocation?.valueAsString + ?.split('\n') + .where((e) => e.isNotEmpty) + .toList(); return VMInfoList( title: 'Allocation Location', roundedTopBorder: false, - table: - lines == null - ? const Expanded( - child: Center(child: Text('No port selected')), - ) - : Flexible( - child: FlatTable( - keyFactory: (String s) => ValueKey(s), - data: lines, - dataKey: 'stack-trace-viewer', - columns: [frame], - defaultSortColumn: frame, - defaultSortDirection: SortDirection.ascending, - ), + table: lines == null + ? const Expanded(child: Center(child: Text('No port selected'))) + : Flexible( + child: FlatTable( + keyFactory: (String s) => ValueKey(s), + data: lines, + dataKey: 'stack-trace-viewer', + columns: [frame], + defaultSortColumn: frame, + defaultSortDirection: SortDirection.ascending, ), + ), ); }, ); @@ -363,9 +358,8 @@ class _IsolatePortsWidgetState extends State { ), Flexible( child: FlatTable( - keyFactory: - (InstanceRef? port) => - ValueKey(port!.debugName!), + keyFactory: (InstanceRef? port) => + ValueKey(port!.debugName!), data: ports, dataKey: 'isolate-ports', columns: _columns, diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/class_hierarchy_explorer.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/class_hierarchy_explorer.dart index 474126ab8fe..08cd597357e 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/class_hierarchy_explorer.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/class_hierarchy_explorer.dart @@ -32,11 +32,10 @@ class ClassHierarchyExplorer extends StatelessWidget { return TreeView( dataRootsListenable: controller.classHierarchyController.selectedIsolateClassHierarchy, - dataDisplayProvider: - (node, onPressed) => VmServiceObjectLink( - object: node.cls, - onTap: controller.findAndSelectNodeForObject, - ), + dataDisplayProvider: (node, onPressed) => VmServiceObjectLink( + object: node.cls, + onTap: controller.findAndSelectNodeForObject, + ), emptyTreeViewBuilder: () => const CenteredCircularProgressIndicator(), ); } diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/class_hierarchy_explorer_controller.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/class_hierarchy_explorer_controller.dart index 11b7cad4541..04433788139 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/class_hierarchy_explorer_controller.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/class_hierarchy_explorer_controller.dart @@ -27,11 +27,10 @@ class ClassHierarchyExplorerController extends DisposableController { final isolateId = isolate.id!; final classList = await service.getClassList(isolateId); // TODO(bkonyi): we should cache the class list like we do the script list - final classes = - await [ - for (final cls in classList.classes!) - service.getObject(isolateId, cls.id!).then((e) => e as Class), - ].wait; + final classes = await [ + for (final cls in classList.classes!) + service.getObject(isolateId, cls.id!).then((e) => e as Class), + ].wait; buildHierarchy(classes); } diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_inspector_view.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_inspector_view.dart index 8938136e11d..76249c3402e 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_inspector_view.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_inspector_view.dart @@ -45,8 +45,8 @@ class _ObjectInspectorViewState extends State<_ObjectInspectorView> void didChangeDependencies() { super.didChangeDependencies(); - final vmDeveloperToolsController = - screenControllers.lookup(); + final vmDeveloperToolsController = screenControllers + .lookup(); controller = vmDeveloperToolsController.objectInspectorViewController; unawaited(controller.init()); } @@ -83,8 +83,8 @@ class _ObjectInspectorSelectorState extends State { @override void didChangeDependencies() { super.didChangeDependencies(); - final vmDeveloperToolsController = - screenControllers.lookup(); + final vmDeveloperToolsController = screenControllers + .lookup(); controller = vmDeveloperToolsController.objectInspectorViewController; unawaited(controller.init()); } @@ -117,10 +117,9 @@ class _ObjectInspectorSelectorState extends State { gac.classHierarchy, ), ], - onChanged: - (newValue) => setState(() { - value = newValue!; - }), + onChanged: (newValue) => setState(() { + value = newValue!; + }), ), Expanded( child: RoundedOutlinedBorder( diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_store.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_store.dart index ac32b633205..fe42a3177a6 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_store.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_store.dart @@ -14,7 +14,7 @@ import '../vm_service_private_extensions.dart'; import 'object_store_controller.dart'; class _EntryColumn extends ColumnData { - _EntryColumn() : super.wide('Entry'); + const _EntryColumn() : super.wide('Entry'); @override bool get includeHeader => true; @@ -46,10 +46,9 @@ class _ObjectColumn extends ColumnData Widget build( BuildContext context, // ignore: avoid-dynamic, requires refactor. - data, { + dynamic data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return VmServiceObjectLink( // TODO(srawlins): What type is `data` at runtime? If cast to `int`, no @@ -68,7 +67,7 @@ class ObjectStoreViewer extends StatelessWidget { required this.controller, }); - static final _entryColumn = _EntryColumn(); + static const _entryColumn = _EntryColumn(); late final _objectColumn = _ObjectColumn(onTap: onLinkTapped); late final _columns = >[ _entryColumn, diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_viewport.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_viewport.dart index fc23701d265..37084d17a67 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_viewport.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_viewport.dart @@ -45,10 +45,9 @@ class ObjectViewport extends StatelessWidget { child = const CenteredCircularProgressIndicator(); } else { final currentObject = controller.objectHistory.current.value; - child = - currentObject == null - ? const SizedBox.shrink() - : buildObjectDisplay(currentObject); + child = currentObject == null + ? const SizedBox.shrink() + : buildObjectDisplay(currentObject); } return Expanded(child: child); diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_code_display.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_code_display.dart index 52e1f54c306..0e24710b7c8 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_code_display.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_code_display.dart @@ -18,8 +18,8 @@ import 'object_inspector_view_controller.dart'; import 'vm_object_model.dart'; abstract class _CodeColumnData extends ColumnData { - _CodeColumnData(super.title, {required super.fixedWidthPx}); - _CodeColumnData.wide(super.title) : super.wide(); + const _CodeColumnData(super.title, {required super.fixedWidthPx}); + const _CodeColumnData.wide(super.title) : super.wide(); @override bool get supportsSorting => false; @@ -62,7 +62,6 @@ class _FunctionsColumn extends _CodeColumnData InliningEntry data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { return Row( children: [ @@ -165,7 +164,6 @@ class _InstructionColumn extends _CodeColumnData Instruction data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { final theme = Theme.of(context); return Text.rich( @@ -253,7 +251,6 @@ class _DartObjectColumn extends _CodeColumnData Instruction data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { if (data.object == null) return Container(); return VmServiceObjectLink( diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_field_display.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_field_display.dart index 92214383070..c30182d6407 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_field_display.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_field_display.dart @@ -79,8 +79,9 @@ class VmFieldDisplay extends StatelessWidget { type = 'Observed types not found'; } - final nullable = - field.guardNullable == null ? '' : _nullMessage(field.guardNullable!); + final nullable = field.guardNullable == null + ? '' + : _nullMessage(field.guardNullable!); return '$type$nullable'; } diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_ic_data_display.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_ic_data_display.dart index 99323e858ef..c718d5368d9 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_ic_data_display.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_ic_data_display.dart @@ -69,13 +69,12 @@ class _VmICDataDisplayState extends State { return; } - final isolateId = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value! - .id!; + final isolateId = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value! + .id!; final service = serviceConnection.serviceManager.service!; final argumentsDescriptorFuture = service .getObject(isolateId, icData.argumentsDescriptor.id!) @@ -83,8 +82,10 @@ class _VmICDataDisplayState extends State { final entriesFuture = service .getObject(isolateId, icData.entries.id!) .then((e) => e as Instance); - final (argDescriptor, entryList) = - await (argumentsDescriptorFuture, entriesFuture).wait; + final (argDescriptor, entryList) = await ( + argumentsDescriptorFuture, + entriesFuture, + ).wait; populateLists(argDescriptor, entryList); _initializingCompleter.complete(); } diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_instance_display.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_instance_display.dart index 3250f359190..8bd7e660189 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_instance_display.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_instance_display.dart @@ -163,58 +163,67 @@ class DisplayProvider extends StatelessWidget { Widget build(BuildContext context) { final theme = Theme.of(context); if (variable.text != null) { - return SelectableText.rich( - TextSpan( - children: textSpansFromAnsi( - variable.text ?? '', - theme.subtleFixedFontStyle, + return SelectionArea( + child: GestureDetector( + onTap: onTap, + child: Text.rich( + TextSpan( + children: textSpansFromAnsi( + variable.text ?? '', + theme.subtleFixedFontStyle, + ), + ), ), ), - onTap: onTap, ); } final hasName = variable.name?.isNotEmpty ?? false; - return Row( - children: [ - SelectableText.rich( - TextSpan( - text: hasName ? variable.name : null, - style: - variable.artificialName + return SelectionArea( + child: Row( + children: [ + GestureDetector( + onTap: onTap, + child: Text.rich( + TextSpan( + text: hasName ? variable.name : null, + style: variable.artificialName ? theme.subtleFixedFontStyle : theme.fixedFontStyle.apply( - color: theme.colorScheme.controlFlowSyntaxColor, + color: theme.colorScheme.controlFlowSyntaxColor, + ), + children: [ + if (hasName) + TextSpan(text: ': ', style: theme.fixedFontStyle), + if (variable.ref!.value is Sentinel) + TextSpan( + text: 'Sentinel ${variable.displayValue.toString()}', + style: theme.subtleFixedFontStyle, ), - children: [ - if (hasName) TextSpan(text: ': ', style: theme.fixedFontStyle), - if (variable.ref!.value is Sentinel) - TextSpan( - text: 'Sentinel ${variable.displayValue.toString()}', - style: theme.subtleFixedFontStyle, - ), - ], - ), - onTap: onTap, - ), - if (variable.ref!.value is! Sentinel && variable.ref!.value is ObjRef?) - VmServiceObjectLink( - object: variable.ref!.value as ObjRef?, - textBuilder: (object) { - if (object is InstanceRef && - object.kind == InstanceKind.kString) { - return "'${object.valueAsString}'"; - } - return null; - }, - onTap: controller.findAndSelectNodeForObject, - ) - else - Text( - variable.ref!.value.toString(), - style: Theme.of(context).subtleFixedFontStyle, + ], + ), + ), ), - ], + if (variable.ref!.value is! Sentinel && + variable.ref!.value is ObjRef?) + VmServiceObjectLink( + object: variable.ref!.value as ObjRef?, + textBuilder: (object) { + if (object is InstanceRef && + object.kind == InstanceKind.kString) { + return "'${object.valueAsString}'"; + } + return null; + }, + onTap: controller.findAndSelectNodeForObject, + ) + else + Text( + variable.ref!.value.toString(), + style: Theme.of(context).subtleFixedFontStyle, + ), + ], + ), ); } } diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_library_display.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_library_display.dart index a21ca800cf3..faa3d3efb42 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_library_display.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_library_display.dart @@ -52,8 +52,9 @@ class VmLibraryDisplay extends StatelessWidget { controller: controller, key: 'URI', preferUri: true, - object: - (library.obj.uri?.isEmpty ?? false) ? library.script! : library.obj, + object: (library.obj.uri?.isEmpty ?? false) + ? library.script! + : library.obj, ), selectableTextBuilderMapEntry('VM Name', library.vmName), ]; @@ -68,22 +69,21 @@ class LibraryDependencies extends StatelessWidget { List dependencyRows(BuildContext context) { final textStyle = Theme.of(context).fixedFontStyle; - return [ for (final dep in dependencies) Row( - children: [ - Flexible(child: SelectableText(dep.description, style: textStyle)), - ], + children: [Flexible(child: Text(dep.description, style: textStyle))], ), ]; } @override Widget build(BuildContext context) { - return VmExpansionTile( - title: 'Dependencies (${dependencies.length})', - children: prettyRows(context, dependencyRows(context)), + return SelectionArea( + child: VmExpansionTile( + title: 'Dependencies (${dependencies.length})', + children: prettyRows(context, dependencyRows(context)), + ), ); } } diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_object_model.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_object_model.dart index de6408cd57c..c570ddabcf8 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_object_model.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_object_model.dart @@ -72,10 +72,9 @@ abstract class VmObject { _isolate = serviceConnection.serviceManager.isolateManager.selectedIsolate.value!; - _obj = - ref is Obj - ? ref as Obj - : await _service.getObject(_isolate!.id!, ref.id!); + _obj = ref is Obj + ? ref as Obj + : await _service.getObject(_isolate!.id!, ref.id!); if (_sourceLocation != null) { _sourceScript = @@ -198,8 +197,8 @@ class FuncObject extends VmObject { return funcKind == null ? null : FunctionKind.values.firstWhereOrNull( - (element) => element.kind() == funcKind, - ); + (element) => element.kind() == funcKind, + ); } int? get deoptimizations => obj.deoptimizations; @@ -252,8 +251,9 @@ class FieldObject extends VmObject { guardClassKind = obj.guardClassKind(); - guardClass = - guardClassKind == GuardClassKind.single ? await obj.guardClass : null; + guardClass = guardClassKind == GuardClassKind.single + ? await obj.guardClass + : null; } } @@ -327,13 +327,12 @@ class CodeObject extends VmObject { await super.initialize(); final service = serviceConnection.serviceManager.service!; - final isolateId = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value! - .id!; + final isolateId = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value! + .id!; // Attempt to retrieve the CPU profile data for this code object. try { diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_object_pool_display.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_object_pool_display.dart index 2e0190144b6..0f10967d25e 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_object_pool_display.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_object_pool_display.dart @@ -15,8 +15,8 @@ import 'object_inspector_view_controller.dart'; import 'vm_object_model.dart'; abstract class _ObjectPoolColumnData extends ColumnData { - _ObjectPoolColumnData(super.title, {required super.fixedWidthPx}); - _ObjectPoolColumnData.wide(super.title) : super.wide(); + const _ObjectPoolColumnData(super.title, {required super.fixedWidthPx}); + const _ObjectPoolColumnData.wide(super.title) : super.wide(); @override bool get supportsSorting => false; @@ -52,7 +52,6 @@ class _DartObjectColumn extends _ObjectPoolColumnData ObjectPoolEntry data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }) { if (data.value is int) return Text(data.value.toString()); return VmServiceObjectLink( diff --git a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_simple_list_display.dart b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_simple_list_display.dart index 10dcd5df619..bde64b1ab15 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_simple_list_display.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_simple_list_display.dart @@ -49,7 +49,7 @@ class _VmSimpleListDisplayState extends State { _initialize(); } - void _initialize() async { + void _initialize() { entries.clear(); final elementsInstance = widget.vmObject.elementsAsInstance; if (elementsInstance != null) { @@ -59,13 +59,12 @@ class _VmSimpleListDisplayState extends State { return; } - final isolateId = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value! - .id!; + final isolateId = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value! + .id!; final service = serviceConnection.serviceManager.service!; _initialized = service .getObject(isolateId, elementsInstance.id!) diff --git a/packages/devtools_app/lib/src/screens/vm_developer/process_memory/process_memory_tree_columns.dart b/packages/devtools_app/lib/src/screens/vm_developer/process_memory/process_memory_tree_columns.dart index 05e9053ac24..71e6e2f4daa 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/process_memory/process_memory_tree_columns.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/process_memory/process_memory_tree_columns.dart @@ -7,7 +7,7 @@ import '../../../shared/table/table_data.dart'; import 'process_memory_view_controller.dart'; class CategoryColumn extends TreeColumnData { - CategoryColumn() : super('Category'); + const CategoryColumn() : super('Category'); @override String getValue(TreemapNode dataObject) => dataObject.name; @@ -28,7 +28,7 @@ class MemoryColumn extends SizeAndPercentageColumn { : super( title: 'Memory Usage', sizeProvider: (node) => node.byteSize, - percentAsDoubleProvider: - (node) => node.byteSize / controller.treeRoot.value!.byteSize, + percentAsDoubleProvider: (node) => + node.byteSize / controller.treeRoot.value!.byteSize, ); } diff --git a/packages/devtools_app/lib/src/screens/vm_developer/process_memory/process_memory_view.dart b/packages/devtools_app/lib/src/screens/vm_developer/process_memory/process_memory_view.dart index 11d0899bfe5..1b453e0fa9c 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/process_memory/process_memory_view.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/process_memory/process_memory_view.dart @@ -139,16 +139,14 @@ class _VMProcessMemoryViewBodyState extends State ExpandAllButton( gaScreen: gac.cpuProfiler, gaSelection: gac.expandAll, - minScreenWidthForTextBeforeScaling: - _expandCollapseMinIncludeTextWidth, + minScreenWidthForText: _expandCollapseMinIncludeTextWidth, onPressed: () => setState(controller.expandTree), ), const SizedBox(width: denseSpacing), CollapseAllButton( gaScreen: gac.cpuProfiler, gaSelection: gac.collapseAll, - minScreenWidthForTextBeforeScaling: - _expandCollapseMinIncludeTextWidth, + minScreenWidthForText: _expandCollapseMinIncludeTextWidth, onPressed: () => setState(controller.collapseTree), ), ], @@ -177,7 +175,7 @@ class _ProcessMemoryTree extends StatelessWidget { final VMProcessMemoryViewController controller; - static final categoryColumn = CategoryColumn(); + static const categoryColumn = CategoryColumn(); static final descriptionColumn = DescriptionColumn(); late final memoryColumn = MemoryColumn(controller: controller); @@ -193,9 +191,8 @@ class _ProcessMemoryTree extends StatelessWidget { valueListenable: controller.treeRoot, builder: (context, root, _) { return TreeTable( - keyFactory: - (e) => - PageStorageKey('${e.name}+${e.depth}+${e.byteSize}'), + keyFactory: (e) => + PageStorageKey('${e.name}+${e.depth}+${e.byteSize}'), displayTreeGuidelines: true, dataRoots: [if (root != null) root], dataKey: 'process-memory-tree', diff --git a/packages/devtools_app/lib/src/screens/vm_developer/queued_microtasks/queued_microtasks_controller.dart b/packages/devtools_app/lib/src/screens/vm_developer/queued_microtasks/queued_microtasks_controller.dart new file mode 100644 index 00000000000..e6779886612 --- /dev/null +++ b/packages/devtools_app/lib/src/screens/vm_developer/queued_microtasks/queued_microtasks_controller.dart @@ -0,0 +1,72 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'dart:async'; + +import 'package:devtools_app_shared/utils.dart'; +import 'package:flutter/foundation.dart'; +import 'package:vm_service/vm_service.dart'; + +import '../../../shared/globals.dart'; +import '../../../shared/utils/future_work_tracker.dart'; + +enum QueuedMicrotasksControllerStatus { empty, refreshing, ready } + +class QueuedMicrotasksController extends DisposableController + with AutoDisposeControllerMixin { + QueuedMicrotasksController() { + addAutoDisposeListener(_refreshWorkTracker.active, () { + final active = _refreshWorkTracker.active.value; + if (active) { + _status.value = QueuedMicrotasksControllerStatus.refreshing; + } else { + _status.value = QueuedMicrotasksControllerStatus.ready; + } + }); + } + + ValueListenable get status => _status; + final _status = ValueNotifier( + QueuedMicrotasksControllerStatus.empty, + ); + + ValueListenable get queuedMicrotasks => _queuedMicrotasks; + final _queuedMicrotasks = ValueNotifier(null); + + ValueListenable get selectedMicrotask => _selectedMicrotask; + final _selectedMicrotask = ValueNotifier(null); + + final _refreshWorkTracker = FutureWorkTracker(); + + Future refresh() => _refreshWorkTracker.track(() async { + _selectedMicrotask.value = null; + + final isolateId = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value! + .id!; + final queuedMicrotasks = await serviceConnection.serviceManager.service! + .getQueuedMicrotasks(isolateId); + _queuedMicrotasks.value = queuedMicrotasks; + + return; + }); + + void setSelectedMicrotask(Microtask? microtask) { + _selectedMicrotask.value = microtask; + } + + @override + void dispose() { + _status.dispose(); + _queuedMicrotasks.dispose(); + _selectedMicrotask.dispose(); + _refreshWorkTracker + ..clear() + ..dispose(); + super.dispose(); + } +} diff --git a/packages/devtools_app/lib/src/screens/vm_developer/queued_microtasks/queued_microtasks_view.dart b/packages/devtools_app/lib/src/screens/vm_developer/queued_microtasks/queued_microtasks_view.dart new file mode 100644 index 00000000000..692c48e65a5 --- /dev/null +++ b/packages/devtools_app/lib/src/screens/vm_developer/queued_microtasks/queued_microtasks_view.dart @@ -0,0 +1,277 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:collection/collection.dart' show ListExtensions; +import 'package:devtools_app_shared/ui.dart'; +import 'package:flutter/material.dart'; +import 'package:intl/intl.dart' show DateFormat; +import 'package:vm_service/vm_service.dart'; + +import '../../../shared/analytics/constants.dart' as gac; +import '../../../shared/primitives/utils.dart' show SortDirection; +import '../../../shared/table/table.dart' show FlatTable; +import '../../../shared/table/table_data.dart'; +import '../../../shared/ui/common_widgets.dart'; +import '../vm_developer_tools_screen.dart'; +import 'queued_microtasks_controller.dart'; + +class RefreshQueuedMicrotasksButton extends StatelessWidget { + const RefreshQueuedMicrotasksButton({super.key, required this.controller}); + + final QueuedMicrotasksController controller; + + @override + Widget build(BuildContext context) { + return ValueListenableBuilder( + valueListenable: controller.status, + builder: (_, status, _) { + return RefreshButton( + onPressed: status == QueuedMicrotasksControllerStatus.refreshing + ? null + : controller.refresh, + tooltip: + "Take a new snapshot of the selected isolate's microtask queue.", + gaScreen: gac.vmTools, + gaSelection: gac.refreshQueuedMicrotasks, + ); + }, + ); + } +} + +class RefreshQueuedMicrotasksInstructions extends StatelessWidget { + const RefreshQueuedMicrotasksInstructions({super.key}); + + @override + Widget build(BuildContext context) { + return Center( + child: RichText( + text: TextSpan( + style: Theme.of(context).regularTextStyle, + children: const [ + TextSpan(text: 'Click the refresh button '), + WidgetSpan(child: Icon(Icons.refresh, size: defaultIconSize)), + TextSpan( + text: + " to take a new snapshot of the selected isolate's " + 'microtask queue.', + ), + ], + ), + ), + ); + } +} + +/// Record containing details about a particular microtask that was in a +/// microtask queue snapshot, and an index representing how close to the front +/// of the queue that microtask was when the snapshot was taken. +/// +/// In the response returned by the VM Service, microtasks are sorted in +/// ascending order of when they will be dequeued, i.e. the microtask that will +/// run earliest is at index 0 of the returned list. We use those indices of the +/// returned list to sort the entries of the microtask selector, so that they +/// they also appear in ascending order of when they will be dequeued. +typedef IndexedMicrotask = ({int index, Microtask microtask}); + +class _MicrotaskIdColumn extends ColumnData { + _MicrotaskIdColumn() + : super.wide('Microtask ID', alignment: ColumnAlignment.center); + + @override + int getValue(IndexedMicrotask indexedMicrotask) => indexedMicrotask.index; + + @override + String getDisplayValue(IndexedMicrotask indexedMicrotask) => + indexedMicrotask.microtask.id!.toString(); +} + +class QueuedMicrotaskSelector extends StatelessWidget { + const QueuedMicrotaskSelector({ + super.key, + required List indexedMicrotasks, + required void Function(Microtask?) onMicrotaskSelected, + }) : _indexedMicrotasks = indexedMicrotasks, + _setSelectedMicrotask = onMicrotaskSelected; + + static final _idColumn = _MicrotaskIdColumn(); + final List _indexedMicrotasks; + final void Function(Microtask?) _setSelectedMicrotask; + + @override + Widget build(BuildContext context) => FlatTable( + keyFactory: (IndexedMicrotask microtask) => ValueKey(microtask.index), + data: _indexedMicrotasks, + dataKey: 'queued-microtask-selector', + columns: [_idColumn], + defaultSortColumn: _idColumn, + defaultSortDirection: SortDirection.ascending, + onItemSelected: (indexedMicrotask) => + _setSelectedMicrotask(indexedMicrotask?.microtask), + ); +} + +class MicrotaskStackTraceView extends StatelessWidget { + const MicrotaskStackTraceView({super.key, required selectedMicrotask}) + : _selectedMicrotask = selectedMicrotask; + + final Microtask? _selectedMicrotask; + + @override + Widget build(BuildContext context) { + final theme = Theme.of(context); + + return Column( + children: [ + Container( + height: defaultHeaderHeight, + padding: const EdgeInsets.only(left: defaultSpacing), + alignment: Alignment.centerLeft, + child: OutlineDecoration.onlyBottom( + child: const Row( + children: [ + Text('Stack trace captured when microtask was enqueued'), + ], + ), + ), + ), + Row( + children: [ + Expanded( + child: SelectionArea( + child: Padding( + padding: const EdgeInsets.symmetric( + vertical: denseRowSpacing, + horizontal: defaultSpacing, + ), + child: Text( + style: theme.fixedFontStyle, + _selectedMicrotask!.stackTrace.toString(), + ), + ), + ), + ), + ], + ), + ], + ); + } +} + +class QueuedMicrotasksView extends VMDeveloperView { + const QueuedMicrotasksView() + : super(title: 'Queued Microtasks', icon: Icons.pending_actions); + + @override + bool get showIsolateSelector => true; + + @override + Widget build(BuildContext context) => QueuedMicrotasksViewBody(); +} + +class QueuedMicrotasksViewBody extends StatelessWidget { + QueuedMicrotasksViewBody({super.key}); + + @visibleForTesting + static final dateTimeFormat = DateFormat('HH:mm:ss.SSS (MM/dd/yy)'); + final controller = QueuedMicrotasksController(); + + @override + Widget build(BuildContext context) { + return Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + RefreshQueuedMicrotasksButton(controller: controller), + const SizedBox(height: denseRowSpacing), + Expanded( + child: OutlineDecoration( + child: ValueListenableBuilder( + valueListenable: controller.status, + builder: (context, status, _) { + if (status == QueuedMicrotasksControllerStatus.empty) { + return const RefreshQueuedMicrotasksInstructions(); + } else if (status == + QueuedMicrotasksControllerStatus.refreshing) { + return const CenteredMessage(message: 'Refreshing...'); + } else { + return ValueListenableBuilder( + valueListenable: controller.queuedMicrotasks, + builder: (_, queuedMicrotasks, _) { + assert(queuedMicrotasks != null); + if (queuedMicrotasks == null) { + return const CenteredMessage( + message: 'Unexpected null value', + ); + } + + final indexedMicrotasks = queuedMicrotasks.microtasks! + .mapIndexed( + (index, microtask) => + (index: index, microtask: microtask), + ) + .toList(); + final formattedTimestamp = dateTimeFormat.format( + DateTime.fromMicrosecondsSinceEpoch( + queuedMicrotasks.timestamp!, + ), + ); + return Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Padding( + padding: const EdgeInsets.symmetric( + vertical: denseRowSpacing, + horizontal: defaultSpacing, + ), + child: Text( + 'Viewing snapshot that was taken at ' + '$formattedTimestamp.', + ), + ), + Expanded( + child: SplitPane( + axis: Axis.horizontal, + initialFractions: const [0.15, 0.85], + children: [ + OutlineDecoration( + child: QueuedMicrotaskSelector( + indexedMicrotasks: indexedMicrotasks, + onMicrotaskSelected: + controller.setSelectedMicrotask, + ), + ), + ValueListenableBuilder( + valueListenable: controller.selectedMicrotask, + builder: (_, selectedMicrotask, _) => + OutlineDecoration( + child: selectedMicrotask == null + ? const CenteredMessage( + message: + 'Select a microtask ID on ' + 'the left to see ' + 'information about the ' + 'corresponding microtask.', + ) + : MicrotaskStackTraceView( + selectedMicrotask: + selectedMicrotask, + ), + ), + ), + ], + ), + ), + ], + ); + }, + ); + } + }, + ), + ), + ), + ], + ); + } +} diff --git a/packages/devtools_app/lib/src/screens/vm_developer/vm_developer_common_widgets.dart b/packages/devtools_app/lib/src/screens/vm_developer/vm_developer_common_widgets.dart index 5ca094fb2f3..ac39521f9ab 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/vm_developer_common_widgets.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/vm_developer_common_widgets.dart @@ -212,28 +212,28 @@ class RequestableSizeWidget extends StatelessWidget { final size = sizeProvider(); return size == null ? GaDevToolsButton( - icon: Icons.call_made, - label: 'Request', - outlined: false, - gaScreen: gac.vmTools, - gaSelection: gac.requestSize, - onPressed: requestFunction, - ) + icon: Icons.call_made, + label: 'Request', + outlined: false, + gaScreen: gac.vmTools, + gaSelection: gac.requestSize, + onPressed: requestFunction, + ) : Row( - mainAxisAlignment: MainAxisAlignment.end, - children: [ - Text( - size.valueAsString == null - ? '--' - : prettyPrintBytes( - int.parse(size.valueAsString!), - includeUnit: true, - maxBytes: 512, - )!, - ), - ToolbarRefresh(onPressed: requestFunction), - ], - ); + mainAxisAlignment: MainAxisAlignment.end, + children: [ + Text( + size.valueAsString == null + ? '--' + : prettyPrintBytes( + int.parse(size.valueAsString!), + includeUnit: true, + maxBytes: 512, + )!, + ), + ToolbarRefresh(onPressed: requestFunction), + ], + ); } }, ); @@ -308,9 +308,7 @@ class SizedCircularProgressIndicator extends StatelessWidget { @override Widget build(BuildContext context) { return SizedBox.fromSize( - size: const Size.fromHeight( - 2 * (defaultIconSizeBeforeScaling + denseSpacing), - ), + size: const Size.fromHeight(2 * (defaultIconSize + denseSpacing)), child: const CenteredCircularProgressIndicator(), ); } @@ -368,10 +366,9 @@ class RetainingPathWidget extends StatelessWidget { return ValueListenableBuilder( valueListenable: retainingPath, builder: (context, retainingPath, _) { - final retainingObjects = - retainingPath == null - ? const [] - : _retainingPathList(context, retainingPath); + final retainingObjects = retainingPath == null + ? const [] + : _retainingPathList(context, retainingPath); return VmExpansionTile( title: 'Retaining Path', onExpanded: onExpanded, @@ -379,11 +376,11 @@ class RetainingPathWidget extends StatelessWidget { retainingPath == null ? const SizedCircularProgressIndicator() : SizedBox.fromSize( - size: Size.fromHeight( - retainingObjects.length * defaultRowHeight + densePadding, + size: Size.fromHeight( + retainingObjects.length * defaultRowHeight + densePadding, + ), + child: Column(children: retainingObjects), ), - child: Column(children: retainingObjects), - ), ], ); }, @@ -405,13 +402,12 @@ class RetainingPathWidget extends StatelessWidget { final emptyList = Text('No retaining objects', style: theme.fixedFontStyle); if (retainingPath.elements == null) return [emptyList]; - final firstRetainingObject = - retainingPath.elements!.isNotEmpty - ? VmServiceObjectLink( - object: retainingPath.elements!.first.value, - onTap: onTap, - ) - : emptyList; + final firstRetainingObject = retainingPath.elements!.isNotEmpty + ? VmServiceObjectLink( + object: retainingPath.elements!.first.value, + onTap: onTap, + ) + : emptyList; final retainingObjects = [ Row(children: [firstRetainingObject]), @@ -557,15 +553,12 @@ class InboundReferencesTree extends StatelessWidget { builder: (context, references, _) { return TreeView( dataRootsListenable: object.inboundReferencesTree, - dataDisplayProvider: - (node, _) => InboundReferenceWidget( - controller: controller, - node: node, - ), + dataDisplayProvider: (node, _) => + InboundReferenceWidget(controller: controller, node: node), emptyTreeViewBuilder: () { - return Padding( + return const Padding( padding: EdgeInsets.all(defaultRowHeight / 2), - child: const Text( + child: Text( 'There are no inbound references for this object', ), ); @@ -704,16 +697,15 @@ class VmServiceObjectLink extends StatelessWidget { return TextSpan( text: text, style: style.apply(overflow: TextOverflow.ellipsis), - recognizer: - isServiceObject - ? (TapGestureRecognizer() - ..onTap = () async { - final obj = object; - if (obj is ObjRef) { - await onTap(obj); - } - }) - : null, + recognizer: isServiceObject + ? (TapGestureRecognizer() + ..onTap = () async { + final obj = object; + if (obj is ObjRef) { + await onTap(obj); + } + }) + : null, ); } @@ -969,8 +961,9 @@ class _ObjectInspectorCodeViewState extends State { location.endTokenPos != null) { final script = currentParsedScript.script; final startLine = location.line!; - final endLine = - script.getLineNumberFromTokenPos(location.endTokenPos!)!; + final endLine = script.getLineNumberFromTokenPos( + location.endTokenPos!, + )!; lineRange = LineRange(startLine, endLine); } } diff --git a/packages/devtools_app/lib/src/screens/vm_developer/vm_developer_tools_screen.dart b/packages/devtools_app/lib/src/screens/vm_developer/vm_developer_tools_screen.dart index f7564d5b638..e30f8cdae62 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/vm_developer_tools_screen.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/vm_developer_tools_screen.dart @@ -6,11 +6,13 @@ import 'package:devtools_app_shared/ui.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; +import '../../service/vm_flags.dart' as vm_flags; import '../../shared/framework/screen.dart'; import '../../shared/globals.dart'; import 'isolate_statistics/isolate_statistics_view.dart'; import 'object_inspector/object_inspector_view.dart'; import 'process_memory/process_memory_view.dart'; +import 'queued_microtasks/queued_microtasks_view.dart'; import 'vm_developer_tools_controller.dart'; import 'vm_statistics/vm_statistics_view.dart'; @@ -49,11 +51,21 @@ class VMDeveloperToolsScreen extends Screen { class VMDeveloperToolsScreenBody extends StatelessWidget { const VMDeveloperToolsScreenBody({super.key}); + // The value of the `--profile-microtasks` VM flag cannot be modified once + // the VM has started running. + static final showQueuedMicrotasks = + serviceConnection.vmFlagManager + .flag(vm_flags.profileMicrotasks) + ?.value + .valueAsString == + 'true'; + static final views = [ const VMStatisticsView(), const IsolateStatisticsView(), ObjectInspectorView(), const VMProcessMemoryView(), + if (showQueuedMicrotasks) const QueuedMicrotasksView(), ]; @override diff --git a/packages/devtools_app/lib/src/screens/vm_developer/vm_service_private_extensions.dart b/packages/devtools_app/lib/src/screens/vm_developer/vm_service_private_extensions.dart index 92239bc404e..7b8c3c4d9fb 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/vm_service_private_extensions.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/vm_service_private_extensions.dart @@ -18,7 +18,7 @@ import '../memory/panes/profile/profile_view.dart'; /// NOTE: this file contains extensions to classes provided by /// `package:vm_service` in order to expose VM internal fields in a controlled /// fashion. Objects and extensions in this class should not be used in -/// contexts where [PreferencesController.vmDeveloperModeEnabled] is not set to +/// contexts where [PreferencesController.advancedDeveloperModeEnabled] is not set to /// `true`. const _vmNameKey = '_vmName'; @@ -69,8 +69,8 @@ extension InboundReferenceExtension on InboundReferences { int? parentWordOffset(int inboundReferenceIndex) { final references = (json![_referencesKey] as List?)?.cast(); - final inboundReference = - (references?[inboundReferenceIndex] as Map?)?.cast(); + final inboundReference = (references?[inboundReferenceIndex] as Map?) + ?.cast(); return inboundReference?[_parentWordOffsetKey] as int?; } } @@ -100,14 +100,12 @@ extension ClassHeapStatsPrivateViewExtension on ClassHeapStats { static const _newSpaceKey = '_new'; static const _oldSpaceKey = '_old'; - HeapStats get newSpace => - json!.containsKey(_newSpaceKey) - ? HeapStats.parse((json![_newSpaceKey] as List).cast()) - : const HeapStats.empty(); - HeapStats get oldSpace => - json!.containsKey(_oldSpaceKey) - ? HeapStats.parse((json![_oldSpaceKey] as List).cast()) - : const HeapStats.empty(); + HeapStats get newSpace => json!.containsKey(_newSpaceKey) + ? HeapStats.parse((json![_newSpaceKey] as List).cast()) + : const HeapStats.empty(); + HeapStats get oldSpace => json!.containsKey(_oldSpaceKey) + ? HeapStats.parse((json![_oldSpaceKey] as List).cast()) + : const HeapStats.empty(); } extension AllocationProfilePrivateViewExtension on AllocationProfile { @@ -251,8 +249,8 @@ class WeakArray extends WeakArrayRef implements Obj { json: json, length: json['length'], size: json['size'], - elements: - (createServiceObject(json['elements'], []) as List).cast(), + elements: (createServiceObject(json['elements'], []) as List) + .cast(), classRef: createServiceObject(json['class'], [])! as ClassRef, ); @@ -412,10 +410,9 @@ class Instruction { return; } final rawObject = data[3] as Map; - object = - (rawObject['type'] as List).contains('Instance') - ? InstanceRef.parse(rawObject) - : createServiceObject(data[3], const []) as Response?; + object = (rawObject['type'] as List).contains('Instance') + ? InstanceRef.parse(rawObject) + : createServiceObject(data[3], const []) as Response?; } /// The instruction's address in memory. @@ -479,8 +476,8 @@ extension FunctionPrivateViewExtension on Func { String? get vmName => json!['_vmName']; Future get icDataArray async { - final icDataArray = - (json![_icDataArrayKey] as Map?)?.cast(); + final icDataArray = (json![_icDataArrayKey] as Map?) + ?.cast(); final icDataArrayId = icDataArray?['id'] as String?; if (icDataArrayId != null) { final service = serviceConnection.serviceManager.service!; @@ -576,11 +573,10 @@ class InliningData { factory InliningData.fromJson(Map json) { final startAddress = int.parse(json[kStartAddressKey], radix: 16); final intervals = (json[kInlinedIntervals] as List).cast(); - final functions = - (json[kInlinedFunctions] as List) - .cast>() - .map((e) => FuncRef.parse(e)!) - .toList(); + final functions = (json[kInlinedFunctions] as List) + .cast>() + .map((e) => FuncRef.parse(e)!) + .toList(); final entries = []; @@ -654,10 +650,9 @@ class ObjectPool extends ObjectPoolRef implements Obj { return ObjectPool( json: json, id: json[ObjectPoolRef._idKey], - entries: - (json[_entriesKey] as List) - .map((e) => ObjectPoolEntry.parse(e)) - .toList(), + entries: (json[_entriesKey] as List) + .map((e) => ObjectPoolEntry.parse(e)) + .toList(), length: json[ObjectPoolRef._lengthKey], ); } @@ -925,11 +920,10 @@ extension CpuSamplesPrivateView on CpuSamples { } List get codes { - return _expando[this] ??= - (json![_kCodesKey] as List) - .cast>() - .map((e) => ProfileCode.parse(e)!) - .toList(); + return _expando[this] ??= (json![_kCodesKey] as List) + .cast>() + .map((e) => ProfileCode.parse(e)!) + .toList(); } } @@ -961,20 +955,17 @@ class ProfileReportRange { ProfileReportRange._fromJson(Script script, _ProfileReportRangeJson json) { final inclusiveTicks = json.inclusiveTicks; final exclusiveTicks = json.exclusiveTicks; - final lines = - json.positions - .map( - // It's possible to get a synthetic token position which will either - // be a negative value or a String (e.g., 'ParallelMove' or - // 'NoSource'). We'll just use -1 as a placeholder since we won't - // display anything for these tokens anyway. - (e) => - e is int - ? script.getLineNumberFromTokenPos(e) ?? - _kNoSourcePosition - : _kNoSourcePosition, - ) - .toList(); + final lines = json.positions + .map( + // It's possible to get a synthetic token position which will either + // be a negative value or a String (e.g., 'ParallelMove' or + // 'NoSource'). We'll just use -1 as a placeholder since we won't + // display anything for these tokens anyway. + (e) => e is int + ? script.getLineNumberFromTokenPos(e) ?? _kNoSourcePosition + : _kNoSourcePosition, + ) + .toList(); for (int i = 0; i < lines.length; ++i) { final line = lines[i]; entries[line] = ProfileReportEntry( @@ -1016,17 +1007,16 @@ extension type _ProfileReportRangeJson(Map json) { /// information for a given [Script]. class ProfileReport { ProfileReport._fromJson(Script script, Map json) - : _profileRanges = - (json['ranges'] as List) - .cast>() - .where((e) => e.containsKey('profile')) - .map( - (e) => ProfileReportRange._fromJson( - script, - _ProfileReportRangeJson(e), - ), - ) - .toList(); + : _profileRanges = (json['ranges'] as List) + .cast>() + .where((e) => e.containsKey('profile')) + .map( + (e) => ProfileReportRange._fromJson( + script, + _ProfileReportRangeJson(e), + ), + ) + .toList(); List get profileRanges => _profileRanges; final List _profileRanges; diff --git a/packages/devtools_app/lib/src/screens/vm_developer/vm_statistics/vm_statistics_view.dart b/packages/devtools_app/lib/src/screens/vm_developer/vm_statistics/vm_statistics_view.dart index 7861438632e..a2b9d49ceac 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/vm_statistics/vm_statistics_view.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/vm_statistics/vm_statistics_view.dart @@ -120,8 +120,8 @@ class GeneralVMStatisticsWidget extends StatelessWidget { vm == null ? null : formatDateTime( - DateTime.fromMillisecondsSinceEpoch(vm.startTime!), - ), + DateTime.fromMillisecondsSinceEpoch(vm.startTime!), + ), ), selectableTextBuilderMapEntry('Profiler Mode', vm?.profilerMode), selectableTextBuilderMapEntry( @@ -184,7 +184,7 @@ class ProcessStatisticsWidget extends StatelessWidget { } class _IsolateNameColumn extends ColumnData { - _IsolateNameColumn() : super.wide('Name'); + const _IsolateNameColumn() : super.wide('Name'); @override String getValue(Isolate i) => i.name!; @@ -261,7 +261,7 @@ class IsolatesPreviewWidget extends StatelessWidget { this.systemIsolates = false, }); - static final name = _IsolateNameColumn(); + static const name = _IsolateNameColumn(); static final number = _IsolateIDColumn(); static final newSpace = _IsolateNewSpaceColumn(); static final oldSpace = _IsolateOldSpaceColumn(); @@ -281,8 +281,9 @@ class IsolatesPreviewWidget extends StatelessWidget { @override Widget build(BuildContext context) { final title = systemIsolates ? 'System Isolates' : 'Isolates'; - final isolates = - systemIsolates ? controller.systemIsolates : controller.isolates; + final isolates = systemIsolates + ? controller.systemIsolates + : controller.isolates; return OutlineDecoration( showLeft: false, showTop: !systemIsolates, diff --git a/packages/devtools_app/lib/src/screens/vm_developer/vm_statistics/vm_statistics_view_controller.dart b/packages/devtools_app/lib/src/screens/vm_developer/vm_statistics/vm_statistics_view_controller.dart index b0a60db4d14..ef9fc361b8a 100644 --- a/packages/devtools_app/lib/src/screens/vm_developer/vm_statistics/vm_statistics_view_controller.dart +++ b/packages/devtools_app/lib/src/screens/vm_developer/vm_statistics/vm_statistics_view_controller.dart @@ -22,8 +22,9 @@ class VMStatisticsViewController extends DisposableController { final vm = await _service.getVM(); _vm = vm; _isolates = await vm.isolates!.map((i) => _service.getIsolate(i.id!)).wait; - _systemIsolates = - await vm.systemIsolates!.map((i) => _service.getIsolate(i.id!)).wait; + _systemIsolates = await vm.systemIsolates! + .map((i) => _service.getIsolate(i.id!)) + .wait; _refreshing.value = false; } diff --git a/packages/devtools_app/lib/src/service/connected_app/connection_info.dart b/packages/devtools_app/lib/src/service/connected_app/connection_info.dart index 00eb16a37ff..c651fe0a885 100644 --- a/packages/devtools_app/lib/src/service/connected_app/connection_info.dart +++ b/packages/devtools_app/lib/src/service/connected_app/connection_info.dart @@ -76,13 +76,15 @@ class _ConnectionDescriptionColumn extends StatelessWidget { padding: EdgeInsets.only( bottom: entry == entries.last ? 0.0 : denseRowSpacing, ), - child: Row( - mainAxisSize: MainAxisSize.min, - children: [ - Text('${entry.title}: ', style: boldText), - SelectableText(entry.description, style: theme.subtleTextStyle), - if (entry.actions.isNotEmpty) ...entry.actions, - ], + child: SelectionArea( + child: Row( + mainAxisSize: MainAxisSize.min, + children: [ + Text('${entry.title}: ', style: boldText), + Text(entry.description, style: theme.subtleTextStyle), + if (entry.actions.isNotEmpty) ...entry.actions, + ], + ), ), ), ], @@ -96,7 +98,7 @@ class ConnectToNewAppButton extends StatelessWidget { required this.gaScreen, required this.routerDelegate, this.elevated = false, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, this.onPressed, }); @@ -104,7 +106,7 @@ class ConnectToNewAppButton extends StatelessWidget { final bool elevated; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; final DevToolsRouterDelegate routerDelegate; @@ -118,7 +120,7 @@ class ConnectToNewAppButton extends StatelessWidget { icon: Icons.device_hub_rounded, gaScreen: gaScreen, gaSelection: gac.HomeScreenEvents.connectToNewApp.name, - minScreenWidthForTextBeforeScaling: minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, onPressed: () { routerDelegate.navigateHome( clearUriParam: true, diff --git a/packages/devtools_app/lib/src/service/json_to_service_cache.dart b/packages/devtools_app/lib/src/service/json_to_service_cache.dart index f888d2e0114..40d703f543e 100644 --- a/packages/devtools_app/lib/src/service/json_to_service_cache.dart +++ b/packages/devtools_app/lib/src/service/json_to_service_cache.dart @@ -84,8 +84,9 @@ class JsonToServiceCache { id: _nextId(), offset: offset, count: count, - associations: - obj.associations!.getRange(offset, offset + count).toList(), + associations: obj.associations! + .getRange(offset, offset + count) + .toList(), ); return map; } diff --git a/packages/devtools_app/lib/src/service/service_extension_widgets.dart b/packages/devtools_app/lib/src/service/service_extension_widgets.dart index 15f0b734a0a..2c631484552 100644 --- a/packages/devtools_app/lib/src/service/service_extension_widgets.dart +++ b/packages/devtools_app/lib/src/service/service_extension_widgets.dart @@ -23,7 +23,6 @@ import '../shared/constants.dart'; import '../shared/globals.dart'; import '../shared/primitives/message_bus.dart'; import '../shared/primitives/utils.dart'; -import '../shared/ui/colors.dart'; import '../shared/ui/common_widgets.dart'; import '../shared/ui/hover.dart'; import 'service_extensions.dart'; @@ -50,13 +49,13 @@ class ExtensionState { class ServiceExtensionButtonGroup extends StatefulWidget { const ServiceExtensionButtonGroup({ super.key, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, this.minScreenWidthForTextBeforeTruncating, required this.extensions, this.fillColor, }); - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; final double? minScreenWidthForTextBeforeTruncating; final List extensions; final Color? fillColor; @@ -140,8 +139,7 @@ class _ServiceExtensionButtonGroupState for (final extensionState in _extensionStates) ServiceExtensionButton( extensionState: extensionState, - minScreenWidthForTextBeforeScaling: - widget.minScreenWidthForTextBeforeScaling, + minScreenWidthForText: widget.minScreenWidthForText, minScreenWidthForTextBeforeTruncating: widget.minScreenWidthForTextBeforeTruncating, ), @@ -167,10 +165,9 @@ class _ServiceExtensionButtonGroupState .setServiceExtensionState( extensionState.description.extension, enabled: !wasSelected, - value: - wasSelected - ? extensionState.description.disabledValue - : extensionState.description.enabledValue, + value: wasSelected + ? extensionState.description.disabledValue + : extensionState.description.enabledValue, ), ); }); @@ -186,13 +183,13 @@ class ServiceExtensionButton extends StatelessWidget { const ServiceExtensionButton({ super.key, required this.extensionState, - required this.minScreenWidthForTextBeforeScaling, + required this.minScreenWidthForText, required this.minScreenWidthForTextBeforeTruncating, }); final ExtensionState extensionState; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; final double? minScreenWidthForTextBeforeTruncating; @override @@ -204,17 +201,16 @@ class ServiceExtensionButton extends StatelessWidget { child: Container( height: defaultButtonHeight, padding: EdgeInsets.symmetric( - horizontal: - isScreenWiderThan(context, minScreenWidthForTextBeforeScaling) - ? defaultSpacing - : 0.0, + horizontal: isScreenWiderThan(context, minScreenWidthForText) + ? defaultSpacing + : 0.0, ), child: ImageIconLabel( ServiceExtensionIcon(extensionState: extensionState), isScreenWiderThan(context, minScreenWidthForTextBeforeTruncating) ? description.title : description.shortTitle ?? description.title, - unscaledMinIncludeTextWidth: minScreenWidthForTextBeforeScaling, + unscaledMinIncludeTextWidth: minScreenWidthForText, ), ), ); @@ -240,14 +236,14 @@ class HotReloadButton extends StatelessWidget { // reload directly on the VM service (e.g. for Dart CLI apps). ? _HotReloadScaffoldAction() : DevToolsTooltip( - message: _hotReloadTooltip, - child: _RegisteredServiceExtensionButton._( - serviceDescription: hotReload, - action: _callHotReload, - completedText: 'Hot reload completed.', - describeError: (error) => 'Unable to hot reload the app: $error', - ), - ); + message: _hotReloadTooltip, + child: _RegisteredServiceExtensionButton._( + serviceDescription: hotReload, + action: _callHotReload, + completedText: 'Hot reload completed.', + describeError: (error) => 'Unable to hot reload the app: $error', + ), + ); } } @@ -369,19 +365,18 @@ class _RegisteredServiceExtensionButtonState if (_hidden) return const SizedBox.shrink(); return InkWell( - onTap: - () => unawaited( - invokeAndCatchErrors(() async { - final gaScreenName = widget.serviceDescription.gaScreenName; - final gaItem = widget.serviceDescription.gaItem; - if (gaScreenName != null && gaItem != null) { - ga.select(gaScreenName, gaItem); - } - await widget.action(); - }), - ), + onTap: () => unawaited( + invokeAndCatchErrors(() async { + final gaScreenName = widget.serviceDescription.gaScreenName; + final gaItem = widget.serviceDescription.gaItem; + if (gaScreenName != null && gaItem != null) { + ga.select(gaScreenName, gaItem); + } + await widget.action(); + }), + ), child: Container( - constraints: BoxConstraints.tightFor( + constraints: const BoxConstraints.tightFor( width: actionWidgetSize, height: actionWidgetSize, ), @@ -403,8 +398,8 @@ class StructuredErrorsToggle extends StatelessWidget { Widget build(BuildContext context) { return _ServiceExtensionToggle( service: structuredErrors, - describeError: - (error) => 'Failed to update structuredError settings: $error', + describeError: (error) => + 'Failed to update structuredError settings: $error', ); } } @@ -483,10 +478,9 @@ class _ServiceExtensionToggleState extends State<_ServiceExtensionToggle> .setServiceExtensionState( widget.service.extension, enabled: value, - value: - value - ? widget.service.enabledValue - : widget.service.disabledValue, + value: value + ? widget.service.enabledValue + : widget.service.disabledValue, ); }), ); @@ -503,8 +497,8 @@ class ServiceExtensionCheckbox extends ServiceExtensionWidget { this.showDescription = true, }) : super( completedText: null, - describeError: - (error) => _errorMessage(serviceExtension.extension, error), + describeError: (error) => + _errorMessage(serviceExtension.extension, error), ); static String _errorMessage(String extensionName, Object? error) { @@ -572,8 +566,9 @@ class _ServiceExtensionCheckboxState extends State void _setValueFromState(ServiceExtensionState state) { final valueFromState = state.enabled; - value.value = - widget.serviceExtension.inverted ? !valueFromState : valueFromState; + value.value = widget.serviceExtension.inverted + ? !valueFromState + : valueFromState; } @override @@ -588,10 +583,9 @@ class _ServiceExtensionCheckboxState extends State child: CheckboxSetting( notifier: value, title: widget.serviceExtension.title, - description: - widget.showDescription - ? widget.serviceExtension.description - : null, + description: widget.showDescription + ? widget.serviceExtension.description + : null, tooltip: widget.serviceExtension.tooltip, onChanged: _onChanged, enabled: available, @@ -625,10 +619,9 @@ class _ServiceExtensionCheckboxState extends State .setServiceExtensionState( widget.serviceExtension.extension, enabled: enabled, - value: - enabled - ? widget.serviceExtension.enabledValue - : widget.serviceExtension.disabledValue, + value: enabled + ? widget.serviceExtension.enabledValue + : widget.serviceExtension.disabledValue, ); }), ); @@ -638,7 +631,7 @@ class _ServiceExtensionCheckboxState extends State /// A button that, when pressed, will display an overlay directly below that has /// a list of service extension checkbox settings. class ServiceExtensionCheckboxGroupButton extends StatefulWidget { - ServiceExtensionCheckboxGroupButton({ + const ServiceExtensionCheckboxGroupButton({ super.key, required this.title, required this.icon, @@ -647,9 +640,9 @@ class ServiceExtensionCheckboxGroupButton extends StatefulWidget { this.forceShowOverlayController, this.customExtensionUi = const {}, this.tooltip, - double overlayWidthBeforeScaling = _defaultWidth, - this.minScreenWidthForTextBeforeScaling, - }) : overlayWidth = scaleByFontFactor(overlayWidthBeforeScaling); + this.overlayWidth = _defaultWidth, + this.minScreenWidthForText, + }); /// Title for the button. final String title; @@ -658,7 +651,7 @@ class ServiceExtensionCheckboxGroupButton extends StatefulWidget { final IconData icon; /// The minimum screen width for which this button should include text. - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; /// Extensions to be surfaced as checkbox settings in the overlay. final List extensions; @@ -759,8 +752,7 @@ class _ServiceExtensionCheckboxGroupButtonState child: MaterialIconLabel( label: widget.title, iconData: widget.icon, - minScreenWidthForTextBeforeScaling: - widget.minScreenWidthForTextBeforeScaling, + minScreenWidthForText: widget.minScreenWidthForText, ), ); if (widget.tooltip != null && widget.tooltip!.isNotEmpty) { @@ -891,7 +883,7 @@ class _ServiceExtensionCheckboxGroupOverlay extends StatelessWidget { width: width, padding: const EdgeInsets.all(defaultSpacing), decoration: BoxDecoration( - color: theme.colorScheme.defaultBackgroundColor, + color: theme.colorScheme.surface, border: Border.all( color: theme.focusColor, width: hoverCardBorderSize, @@ -1078,13 +1070,12 @@ class ServiceExtensionIcon extends StatelessWidget { @override Widget build(BuildContext context) { final theme = Theme.of(context); - final color = - extensionState.isSelected - ? theme.colorScheme.primary - : theme.colorScheme.onSurface; + final color = extensionState.isSelected + ? theme.colorScheme.primary + : theme.colorScheme.onSurface; final description = extensionState.description; if (description.iconData != null) { - return Icon(description.iconData, color: color); + return Icon(description.iconData, color: color, size: defaultIconSize); } return Image( image: AssetImage(extensionState.description.iconAsset!), diff --git a/packages/devtools_app/lib/src/service/service_extensions.dart b/packages/devtools_app/lib/src/service/service_extensions.dart index 70aaea9dc84..7e20efaeb01 100644 --- a/packages/devtools_app/lib/src/service/service_extensions.dart +++ b/packages/devtools_app/lib/src/service/service_extensions.dart @@ -57,8 +57,10 @@ class ToggleableServiceExtensionDescription this.iconAsset, this.iconData, this.shortTitle, - }) : displayValues = - [enabledValue, disabledValue].map((v) => v.toString()).toList(), + }) : displayValues = [ + enabledValue, + disabledValue, + ].map((v) => v.toString()).toList(), assert((iconAsset == null) != (iconData == null)), assert((documentationUrl == null) == (gaDocsItem == null)); @@ -295,9 +297,7 @@ final profileWidgetBuilds = ToggleableServiceExtensionDescription.from( gaDocsItem: gac.PerformanceDocs.trackWidgetBuildsDocs.name, ); -final profileUserWidgetBuilds = ToggleableServiceExtensionDescription< - bool ->.from( +final profileUserWidgetBuilds = ToggleableServiceExtensionDescription.from( extensions.profileUserWidgetBuilds, title: 'Trace user-created widget builds', iconAsset: 'icons/trackwidget-white.png', @@ -409,9 +409,7 @@ option disabled, try to reduce the use of opacity effects in your app.''', gaDocsItem: gac.PerformanceDocs.disableOpacityLayersDocs.name, ); -final disablePhysicalShapeLayers = ToggleableServiceExtensionDescription< - bool ->.from( +final disablePhysicalShapeLayers = ToggleableServiceExtensionDescription.from( extensions.disablePhysicalShapeLayers, title: 'Render Physical Shape layers', iconData: Icons.format_shapes, @@ -437,21 +435,27 @@ final httpEnableTimelineLogging = tooltip: 'Toggle HTTP timeline logging', ); +/// The icon used for all "Select widget mode" buttons, both in DevTools and in +/// the Flutter framework. +/// +/// This is a generic unicode icon which lets us have one consistent icon across +/// Material and Cupertino-styled apps. +const selectWidgetModeIcon = IconData(0x1F74A); + // Legacy extension to show the inspector and enable inspector select mode. -final toggleOnDeviceWidgetInspector = ToggleableServiceExtensionDescription< - bool ->.from( - extensions.toggleOnDeviceWidgetInspector, - // Technically this enables the on-device widget inspector but for older - // versions of package:flutter it makes sense to describe this extension as - // toggling widget select mode as it is the only way to toggle that mode. - title: 'Select Widget Mode', - shortTitle: 'Select', - iconAsset: 'icons/widget-select-white.png', - gaScreenName: gac.inspector, - gaItem: gac.showOnDeviceInspector, - tooltip: 'Toggle select widget mode', -); +final toggleOnDeviceWidgetInspector = + ToggleableServiceExtensionDescription.from( + extensions.toggleOnDeviceWidgetInspector, + // Technically this enables the on-device widget inspector but for older + // versions of package:flutter it makes sense to describe this extension as + // toggling widget select mode as it is the only way to toggle that mode. + title: 'Select Widget Mode', + shortTitle: 'Select', + iconData: selectWidgetModeIcon, + gaScreenName: gac.inspector, + gaItem: gac.showOnDeviceInspector, + tooltip: 'Toggle select widget mode', + ); // TODO(kenz): remove this if it is not needed. According to the comments, // [toggleOnDeviceWidgetInspector] should be the legacy extension, but that is @@ -461,7 +465,7 @@ final toggleOnDeviceWidgetInspector = ToggleableServiceExtensionDescription< final toggleSelectWidgetMode = ToggleableServiceExtensionDescription.from( extensions.toggleSelectWidgetMode, title: 'Select widget mode', - iconAsset: 'icons/widget-select-white.png', + iconData: selectWidgetModeIcon, gaScreenName: gac.inspector, gaItem: gac.selectWidgetMode, tooltip: 'Toggle select widget mode', @@ -509,9 +513,7 @@ summary of these counts using the Rebuild Stats tool.''', // TODO(https://github.com/flutter/website/issues/10666): link docs ); -final profilePlatformChannels = ToggleableServiceExtensionDescription< - bool ->.from( +final profilePlatformChannels = ToggleableServiceExtensionDescription.from( extensions.profilePlatformChannels, title: 'Trace platform channels', iconAsset: 'icons/trackwidget-white.png', diff --git a/packages/devtools_app/lib/src/service/service_manager.dart b/packages/devtools_app/lib/src/service/service_manager.dart index fb389ef6f52..d1358379263 100644 --- a/packages/devtools_app/lib/src/service/service_manager.dart +++ b/packages/devtools_app/lib/src/service/service_manager.dart @@ -36,33 +36,33 @@ const defaultRefreshRate = 60.0; class ServiceConnectionManager { ServiceConnectionManager() { - serviceManager = - ServiceManager() - ..registerLifecycleCallback( - ServiceManagerLifecycle.beforeOpenVmService, - _beforeOpenVmService, - ) - ..registerLifecycleCallback( - ServiceManagerLifecycle.afterOpenVmService, - _afterOpenVmService, - ) - ..registerLifecycleCallback( - ServiceManagerLifecycle.beforeCloseVmService, - _beforeCloseVmService, - ) - ..registerLifecycleCallback( - ServiceManagerLifecycle.afterCloseVmService, - _afterCloseVmService, - ) - ..registerOverride( - ServiceManagerOverride.initIsolates, - (service) async => await serviceManager.isolateManager.init( - serviceManager.vm?.isolatesForDevToolsMode() ?? [], - ), - ); + _serviceManager = ServiceManager() + ..registerLifecycleCallback( + ServiceManagerLifecycle.beforeOpenVmService, + _beforeOpenVmService, + ) + ..registerLifecycleCallback( + ServiceManagerLifecycle.afterOpenVmService, + _afterOpenVmService, + ) + ..registerLifecycleCallback( + ServiceManagerLifecycle.beforeCloseVmService, + _beforeCloseVmService, + ) + ..registerLifecycleCallback( + ServiceManagerLifecycle.afterCloseVmService, + _afterCloseVmService, + ) + ..registerOverride( + ServiceManagerOverride.initIsolates, + (service) async => await serviceManager.isolateManager.init( + serviceManager.vm?.isolatesForDevToolsMode() ?? [], + ), + ); } - late final ServiceManager serviceManager; + ServiceManager get serviceManager => _serviceManager; + late final ServiceManager _serviceManager; final vmFlagManager = VmFlagManager(); @@ -73,8 +73,7 @@ class ServiceConnectionManager { InspectorServiceBase? get inspectorService => _inspectorService; InspectorServiceBase? _inspectorService; - ErrorBadgeManager get errorBadgeManager => _errorBadgeManager; - final _errorBadgeManager = ErrorBadgeManager(); + final errorBadgeManager = ErrorBadgeManager(); VmServiceTrafficLogger? serviceTrafficLogger; @@ -99,10 +98,10 @@ class ServiceConnectionManager { } Future _afterOpenVmService(VmServiceWrapper? service) async { - // Re-initialize isolates when VM developer mode is enabled/disabled to - // display/hide system isolates. - preferences.vmDeveloperModeEnabled.addListener( - _handleVmDeveloperModeChanged, + // Re-initialize isolates when advanced developer mode is enabled/disabled + // to display/hide system isolates. + preferences.advancedDeveloperModeEnabled.addListener( + _handleAdvancedDeveloperModeChanged, ); // This needs to be called before calling @@ -116,8 +115,8 @@ class ServiceConnectionManager { // Set up analytics dimensions for the connected app. ga.setupUserApplicationDimensions(); - _inspectorService = - devToolsEnvironmentParameters.inspectorServiceProvider(); + _inspectorService = devToolsEnvironmentParameters + .inspectorServiceProvider(); _appState?.dispose(); _appState = AppState(serviceManager.isolateManager.selectedIsolate); @@ -138,10 +137,9 @@ class ServiceConnectionManager { // Set [offlineController.previousConnectedApp] in case we need it for // viewing data after disconnect. This must be done before resetting the // rest of the service manager state. - final previousConnectedApp = - serviceManager.connectedApp != null - ? OfflineConnectedApp.parse(serviceManager.connectedApp!.toJson()) - : null; + final previousConnectedApp = serviceManager.connectedApp != null + ? OfflineConnectedApp.parse(serviceManager.connectedApp!.toJson()) + : null; offlineDataController.previousConnectedApp = previousConnectedApp; // This must be called before we close the VM service so that @@ -163,17 +161,18 @@ class ServiceConnectionManager { _inspectorService?.dispose(); _inspectorService = null; serviceTrafficLogger?.dispose(); - preferences.vmDeveloperModeEnabled.removeListener( - _handleVmDeveloperModeChanged, + preferences.advancedDeveloperModeEnabled.removeListener( + _handleAdvancedDeveloperModeChanged, ); } - Future _handleVmDeveloperModeChanged() async { + Future _handleAdvancedDeveloperModeChanged() async { final vm = await serviceConnection.serviceManager.service!.getVM(); final isolates = vm.isolatesForDevToolsMode(); - final vmDeveloperModeEnabled = preferences.vmDeveloperModeEnabled.value; + final advancedDeveloperModeEnabled = + preferences.advancedDeveloperModeEnabled.value; if (serviceManager.isolateManager.selectedIsolate.value!.isSystemIsolate! && - !vmDeveloperModeEnabled) { + !advancedDeveloperModeEnabled) { serviceManager.isolateManager.selectIsolate( serviceManager.isolateManager.isolates.value.first, ); @@ -190,12 +189,11 @@ class ServiceConnectionManager { /// Returns the view id for the selected isolate's 'FlutterView'. /// /// Throws an Exception if no 'FlutterView' is present in this isolate. - Future get flutterViewId async { + Future get _flutterViewId async { final flutterViewListResponse = await serviceManager .callServiceExtensionOnMainIsolate(registrations.flutterListViews); - final views = - (flutterViewListResponse.json!['views'] as List) - .cast>(); + final views = (flutterViewListResponse.json!['views'] as List) + .cast>(); // Each isolate should only have one FlutterView. final flutterView = views.firstWhereOrNull( @@ -212,8 +210,8 @@ class ServiceConnectionManager { return flutterView['id'] as String; } - /// Flutter engine returns estimate how much memory is used by layer/picture raster - /// cache entries in bytes. + /// Flutter engine returns estimate how much memory is used by layer/picture + /// raster cache entries in bytes. /// /// Call to returns JSON payload 'EstimateRasterCacheMemory' with two entries: /// layerBytes - layer raster cache entries in bytes @@ -224,7 +222,7 @@ class ServiceConnectionManager { return null; } - final viewId = await flutterViewId; + final viewId = await _flutterViewId; return await serviceManager.callServiceExtensionOnMainIsolate( registrations.flutterEngineEstimateRasterCache, @@ -232,20 +230,9 @@ class ServiceConnectionManager { ); } - Future get renderFrameWithRasterStats async { - if (serviceManager.connectedApp == null || - !await serviceManager.connectedApp!.isFlutterApp) { - return null; - } - - final viewId = await flutterViewId; - - return await serviceManager.callServiceExtensionOnMainIsolate( - registrations.renderFrameWithRasterStats, - args: {'viewId': viewId}, - ); - } - + /// Returns the Flutter refresh rate. + /// + /// If not connected to a Flutter app, returns `null`. Future get queryDisplayRefreshRate async { if (serviceManager.connectedApp == null || !await serviceManager.connectedApp!.isFlutterApp) { @@ -254,7 +241,7 @@ class ServiceConnectionManager { const unknownRefreshRate = 0.0; - final viewId = await flutterViewId; + final viewId = await _flutterViewId; final displayRefreshRateResponse = await serviceManager .callServiceExtensionOnMainIsolate( registrations.displayRefreshRate, diff --git a/packages/devtools_app/lib/src/service/service_registrations.dart b/packages/devtools_app/lib/src/service/service_registrations.dart index 9019979f53e..108503ad60e 100644 --- a/packages/devtools_app/lib/src/service/service_registrations.dart +++ b/packages/devtools_app/lib/src/service/service_registrations.dart @@ -27,7 +27,7 @@ class RegisteredServiceDescription extends RegisteredService { /// Hot reload service registered by Flutter Tools. /// /// We call this service to perform hot reload. -final hotReload = RegisteredServiceDescription._( +const hotReload = RegisteredServiceDescription._( service: extensions.hotReloadServiceName, title: 'Hot Reload', icon: Icon(hotReloadIcon, size: actionsIconSize), @@ -38,7 +38,7 @@ final hotReload = RegisteredServiceDescription._( /// Hot restart service registered by Flutter Tools. /// /// We call this service to perform a hot restart. -final hotRestart = RegisteredServiceDescription._( +const hotRestart = RegisteredServiceDescription._( service: extensions.hotRestartServiceName, title: 'Hot Restart', icon: Icon(hotRestartIcon, size: actionsIconSize), diff --git a/packages/devtools_app/lib/src/service/timeline_streams.dart b/packages/devtools_app/lib/src/service/timeline_streams.dart index b3d743b5e7a..57e51d1d12f 100644 --- a/packages/devtools_app/lib/src/service/timeline_streams.dart +++ b/packages/devtools_app/lib/src/service/timeline_streams.dart @@ -153,10 +153,9 @@ class TimelineStreamManager with DisposerMixin { /// Sends an update to the VM service that the new recorded value for [stream] /// should match [value]. Future updateTimelineStream(TimelineStream stream, bool value) async { - final recordedStreamNames = - _streams.keys - .where((streamName) => _streams[streamName]!.recorded.value) - .toList(); + final recordedStreamNames = _streams.keys + .where((streamName) => _streams[streamName]!.recorded.value) + .toList(); final alreadyBeingRecorded = recordedStreamNames.contains(stream.name); if (alreadyBeingRecorded && !value) { recordedStreamNames.remove(stream.name); diff --git a/packages/devtools_app/lib/src/service/vm_flags.dart b/packages/devtools_app/lib/src/service/vm_flags.dart index 9881e7c3bca..71d9955aed0 100644 --- a/packages/devtools_app/lib/src/service/vm_flags.dart +++ b/packages/devtools_app/lib/src/service/vm_flags.dart @@ -16,6 +16,9 @@ const profiler = 'profiler'; // Defined in SDK: https://github.com/dart-lang/sdk/blob/master/runtime/vm/profiler.cc#L36 const profilePeriod = 'profile_period'; +// Defined in SDK: https://github.com/dart-lang/sdk/blob/main/runtime/vm/microtask_mirror_queues.cc. +const profileMicrotasks = 'profile_microtasks'; + class VmFlagManager with DisposerMixin { VmServiceWrapper get service => _service; late VmServiceWrapper _service; @@ -43,13 +46,12 @@ class VmFlagManager with DisposerMixin { if (event.kind == EventKind.kVMFlagUpdate) { if (_flagNotifiers.containsKey(event.flag)) { final currentFlag = _flagNotifiers[event.flag]!.value; - _flagNotifiers[event.flag]!.value = - Flag.parse({ - 'name': currentFlag.name, - 'comment': currentFlag.comment, - 'modified': true, - 'valueAsString': event.newValue, - })!; + _flagNotifiers[event.flag]!.value = Flag.parse({ + 'name': currentFlag.name, + 'comment': currentFlag.comment, + 'modified': true, + 'valueAsString': event.newValue, + })!; _flags.value = await service.getFlagList(); } } diff --git a/packages/devtools_app/lib/src/service/vm_service_wrapper.dart b/packages/devtools_app/lib/src/service/vm_service_wrapper.dart index d5ec53cc73e..312d0a8a33a 100644 --- a/packages/devtools_app/lib/src/service/vm_service_wrapper.dart +++ b/packages/devtools_app/lib/src/service/vm_service_wrapper.dart @@ -25,6 +25,7 @@ import '../screens/vm_developer/vm_service_private_extensions.dart'; import '../shared/feature_flags.dart'; import '../shared/globals.dart'; import '../shared/primitives/utils.dart'; +import '../shared/utils/utils.dart'; import 'json_to_service_cache.dart'; final _log = Logger('vm_service_wrapper'); @@ -68,10 +69,19 @@ class VmServiceWrapper extends VmService { // in https://github.com/flutter/devtools/pull/4119 as a workaround for // profiling the analysis server. Future _initSupportedProtocols() async { - final supportedProtocols = await getSupportedProtocols(); - final ddsProtocol = supportedProtocols.protocols?.firstWhereOrNull( - (Protocol p) => p.protocolName?.caseInsensitiveEquals('DDS') ?? false, - ); + Protocol? ddsProtocol; + try { + final supportedProtocols = await getSupportedProtocols(); + ddsProtocol = supportedProtocols.protocols?.firstWhereOrNull( + (Protocol p) => p.protocolName?.caseInsensitiveEquals('DDS') ?? false, + ); + } on RPCError catch (e) { + if (!e.isServiceDisposedError) { + // Swallow exceptions related to trying to interact with an + // already-disposed service connection. Otherwise, rethrow. + rethrow; + } + } _ddsSupported = ddsProtocol != null; _supportedProtocolsInitialized.complete(); } @@ -88,12 +98,11 @@ class VmServiceWrapper extends VmService { Future get allFuturesCompleted => _allFuturesCompleter.future; - Completer _allFuturesCompleter = - Completer() - // Mark the future as completed by default so if we don't track any - // futures but someone tries to wait on [allFuturesCompleted] they don't - // hang. The first tracked future will replace this with a new completer. - ..complete(true); + Completer _allFuturesCompleter = Completer() + // Mark the future as completed by default so if we don't track any + // futures but someone tries to wait on [allFuturesCompleted] they don't + // hang. The first tracked future will replace this with a new completer. + ..complete(true); // A local cache of "fake" service objects. Used to convert JSON objects to // VM service response formats to be used with APIs that require them. @@ -105,7 +114,7 @@ class VmServiceWrapper extends VmService { /// A sequence number incremented and attached to each DAP request. static int _dapSeq = 0; - /// Executes `callback` for each isolate, and waiting for all callbacks to + /// Executes [callback] for each isolate, and waits for all callbacks to /// finish before completing. Future forEachIsolate( Future Function(IsolateRef) callback, @@ -143,10 +152,10 @@ class VmServiceWrapper extends VmService { 'timeOriginMicros': timeOriginMicros, 'timeExtentMicros': timeExtentMicros, // Requests the code profile in addition to the function profile when - // running with VM developer mode enabled. This data isn't accessible - // in non-VM developer mode, so not requesting the code profile will - // save on space and network usage. - '_code': preferences.vmDeveloperModeEnabled.value, + // running with advanced developer mode enabled. This data isn't + // accessible in non-advanced developer mode, so not requesting the code + // profile will save on space and network usage. + '_code': preferences.advancedDeveloperModeEnabled.value, }, ).then((e) => e as CpuSamples); } @@ -188,8 +197,8 @@ class VmServiceWrapper extends VmService { } @override - Future streamCancel(String streamId) { - _activeStreams.remove(streamId); + Future streamCancel(String streamId) async { + await _activeStreams.remove(streamId); return super.streamCancel(streamId); } @@ -246,6 +255,13 @@ class VmServiceWrapper extends VmService { ); } + Stream get onTimerEventWithHistorySafe { + return _maybeReturnStreamWithHistory( + onTimerEventWithHistory, + fallbackStream: onTimerEvent, + ); + } + Stream _maybeReturnStreamWithHistory( Stream ddsStream, { required Stream fallbackStream, @@ -380,9 +396,11 @@ class VmServiceWrapper extends VmService { } } - localFuture.then( - (value) => futureComplete(), - onError: (error) => futureComplete(), + safeUnawaited( + localFuture.then( + (value) => futureComplete(), + onError: (error) => futureComplete(), + ), ); return localFuture; } @@ -390,7 +408,7 @@ class VmServiceWrapper extends VmService { /// Adds support for private VM RPCs that can only be used when VM developer /// mode is enabled. Not for use outside of VM developer pages. /// Allows callers to invoke extension methods for private RPCs. This should - /// only be set by [PreferencesController.toggleVmDeveloperMode] or tests. + /// only be set by [PreferencesController.toggleAdvancedDeveloperMode] or tests. static bool enablePrivateRpcs = false; Future _privateRpcInvoke( diff --git a/packages/devtools_app/lib/src/shared/analytics/_analytics_web.dart b/packages/devtools_app/lib/src/shared/analytics/_analytics_web.dart index 56fe39e83b7..9a2e497826f 100644 --- a/packages/devtools_app/lib/src/shared/analytics/_analytics_web.dart +++ b/packages/devtools_app/lib/src/shared/analytics/_analytics_web.dart @@ -147,71 +147,57 @@ extension type GtagEventDevTools._(JSObject _) implements GtagEvent { ide_launched_feature: ideLaunchedFeature, is_wasm: kIsWasm.toString(), // [PerformanceScreenMetrics] - ui_duration_micros: - screenMetrics is PerformanceScreenMetrics - ? screenMetrics.uiDuration?.inMicroseconds - : null, - raster_duration_micros: - screenMetrics is PerformanceScreenMetrics - ? screenMetrics.rasterDuration?.inMicroseconds - : null, + ui_duration_micros: screenMetrics is PerformanceScreenMetrics + ? screenMetrics.uiDuration?.inMicroseconds + : null, + raster_duration_micros: screenMetrics is PerformanceScreenMetrics + ? screenMetrics.rasterDuration?.inMicroseconds + : null, shader_compilation_duration_micros: screenMetrics is PerformanceScreenMetrics - ? screenMetrics.shaderCompilationDuration?.inMicroseconds - : null, - trace_event_count: - screenMetrics is PerformanceScreenMetrics - ? screenMetrics.traceEventCount - : null, + ? screenMetrics.shaderCompilationDuration?.inMicroseconds + : null, + trace_event_count: screenMetrics is PerformanceScreenMetrics + ? screenMetrics.traceEventCount + : null, // [ProfilerScreenMetrics] - cpu_sample_count: - screenMetrics is ProfilerScreenMetrics - ? screenMetrics.cpuSampleCount - : null, - cpu_stack_depth: - screenMetrics is ProfilerScreenMetrics - ? screenMetrics.cpuStackDepth - : null, + cpu_sample_count: screenMetrics is ProfilerScreenMetrics + ? screenMetrics.cpuSampleCount + : null, + cpu_stack_depth: screenMetrics is ProfilerScreenMetrics + ? screenMetrics.cpuStackDepth + : null, // [MemoryScreenMetrics] - heap_diff_objects_before: - screenMetrics is MemoryScreenMetrics - ? screenMetrics.heapDiffObjectsBefore - : null, - heap_diff_objects_after: - screenMetrics is MemoryScreenMetrics - ? screenMetrics.heapDiffObjectsAfter - : null, - heap_objects_total: - screenMetrics is MemoryScreenMetrics - ? screenMetrics.heapObjectsTotal - : null, + heap_diff_objects_before: screenMetrics is MemoryScreenMetrics + ? screenMetrics.heapDiffObjectsBefore + : null, + heap_diff_objects_after: screenMetrics is MemoryScreenMetrics + ? screenMetrics.heapDiffObjectsAfter + : null, + heap_objects_total: screenMetrics is MemoryScreenMetrics + ? screenMetrics.heapObjectsTotal + : null, // [InspectorScreenMetrics] - root_set_count: - screenMetrics is InspectorScreenMetrics - ? screenMetrics.rootSetCount - : null, - row_count: - screenMetrics is InspectorScreenMetrics - ? screenMetrics.rowCount - : null, - inspector_tree_controller_id: - screenMetrics is InspectorScreenMetrics - ? screenMetrics.inspectorTreeControllerId - : null, + root_set_count: screenMetrics is InspectorScreenMetrics + ? screenMetrics.rootSetCount + : null, + row_count: screenMetrics is InspectorScreenMetrics + ? screenMetrics.rowCount + : null, + inspector_tree_controller_id: screenMetrics is InspectorScreenMetrics + ? screenMetrics.inspectorTreeControllerId + : null, // [DeepLinkScreenMetrics] - android_app_id: - screenMetrics is DeepLinkScreenMetrics - ? screenMetrics.androidAppId - : null, - ios_bundle_id: - screenMetrics is DeepLinkScreenMetrics - ? screenMetrics.iosBundleId - : null, + android_app_id: screenMetrics is DeepLinkScreenMetrics + ? screenMetrics.androidAppId + : null, + ios_bundle_id: screenMetrics is DeepLinkScreenMetrics + ? screenMetrics.iosBundleId + : null, // [InspectorScreenMetrics] - is_v2_inspector: - screenMetrics is InspectorScreenMetrics - ? screenMetrics.isV2.toString() - : null, + is_v2_inspector: screenMetrics is InspectorScreenMetrics + ? screenMetrics.isV2.toString() + : null, ); } @@ -329,71 +315,57 @@ extension type GtagExceptionDevTools._(JSObject _) implements GtagException { ide_launched_feature: ideLaunchedFeature, is_wasm: kIsWasm.toString(), // [PerformanceScreenMetrics] - ui_duration_micros: - screenMetrics is PerformanceScreenMetrics - ? screenMetrics.uiDuration?.inMicroseconds - : null, - raster_duration_micros: - screenMetrics is PerformanceScreenMetrics - ? screenMetrics.rasterDuration?.inMicroseconds - : null, - trace_event_count: - screenMetrics is PerformanceScreenMetrics - ? screenMetrics.traceEventCount - : null, + ui_duration_micros: screenMetrics is PerformanceScreenMetrics + ? screenMetrics.uiDuration?.inMicroseconds + : null, + raster_duration_micros: screenMetrics is PerformanceScreenMetrics + ? screenMetrics.rasterDuration?.inMicroseconds + : null, + trace_event_count: screenMetrics is PerformanceScreenMetrics + ? screenMetrics.traceEventCount + : null, shader_compilation_duration_micros: screenMetrics is PerformanceScreenMetrics - ? screenMetrics.shaderCompilationDuration?.inMicroseconds - : null, + ? screenMetrics.shaderCompilationDuration?.inMicroseconds + : null, // [ProfilerScreenMetrics] - cpu_sample_count: - screenMetrics is ProfilerScreenMetrics - ? screenMetrics.cpuSampleCount - : null, - cpu_stack_depth: - screenMetrics is ProfilerScreenMetrics - ? screenMetrics.cpuStackDepth - : null, + cpu_sample_count: screenMetrics is ProfilerScreenMetrics + ? screenMetrics.cpuSampleCount + : null, + cpu_stack_depth: screenMetrics is ProfilerScreenMetrics + ? screenMetrics.cpuStackDepth + : null, // [MemoryScreenMetrics] - heap_diff_objects_before: - screenMetrics is MemoryScreenMetrics - ? screenMetrics.heapDiffObjectsBefore - : null, - heap_diff_objects_after: - screenMetrics is MemoryScreenMetrics - ? screenMetrics.heapDiffObjectsAfter - : null, - heap_objects_total: - screenMetrics is MemoryScreenMetrics - ? screenMetrics.heapObjectsTotal - : null, + heap_diff_objects_before: screenMetrics is MemoryScreenMetrics + ? screenMetrics.heapDiffObjectsBefore + : null, + heap_diff_objects_after: screenMetrics is MemoryScreenMetrics + ? screenMetrics.heapDiffObjectsAfter + : null, + heap_objects_total: screenMetrics is MemoryScreenMetrics + ? screenMetrics.heapObjectsTotal + : null, // [InspectorScreenMetrics] - root_set_count: - screenMetrics is InspectorScreenMetrics - ? screenMetrics.rootSetCount - : null, - row_count: - screenMetrics is InspectorScreenMetrics - ? screenMetrics.rowCount - : null, - inspector_tree_controller_id: - screenMetrics is InspectorScreenMetrics - ? screenMetrics.inspectorTreeControllerId - : null, + root_set_count: screenMetrics is InspectorScreenMetrics + ? screenMetrics.rootSetCount + : null, + row_count: screenMetrics is InspectorScreenMetrics + ? screenMetrics.rowCount + : null, + inspector_tree_controller_id: screenMetrics is InspectorScreenMetrics + ? screenMetrics.inspectorTreeControllerId + : null, // [DeepLinkScreenMetrics] - android_app_id: - screenMetrics is DeepLinkScreenMetrics - ? screenMetrics.androidAppId - : null, - ios_bundle_id: - screenMetrics is DeepLinkScreenMetrics - ? screenMetrics.iosBundleId - : null, + android_app_id: screenMetrics is DeepLinkScreenMetrics + ? screenMetrics.androidAppId + : null, + ios_bundle_id: screenMetrics is DeepLinkScreenMetrics + ? screenMetrics.iosBundleId + : null, // [InspectorScreenMetrics] - is_v2_inspector: - screenMetrics is InspectorScreenMetrics - ? screenMetrics.isV2.toString() - : null, + is_v2_inspector: screenMetrics is InspectorScreenMetrics + ? screenMetrics.isV2.toString() + : null, ); } @@ -520,8 +492,9 @@ void timeEnd( screenName, timedOperation, durationMicros: durationMicros, - screenMetrics: - screenMetricsProvider != null ? screenMetricsProvider() : null, + screenMetrics: screenMetricsProvider != null + ? screenMetricsProvider() + : null, ); } @@ -560,8 +533,9 @@ void timeSync( screenName, timedOperation, durationMicros: durationMicros, - screenMetrics: - screenMetricsProvider != null ? screenMetricsProvider() : null, + screenMetrics: screenMetricsProvider != null + ? screenMetricsProvider() + : null, ); } @@ -590,8 +564,9 @@ Future timeAsync( screenName, timedOperation, durationMicros: durationMicros, - screenMetrics: - screenMetricsProvider != null ? screenMetricsProvider() : null, + screenMetrics: screenMetricsProvider != null + ? screenMetricsProvider() + : null, ); } @@ -640,8 +615,9 @@ void select( value: value, non_interaction: nonInteraction, send_to: gaDevToolsPropertyId(), - screenMetrics: - screenMetricsProvider != null ? screenMetricsProvider() : null, + screenMetrics: screenMetricsProvider != null + ? screenMetricsProvider() + : null, ); _sendEvent(gtagEvent); } @@ -665,8 +641,9 @@ void impression( event_label: item, non_interaction: true, send_to: gaDevToolsPropertyId(), - screenMetrics: - screenMetricsProvider != null ? screenMetricsProvider() : null, + screenMetrics: screenMetricsProvider != null + ? screenMetricsProvider() + : null, ); _sendEvent(gtagEvent); } @@ -799,8 +776,9 @@ void _computeUserApplicationCustomGTagData() { userAppType = appTypeDartCLI; } - userBuildType = - connectedApp.isProfileBuildNow! ? buildTypeProfile : buildTypeDebug; + userBuildType = connectedApp.isProfileBuildNow! + ? buildTypeProfile + : buildTypeDebug; _analyticsComputed = true; } @@ -1031,22 +1009,21 @@ final class _DevToolsEventMetrics extends ua.CustomMetrics { final String? iosBundleId; @override - Map toMap() => - ({ - 'uiDurationMicros': uiDurationMicros, - 'rasterDurationMicros': rasterDurationMicros, - 'shaderCompilationDurationMicros': shaderCompilationDurationMicros, - 'traceEventCount': traceEventCount, - 'cpuSampleCount': cpuSampleCount, - 'cpuStackDepth': cpuStackDepth, - 'heapDiffObjectsBefore': heapDiffObjectsBefore, - 'heapDiffObjectsAfter': heapDiffObjectsAfter, - 'heapObjectsTotal': heapObjectsTotal, - 'rootSetCount': rootSetCount, - 'rowCount': rowCount, - 'inspectorTreeControllerId': inspectorTreeControllerId, - 'isV2Inspector': isV2Inspector, - 'androidAppId': androidAppId, - 'iosBundleId': iosBundleId, - }..removeWhere((key, value) => value == null)).cast(); + Map toMap() => ({ + 'uiDurationMicros': uiDurationMicros, + 'rasterDurationMicros': rasterDurationMicros, + 'shaderCompilationDurationMicros': shaderCompilationDurationMicros, + 'traceEventCount': traceEventCount, + 'cpuSampleCount': cpuSampleCount, + 'cpuStackDepth': cpuStackDepth, + 'heapDiffObjectsBefore': heapDiffObjectsBefore, + 'heapDiffObjectsAfter': heapDiffObjectsAfter, + 'heapObjectsTotal': heapObjectsTotal, + 'rootSetCount': rootSetCount, + 'rowCount': rowCount, + 'inspectorTreeControllerId': inspectorTreeControllerId, + 'isV2Inspector': isV2Inspector, + 'androidAppId': androidAppId, + 'iosBundleId': iosBundleId, + }..removeWhere((key, value) => value == null)).cast(); } diff --git a/packages/devtools_app/lib/src/shared/analytics/analytics_common.dart b/packages/devtools_app/lib/src/shared/analytics/analytics_common.dart index ec0c4471af0..a76196f497b 100644 --- a/packages/devtools_app/lib/src/shared/analytics/analytics_common.dart +++ b/packages/devtools_app/lib/src/shared/analytics/analytics_common.dart @@ -61,10 +61,9 @@ Map createStackTraceForAnalytics( const maxCharacterLimit = stackTraceChunksLimit * ga4ParamValueCharacterLimit; // Reduce whitespace characters to optimize available space. - final trimmedStackFrames = - stackTrace.frames - .map((f) => '${_normalizePath(f.location)} | ${f.member}\n') - .toList(); + final trimmedStackFrames = stackTrace.frames + .map((f) => '${_normalizePath(f.location)} | ${f.member}\n') + .toList(); final stackTraceAsString = trimmedStackFrames.join(); var stackTraceChunksForGa = chunkForGa( diff --git a/packages/devtools_app/lib/src/shared/analytics/constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants.dart index 46c2e022a1e..2e9ec0da4df 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants.dart @@ -115,11 +115,15 @@ const refreshIsolateStatistics = 'refreshIsolateStatistics'; const refreshVmStatistics = 'refreshVmStatistics'; const refreshProcessMemoryStatistics = 'refreshProcessMemoryStatistics'; const requestSize = 'requestSize'; +const refreshQueuedMicrotasks = 'refreshQueuedMicrotasks'; // Settings actions: const settingsDialog = 'settings'; const darkTheme = 'darkTheme'; const analytics = 'analytics'; +// TODO(kenz): consider renaming this to 'advancedDeveloperMode' if the DTD +// tools tab stays in DevTools indefinitely. This will depend on whether +// https://github.com/flutter/devtools/issues/9216 is resolved. const vmDeveloperMode = 'vmDeveloperMode'; const wasm = 'wasm'; const verboseLogging = 'verboseLogging'; diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_property_editor_sidebar_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_property_editor_sidebar_constants.dart index 3e903f9cbeb..0dbe04f998f 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_property_editor_sidebar_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_property_editor_sidebar_constants.dart @@ -4,18 +4,11 @@ part of '../constants.dart'; -// ignore: avoid_classes_with_only_static_members, used for namespacing. -class PropertyEditorSidebar { +/// A namespace for Property Editor analytics. +extension PropertyEditorSidebar on Never { /// Analytics id to track events that come from the DTD editor sidebar. static String get id => 'propertyEditorSidebar'; - /// Identifier for errors returned from the getEditableArguments API. - static String get getEditableArgumentsIdentifier => - '${id}Error-getEditableArguments'; - - /// Identifier for errors returned from the editArgument API. - static String get editArgumentIdentifier => '${id}Error-editArgument'; - /// Analytics id for opening the documentation. static String get documentationLink => 'propertyEditorDocumentation'; @@ -30,6 +23,10 @@ class PropertyEditorSidebar { required String argType, }) => 'applyEditRequest-$argType-$argName'; + /// Analytics event for a "Wrap with" refactor request. + static String applyWrapWithRefactorRequest({required String refactorName}) => + 'wrapWithRefactor-$refactorName'; + /// Analytics event on completion of an edit. static String applyEditComplete({ required String argName, diff --git a/packages/devtools_app/lib/src/shared/analytics/gtags.dart b/packages/devtools_app/lib/src/shared/analytics/gtags.dart index 87564ddea18..4e43b03772b 100644 --- a/packages/devtools_app/lib/src/shared/analytics/gtags.dart +++ b/packages/devtools_app/lib/src/shared/analytics/gtags.dart @@ -21,8 +21,8 @@ import 'analytics.dart' as ga; external void _gTagCommandName(String command, String name, [JSObject? params]); // TODO(jacobr): refactor this code if we do not migrate off gtags. -// ignore: avoid_classes_with_only_static_members -class GTag { +/// A namespace for gtags. +extension GTag on Never { static const _event = 'event'; static const _exception = 'exception'; diff --git a/packages/devtools_app/lib/src/shared/analytics/prompt.dart b/packages/devtools_app/lib/src/shared/analytics/prompt.dart index 73a2272e730..9b4aca268b9 100644 --- a/packages/devtools_app/lib/src/shared/analytics/prompt.dart +++ b/packages/devtools_app/lib/src/shared/analytics/prompt.dart @@ -44,7 +44,10 @@ class _AnalyticsPromptState extends State { return Column( crossAxisAlignment: CrossAxisAlignment.start, - children: [if (showPrompt) child!, Expanded(child: widget.child)], + children: [ + if (showPrompt) child!, + Expanded(child: widget.child), + ], ); }, child: Card( @@ -69,7 +72,7 @@ class _AnalyticsPromptState extends State { style: theme.boldTextStyle, ), IconButton( - icon: Icon(Icons.close, size: actionsIconSize), + icon: const Icon(Icons.close, size: actionsIconSize), onPressed: controller.hidePrompt, ), ], @@ -86,46 +89,49 @@ class _AnalyticsPromptState extends State { } Widget _analyticsDescription(ThemeData theme) { - final consentMessageRegExpResults = - parseAnalyticsConsentMessage( - controller.consentMessage, - )?.map((e) => adjustLineBreaks(e)).toList(); + final consentMessageRegExpResults = parseAnalyticsConsentMessage( + controller.consentMessage, + )?.map((e) => adjustLineBreaks(e)).toList(); // When failing to parse the consent message, fallback to displaying the // consent message in its regular form. if (consentMessageRegExpResults == null) { - return SelectableText.rich( + return SelectionArea( + child: Text.rich( + TextSpan( + children: [ + TextSpan( + text: adjustLineBreaks(controller.consentMessage), + style: theme.regularTextStyle, + ), + ], + ), + ), + ); + } + + return SelectionArea( + child: Text.rich( TextSpan( children: [ TextSpan( - text: adjustLineBreaks(controller.consentMessage), + text: consentMessageRegExpResults[0], + style: theme.regularTextStyle, + ), + LinkTextSpan( + link: GaLink( + display: consentMessageRegExpResults[1], + url: consentMessageRegExpResults[1], + ), + context: context, + style: theme.linkTextStyle, + ), + TextSpan( + text: consentMessageRegExpResults[2], style: theme.regularTextStyle, ), ], ), - ); - } - - return SelectableText.rich( - TextSpan( - children: [ - TextSpan( - text: consentMessageRegExpResults[0], - style: theme.regularTextStyle, - ), - LinkTextSpan( - link: GaLink( - display: consentMessageRegExpResults[1], - url: consentMessageRegExpResults[1], - ), - context: context, - style: theme.linkTextStyle, - ), - TextSpan( - text: consentMessageRegExpResults[2], - style: theme.regularTextStyle, - ), - ], ), ); } diff --git a/packages/devtools_app/lib/src/shared/charts/chart.dart b/packages/devtools_app/lib/src/shared/charts/chart.dart index 90497a69614..6c93000254e 100644 --- a/packages/devtools_app/lib/src/shared/charts/chart.dart +++ b/packages/devtools_app/lib/src/shared/charts/chart.dart @@ -95,28 +95,25 @@ class ChartState extends State with AutoDisposeMixin { return RepaintBoundary( child: LayoutBuilder( // Inner container - builder: - (_, constraints) => GestureDetector( - onTapDown: (TapDownDetails details) { - final xLocalPosition = details.localPosition.dx; - final timestampIndex = controller.xCoordToTimestampIndex( - xLocalPosition, - ); - final timestamp = controller.xCoordToTimestamp(xLocalPosition); - controller.tapLocation.value = TapLocation( - details, - timestamp, - timestampIndex, - ); - }, - child: SizedBox( - width: constraints.widthConstraints().maxWidth, - height: constraints.widthConstraints().maxHeight, - child: CustomPaint( - painter: ChartPainter(controller, colorScheme), - ), - ), - ), + builder: (_, constraints) => GestureDetector( + onTapDown: (TapDownDetails details) { + final xLocalPosition = details.localPosition.dx; + final timestampIndex = controller.xCoordToTimestampIndex( + xLocalPosition, + ); + final timestamp = controller.xCoordToTimestamp(xLocalPosition); + controller.tapLocation.value = TapLocation( + details, + timestamp, + timestampIndex, + ); + }, + child: SizedBox( + width: constraints.widthConstraints().maxWidth, + height: constraints.widthConstraints().maxHeight, + child: CustomPaint(painter: ChartPainter(controller, colorScheme)), + ), + ), ), ); } @@ -154,10 +151,9 @@ class ChartPainter extends CustomPainter { // sampling 1 point per horizontal pixel. final startTime = DateTime.now(); - final axis = - Paint() - ..strokeWidth = axisWidth - ..color = Colors.grey; + final axis = Paint() + ..strokeWidth = axisWidth + ..color = Colors.grey; if (size != chartController.size) { chartController.size = size; @@ -241,8 +237,9 @@ class ChartPainter extends CustomPainter { drawTranslate(canvas, xTranslation, yTranslation, (canvas) { final xCoord = xCanvasCoord; final yCoord = chartController.yPositionToYCanvasCoord(yValue); - final hasMultipleExtensionEvents = - traceData is DataAggregate ? traceData.count > 1 : false; + final hasMultipleExtensionEvents = traceData is DataAggregate + ? traceData.count > 1 + : false; // Is the visible Y-axis max larger. if (yValue > visibleYMax) { @@ -442,10 +439,9 @@ class ChartPainter extends CustomPainter { } void drawSelection(Canvas canvas, double x) { - final paint = - Paint() - ..strokeWidth = 2.0 - ..color = colorScheme.hoverSelectionBarColor; + final paint = Paint() + ..strokeWidth = 2.0 + ..color = colorScheme.hoverSelectionBarColor; // Draw the vertical selection bar. canvas.drawLine( @@ -550,10 +546,7 @@ class ChartPainter extends CustomPainter { final span = TextSpan( // TODO(terry): All text in a chart is grey. A chart like a Trace // should have PaintCharacteristics. - style: TextStyle( - color: Colors.grey[600], - fontSize: unscaledSmallFontSize, - ), + style: TextStyle(color: Colors.grey[600], fontSize: smallFontSize), text: textValue, ); final tp = TextPainter( @@ -597,14 +590,12 @@ class ChartPainter extends CustomPainter { break; } - final paintFirst = - Paint() - ..style = firstStyle - ..strokeWidth = characteristics.strokeWidth - ..color = - aggregateEvents - ? characteristics.colorAggregate! - : characteristics.color; + final paintFirst = Paint() + ..style = firstStyle + ..strokeWidth = characteristics.strokeWidth + ..color = aggregateEvents + ? characteristics.colorAggregate! + : characteristics.color; switch (characteristics.symbol) { case ChartSymbol.dashedLine: @@ -625,15 +616,13 @@ class ChartPainter extends CustomPainter { canvas.drawCircle(Offset(x, y), characteristics.diameter, paintFirst); // Inner disc. - final paintSecond = - Paint() - ..style = secondStyle - ..strokeWidth = 0 - // TODO(terry): Aggregate for concentric maybe needed someday. - ..color = - aggregateEvents - ? characteristics.colorAggregate! - : characteristics.concentricCenterColor; + final paintSecond = Paint() + ..style = secondStyle + ..strokeWidth = 0 + // TODO(terry): Aggregate for concentric maybe needed someday. + ..color = aggregateEvents + ? characteristics.colorAggregate! + : characteristics.concentricCenterColor; canvas.drawCircle( Offset(x, y), characteristics.concentricCenterDiameter, @@ -675,11 +664,10 @@ class ChartPainter extends CustomPainter { double endX, double endY, ) { - final paint = - Paint() - ..style = PaintingStyle.stroke - ..strokeWidth = characteristics.strokeWidth - ..color = characteristics.color; + final paint = Paint() + ..style = PaintingStyle.stroke + ..strokeWidth = characteristics.strokeWidth + ..color = characteristics.color; canvas.drawLine(Offset(startX, startY), Offset(endX, endY), paint); } @@ -691,11 +679,10 @@ class ChartPainter extends CustomPainter { double y, double tickWidth, ) { - final paint = - Paint() - ..style = PaintingStyle.stroke - ..strokeWidth = characteristics.strokeWidth - ..color = characteristics.color; + final paint = Paint() + ..style = PaintingStyle.stroke + ..strokeWidth = characteristics.strokeWidth + ..color = characteristics.color; canvas.drawLine(Offset(x, y), Offset(x + tickWidth, y), paint); } @@ -712,18 +699,16 @@ class ChartPainter extends CustomPainter { double y1, double y1Bottom, ) { - final paint = - Paint() - ..style = PaintingStyle.fill - ..strokeWidth = characteristics.strokeWidth - ..color = characteristics.color.withAlpha(140); - - final fillArea = - Path() - ..moveTo(x0, y0) - ..lineTo(x1, y1) - ..lineTo(x1, y1Bottom) - ..lineTo(x0, y0Bottom); + final paint = Paint() + ..style = PaintingStyle.fill + ..strokeWidth = characteristics.strokeWidth + ..color = characteristics.color.withAlpha(140); + + final fillArea = Path() + ..moveTo(x0, y0) + ..lineTo(x1, y1) + ..lineTo(x1, y1Bottom) + ..lineTo(x0, y0Bottom); fillArea.close(); canvas.drawPath(fillArea, paint); diff --git a/packages/devtools_app/lib/src/shared/charts/chart_controller.dart b/packages/devtools_app/lib/src/shared/charts/chart_controller.dart index c70f41f0922..923ac1b2630 100644 --- a/packages/devtools_app/lib/src/shared/charts/chart_controller.dart +++ b/packages/devtools_app/lib/src/shared/charts/chart_controller.dart @@ -233,10 +233,9 @@ class ChartController extends DisposableController return false; }); - final ticksVisible = - startOfLastNMinutes != null - ? timestampsLength - timestamps.indexOf(startOfLastNMinutes) - : timestampsLength + 1; + final ticksVisible = startOfLastNMinutes != null + ? timestampsLength - timestamps.indexOf(startOfLastNMinutes) + : timestampsLength + 1; _tickWidth = canvasChartWidth / ticksVisible; } else { // No but lets scale x-axis based on the last two timestamps diffs we have. @@ -367,8 +366,9 @@ class ChartController extends DisposableController timestamps.last, ); - final nSeconds = - rightMostTimestampDT.difference(rightMostLabelDT).inSeconds; + final nSeconds = rightMostTimestampDT + .difference(rightMostLabelDT) + .inSeconds; if (nSeconds >= labelInterval) { late int foundTimestamp; diff --git a/packages/devtools_app/lib/src/shared/charts/chart_trace.dart b/packages/devtools_app/lib/src/shared/charts/chart_trace.dart index e4fc8db1fbf..d95f0b2e861 100644 --- a/packages/devtools_app/lib/src/shared/charts/chart_trace.dart +++ b/packages/devtools_app/lib/src/shared/charts/chart_trace.dart @@ -357,17 +357,16 @@ class AxisScale { // Fractional part of range. final fraction = range / pow(10, exponent); // Nice, rounded fraction. - final niceFraction = - round - ? fraction.roundToDouble() - : switch (fraction) { - <= 1 => 1.0, - <= 2 => 2.0, - <= 3 => 3.0, - <= 5 => 5.0, - <= 7 => 7.0, - _ => 10.0, - }; + final niceFraction = round + ? fraction.roundToDouble() + : switch (fraction) { + <= 1 => 1.0, + <= 2 => 2.0, + <= 3 => 3.0, + <= 5 => 5.0, + <= 7 => 7.0, + _ => 10.0, + }; return niceFraction * pow(10, exponent); } diff --git a/packages/devtools_app/lib/src/shared/charts/flame_chart.dart b/packages/devtools_app/lib/src/shared/charts/flame_chart.dart index bec744b1695..37200e06ffd 100644 --- a/packages/devtools_app/lib/src/shared/charts/flame_chart.dart +++ b/packages/devtools_app/lib/src/shared/charts/flame_chart.dart @@ -26,18 +26,18 @@ import '../utils/utils.dart'; const rowPadding = 2.0; // Flame chart rows contain text so are not readable if they do not scale with // the font factor. -double get chartRowHeight => scaleByFontFactor(22.0); +const chartRowHeight = 22.0; double get rowHeightWithPadding => chartRowHeight + rowPadding; // This spacing needs to be scaled by the font factor otherwise section // labels will not have enough room. Typically spacing values should not depend // on the font size scale factor. TODO(jacobr): clean up the section spacing so // it is not used in a case where it is not really spacing. -double get sectionSpacing => scaleByFontFactor(16.0); +const sectionSpacing = 16.0; const sideInset = 70.0; const sideInsetSmall = 60.0; -double get baseTimelineGridIntervalPx => scaleByFontFactor(150.0); +const baseTimelineGridIntervalPx = 150.0; // TODO(kenz): add some indication that we are scrolled out of the relevant area // so that users don't get lost in the extra pixels at the end of the chart. @@ -159,13 +159,12 @@ abstract class FlameChartState< TimeRange get visibleTimeRange { final horizontalScrollOffset = horizontalControllerGroup.offset; - final startMicros = - horizontalScrollOffset < widget.startInset - ? startTimeOffset - : startTimeOffset + - (horizontalScrollOffset - widget.startInset) / - currentZoom / - startingPxPerMicro; + final startMicros = horizontalScrollOffset < widget.startInset + ? startTimeOffset + : startTimeOffset + + (horizontalScrollOffset - widget.startInset) / + currentZoom / + startingPxPerMicro; final endMicros = startTimeOffset + @@ -173,9 +172,7 @@ abstract class FlameChartState< currentZoom / startingPxPerMicro; - return TimeRange() - ..start = Duration(microseconds: startMicros.round()) - ..end = Duration(microseconds: endMicros.round()); + return TimeRange(start: startMicros.round(), end: endMicros.round()); } /// Starting pixels per microsecond in order to fit all the data in view at @@ -183,7 +180,7 @@ abstract class FlameChartState< double get startingPxPerMicro => widget.startingContentWidth / widget.time.duration.inMicroseconds; - int get startTimeOffset => widget.time.start!.inMicroseconds; + int get startTimeOffset => widget.time.start; double get maxZoomLevel { // The max zoom level is hit when 1 microsecond is the width of each grid @@ -236,9 +233,8 @@ abstract class FlameChartState< )..addListener(_handleZoomControllerValueUpdate); verticalExtentDelegate = FixedExtentDelegate( - computeExtent: - (index) => - rows[index].nodes.isEmpty ? sectionSpacing : rowHeightWithPadding, + computeExtent: (index) => + rows[index].nodes.isEmpty ? sectionSpacing : rowHeightWithPadding, computeLength: () => rows.length, ); @@ -396,11 +392,10 @@ abstract class FlameChartState< return; } - final hoverNodeData = - _binarySearchForNode( - x: event.localPosition.dx + horizontalControllerGroup.offset, - nodesInRow: nodes, - )?.data; + final hoverNodeData = _binarySearchForNode( + x: event.localPosition.dx + horizontalControllerGroup.offset, + nodesInRow: nodes, + )?.data; _hoveredNodeNotifier.value = hoverNodeData; } @@ -506,13 +501,10 @@ abstract class FlameChartState< final fixedX = safeMouseHoverX + lastScrollOffset - widget.startInset; // Calculate the new horizontal scroll position. - final newScrollOffset = - fixedX >= 0 - ? fixedX * newZoom / previousZoom + - widget.startInset - - safeMouseHoverX - // We are in the fixed portion of the window - no need to transform. - : lastScrollOffset; + final newScrollOffset = fixedX >= 0 + ? fixedX * newZoom / previousZoom + widget.startInset - safeMouseHoverX + // We are in the fixed portion of the window - no need to transform. + : lastScrollOffset; setState(() { currentZoom = zoomController.value; @@ -895,9 +887,8 @@ extension NodeListExtension on List { } } -// TODO(jacobr): cleanup up this util class with just static members. -// ignore: avoid_classes_with_only_static_members -class FlameChartUtils { +/// A namespace for flame chart utilities. +extension FlameChartUtils on Never { static double leftPaddingForNode( int index, List nodes, { @@ -940,12 +931,11 @@ class FlameChartUtils { // Node right with zoom and insets taken into consideration. final nodeRight = (node.rect.right - chartStartInset) * nodeZoom + chartStartInset; - final padding = - nextNode == null - ? chartWidth - nodeRight - : ((nextNode.rect.left - chartStartInset) * nextNodeZoom + - chartStartInset) - - nodeRight; + final padding = nextNode == null + ? chartWidth - nodeRight + : ((nextNode.rect.left - chartStartInset) * nextNodeZoom + + chartStartInset) - + nodeRight; // Floating point rounding error can result in slightly negative padding. return math.max(0.0, padding); } @@ -1090,22 +1080,21 @@ class FlameChartNode> { activeSearchMatch: activeSearchMatch, colorScheme: theme.colorScheme, ), - child: - zoomedWidth >= _minWidthForText - ? Text( - text, - textAlign: TextAlign.left, - overflow: TextOverflow.ellipsis, - style: theme.regularTextStyleWithColor( - _textColor( - selected: selected, - searchMatch: searchMatch, - activeSearchMatch: activeSearchMatch, - colorScheme: theme.colorScheme, - ), + child: zoomedWidth >= _minWidthForText + ? Text( + text, + textAlign: TextAlign.left, + overflow: TextOverflow.ellipsis, + style: theme.regularTextStyleWithColor( + _textColor( + selected: selected, + searchMatch: searchMatch, + activeSearchMatch: activeSearchMatch, + colorScheme: theme.colorScheme, ), - ) - : const SizedBox(), + ), + ) + : const SizedBox(), ); return (hovered || !selectable) ? DevToolsTooltip(key: key, message: data.tooltip, child: node) @@ -1337,7 +1326,7 @@ class TimelineGridPainter extends FlameChartPainter { constraints.maxWidth, math.min(constraints.maxHeight, chartRowHeight), ), - Paint()..color = colorScheme.defaultBackgroundColor, + Paint()..color = colorScheme.surface, ); // Paint the timeline grid lines and corresponding timestamps in the flame @@ -1346,11 +1335,9 @@ class TimelineGridPainter extends FlameChartPainter { final microsPerInterval = _microsPerInterval(intervalWidth); int timestampMicros = _startingTimestamp(intervalWidth, microsPerInterval); double lineX; - lineX = - visible.left <= chartStartInset - ? chartStartInset - visible.left - : intervalWidth - - ((visible.left - chartStartInset) % intervalWidth); + lineX = visible.left <= chartStartInset + ? chartStartInset - visible.left + : intervalWidth - ((visible.left - chartStartInset) % intervalWidth); while (lineX < constraints.maxWidth) { _paintTimestamp(canvas, timestampMicros, intervalWidth, lineX); @@ -1422,10 +1409,9 @@ class TimelineGridPainter extends FlameChartPainter { } int _startingTimestamp(double intervalWidth, int microsPerInterval) { - final startingIntervalIndex = - horizontalScrollOffset < chartStartInset - ? 0 - : (horizontalScrollOffset - chartStartInset) ~/ intervalWidth + 1; + final startingIntervalIndex = horizontalScrollOffset < chartStartInset + ? 0 + : (horizontalScrollOffset - chartStartInset) ~/ intervalWidth + 1; return startingIntervalIndex * microsPerInterval; } @@ -1468,7 +1454,7 @@ class FlameChartHelpButton extends StatelessWidget { /// A fixed width for the first column in the help dialog to ensure that the /// subsections are aligned. - double get firstColumnWidth => scaleByFontFactor(120.0); + static const firstColumnWidth = 120.0; @override Widget build(BuildContext context) { diff --git a/packages/devtools_app/lib/src/shared/charts/treemap.dart b/packages/devtools_app/lib/src/shared/charts/treemap.dart index 7789bac53b4..9b0db9a44ac 100644 --- a/packages/devtools_app/lib/src/shared/charts/treemap.dart +++ b/packages/devtools_app/lib/src/shared/charts/treemap.dart @@ -234,15 +234,13 @@ class _TreemapState extends State { final pivotAndList2Ratio = (pivotByteSize + list2Size) / totalByteSize; final pivotRatio = pivotByteSize / (pivotByteSize + list2Size); - final pivotWidth = - isHorizontalRectangle - ? pivotAndList2Ratio * width - : pivotRatio * width; + final pivotWidth = isHorizontalRectangle + ? pivotAndList2Ratio * width + : pivotRatio * width; - final pivotHeight = - isHorizontalRectangle - ? pivotRatio * height - : pivotAndList2Ratio * height; + final pivotHeight = isHorizontalRectangle + ? pivotRatio * height + : pivotAndList2Ratio * height; final pivotAspectRatio = pivotWidth / pivotHeight; @@ -269,14 +267,12 @@ class _TreemapState extends State { final pivotAndList2Ratio = (pivotByteSize + list2ByteSize) / totalByteSize; final pivotRatio = pivotByteSize / (pivotByteSize + list2ByteSize); - pivotBestWidth = - isHorizontalRectangle - ? pivotAndList2Ratio * width - : pivotRatio * width; - pivotBestHeight = - isHorizontalRectangle - ? pivotRatio * height - : pivotAndList2Ratio * height; + pivotBestWidth = isHorizontalRectangle + ? pivotAndList2Ratio * width + : pivotRatio * width; + pivotBestHeight = isHorizontalRectangle + ? pivotRatio * height + : pivotAndList2Ratio * height; } final positionedTreemaps = []; @@ -284,8 +280,9 @@ class _TreemapState extends State { // Construct list 1 sub-treemap. final list1SizeRatio = list1ByteSize / totalByteSize; final list1Width = isHorizontalRectangle ? width * list1SizeRatio : width; - final list1Height = - isHorizontalRectangle ? height : height * list1SizeRatio; + final list1Height = isHorizontalRectangle + ? height + : height * list1SizeRatio; if (list1.isNotEmpty) { positionedTreemaps.addAll( buildTreemaps( @@ -299,10 +296,12 @@ class _TreemapState extends State { } // Construct list 2 sub-treemap. - final list2Width = - isHorizontalRectangle ? pivotBestWidth : width - pivotBestWidth; - final list2Height = - isHorizontalRectangle ? height - pivotBestHeight : pivotBestHeight; + final list2Width = isHorizontalRectangle + ? pivotBestWidth + : width - pivotBestWidth; + final list2Height = isHorizontalRectangle + ? height - pivotBestHeight + : pivotBestHeight; final list2XCoord = isHorizontalRectangle ? list1Width : 0.0; final list2YCoord = isHorizontalRectangle ? pivotBestHeight : list1Height; if (list2.isNotEmpty) { @@ -344,10 +343,12 @@ class _TreemapState extends State { final list3Ratio = list3ByteSize / totalByteSize; final list3Width = isHorizontalRectangle ? list3Ratio * width : width; final list3Height = isHorizontalRectangle ? height : list3Ratio * height; - final list3XCoord = - isHorizontalRectangle ? list1Width + pivotBestWidth : 0.0; - final list3YCoord = - isHorizontalRectangle ? 0.0 : list1Height + pivotBestHeight; + final list3XCoord = isHorizontalRectangle + ? list1Width + pivotBestWidth + : 0.0; + final list3YCoord = isHorizontalRectangle + ? 0.0 + : list1Height + pivotBestHeight; if (list3.isNotEmpty) { positionedTreemaps.addAll( @@ -489,14 +490,13 @@ class _TreemapState extends State { onRootChangedCallback: widget.onRootChangedCallback, ), Expanded( - child: - widget.isOutermostLevel - ? child - : _SelectableTreemapNode( - node: rootNode, - onRootChangedCallback: widget.onRootChangedCallback, - child: child, - ), + child: widget.isOutermostLevel + ? child + : _SelectableTreemapNode( + node: rootNode, + onRootChangedCallback: widget.onRootChangedCallback, + child: child, + ), ), ], ); @@ -537,14 +537,13 @@ class _TreeMapCell extends StatelessWidget { border: Border.all(color: Colors.black87), ), child: Center( - child: - treeMapHeight > Treemap.minHeightToDisplayCellText - ? _NameAndSizeText( - node: node, - color: node.showDiff ? Colors.white : Colors.black, - singleLine: false, - ) - : const SizedBox(), + child: treeMapHeight > Treemap.minHeightToDisplayCellText + ? _NameAndSizeText( + node: node, + color: node.showDiff ? Colors.white : Colors.black, + singleLine: false, + ) + : const SizedBox(), ), ); } @@ -631,10 +630,9 @@ class _BreadcrumbNavigator extends StatelessWidget { builder: (context, index) { final node = pathFromRoot[index]; return Breadcrumb( - text: - index < pathFromRoot.length - 1 - ? node.name - : node.displayText(), + text: index < pathFromRoot.length - 1 + ? node.name + : node.displayText(), isRoot: index == 0, onPressed: () => onRootChangedCallback(node), ); @@ -870,10 +868,9 @@ class MultiCellPainter extends CustomPainter { rectPaint.color = node.displayColor; canvas.drawRect(bounds, rectPaint); - final borderPaint = - Paint() - ..color = Colors.black45 - ..style = PaintingStyle.stroke; + final borderPaint = Paint() + ..color = Colors.black45 + ..style = PaintingStyle.stroke; canvas.drawRect(bounds, borderPaint); if (positionedCell.width! > Treemap.minWidthToDisplayCellText && diff --git a/packages/devtools_app/lib/src/shared/config_specific/drag_and_drop/_drag_and_drop_web.dart b/packages/devtools_app/lib/src/shared/config_specific/drag_and_drop/_drag_and_drop_web.dart index a3748693b40..c3fae1bd555 100644 --- a/packages/devtools_app/lib/src/shared/config_specific/drag_and_drop/_drag_and_drop_web.dart +++ b/packages/devtools_app/lib/src/shared/config_specific/drag_and_drop/_drag_and_drop_web.dart @@ -5,6 +5,7 @@ import 'dart:async'; import 'dart:convert'; import 'dart:js_interop'; + import 'package:web/web.dart'; import '../../globals.dart'; @@ -51,7 +52,7 @@ class DragAndDropManagerWeb extends DragAndDropManager { dragLeave(); } - void _onDrop(MouseEvent event) async { + void _onDrop(MouseEvent event) { drop(); // Stop the browser from redirecting. diff --git a/packages/devtools_app/lib/src/shared/config_specific/drag_and_drop/drag_and_drop.dart b/packages/devtools_app/lib/src/shared/config_specific/drag_and_drop/drag_and_drop.dart index f469c107f99..2b26dd69e65 100644 --- a/packages/devtools_app/lib/src/shared/config_specific/drag_and_drop/drag_and_drop.dart +++ b/packages/devtools_app/lib/src/shared/config_specific/drag_and_drop/drag_and_drop.dart @@ -151,19 +151,18 @@ class DragAndDropState extends State { _refreshDragAndDropManager(View.of(context).viewId); return MetaData( metaData: DragAndDropMetaData(state: this), - child: - widget.handleDrop != null - ? ValueListenableBuilder( - valueListenable: _dragging, - builder: (context, dragging, _) { - // TODO(kenz): use AnimatedOpacity instead. - return Opacity( - opacity: dragging ? 0.5 : 1.0, - child: widget.child, - ); - }, - ) - : widget.child, + child: widget.handleDrop != null + ? ValueListenableBuilder( + valueListenable: _dragging, + builder: (context, dragging, _) { + // TODO(kenz): use AnimatedOpacity instead. + return Opacity( + opacity: dragging ? 0.5 : 1.0, + child: widget.child, + ); + }, + ) + : widget.child, ); } diff --git a/packages/devtools_app/lib/src/shared/config_specific/import_export/_export_web.dart b/packages/devtools_app/lib/src/shared/config_specific/import_export/_export_web.dart index 7b6e865ac47..d78708747ce 100644 --- a/packages/devtools_app/lib/src/shared/config_specific/import_export/_export_web.dart +++ b/packages/devtools_app/lib/src/shared/config_specific/import_export/_export_web.dart @@ -5,7 +5,7 @@ import 'dart:js_interop'; import 'dart:typed_data'; -import 'package:web/web.dart' hide NodeGlue; +import 'package:web/web.dart'; import 'import_export.dart'; diff --git a/packages/devtools_app/lib/src/shared/console/console.dart b/packages/devtools_app/lib/src/shared/console/console.dart index 273d4d70b74..c9840ce9312 100644 --- a/packages/devtools_app/lib/src/shared/console/console.dart +++ b/packages/devtools_app/lib/src/shared/console/console.dart @@ -48,7 +48,10 @@ class ConsoleFrame extends StatelessWidget { padding: const EdgeInsets.only(bottom: densePadding), child: Column( crossAxisAlignment: CrossAxisAlignment.stretch, - children: [if (title != null) title!, Expanded(child: child)], + children: [ + if (title != null) title!, + Expanded(child: child), + ], ), ); } @@ -206,10 +209,11 @@ class _ConsoleOutputState extends State<_ConsoleOutput> ), ), // consider constraining a max height. - Padding( - padding: const EdgeInsets.only(top: denseSpacing), - child: widget.footer!, - ), + if (widget.footer != null) + Padding( + padding: const EdgeInsets.only(top: denseSpacing), + child: widget.footer, + ), ], ), ), diff --git a/packages/devtools_app/lib/src/shared/console/eval/auto_complete.dart b/packages/devtools_app/lib/src/shared/console/eval/auto_complete.dart index 5e151be0505..5cfc2aa3ab7 100644 --- a/packages/devtools_app/lib/src/shared/console/eval/auto_complete.dart +++ b/packages/devtools_app/lib/src/shared/console/eval/auto_complete.dart @@ -170,11 +170,10 @@ Future> libraryMemberAutocompletes( LibraryRef libraryRef, { required bool includePrivates, }) async { - var result = - (await _appState.cache.libraryMemberAutocomplete.putIfAbsent( - libraryRef, - () => _libraryMemberAutocompletes(evalService, libraryRef), - )).nonNulls; + var result = (await _appState.cache.libraryMemberAutocomplete.putIfAbsent( + libraryRef, + () => _libraryMemberAutocompletes(evalService, libraryRef), + )).nonNulls; if (!includePrivates) { result = result.where((name) => !isPrivateMember(name)); } diff --git a/packages/devtools_app/lib/src/shared/console/eval/eval_service.dart b/packages/devtools_app/lib/src/shared/console/eval/eval_service.dart index 90b3b38fe91..97aaf706131 100644 --- a/packages/devtools_app/lib/src/shared/console/eval/eval_service.dart +++ b/packages/devtools_app/lib/src/shared/console/eval/eval_service.dart @@ -185,10 +185,12 @@ class EvalService extends DisposableController with AutoDisposeControllerMixin { ) async { final isolateId = isolateRef.id!; - final theClass = (await serviceConnection.serviceManager.service! - .getClassList(isolateId)).classes!.firstWhereOrNull( - (ref) => object.className?.matches(ref) ?? false, - ); + final theClass = + (await serviceConnection.serviceManager.service!.getClassList( + isolateId, + )).classes!.firstWhereOrNull( + (ref) => object.className?.matches(ref) ?? false, + ); return await findInstance(isolateId, theClass?.id, object.code); } diff --git a/packages/devtools_app/lib/src/shared/console/eval/inspector_tree.dart b/packages/devtools_app/lib/src/shared/console/eval/inspector_tree.dart index 3a79c32e461..1afbf488668 100644 --- a/packages/devtools_app/lib/src/shared/console/eval/inspector_tree.dart +++ b/packages/devtools_app/lib/src/shared/console/eval/inspector_tree.dart @@ -9,7 +9,6 @@ /// This allows tests of the complicated logic in this class to run on the VM. library; -import 'package:devtools_app_shared/ui.dart'; import 'package:flutter/foundation.dart'; import '../../diagnostics/diagnostics_node.dart'; @@ -28,8 +27,8 @@ typedef TreeEventCallback = void Function(InspectorTreeNode node); const iconPadding = 4.0; const chartLineStrokeWidth = 1.0; -double get inspectorColumnWidth => scaleByFontFactor(12.0); -double get inspectorRowHeight => scaleByFontFactor(16.0); +const inspectorColumnWidth = 12.0; +const inspectorRowHeight = 16.0; /// This class could be refactored out to be a reasonable generic collapsible /// tree ui node class but we choose to instead make it widget inspector diff --git a/packages/devtools_app/lib/src/shared/console/eval/inspector_tree_v2.dart b/packages/devtools_app/lib/src/shared/console/eval/inspector_tree_v2.dart index ffe2502b627..c505152acad 100644 --- a/packages/devtools_app/lib/src/shared/console/eval/inspector_tree_v2.dart +++ b/packages/devtools_app/lib/src/shared/console/eval/inspector_tree_v2.dart @@ -9,8 +9,6 @@ /// This allows tests of the complicated logic in this class to run on the VM. library; -import 'package:devtools_app_shared/ui.dart'; - import '../../diagnostics/diagnostics_node.dart'; import '../../ui/search.dart'; @@ -27,8 +25,8 @@ typedef TreeEventCallback = void Function(InspectorTreeNode node); const iconPadding = 4.0; const chartLineStrokeWidth = 1.0; -double get inspectorColumnIndent => scaleByFontFactor(36.0); -double get inspectorRowHeight => scaleByFontFactor(20.0); +const inspectorColumnIndent = 36.0; +const inspectorRowHeight = 20.0; /// This class could be refactored out to be a reasonable generic collapsible /// tree ui node class but we choose to instead make it widget inspector diff --git a/packages/devtools_app/lib/src/shared/console/widgets/console_pane.dart b/packages/devtools_app/lib/src/shared/console/widgets/console_pane.dart index 7c4d80fb33f..5a40db7b21f 100644 --- a/packages/devtools_app/lib/src/shared/console/widgets/console_pane.dart +++ b/packages/devtools_app/lib/src/shared/console/widgets/console_pane.dart @@ -24,8 +24,8 @@ class ConsolePaneHeader extends AreaPaneHeader { const ConsoleHelpLink(), const SizedBox(width: densePadding), CopyToClipboardControl( - dataProvider: - () => serviceConnection.consoleService.stdio.value.join('\n'), + dataProvider: () => + serviceConnection.consoleService.stdio.value.join('\n'), buttonKey: ConsolePane.copyToClipboardButtonKey, ), const SizedBox(width: densePadding), @@ -62,7 +62,11 @@ class ConsolePane extends StatelessWidget { } return Column( - children: [Expanded(child: Console(lines: stdio, footer: footer))], + children: [ + Expanded( + child: Console(lines: stdio, footer: footer), + ), + ], ); } } diff --git a/packages/devtools_app/lib/src/shared/console/widgets/description.dart b/packages/devtools_app/lib/src/shared/console/widgets/description.dart index 70b88a2dc72..7ea83892fd9 100644 --- a/packages/devtools_app/lib/src/shared/console/widgets/description.dart +++ b/packages/devtools_app/lib/src/shared/console/widgets/description.dart @@ -87,7 +87,7 @@ class DiagnosticsNodeDescription extends StatelessWidget { // otherwise assume defaultFontSize for the TextStyle. final textStyle = diagnostic?.descriptionTextStyleFromBuild ?? - TextStyle(fontSize: defaultFontSize); + const TextStyle(fontSize: defaultFontSize); final spans = DiagnosticsNodeDescription.buildDescriptionTextSpans( description: diagnostic?.description ?? '', @@ -192,59 +192,55 @@ class DiagnosticsNodeDescription extends StatelessWidget { diagnostic?.descriptionTextStyleFromBuild = textStyle; final textSpan = TextSpan( - children: - buildDescriptionTextSpans( - description: description, - textStyle: textStyle, - colorScheme: colorScheme, - diagnostic: diagnostic, - searchValue: searchValue, - nodeDescriptionHighlightStyle: nodeDescriptionHighlightStyle, - ).toList(), + children: buildDescriptionTextSpans( + description: description, + textStyle: textStyle, + colorScheme: colorScheme, + diagnostic: diagnostic, + searchValue: searchValue, + nodeDescriptionHighlightStyle: nodeDescriptionHighlightStyle, + ).toList(), ); final diagnosticLocal = diagnostic!; final inspectorService = serviceConnection.inspectorService!; return HoverCardTooltip.async( - enabled: - () => - preferences.inspector.hoverEvalModeEnabled.value && - diagnosticLocal.objectGroupApi != null && - !isPrimitiveValueOrNull(description), - asyncGenerateHoverCardData: ({ - required event, - required isHoverStale, - }) async { - final group = inspectorService.createObjectGroup('hover'); - - if (isHoverStale()) return Future.value(); - final value = await group.toObservatoryInstanceRef( - diagnosticLocal.valueRef, - ); - - final variable = DartObjectNode.fromValue( - value: value, - isolateRef: inspectorService.isolateRef, - diagnostic: diagnosticLocal, - ); - - if (isHoverStale()) return Future.value(); - await buildVariablesTree(variable); - final tasks = >[]; - for (final child in variable.children) { - tasks.add(() async { - if (!isHoverStale()) await buildVariablesTree(child); - }()); - } - await tasks.wait; - variable.expand(); - - return HoverCardData( - title: diagnosticLocal.toStringShort(), - contents: Material(child: ExpandableVariable(variable: variable)), - ); - }, + enabled: () => + preferences.inspector.hoverEvalModeEnabled.value && + diagnosticLocal.objectGroupApi != null && + !isPrimitiveValueOrNull(description), + asyncGenerateHoverCardData: + ({required event, required isHoverStale}) async { + final group = inspectorService.createObjectGroup('hover'); + + if (isHoverStale()) return Future.value(); + final value = await group.toObservatoryInstanceRef( + diagnosticLocal.valueRef, + ); + + final variable = DartObjectNode.fromValue( + value: value, + isolateRef: inspectorService.isolateRef, + diagnostic: diagnosticLocal, + ); + + if (isHoverStale()) return Future.value(); + await buildVariablesTree(variable); + final tasks = >[]; + for (final child in variable.children) { + tasks.add(() async { + if (!isHoverStale()) await buildVariablesTree(child); + }()); + } + await tasks.wait; + variable.expand(); + + return HoverCardData( + title: diagnosticLocal.toStringShort(), + contents: Material(child: ExpandableVariable(variable: variable)), + ); + }, child: DescriptionDisplay( text: textSpan, multiline: multiline, @@ -265,10 +261,9 @@ class DiagnosticsNodeDescription extends StatelessWidget { final theme = Theme.of(context); final colorScheme = theme.colorScheme; - final icon = - customIconName != null - ? RemoteDiagnosticsNode.iconMaker.fromWidgetName(customIconName) - : diagnosticLocal.icon; + final icon = customIconName != null + ? RemoteDiagnosticsNode.iconMaker.fromWidgetName(customIconName) + : diagnosticLocal.icon; final children = []; @@ -329,10 +324,9 @@ class DiagnosticsNodeDescription extends StatelessWidget { final green = JsonUtils.getIntMember(properties, 'green'); final blue = JsonUtils.getIntMember(properties, 'blue'); String radix(int chan) => chan.toRadixString(16).padLeft(2, '0'); - description = - alpha == 255 - ? '#${radix(red)}${radix(green)}${radix(blue)}' - : '#${radix(alpha)}${radix(red)}${radix(green)}${radix(blue)}'; + description = alpha == 255 + ? '#${radix(red)}${radix(green)}${radix(blue)}' + : '#${radix(alpha)}${radix(red)}${radix(green)}${radix(blue)}'; final color = Color.fromARGB(alpha, red, green, blue); children.add(_paddedIcon(_colorIconMaker.getCustomIcon(color))); @@ -479,10 +473,9 @@ class DiagnosticsNodeDescription extends StatelessWidget { text: errorText, // When the node is selected, the background will be an error // color so don't render the text the same color. - style: - isSelected - ? DiagnosticsTextStyles.regular(colorScheme) - : DiagnosticsTextStyles.error(colorScheme), + style: isSelected + ? DiagnosticsTextStyles.regular(colorScheme) + : DiagnosticsTextStyles.error(colorScheme), ), ), ); @@ -578,7 +571,7 @@ class DescriptionDisplay extends StatelessWidget { @override Widget build(BuildContext context) { if (multiline) { - return SelectableText.rich(text); + return SelectionArea(child: Text.rich(text)); } if (actionLabel != null) { diff --git a/packages/devtools_app/lib/src/shared/console/widgets/display_provider.dart b/packages/devtools_app/lib/src/shared/console/widgets/display_provider.dart index 5eccdde4f70..2fed4f1c9b4 100644 --- a/packages/devtools_app/lib/src/shared/console/widgets/display_provider.dart +++ b/packages/devtools_app/lib/src/shared/console/widgets/display_provider.dart @@ -91,21 +91,19 @@ class _DisplayProviderState extends State { overflow: TextOverflow.ellipsis, TextSpan( text: hasName ? widget.variable.name : null, - style: - widget.variable.artificialName - ? theme.subtleFixedFontStyle - : theme.fixedFontStyle.apply( - color: theme.colorScheme.controlFlowSyntaxColor, - ), + style: widget.variable.artificialName + ? theme.subtleFixedFontStyle + : theme.fixedFontStyle.apply( + color: theme.colorScheme.controlFlowSyntaxColor, + ), children: [ if (hasName) TextSpan(text: ': ', style: theme.fixedFontStyle), TextSpan( text: displayValue, - style: - widget.variable.artificialValue - ? theme.subtleFixedFontStyle - : _variableDisplayStyle(theme, widget.variable), + style: widget.variable.artificialValue + ? theme.subtleFixedFontStyle + : _variableDisplayStyle(theme, widget.variable), ), ], ), @@ -344,8 +342,9 @@ class _InteractivityWrapperState extends State { return GestureDetector( behavior: HitTestBehavior.opaque, onTap: _onTap, - onSecondaryTapUp: - contextMenuOnSecondaryTapEnabled ? _onSecondaryTapUp : null, + onSecondaryTapUp: contextMenuOnSecondaryTapEnabled + ? _onSecondaryTapUp + : null, child: widget.child, ); } diff --git a/packages/devtools_app/lib/src/shared/console/widgets/evaluate.dart b/packages/devtools_app/lib/src/shared/console/widgets/evaluate.dart index 6bdbadf78ed..e7c07d9704a 100644 --- a/packages/devtools_app/lib/src/shared/console/widgets/evaluate.dart +++ b/packages/devtools_app/lib/src/shared/console/widgets/evaluate.dart @@ -161,8 +161,8 @@ class ExpressionEvalFieldState extends State final matches = parts.activeWord.startsWith(_activeWord) && _activeWord.isNotEmpty - ? _filterMatches(_matches, parts.activeWord) - : await widget.getAutoCompleteResults(parts, evalService); + ? _filterMatches(_matches, parts.activeWord) + : await widget.getAutoCompleteResults(parts, evalService); _matches = matches; _activeWord = parts.activeWord; @@ -174,11 +174,10 @@ class ExpressionEvalFieldState extends State ..clearSearchAutoComplete() ..clearCurrentSuggestion(); } else { - final results = - matches - .sublist(0, min(defaultTopMatchesLimit, matches.length)) - .map((match) => AutoCompleteMatch(match)) - .toList(); + final results = matches + .sublist(0, min(defaultTopMatchesLimit, matches.length)) + .map((match) => AutoCompleteMatch(match)) + .toList(); _autoCompleteController ..searchAutoComplete.value = results @@ -231,21 +230,18 @@ class ExpressionEvalFieldState extends State labelText: 'Eval. Enter "?" for help.', labelStyle: Theme.of(context).subtleTextStyle, ), - overlayXPositionBuilder: ( - String inputValue, - TextStyle? inputStyle, - ) { - // X-coordinate is equivalent to the width of the input text - // up to the last "." or the insertion point (cursor): - final indexOfDot = inputValue.lastIndexOf('.'); - final textSegment = - indexOfDot != -1 + overlayXPositionBuilder: + (String inputValue, TextStyle? inputStyle) { + // X-coordinate is equivalent to the width of the input text + // up to the last "." or the insertion point (cursor): + final indexOfDot = inputValue.lastIndexOf('.'); + final textSegment = indexOfDot != -1 ? inputValue.substring(0, indexOfDot + 1) : inputValue; - return calculateTextSpanWidth( - TextSpan(text: textSegment, style: inputStyle), - ); - }, + return calculateTextSpanWidth( + TextSpan(text: textSegment, style: inputStyle), + ); + }, // Disable ligatures, so the suggestions of the auto complete work correcly. style: Theme.of(context).fixedFontStyle.copyWith( fontFeatures: [const FontFeature.disable('liga')], @@ -444,20 +440,18 @@ class ExpressionEvalFieldState extends State return kSuccess; } - final isolateId = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value - ?.id; - final isolateName = - serviceConnection - .serviceManager - .isolateManager - .selectedIsolate - .value - ?.name; + final isolateId = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value + ?.id; + final isolateName = serviceConnection + .serviceManager + .isolateManager + .selectedIsolate + .value + ?.name; if (isolateId == null || isolateName == null) { _emitToConsole('Selected isolate cannot be detected.'); diff --git a/packages/devtools_app/lib/src/shared/development_helpers.dart b/packages/devtools_app/lib/src/shared/development_helpers.dart index 48c54a4d20b..421e6102f39 100644 --- a/packages/devtools_app/lib/src/shared/development_helpers.dart +++ b/packages/devtools_app/lib/src/shared/development_helpers.dart @@ -54,7 +54,7 @@ bool debugShowAnalyticsConsentMessage = false; /// This flag should never be checked in with a value of true - this is covered /// by a test. final debugDevToolsExtensions = - _debugDevToolsExtensions || integrationTestMode || testMode || stagerMode; + _debugDevToolsExtensions || testMode || stagerMode; const _debugDevToolsExtensions = false; List debugHandleRefreshAvailableExtensions({ @@ -66,8 +66,9 @@ ExtensionEnabledState debugHandleExtensionEnabledState({ bool? enable, }) { if (enable != null) { - stubExtensionEnabledStates[extensionName] = - enable ? ExtensionEnabledState.enabled : ExtensionEnabledState.disabled; + stubExtensionEnabledStates[extensionName] = enable + ? ExtensionEnabledState.enabled + : ExtensionEnabledState.disabled; } return stubExtensionEnabledStates.putIfAbsent( extensionName, @@ -83,8 +84,10 @@ void resetDevToolsExtensionEnabledStates() => /// server connection. final stubExtensionEnabledStates = {}; -// ignore: avoid_classes_with_only_static_members, useful for testing. -abstract class StubDevToolsExtensions { +/// A namespace for stubbed DevTools extensions. +/// +/// These are useful for testing and local development. +extension StubDevToolsExtensions on Never { /// Extension for package:foo detected from a running app that requires a /// connected app. static final fooExtension = DevToolsExtensionConfig.parse({ diff --git a/packages/devtools_app/lib/src/shared/diagnostics/dart_object_node.dart b/packages/devtools_app/lib/src/shared/diagnostics/dart_object_node.dart index d3bd6dbd6c6..f6cc1a7f01f 100644 --- a/packages/devtools_app/lib/src/shared/diagnostics/dart_object_node.dart +++ b/packages/devtools_app/lib/src/shared/diagnostics/dart_object_node.dart @@ -313,10 +313,9 @@ class DartObjectNode extends TreeNode { // to `children.length` if it's not provide (this means we don't get // the count until the record is expanded): final count = value.length ?? children.length; - valueStr = - count == 0 - ? 'Record' - : 'Record ($count ${pluralize('field', count)})'; + valueStr = count == 0 + ? 'Record' + : 'Record ($count ${pluralize('field', count)})'; } else if (value.valueAsString == null) { valueStr = value.classRef?.name ?? ''; } else { @@ -374,9 +373,33 @@ class DartObjectNode extends TreeNode { if (text != null) return text!; final instanceRef = ref!.instanceRef; - final value = - instanceRef is InstanceRef ? instanceRef.valueAsString : instanceRef; - return '$name - $value'; + if (instanceRef != null && !name.isNullOrEmpty) { + final length = instanceRef.length; + // Show the variable name, kind, and length for instance kinds that have a + // length (maps, lists, sets, etc). + if (instanceRef.length != null) { + return '$name - ${instanceRef.kind} ($length)'; + } + + // Show the variable name and value for instance kinds without a length + //(e.g. strings, booleans, ints). + return '$name - ${instanceRef.valueAsString}'; + } + + // Use the diagnostics node (if it exists). This is only provided for + // Inspector nodes. + final diagnostic = ref?.diagnostic; + final description = diagnostic?.description; + if (description != null) { + final separator = diagnostic!.separator; + final textPreview = diagnostic.json['textPreview']; + return textPreview != null + ? '$description$separator $textPreview' + : description; + } + + // Fallback to returning the runtime type as a catch-all. + return ref.runtimeType.toString(); } /// Selects the object in the Flutter Widget inspector. diff --git a/packages/devtools_app/lib/src/shared/diagnostics/inspector_service.dart b/packages/devtools_app/lib/src/shared/diagnostics/inspector_service.dart index ff7c99ead9f..805e83f22ef 100644 --- a/packages/devtools_app/lib/src/shared/diagnostics/inspector_service.dart +++ b/packages/devtools_app/lib/src/shared/diagnostics/inspector_service.dart @@ -128,9 +128,9 @@ abstract class InspectorServiceBase extends DisposableController return useDaemonApi ? await invokeServiceMethodDaemonNoGroupArgs(methodName) == true : (await invokeServiceMethodObservatoryNoGroup( - methodName, - ))?.valueAsString == - 'true'; + methodName, + ))?.valueAsString == + 'true'; } Future invokeServiceMethodDaemonNoGroupArgs( @@ -338,8 +338,10 @@ class InspectorService extends InspectorServiceBase { // here. assert(!directory.startsWith('package:')); - final parts = - directory.split('/').where((element) => element.isNotEmpty).toList(); + final parts = directory + .split('/') + .where((element) => element.isNotEmpty) + .toList(); final libIndex = parts.lastIndexOf('lib'); final path = libIndex > 0 ? parts.sublist(0, libIndex) : parts; // Special case handling of bazel packages. @@ -499,14 +501,22 @@ abstract class InspectorObjectGroupBase /// attempt carefully cancel futures. @override Future dispose() { - // No need to dispose the group if the isolate is already gone. - final disposeComplete = - inspectorService.isolateRef != null - ? invokeVoidServiceMethod( - WidgetInspectorServiceExtensions.disposeGroup.name, - groupName, - ) - : Future.value(); + var disposeComplete = Future.value(); + try { + // Only dispose the group if the isolate still exists. + if (inspectorService.isolateRef != null) { + disposeComplete = invokeVoidServiceMethod( + WidgetInspectorServiceExtensions.disposeGroup.name, + groupName, + ); + } + } on RPCError catch (e) { + if (!e.isServiceDisposedError) { + // Swallow exceptions related to trying to dispose an Inspector group on + // an already disposed service connection. Otherwise, rethrow. + rethrow; + } + } disposed = true; return disposeComplete; } @@ -518,11 +528,11 @@ abstract class InspectorObjectGroupBase if (disposed) return null; return useDaemonApi ? parseDiagnosticsNodeDaemon( - invokeServiceMethodDaemonInspectorRef(methodName, ref), - ) + invokeServiceMethodDaemonInspectorRef(methodName, ref), + ) : parseDiagnosticsNodeObservatory( - invokeServiceMethodObservatoryInspectorRef(methodName, ref), - ); + invokeServiceMethodObservatoryInspectorRef(methodName, ref), + ); } Future invokeServiceMethodWithArgReturningNode( @@ -532,11 +542,11 @@ abstract class InspectorObjectGroupBase if (disposed) return null; return useDaemonApi ? parseDiagnosticsNodeDaemon( - invokeServiceMethodDaemonArg(methodName, arg, groupName), - ) + invokeServiceMethodDaemonArg(methodName, arg, groupName), + ) : parseDiagnosticsNodeObservatory( - invokeServiceMethodObservatoryWithGroupName1(methodName, arg), - ); + invokeServiceMethodObservatoryWithGroupName1(methodName, arg), + ); } Future invokeServiceMethodDaemonArg( @@ -853,15 +863,15 @@ abstract class InspectorObjectGroupBase if (disposed) return const []; return useDaemonApi ? parseDiagnosticsNodesDaemon( - invokeServiceMethodDaemonInspectorRef(methodName, instanceRef), - parent, - isProperty, - ) + invokeServiceMethodDaemonInspectorRef(methodName, instanceRef), + parent, + isProperty, + ) : parseDiagnosticsNodesObservatory( - invokeServiceMethodObservatoryInspectorRef(methodName, instanceRef), - parent, - isProperty, - ); + invokeServiceMethodObservatoryInspectorRef(methodName, instanceRef), + parent, + isProperty, + ); } /// Evaluate an expression where `object` references the `inspectorRef` or @@ -1061,19 +1071,19 @@ class ObjectGroup extends InspectorObjectGroupBase { } return useDaemonApi ? handleSetSelectionDaemon( - invokeServiceMethodDaemonInspectorRef( - WidgetInspectorServiceExtensions.setSelectionById.name, - selection, - ), - uiAlreadyUpdated, - ) + invokeServiceMethodDaemonInspectorRef( + WidgetInspectorServiceExtensions.setSelectionById.name, + selection, + ), + uiAlreadyUpdated, + ) : handleSetSelectionObservatory( - invokeServiceMethodObservatoryInspectorRef( - WidgetInspectorServiceExtensions.setSelectionById.name, - selection, - ), - uiAlreadyUpdated, - ); + invokeServiceMethodObservatoryInspectorRef( + WidgetInspectorServiceExtensions.setSelectionById.name, + selection, + ), + uiAlreadyUpdated, + ); } Future setSelection(GenericInstanceRef selection) async { diff --git a/packages/devtools_app/lib/src/shared/diagnostics/references.dart b/packages/devtools_app/lib/src/shared/diagnostics/references.dart index 9305d34f4c3..a353f7c83b2 100644 --- a/packages/devtools_app/lib/src/shared/diagnostics/references.dart +++ b/packages/devtools_app/lib/src/shared/diagnostics/references.dart @@ -101,43 +101,41 @@ Future addChildReferences(DartObjectNode variable) async { return; case RefNodeType.staticInRefs: - final children = - ref.heapSelection - .references(ref.refNodeType.direction!) - .where((s) => !s.className!.isNull) - .map( - (s) => DartObjectNode.references( - s.className!.className, - ObjectReferences( - refNodeType: RefNodeType.staticInRefs, - heapSelection: s, - isolateRef: ref.isolateRef, - value: null, - ), - isRerootable: true, - ), - ) - .toList(); + final children = ref.heapSelection + .references(ref.refNodeType.direction!) + .where((s) => !s.className!.isNull) + .map( + (s) => DartObjectNode.references( + s.className!.className, + ObjectReferences( + refNodeType: RefNodeType.staticInRefs, + heapSelection: s, + isolateRef: ref.isolateRef, + value: null, + ), + isRerootable: true, + ), + ) + .toList(); variable.addAllChildren(children); return; case RefNodeType.staticOutRefs: - final children = - ref.heapSelection - .references(ref.refNodeType.direction!) - .where((s) => !s.className!.isNull) - .map( - (s) => DartObjectNode.references( - '${s.className!.className}, ${prettyPrintRetainedSize(s.retainedSize)}', - ObjectReferences( - refNodeType: RefNodeType.staticOutRefs, - heapSelection: s, - isolateRef: ref.isolateRef, - value: null, - ), - isRerootable: true, - ), - ) - .toList(); + final children = ref.heapSelection + .references(ref.refNodeType.direction!) + .where((s) => !s.className!.isNull) + .map( + (s) => DartObjectNode.references( + '${s.className!.className}, ${prettyPrintRetainedSize(s.retainedSize)}', + ObjectReferences( + refNodeType: RefNodeType.staticOutRefs, + heapSelection: s, + isolateRef: ref.isolateRef, + value: null, + ), + isRerootable: true, + ), + ) + .toList(); variable.addAllChildren(children); return; case RefNodeType.liveRefRoot: diff --git a/packages/devtools_app/lib/src/shared/diagnostics/tree_builder.dart b/packages/devtools_app/lib/src/shared/diagnostics/tree_builder.dart index c68aec96c57..d4f02f17553 100644 --- a/packages/devtools_app/lib/src/shared/diagnostics/tree_builder.dart +++ b/packages/devtools_app/lib/src/shared/diagnostics/tree_builder.dart @@ -102,10 +102,10 @@ Future _addDiagnosticChildrenIfNeeded( void _setupGrouping(DartObjectNode variable) { final numChildrenInGrouping = variable.childCount >= pow(DartObjectNode.maxChildrenInGrouping, 2) - ? (roundToNearestPow10(variable.childCount) / - DartObjectNode.maxChildrenInGrouping) - .floor() - : DartObjectNode.maxChildrenInGrouping; + ? (roundToNearestPow10(variable.childCount) / + DartObjectNode.maxChildrenInGrouping) + .floor() + : DartObjectNode.maxChildrenInGrouping; var start = variable.offset; final end = start + variable.childCount; diff --git a/packages/devtools_app/lib/src/shared/editor/api_classes.dart b/packages/devtools_app/lib/src/shared/editor/api_classes.dart index 9ed04a2190a..b30b3a32c20 100644 --- a/packages/devtools_app/lib/src/shared/editor/api_classes.dart +++ b/packages/devtools_app/lib/src/shared/editor/api_classes.dart @@ -31,14 +31,36 @@ enum EditorMethod { /// TODO(https://github.com/flutter/devtools/issues/8824): Add tests that these /// are in-sync with analysis_server. enum LspMethod { + codeAction(methodName: 'textDocument/codeAction'), editableArguments(methodName: 'dart/textDocument/editableArguments'), - editArgument(methodName: 'dart/textDocument/editArgument'); + editArgument(methodName: 'dart/textDocument/editArgument'), + executeCommand(methodName: 'workspace/executeCommand'); const LspMethod({required this.methodName}); + /// Returns the [LspMethod] for the given [methodName]. + /// + /// If the [methodName] does not exist, returns null. + static LspMethod? fromMethodName(String methodName) => + _methodNameToMethodLookup[methodName]; + final String methodName; - String get experimentalMethodName => 'experimental/$methodName'; + static final _methodNameToMethodLookup = { + for (final method in LspMethod.values) method.methodName: method, + }; + + static final _registrationStatus = { + for (final method in LspMethod.values) method: false, + }; + + /// Sets the registration status for this LSP method. + set isRegistered(bool isRegistered) { + _registrationStatus[this] = isRegistered; + } + + /// Gets the current registration status of this LSP method. + bool get isRegistered => _registrationStatus[this] ?? false; } /// Known kinds of events that may come from the editor. @@ -82,12 +104,14 @@ enum EditorEventKind { /// Constants for all fields used in JSON maps to avoid literal strings that /// may have typos sprinkled throughout the API classes. abstract class Field { + static const actions = 'actions'; static const active = 'active'; static const anchor = 'anchor'; static const arguments = 'arguments'; static const backgroundColor = 'backgroundColor'; static const category = 'category'; static const character = 'character'; + static const command = 'command'; static const debuggerType = 'debuggerType'; static const debugSession = 'debugSession'; static const debugSessionId = 'debugSessionId'; @@ -115,6 +139,7 @@ abstract class Field { static const isEditable = 'isEditable'; static const isNullable = 'isNullable'; static const isRequired = 'isRequired'; + static const kind = 'kind'; static const line = 'line'; static const name = 'name'; static const options = 'options'; @@ -133,6 +158,7 @@ abstract class Field { static const supportsForceExternal = 'supportsForceExternal'; static const textDocument = 'textDocument'; static const theme = 'theme'; + static const title = 'title'; static const type = 'type'; static const uri = 'uri'; static const value = 'value'; @@ -327,11 +353,10 @@ class ActiveLocationChangedEvent extends EditorEvent { textDocument: TextDocument.fromJson( map[Field.textDocument] as Map, ), - selections: - (map[Field.selections] as List) - .cast>() - .map(EditorSelection.fromJson) - .toList(), + selections: (map[Field.selections] as List) + .cast>() + .map(EditorSelection.fromJson) + .toList(), ); final List selections; @@ -479,17 +504,13 @@ class EditableArgumentsResult with Serializable { : this( name: map[Field.name] as String?, documentation: map[Field.documentation] as String?, - range: - (map[Field.range] as Map?) == null - ? null - : EditorRange.fromJson( - map[Field.range] as Map, - ), - args: - (map[Field.arguments] as List? ?? []) - .cast>() - .map(EditableArgument.fromJson) - .toList(), + range: (map[Field.range] as Map?) == null + ? null + : EditorRange.fromJson(map[Field.range] as Map), + args: (map[Field.arguments] as List? ?? []) + .cast>() + .map(EditableArgument.fromJson) + .toList(), ); final List args; @@ -506,6 +527,63 @@ class EditableArgumentsResult with Serializable { }; } +/// Constants for [CodeActionCommand] prefixes used to filter the results +/// returned by an [LspMethod.codeAction] request. +abstract class CodeActionPrefixes { + static const flutterWrap = 'refactor.flutter.wrap'; +} + +/// The result of an [LspMethod.codeAction] request to the Analysis Server. +/// +/// Contains a list of [CodeActionCommand]s that can be performed. +class CodeActionResult with Serializable { + CodeActionResult({required this.actions}); + + CodeActionResult.fromJson(List> list) + : this(actions: list.map(CodeActionCommand.fromJson).toList()); + + final List actions; + + @override + Map toJson() => {Field.actions: actions}; +} + +/// A code action (also known as a "Refactor" or "Quick Fix") that can be called +/// via an [LspMethod.executeCommand] request. +/// +/// For example, "Wrap with Center" or "Wrap with Container". +class CodeActionCommand with Serializable { + CodeActionCommand({ + required this.command, + required this.title, + required this.args, + }); + + CodeActionCommand.fromJson(Map map) + : this( + command: map[Field.command] as String, + title: map[Field.title] as String, + args: map[Field.arguments] as List? ?? [], + ); + + /// The command identifier to send to [LspMethod.executeCommand]. + final String command; + + /// The human-readable title of the command, e.g., "Wrap with Center". + final String title; + + /// Arguments that should be passed to [LspMethod.executeCommand] when + /// invoking this action. + final List args; + + @override + Map toJson() => { + Field.command: command, + Field.title: title, + Field.arguments: args, + }; +} + /// Errors that the Analysis Server returns for failed argument edits. /// /// These should be kept in sync with the error coes defined at @@ -559,16 +637,17 @@ enum EditArgumentError { } } -/// Response to an edit argument request. -class EditArgumentResponse { - EditArgumentResponse({required this.success, this.errorMessage, errorCode}) - : _errorCode = errorCode; +/// Generic response representing whether a request was a [success]. +class GenericApiResponse { + GenericApiResponse({ + required this.success, + this.errorMessage, + this.errorCode, + }); final bool success; final String? errorMessage; - final int? _errorCode; - - EditArgumentError? get errorType => EditArgumentError.fromCode(_errorCode); + final int? errorCode; } /// Information about a single editable argument of a widget. @@ -693,11 +772,10 @@ class GetDevicesResult with Serializable { GetDevicesResult.fromJson(Map map) : this( - devices: - (map[Field.devices] as List) - .cast>() - .map(EditorDevice.fromJson) - .toList(), + devices: (map[Field.devices] as List) + .cast>() + .map(EditorDevice.fromJson) + .toList(), selectedDeviceId: map[Field.selectedDeviceId] as String?, ); @@ -717,11 +795,10 @@ class GetDebugSessionsResult with Serializable { GetDebugSessionsResult.fromJson(Map map) : this( - debugSessions: - (map[Field.debugSessions] as List) - .cast>() - .map(EditorDebugSession.fromJson) - .toList(), + debugSessions: (map[Field.debugSessions] as List) + .cast>() + .map(EditorDebugSession.fromJson) + .toList(), ); final List debugSessions; diff --git a/packages/devtools_app/lib/src/shared/editor/editor_client.dart b/packages/devtools_app/lib/src/shared/editor/editor_client.dart index b3ea9632764..496f860d970 100644 --- a/packages/devtools_app/lib/src/shared/editor/editor_client.dart +++ b/packages/devtools_app/lib/src/shared/editor/editor_client.dart @@ -5,6 +5,7 @@ import 'dart:async'; import 'package:devtools_app_shared/utils.dart'; +import 'package:devtools_shared/devtools_shared.dart'; import 'package:dtd/dtd.dart'; import 'package:flutter/foundation.dart'; import 'package:json_rpc_2/json_rpc_2.dart'; @@ -32,23 +33,33 @@ class EditorClient extends DisposableController Future _initialize() async { autoDisposeStreamSubscription( - _dtd.onEvent('Service').listen((data) { + _dtd.onEvent(CoreDtdServiceConstants.servicesStreamId).listen((data) { final kind = data.kind; - if (kind != 'ServiceRegistered' && kind != 'ServiceUnregistered') { + if (kind != CoreDtdServiceConstants.serviceRegisteredKind && + kind != CoreDtdServiceConstants.serviceUnregisteredKind) { return; } - final service = data.data['service'] as String?; + final service = data.data[DtdParameters.service] as String?; if (service == null || (service != editorServiceName && service != lspServiceName)) { return; } - final isRegistered = kind == 'ServiceRegistered'; - final method = data.data['method'] as String; - final capabilities = data.data['capabilities'] as Map?; - - if (method == EditorMethod.getDevices.name) { + final isRegistered = + kind == CoreDtdServiceConstants.serviceRegisteredKind; + final method = data.data[DtdParameters.method] as String; + final capabilities = + data.data[DtdParameters.capabilities] as Map?; + final lspMethod = LspMethod.fromMethodName(method); + if (lspMethod != null) { + lspMethod.isRegistered = isRegistered; + if (lspMethod == LspMethod.editableArguments) { + // Update the notifier so that the Property Editor is aware that the + // editableArguments API is registered. + _editableArgumentsApiIsRegistered.value = isRegistered; + } + } else if (method == EditorMethod.getDevices.name) { _supportsGetDevices = isRegistered; } else if (method == EditorMethod.getDebugSessions.name) { _supportsGetDebugSessions = isRegistered; @@ -62,30 +73,17 @@ class EditorClient extends DisposableController _supportsOpenDevToolsPage = isRegistered; _supportsOpenDevToolsForceExternal = capabilities?[Field.supportsForceExternal] == true; - } else if (method == LspMethod.editArgument.methodName) { - _editArgumentMethodName.value = LspMethod.editArgument.methodName; - } else if (method == LspMethod.editArgument.experimentalMethodName) { - _editArgumentMethodName.value = - LspMethod.editArgument.experimentalMethodName; - } else if (method == LspMethod.editableArguments.methodName) { - _editableArgumentsMethodName.value = - LspMethod.editableArguments.methodName; - } else if (method == - LspMethod.editableArguments.experimentalMethodName) { - _editableArgumentsMethodName.value = - LspMethod.editableArguments.experimentalMethodName; } else { return; } - final info = - isRegistered - ? ServiceRegistered( - service: service, - method: method, - capabilities: capabilities, - ) - : ServiceUnregistered(service: service, method: method); + final info = isRegistered + ? ServiceRegistered( + service: service, + method: method, + capabilities: capabilities, + ) + : ServiceUnregistered(service: service, method: method); _editorServiceChangedController.add(info); }), ); @@ -131,7 +129,7 @@ class EditorClient extends DisposableController }), ); await [ - _dtd.streamListen('Service'), + _dtd.streamListen(CoreDtdServiceConstants.servicesStreamId), _dtd.streamListen(editorStreamName).catchError((_) { // Because we currently call streamListen in two places (here and // ThemeManager) this can fail. It doesn't matter if this happens, @@ -166,13 +164,9 @@ class EditorClient extends DisposableController _supportsOpenDevToolsForceExternal; var _supportsOpenDevToolsForceExternal = false; - ValueListenable get editArgumentMethodName => - _editArgumentMethodName; - final _editArgumentMethodName = ValueNotifier(null); - - ValueListenable get editableArgumentsMethodName => - _editableArgumentsMethodName; - final _editableArgumentsMethodName = ValueNotifier(null); + ValueListenable get editableArgumentsApiIsRegistered => + _editableArgumentsApiIsRegistered; + final _editableArgumentsApiIsRegistered = ValueNotifier(false); /// A stream of [ActiveLocationChangedEvent]s from the edtior. Stream get activeLocationChangedStream => @@ -257,29 +251,87 @@ class EditorClient extends DisposableController Future getEditableArguments({ required TextDocument textDocument, required CursorPosition position, + required String screenId, + }) => _callLspApiAndDeserializeResponse( + requestMethod: LspMethod.editableArguments, + requestParams: { + 'textDocument': textDocument.toJson(), + 'position': position.toJson(), + }, + responseDeserializer: (rawJson) => + EditableArgumentsResult.fromJson(rawJson as Map), + screenId: screenId, + ); + + /// Gets the supported refactors from the Analysis Server. + Future getRefactors({ + required TextDocument textDocument, + required EditorRange range, + required String screenId, + }) => _callLspApiAndDeserializeResponse( + requestMethod: LspMethod.codeAction, + requestParams: { + 'textDocument': textDocument.toJson(), + 'range': range.toJson(), + 'context': { + 'diagnostics': [], + 'only': [CodeActionPrefixes.flutterWrap], + }, + }, + responseDeserializer: (rawJson) => CodeActionResult.fromJson( + (rawJson as List).cast>(), + ), + screenId: screenId, + ); + + /// Requests that the Analysis Server makes a code edit for an argument. + Future editArgument({ + required TextDocument textDocument, + required CursorPosition position, + required String name, + required T value, + required String screenId, + }) => _callLspApiAndRespond( + requestMethod: LspMethod.editArgument, + requestParams: { + 'textDocument': textDocument.toJson(), + 'position': position.toJson(), + 'edit': {'name': name, 'newValue': value}, + }, + screenId: screenId, + ); + + /// Requests that the Analysis Server execute the given [commandName]. + Future executeCommand({ + required String commandName, + required List commandArgs, + required String screenId, + }) => _callLspApiAndRespond( + requestMethod: LspMethod.executeCommand, + requestParams: {'command': commandName, 'arguments': commandArgs}, + screenId: screenId, + ); + + Future _callLspApiAndDeserializeResponse({ + required LspMethod requestMethod, + required Map requestParams, + required T? Function(Object? rawJson) responseDeserializer, + required String screenId, }) async { - final method = editableArgumentsMethodName.value; - if (method == null) return null; + if (!requestMethod.isRegistered) { + return null; + } String? errorMessage; StackTrace? stack; - EditableArgumentsResult? result; + T? result; try { final response = await _callLspApi( - method, - params: { - 'type': 'Object', // This is required by DTD. - 'textDocument': textDocument.toJson(), - 'position': position.toJson(), - }, + requestMethod.methodName, + params: _addRequiredDtdParams(requestParams), ); - final rawResult = response.result[Field.result]; - result = - rawResult != null - ? EditableArgumentsResult.fromJson( - rawResult as Map, - ) - : null; + final rawJson = response.result[Field.result]; + result = rawJson != null ? responseDeserializer(rawJson) : null; } on RpcException catch (e, st) { // We expect content modified errors if a user edits their code before the // request completes. Therefore it is safe to ignore. @@ -294,25 +346,21 @@ class EditorClient extends DisposableController if (errorMessage != null) { reportError( errorMessage, - errorType: PropertyEditorSidebar.getEditableArgumentsIdentifier, + errorType: _lspErrorType(screenId: screenId, method: requestMethod), stack: stack, ); } } - return result; } - /// Requests that the Analysis Server makes a code edit for an argument. - Future editArgument({ - required TextDocument textDocument, - required CursorPosition position, - required String name, - required T value, + Future _callLspApiAndRespond({ + required LspMethod requestMethod, + required Map requestParams, + required String screenId, }) async { - final method = editArgumentMethodName.value; - if (method == null) { - return EditArgumentResponse( + if (!requestMethod.isRegistered) { + return GenericApiResponse( success: false, errorMessage: 'API is unavailable.', ); @@ -322,15 +370,10 @@ class EditorClient extends DisposableController StackTrace? stack; try { await _callLspApi( - method, - params: { - 'type': 'Object', // This is required by DTD. - 'textDocument': textDocument.toJson(), - 'position': position.toJson(), - 'edit': {'name': name, 'newValue': value}, - }, + requestMethod.methodName, + params: _addRequiredDtdParams(requestParams), ); - return EditArgumentResponse(success: true); + return GenericApiResponse(success: true); } on RpcException catch (e, st) { errorMessage = e.message; stack = st; @@ -341,12 +384,21 @@ class EditorClient extends DisposableController if (errorMessage != null) { reportError( errorMessage, - errorType: PropertyEditorSidebar.editArgumentIdentifier, + errorType: _lspErrorType(screenId: screenId, method: requestMethod), stack: stack, ); } } - return EditArgumentResponse(success: false, errorMessage: errorMessage); + return GenericApiResponse(success: false, errorMessage: errorMessage); + } + + String _lspErrorType({required String screenId, required LspMethod method}) => + '${screenId}Error-${method.name}'; + + Map _addRequiredDtdParams(Map params) { + // Specifying type as 'Object' is required by DTD. + params.putIfAbsent('type', () => 'Object'); + return params; } Future _call( diff --git a/packages/devtools_app/lib/src/shared/environment_parameters/environment_parameters_external.dart b/packages/devtools_app/lib/src/shared/environment_parameters/environment_parameters_external.dart index 8bec9e34248..30cd68fb0f5 100644 --- a/packages/devtools_app/lib/src/shared/environment_parameters/environment_parameters_external.dart +++ b/packages/devtools_app/lib/src/shared/environment_parameters/environment_parameters_external.dart @@ -22,12 +22,11 @@ class ExternalDevToolsEnvironmentParameters GaLink issueTrackerLink({String? additionalInfo, String? issueTitle}) { return GaLink( display: _newDevToolsIssueUriDisplay, - url: - newDevToolsGitHubIssueUriLengthSafe( - additionalInfo: additionalInfo, - issueTitle: issueTitle, - environment: issueLinkDetails(), - ).toString(), + url: newDevToolsGitHubIssueUriLengthSafe( + additionalInfo: additionalInfo, + issueTitle: issueTitle, + environment: issueLinkDetails(), + ).toString(), gaScreenName: gac.devToolsMain, gaSelectedItemDescription: gac.feedbackLink, ); @@ -53,8 +52,8 @@ class ExternalDevToolsEnvironmentParameters @override InspectorServiceBase? inspectorServiceProvider() => serviceConnection.serviceManager.connectedApp!.isFlutterAppNow == true - ? InspectorService() - : null; + ? InspectorService() + : null; @override String get perfettoIndexLocation => diff --git a/packages/devtools_app/lib/src/shared/feature_flags.dart b/packages/devtools_app/lib/src/shared/feature_flags.dart index d3dc5730d6c..8225c806c39 100644 --- a/packages/devtools_app/lib/src/shared/feature_flags.dart +++ b/packages/devtools_app/lib/src/shared/feature_flags.dart @@ -41,13 +41,12 @@ const _kNetworkDisconnectExperience = bool.fromEnvironment( defaultValue: true, ); -// It is ok to have enum-like static only classes. -// ignore: avoid_classes_with_only_static_members -/// Flags to hide features under construction. +/// A namespace for feature flags, which set the visibility of features under +/// active development. /// /// When adding a new feature flag, the developer is responsible for adding it /// to the [_allFlags] map for debugging purposes. -abstract class FeatureFlags { +extension FeatureFlags on Never { /// Flag to enable the DevTools memory observer, which attempts to help users /// avoid OOM crashes. /// @@ -91,10 +90,10 @@ abstract class FeatureFlags { /// https://github.com/flutter/devtools/issues/7856 static bool wasmOptInSetting = true; - /// Flag to enable the Flutter Property Editor sidebar. + /// Flag to enable refactors in the Flutter Property Editor sidebar. /// - /// https://github.com/flutter/devtools/issues/7854 - static bool propertyEditor = enableExperiments; + /// https://github.com/flutter/devtools/issues/9214 + static bool propertyEditorRefactors = true; /// Stores a map of all the feature flags for debugging purposes. /// @@ -108,7 +107,7 @@ abstract class FeatureFlags { 'dapDebugging': dapDebugging, 'inspectorV2': inspectorV2, 'wasmOptInSetting': wasmOptInSetting, - 'propertyEditor': propertyEditor, + 'propertyEditorRefactors': propertyEditorRefactors, }; /// A helper to print the status of all the feature flags. diff --git a/packages/devtools_app/lib/src/shared/framework/app_error_handling.dart b/packages/devtools_app/lib/src/shared/framework/app_error_handling.dart index 418b78f7738..68ad3953e21 100644 --- a/packages/devtools_app/lib/src/shared/framework/app_error_handling.dart +++ b/packages/devtools_app/lib/src/shared/framework/app_error_handling.dart @@ -113,8 +113,9 @@ SingleMapping? _cachedJsSourceMapping; SingleMapping? _cachedWasmSourceMapping; Future _fetchSourceMapping() async { - final cachedSourceMapping = - kIsWasm ? _cachedWasmSourceMapping : _cachedJsSourceMapping; + final cachedSourceMapping = kIsWasm + ? _cachedWasmSourceMapping + : _cachedJsSourceMapping; return cachedSourceMapping ?? (await _initializeSourceMapping()); } @@ -141,10 +142,9 @@ Future _sourceMapStackTrace(StackTrace? stack) async { final mappedStackTrace = await _maybeMapStackTrace(originalStackTrace); // If mapping fails, revert back to the original stack trace: - final stackTrace = - mappedStackTrace.toString().isEmpty - ? originalStackTrace - : mappedStackTrace; + final stackTrace = mappedStackTrace.toString().isEmpty + ? originalStackTrace + : mappedStackTrace; return stack_trace.Trace.from(stackTrace); } diff --git a/packages/devtools_app/lib/src/shared/framework/routing.dart b/packages/devtools_app/lib/src/shared/framework/routing.dart index 1a143f2a001..d72d7e1c196 100644 --- a/packages/devtools_app/lib/src/shared/framework/routing.dart +++ b/packages/devtools_app/lib/src/shared/framework/routing.dart @@ -45,7 +45,7 @@ class DevToolsRouteInformationParser @override Future parseRouteInformation( RouteInformation routeInformation, - ) async { + ) { var uri = routeInformation.uri; if (_testQueryParams != null) { uri = uri.replace(queryParameters: _testQueryParams.params); diff --git a/packages/devtools_app/lib/src/shared/framework/screen.dart b/packages/devtools_app/lib/src/shared/framework/screen.dart index c13102ec25c..75344e22d95 100644 --- a/packages/devtools_app/lib/src/shared/framework/screen.dart +++ b/packages/devtools_app/lib/src/shared/framework/screen.dart @@ -115,7 +115,14 @@ enum ScreenMetaData { 'vm-tools', title: 'VM Tools', icon: Icons.settings_applications, - requiresVmDeveloperMode: true, + requiresAdvancedDeveloperMode: true, + ), + dtdTools( + 'dtdTools', + title: 'DTD Tools', + icon: Icons.settings_applications, + requiresAdvancedDeveloperMode: true, + requiresConnection: false, ), simple('simple'); @@ -128,7 +135,7 @@ enum ScreenMetaData { this.requiresDartVm = false, this.requiresFlutter = false, this.requiresDebugBuild = false, - this.requiresVmDeveloperMode = false, + this.requiresAdvancedDeveloperMode = false, this.worksWithOfflineData = false, this.requiresLibrary, this.tutorialVideoTimestamp, @@ -145,7 +152,7 @@ enum ScreenMetaData { final bool requiresDartVm; final bool requiresFlutter; final bool requiresDebugBuild; - final bool requiresVmDeveloperMode; + final bool requiresAdvancedDeveloperMode; final bool worksWithOfflineData; final String? requiresLibrary; @@ -194,7 +201,7 @@ abstract class Screen { this.requiresDartVm = false, this.requiresFlutter = false, this.requiresDebugBuild = false, - this.requiresVmDeveloperMode = false, + this.requiresAdvancedDeveloperMode = false, this.worksWithOfflineData = false, this.showFloatingDebuggerControls = true, }) : assert( @@ -213,7 +220,7 @@ abstract class Screen { bool requiresDartVm = false, bool requiresFlutter = false, bool requiresDebugBuild = false, - bool requiresVmDeveloperMode = false, + bool requiresAdvancedDeveloperMode = false, bool worksWithOfflineData = false, bool Function(FlutterVersion? currentVersion)? shouldShowForFlutterVersion, bool showFloatingDebuggerControls = true, @@ -229,7 +236,7 @@ abstract class Screen { requiresDartVm: requiresDartVm, requiresFlutter: requiresFlutter, requiresDebugBuild: requiresDebugBuild, - requiresVmDeveloperMode: requiresVmDeveloperMode, + requiresAdvancedDeveloperMode: requiresAdvancedDeveloperMode, worksWithOfflineData: worksWithOfflineData, showFloatingDebuggerControls: showFloatingDebuggerControls, title: title, @@ -252,7 +259,7 @@ abstract class Screen { requiresDartVm: metadata.requiresDartVm, requiresFlutter: metadata.requiresFlutter, requiresDebugBuild: metadata.requiresDebugBuild, - requiresVmDeveloperMode: metadata.requiresVmDeveloperMode, + requiresAdvancedDeveloperMode: metadata.requiresAdvancedDeveloperMode, worksWithOfflineData: metadata.worksWithOfflineData, shouldShowForFlutterVersion: shouldShowForFlutterVersion, showFloatingDebuggerControls: showFloatingDebuggerControls, @@ -326,8 +333,9 @@ abstract class Screen { /// Whether this screen should only be included when the app is debuggable. final bool requiresDebugBuild; - /// Whether this screen should only be included when VM developer mode is enabled. - final bool requiresVmDeveloperMode; + /// Whether this screen should only be included when advanced developer mode + /// is enabled. + final bool requiresAdvancedDeveloperMode; /// Whether this screen works offline and should show in offline mode even if conditions are not met. final bool worksWithOfflineData; @@ -391,13 +399,10 @@ abstract class Screen { DevToolsIcon( icon: icon, iconAsset: iconAsset, - size: - iconAsset != null - // Add 1.0 to adjust for margins on the screen icon assets. - ? scaleByFontFactor( - defaultIconSizeBeforeScaling + 1.0, - ) - : defaultIconSize, + size: iconAsset != null + // Add 1.0 to adjust for margins on the screen icon assets. + ? defaultIconSize + 1.0 + : defaultIconSize, ), if (title.isNotEmpty) Padding( @@ -487,13 +492,22 @@ abstract class Screen { _log.finest('for offline mode: returning ${screen.worksWithOfflineData}'); return ( show: screen.worksWithOfflineData, - disabledReason: - screen.worksWithOfflineData - ? null - : ScreenDisabledReason.offlineDataNotSupported, + disabledReason: screen.worksWithOfflineData + ? null + : ScreenDisabledReason.offlineDataNotSupported, ); } + if (screen.requiresAdvancedDeveloperMode) { + if (!preferences.advancedDeveloperModeEnabled.value) { + _log.finest('screen requires advanced developer mode: returning false'); + return ( + show: false, + disabledReason: ScreenDisabledReason.requiresAdvancedDeveloperMode, + ); + } + } + final serviceReady = serviceConnection.serviceManager.isServiceAvailable && serviceConnection.serviceManager.connectedApp!.connectedAppInitialized; @@ -550,15 +564,6 @@ abstract class Screen { ); } } - if (screen.requiresVmDeveloperMode) { - if (!preferences.vmDeveloperModeEnabled.value) { - _log.finest('screen requires vm developer mode: returning false'); - return ( - show: false, - disabledReason: ScreenDisabledReason.requiresVmDeveloperMode, - ); - } - } _log.finest('${screen.screenId} screen supported: returning true'); return (show: true, disabledReason: null); } @@ -572,10 +577,9 @@ class BadgePainter extends CustomPainter { @override void paint(Canvas canvas, Size size) { - final paint = - Paint() - ..color = colorScheme.errorContainer - ..style = PaintingStyle.fill; + final paint = Paint() + ..color = colorScheme.errorContainer + ..style = PaintingStyle.fill; final countPainter = TextPainter( text: TextSpan( @@ -633,7 +637,9 @@ enum ScreenDisabledReason { requiresDartVm('requires the Dart VM, but it is not available.'), requiresDebugBuild('only supports debug builds.'), requiresFlutter('only supports Flutter applications.'), - requiresVmDeveloperMode('only works when VM Developer Mode is enabled'), + requiresAdvancedDeveloperMode( + 'only works when Advanced Developer Mode is enabled', + ), serviceNotReady( 'requires a connected application, but there is no connection available.', ); diff --git a/packages/devtools_app/lib/src/shared/framework/screen_controllers.dart b/packages/devtools_app/lib/src/shared/framework/screen_controllers.dart index e182f80a30d..427254c8bd5 100644 --- a/packages/devtools_app/lib/src/shared/framework/screen_controllers.dart +++ b/packages/devtools_app/lib/src/shared/framework/screen_controllers.dart @@ -56,10 +56,9 @@ class ScreenControllers { /// When DevTools is showing offline data, the offline screen controller will /// be returned. T lookup() { - final controllers = - offlineDataController.showingOfflineData.value - ? offlineControllers - : this.controllers; + final controllers = offlineDataController.showingOfflineData.value + ? offlineControllers + : this.controllers; assert(controllers.containsKey(T)); return controllers[T]!.controller as T; } @@ -94,10 +93,9 @@ class ScreenControllers { void Function(DevToolsScreenController screenController) callback, { bool includeOfflineControllers = false, }) { - final controllers = - includeOfflineControllers - ? [...this.controllers.values, ...offlineControllers.values] - : this.controllers.values; + final controllers = includeOfflineControllers + ? [...this.controllers.values, ...offlineControllers.values] + : this.controllers.values; for (final lazyController in controllers) { if (lazyController.initialized) { callback(lazyController.controller); @@ -115,10 +113,9 @@ class ScreenControllers { callback, { bool includeOfflineControllers = false, }) async { - final controllers = - includeOfflineControllers - ? [...this.controllers.values, ...offlineControllers.values] - : this.controllers.values; + final controllers = includeOfflineControllers + ? [...this.controllers.values, ...offlineControllers.values] + : this.controllers.values; Future helper( FutureOr Function(DevToolsScreenController) futureOr, diff --git a/packages/devtools_app/lib/src/shared/http/_http_date.dart b/packages/devtools_app/lib/src/shared/http/_http_date.dart index 863eff93507..38f31d97bbc 100644 --- a/packages/devtools_app/lib/src/shared/http/_http_date.dart +++ b/packages/devtools_app/lib/src/shared/http/_http_date.dart @@ -14,10 +14,8 @@ part of 'http.dart'; -// TODO(jacobr): cleanup this class with only static members. -// ignore: avoid_classes_with_only_static_members -/// Utility functions for working with dates with HTTP specific date formats. -class HttpDate { +/// A namespace for HTTP date utilities. +extension HttpDate on Never { // Parse a cookie date string. static DateTime _parseCookieDate(String date) { const monthsLowerCase = const [ diff --git a/packages/devtools_app/lib/src/shared/http/_http_exception.dart b/packages/devtools_app/lib/src/shared/http/_http_exception.dart index 8cde8848a5f..9dcb02941f8 100644 --- a/packages/devtools_app/lib/src/shared/http/_http_exception.dart +++ b/packages/devtools_app/lib/src/shared/http/_http_exception.dart @@ -11,10 +11,9 @@ class HttpException { @override String toString() { - final b = - StringBuffer() - ..write('HttpException: ') - ..write(message); + final b = StringBuffer() + ..write('HttpException: ') + ..write(message); if (uri != null) { b.write(', uri = $uri'); } diff --git a/packages/devtools_app/lib/src/shared/http/http_request_data.dart b/packages/devtools_app/lib/src/shared/http/http_request_data.dart index b417ce0bb17..749989f651e 100644 --- a/packages/devtools_app/lib/src/shared/http/http_request_data.dart +++ b/packages/devtools_app/lib/src/shared/http/http_request_data.dart @@ -30,10 +30,10 @@ class DartIOHttpInstantEvent { DateTime get timestamp => _event.timestamp; /// The amount of time since the last instant event completed. - TimeRange? get timeRange => _timeRange; + TimeRange get timeRange => _timeRangeBuilder.build(); - // This is set from within HttpRequestData. - TimeRange? _timeRange; + // This is modified from within HttpRequestData. + final TimeRangeBuilder _timeRangeBuilder = TimeRangeBuilder(); } /// An abstraction of an HTTP request made through dart:io. @@ -56,15 +56,14 @@ class DartIOHttpRequestData extends NetworkRequest { modifiedRequestData.containsKey(HttpRequestDataKeys.requestBody.name) && modifiedRequestData.containsKey(HttpRequestDataKeys.responseBody.name); - final parsedRequest = - isFullRequest - ? HttpProfileRequest.parse(modifiedRequestData) - : HttpProfileRequestRef.parse(modifiedRequestData); + final parsedRequest = isFullRequest + ? HttpProfileRequest.parse(modifiedRequestData) + : HttpProfileRequestRef.parse(modifiedRequestData); - final responseBody = - responseContent?[HttpRequestDataKeys.text.name]?.toString(); - final requestBody = - requestPostData?[HttpRequestDataKeys.text.name]?.toString(); + final responseBody = responseContent?[HttpRequestDataKeys.text.name] + ?.toString(); + final requestBody = requestPostData?[HttpRequestDataKeys.text.name] + ?.toString(); return DartIOHttpRequestData( parsedRequest!, @@ -77,8 +76,8 @@ class DartIOHttpRequestData extends NetworkRequest { @override Map toJson() { return { - HttpRequestDataKeys.request.name: - (_request as HttpProfileRequest).toJson(), + HttpRequestDataKeys.request.name: (_request as HttpProfileRequest) + .toJson(), }; } @@ -102,8 +101,29 @@ class DartIOHttpRequestData extends NetworkRequest { ); _request = updated; final fullRequest = _request as HttpProfileRequest; - _responseBody = utf8.decode(fullRequest.responseBody!); - _requestBody = utf8.decode(fullRequest.requestBody!); + var responseMime = + responseHeaders?['content-type']?.toString().split(';').first; + final requestMime = + requestHeaders?['content-type']?.toString().split(';').first; + + if (fullRequest.responseBody != null) { + responseMime = normalizeContentType(responseHeaders?['content-type']); + + if (isTextMimeType(responseMime)) { + _responseBody = utf8.decode(fullRequest.responseBody!); + } else { + _responseBody = base64.encode(fullRequest.responseBody!); + } + } + + if (fullRequest.requestBody != null) { + if (isTextMimeType(requestMime)) { + _requestBody = utf8.decode(fullRequest.requestBody!); + } else { + _requestBody = base64.encode(fullRequest.requestBody!); + } + } + notifyListeners(); } } finally { @@ -111,6 +131,16 @@ class DartIOHttpRequestData extends NetworkRequest { } } + //TODO check if all cases are handled correctly + String? normalizeContentType(dynamic header) { + if (header is List && header.isNotEmpty) { + return header.first.toString().split(';').first.trim().toLowerCase(); + } else if (header is String) { + return header.split(';').first.trim().toLowerCase(); + } + return null; + } + static List _parseCookies(List? cookies) { if (cookies == null) return []; return cookies.map((cookie) => Cookie.fromSetCookieValue(cookie)).toList(); @@ -222,8 +252,9 @@ class DartIOHttpRequestData extends NetworkRequest { /// All instant events logged to the timeline for this HTTP request. List get instantEvents { if (_instantEvents == null) { - _instantEvents = - _request.events.map((e) => DartIOHttpInstantEvent._(e)).toList(); + _instantEvents = _request.events + .map((e) => DartIOHttpInstantEvent._(e)) + .toList(); _recalculateInstantEventTimes(); } return _instantEvents!; @@ -236,10 +267,9 @@ class DartIOHttpRequestData extends NetworkRequest { requestCookies.isNotEmpty || responseCookies.isNotEmpty; /// A list of all cookies contained within the request headers. - List get requestCookies => - _hasError - ? [] - : DartIOHttpRequestData._parseCookies(_request.request?.cookies); + List get requestCookies => _hasError + ? [] + : DartIOHttpRequestData._parseCookies(_request.request?.cookies); /// A list of all cookies contained within the response headers. List get responseCookies => @@ -340,10 +370,9 @@ class DartIOHttpRequestData extends NetworkRequest { DateTime lastTime = _request.startTime; for (final instant in instantEvents) { final instantTime = instant.timestamp; - instant._timeRange = - TimeRange() - ..start = Duration(microseconds: lastTime.microsecondsSinceEpoch) - ..end = Duration(microseconds: instantTime.microsecondsSinceEpoch); + instant._timeRangeBuilder + ..start = lastTime.microsecondsSinceEpoch + ..end = instantTime.microsecondsSinceEpoch; lastTime = instantTime; } } diff --git a/packages/devtools_app/lib/src/shared/managers/banner_messages.dart b/packages/devtools_app/lib/src/shared/managers/banner_messages.dart index 627c540b8e1..c3fc64a5a86 100644 --- a/packages/devtools_app/lib/src/shared/managers/banner_messages.dart +++ b/packages/devtools_app/lib/src/shared/managers/banner_messages.dart @@ -30,7 +30,33 @@ const _cpuSamplingRateDocsUrl = /// every screen from the [BannerMessages] widget. const universalScreenId = 'universal'; -class BannerMessagesController { +class BannerMessagesController extends DisposableController + with AutoDisposeControllerMixin { + BannerMessagesController() { + previouslyConnected = + serviceConnection.serviceManager.connectedState.value.connected; + addAutoDisposeListener(serviceConnection.serviceManager.connectedState, () { + final connected = + serviceConnection.serviceManager.connectedState.value.connected; + if (previouslyConnected != connected) { + for (final messageList in _messages.values) { + for (final message in messageList.value) { + if (message.dismissOnConnectionChanges) { + bannerMessages.removeMessage(message); + } + } + } + } + previouslyConnected = connected; + }); + } + + /// Tracks the previous app connection state for the purpose of dismissing + /// messages upon connection changes. + /// + /// See [BannerMessage.dismissOnConnectionChanges]. + bool previouslyConnected = false; + final _messages = >{}; final _dismissedMessageKeys = {}; @@ -165,6 +191,7 @@ class BannerMessage extends StatelessWidget { required this.buildTextSpans, required this.screenId, required this.messageType, + this.dismissOnConnectionChanges = true, this.buildActions, }); @@ -173,6 +200,9 @@ class BannerMessage extends StatelessWidget { final String screenId; final BannerMessageType messageType; + /// Whether this message should be dismissed on app connection changes. + final bool dismissOnConnectionChanges; + @override Widget build(BuildContext context) { final theme = Theme.of(context); @@ -226,8 +256,8 @@ class BannerMessage extends StatelessWidget { size: actionsIconSize, color: foregroundColor, ), - onPressed: - () => bannerMessages.removeMessage(this, dismiss: true), + onPressed: () => + bannerMessages.removeMessage(this, dismiss: true), ), ], ), @@ -284,6 +314,7 @@ class BannerWarning extends BannerMessage { required super.key, required super.buildTextSpans, required super.screenId, + super.dismissOnConnectionChanges = true, super.buildActions, }) : super(messageType: BannerMessageType.warning); } @@ -293,6 +324,7 @@ class BannerInfo extends BannerMessage { required super.key, required super.buildTextSpans, required super.screenId, + super.dismissOnConnectionChanges = true, super.buildActions, }) : super(messageType: BannerMessageType.info); } @@ -301,41 +333,23 @@ class DebugModePerformanceMessage extends BannerWarning { DebugModePerformanceMessage({required super.screenId}) : super( key: Key('DebugModePerformanceMessage - $screenId'), - buildTextSpans: - (context) => [ - const TextSpan( - text: - 'You are running your app in debug mode. Debug mode performance ' - 'is not indicative of release performance, but you may use debug ' - 'mode to gain visibility into the work the system performs (e.g. ' - 'building widgets, calculating layouts, rasterizing scenes,' - ' etc.). For precise measurement of performance, relaunch your ' - 'application in ', - ), - _runInProfileModeTextSpan( - context, - screenId: screenId, - style: Theme.of(context).warningMessageLinkStyle, - ), - const TextSpan(text: '.'), - ], - ); -} - -class ProviderUnknownErrorBanner extends _BannerError { - ProviderUnknownErrorBanner({required super.screenId}) - : super( - key: Key('ProviderUnknownErrorBanner - $screenId'), - buildTextSpans: - (_) => [ - TextSpan( - text: ''' -DevTools failed to connect with package:provider. - -This could be caused by an older version of package:provider; please make sure that you are using version >=5.0.0.''', - style: TextStyle(fontSize: defaultFontSize), - ), - ], + buildTextSpans: (context) => [ + const TextSpan( + text: + 'You are running your app in debug mode. Debug mode performance ' + 'is not indicative of release performance, but you may use debug ' + 'mode to gain visibility into the work the system performs (e.g. ' + 'building widgets, calculating layouts, rasterizing scenes,' + ' etc.). For precise measurement of performance, relaunch your ' + 'application in ', + ), + _runInProfileModeTextSpan( + context, + screenId: screenId, + style: Theme.of(context).warningMessageLinkStyle, + ), + const TextSpan(text: '.'), + ], ); } @@ -400,28 +414,26 @@ class HighCpuSamplingRateMessage extends BannerWarning { HighCpuSamplingRateMessage({required super.screenId}) : super( key: generateKey(screenId), - buildTextSpans: - (context) => [ - const TextSpan( - text: ''' + buildTextSpans: (context) => [ + const TextSpan( + text: ''' You are opting in to a high CPU sampling rate. This may affect the performance of your application. Please read our ''', - ), - GaLinkTextSpan( - link: GaLink( - display: 'documentation', - url: _cpuSamplingRateDocsUrl, - gaScreenName: screenId, - gaSelectedItemDescription: - gac.CpuProfilerDocs.profileGranularityDocs.name, - ), - context: context, - style: Theme.of(context).warningMessageLinkStyle, - ), - const TextSpan( - text: - ' to understand the trade-offs associated with this setting.', - ), - ], + ), + GaLinkTextSpan( + link: GaLink( + display: 'documentation', + url: _cpuSamplingRateDocsUrl, + gaScreenName: screenId, + gaSelectedItemDescription: + gac.CpuProfilerDocs.profileGranularityDocs.name, + ), + context: context, + style: Theme.of(context).warningMessageLinkStyle, + ), + const TextSpan( + text: ' to understand the trade-offs associated with this setting.', + ), + ], ); static Key generateKey(String screenId) => @@ -432,37 +444,31 @@ class HttpLoggingEnabledMessage extends BannerWarning { HttpLoggingEnabledMessage({required super.screenId}) : super( key: _generateKey(screenId), - buildTextSpans: - (context) => [ - const TextSpan( - text: ''' + buildTextSpans: (context) => [ + const TextSpan( + text: ''' HTTP traffic is being logged for debugging purposes. This may result in increased memory usage for your app. If this is not intentional, consider ''', - ), - TextSpan( - text: 'disabling http logging', - style: Theme.of(context).warningMessageLinkStyle, - recognizer: - TapGestureRecognizer() - ..onTap = () async { - await http_service.toggleHttpRequestLogging(false).then( - (_) { - if (!http_service.httpLoggingEnabled) { - notificationService.push( - 'Http logging disabled.', - ); - bannerMessages.removeMessageByKey( - _generateKey(screenId), - screenId, - ); - } - }, - ); - }, - ), - const TextSpan( - text: ' before profiling the memory of your application.', - ), - ], + ), + TextSpan( + text: 'disabling http logging', + style: Theme.of(context).warningMessageLinkStyle, + recognizer: TapGestureRecognizer() + ..onTap = () async { + await http_service.toggleHttpRequestLogging(false).then((_) { + if (!http_service.httpLoggingEnabled) { + notificationService.push('Http logging disabled.'); + bannerMessages.removeMessageByKey( + _generateKey(screenId), + screenId, + ); + } + }); + }, + ), + const TextSpan( + text: ' before profiling the memory of your application.', + ), + ], ); static Key _generateKey(String screenId) => @@ -473,20 +479,19 @@ class DebugModeMemoryMessage extends BannerWarning { DebugModeMemoryMessage({required super.screenId}) : super( key: Key('DebugModeMemoryMessage - $screenId'), - buildTextSpans: - (context) => [ - const TextSpan( - text: ''' + buildTextSpans: (context) => [ + const TextSpan( + text: ''' You are running your app in debug mode. Absolute memory usage may be higher in a debug build than in a release build. For the most accurate absolute memory stats, relaunch your application in ''', - ), - _runInProfileModeTextSpan( - context, - screenId: screenId, - style: Theme.of(context).warningMessageLinkStyle, - ), - const TextSpan(text: '.'), - ], + ), + _runInProfileModeTextSpan( + context, + screenId: screenId, + style: Theme.of(context).warningMessageLinkStyle, + ), + const TextSpan(text: '.'), + ], ); } @@ -520,25 +525,23 @@ class WelcomeToNewInspectorMessage extends BannerInfo { WelcomeToNewInspectorMessage({required super.screenId}) : super( key: Key('WelcomeToNewInspectorMessage - $screenId'), - - buildTextSpans: - (context) => [ - const TextSpan( - text: ''' + buildTextSpans: (context) => [ + const TextSpan( + text: ''' 👋 Welcome to the new Flutter inspector! To get started, check out the ''', - ), - GaLinkTextSpan( - link: GaLink( - display: 'documentation', - url: 'https://docs.flutter.dev/tools/devtools/inspector#new', - gaScreenName: screenId, - gaSelectedItemDescription: gac.inspectorV2Docs, - ), - context: context, - style: Theme.of(context).linkTextStyle, - ), - const TextSpan(text: '.'), - ], + ), + GaLinkTextSpan( + link: GaLink( + display: 'documentation', + url: 'https://docs.flutter.dev/tools/devtools/inspector#new', + gaScreenName: screenId, + gaSelectedItemDescription: gac.inspectorV2Docs, + ), + context: context, + style: Theme.of(context).linkTextStyle, + ), + const TextSpan(text: '.'), + ], ); } diff --git a/packages/devtools_app/lib/src/shared/managers/dtd_manager_extensions.dart b/packages/devtools_app/lib/src/shared/managers/dtd_manager_extensions.dart index b22242c421e..90df15894ef 100644 --- a/packages/devtools_app/lib/src/shared/managers/dtd_manager_extensions.dart +++ b/packages/devtools_app/lib/src/shared/managers/dtd_manager_extensions.dart @@ -5,7 +5,7 @@ import 'package:devtools_app_shared/service.dart'; import 'package:dtd/dtd.dart'; // ignore: implementation_imports, intentional use of extension methods in DTD -import 'package:dtd/src/unified_analytics_service.dart'; +import 'package:dtd/src/services/unified_analytics_service.dart'; import 'package:logging/logging.dart'; import 'package:unified_analytics/unified_analytics.dart' as ua; diff --git a/packages/devtools_app/lib/src/shared/managers/error_badge_manager.dart b/packages/devtools_app/lib/src/shared/managers/error_badge_manager.dart index e0ef5de4021..d3d3f7dc8bc 100644 --- a/packages/devtools_app/lib/src/shared/managers/error_badge_manager.dart +++ b/packages/devtools_app/lib/src/shared/managers/error_badge_manager.dart @@ -127,7 +127,7 @@ class ErrorBadgeManager extends DisposableController // Build a new map with the new error. Adding to the existing map // won't cause the ValueNotifier to fire (and it's not permitted to call // notifyListeners() directly). - final newValue = LinkedHashMap.from(errors.value); + final newValue = LinkedHashMap.of(errors.value); newValue[error.id] = error; errors.value = newValue; } diff --git a/packages/devtools_app/lib/src/shared/managers/notifications.dart b/packages/devtools_app/lib/src/shared/managers/notifications.dart index 9046a64ef40..8c15cebf570 100644 --- a/packages/devtools_app/lib/src/shared/managers/notifications.dart +++ b/packages/devtools_app/lib/src/shared/managers/notifications.dart @@ -73,10 +73,9 @@ class NotificationService { if (reportExplanation != null) 'Explanation:\n$reportExplanation', if (stackTrace != null) 'Stack trace:\n$stackTrace', ]; - final additionalInfo = - additionalInfoParts.isNotEmpty - ? additionalInfoParts.join('\n\n') - : null; + final additionalInfo = additionalInfoParts.isNotEmpty + ? additionalInfoParts.join('\n\n') + : null; unawaited( launchUrlWithErrorHandling( devToolsEnvironmentParameters @@ -96,10 +95,9 @@ class NotificationService { isDismissible: isDismissible, actions: [if (isReportable) reportErrorAction], // Double the duration so that the user has time to report the error: - duration: - isReportable - ? NotificationMessage.defaultDuration * 2 - : NotificationMessage.defaultDuration, + duration: isReportable + ? NotificationMessage.defaultDuration * 2 + : NotificationMessage.defaultDuration, ), allowDuplicates: allowDuplicates, ); @@ -163,10 +161,9 @@ class NotificationAction extends StatelessWidget { final theme = Theme.of(context); return DevToolsButton( label: label, - color: - isPrimary - ? theme.colorScheme.onPrimary - : theme.colorScheme.onSecondaryContainer, + color: isPrimary + ? theme.colorScheme.onPrimary + : theme.colorScheme.onSecondaryContainer, elevated: isPrimary, outlined: !isPrimary, onPressed: onPressed, diff --git a/packages/devtools_app/lib/src/shared/managers/survey.dart b/packages/devtools_app/lib/src/shared/managers/survey.dart index 6ac83fccd16..b275fa688f4 100644 --- a/packages/devtools_app/lib/src/shared/managers/survey.dart +++ b/packages/devtools_app/lib/src/shared/managers/survey.dart @@ -77,11 +77,10 @@ class SurveyService { ), NotificationAction( label: _takeSurveyLabel, - onPressed: - () => _takeSurveyPressed( - surveyUrl: _generateSurveyUrl(survey.url!), - message: message, - ), + onPressed: () => _takeSurveyPressed( + surveyUrl: _generateSurveyUrl(survey.url!), + message: message, + ), isPrimary: true, ), ]; @@ -95,7 +94,7 @@ class SurveyService { allowDuplicates: false, ); if (didPush) { - server.incrementSurveyShownCount(); + safeUnawaited(server.incrementSurveyShownCount()); } }); } @@ -173,18 +172,20 @@ class DevToolsSurvey { final endDateAsString = json[_endDateKey] as String?; final minVersionAsString = json[_minDevToolsVersionKey] as String?; - final startDate = - startDateAsString != null ? DateTime.parse(startDateAsString) : null; - final endDate = - endDateAsString != null ? DateTime.parse(endDateAsString) : null; + final startDate = startDateAsString != null + ? DateTime.parse(startDateAsString) + : null; + final endDate = endDateAsString != null + ? DateTime.parse(endDateAsString) + : null; final title = json[_titleKey] as String?; final surveyUrl = json[_urlKey] as String?; - final minDevToolsVersion = - minVersionAsString != null - ? SemanticVersion.parse(minVersionAsString) - : null; - final devEnvironments = - (json[_devEnvironmentsKey] as List?)?.cast().toList(); + final minDevToolsVersion = minVersionAsString != null + ? SemanticVersion.parse(minVersionAsString) + : null; + final devEnvironments = (json[_devEnvironmentsKey] as List?) + ?.cast() + .toList(); return DevToolsSurvey._( id, startDate, @@ -236,13 +237,12 @@ class DevToolsSurvey { } extension ShowSurveyExtension on DevToolsSurvey { - bool get meetsDateRequirement => - (startDate == null || endDate == null) - ? false - : Range( - startDate!.millisecondsSinceEpoch, - endDate!.millisecondsSinceEpoch, - ).contains(_currentClockTime().millisecondsSinceEpoch); + bool get meetsDateRequirement => (startDate == null || endDate == null) + ? false + : Range( + startDate!.millisecondsSinceEpoch, + endDate!.millisecondsSinceEpoch, + ).contains(_currentClockTime().millisecondsSinceEpoch); bool get meetsMinVersionRequirement => minDevToolsVersion == null || diff --git a/packages/devtools_app/lib/src/shared/memory/class_name.dart b/packages/devtools_app/lib/src/shared/memory/class_name.dart index f4233037f66..c1e9f7db2ce 100644 --- a/packages/devtools_app/lib/src/shared/memory/class_name.dart +++ b/packages/devtools_app/lib/src/shared/memory/class_name.dart @@ -168,8 +168,9 @@ class HeapClassName with Serializable { return false; } - late final shortName = - className == 'Context' && library == '' ? 'Closure Context' : className; + late final shortName = className == 'Context' && library == '' + ? 'Closure Context' + : className; ClassType? _cachedClassType; diff --git a/packages/devtools_app/lib/src/shared/memory/classes.dart b/packages/devtools_app/lib/src/shared/memory/classes.dart index a5b9778ddc0..c35e2914ac9 100644 --- a/packages/devtools_app/lib/src/shared/memory/classes.dart +++ b/packages/devtools_app/lib/src/shared/memory/classes.dart @@ -19,11 +19,10 @@ class ObjectSetStats { from ??= _empty; subtract ??= _empty; - final result = - ObjectSetStats() - ..instanceCount = from.instanceCount - subtract.instanceCount - ..shallowSize = from.shallowSize - subtract.shallowSize - ..retainedSize = from.retainedSize - subtract.retainedSize; + final result = ObjectSetStats() + ..instanceCount = from.instanceCount - subtract.instanceCount + ..shallowSize = from.shallowSize - subtract.shallowSize + ..retainedSize = from.retainedSize - subtract.retainedSize; if (result.isZero) return null; return result; @@ -205,14 +204,13 @@ class SingleClassData extends ClassData { required List? retainers, required List? retainedSizes, }) { - final path = - retainers == null - ? null - : PathFromRoot.forObject( - graph, - shortestRetainers: retainers, - index: index, - ); + final path = retainers == null + ? null + : PathFromRoot.forObject( + graph, + shortestRetainers: retainers, + index: index, + ); final excludeFromRetained = path != null && diff --git a/packages/devtools_app/lib/src/shared/memory/retainers.dart b/packages/devtools_app/lib/src/shared/memory/retainers.dart index f9a9ba72a55..e4110fd6055 100644 --- a/packages/devtools_app/lib/src/shared/memory/retainers.dart +++ b/packages/devtools_app/lib/src/shared/memory/retainers.dart @@ -13,20 +13,19 @@ typedef References = List Function(int index); /// Shallow size of the given object. typedef ShallowSize = int Function(int index); -typedef ShortestRetainersResult = - ({ - /// Retainer for each object in the graph. - /// - /// When a value at index i is 0, it means the object at index i - /// has no retainers. - /// Null is not used for no-retainer to save memory footprint. - List retainers, +typedef ShortestRetainersResult = ({ + /// Retainer for each object in the graph. + /// + /// When a value at index i is 0, it means the object at index i + /// has no retainers. + /// Null is not used for no-retainer to save memory footprint. + List retainers, - /// Retained size for each object in the graph. - /// - /// If an object is unreachable, its retained size is 0. - List? retainedSizes, - }); + /// Retained size for each object in the graph. + /// + /// If an object is unreachable, its retained size is 0. + List? retainedSizes, +}); /// Index of the sentinel object. const _sentinelIndex = 0; diff --git a/packages/devtools_app/lib/src/shared/offline/offline_data.dart b/packages/devtools_app/lib/src/shared/offline/offline_data.dart index a279b37f6ba..a7c6f48ff91 100644 --- a/packages/devtools_app/lib/src/shared/offline/offline_data.dart +++ b/packages/devtools_app/lib/src/shared/offline/offline_data.dart @@ -170,8 +170,8 @@ mixin OfflineScreenControllerMixin if (offlineDataController.shouldLoadOfflineData(screenId)) { // TODO(kenz): investigate this line of code. Do we need to be creating a // second copy of the Map from offlineDataController.offlineDataJson or - // can we use it directly to save this `Map.from` call? - final json = Map.from( + // can we use it directly to save this `Map.of` call? + final json = Map.of( (offlineDataController.offlineDataJson[screenId] as Map) .cast(), ); diff --git a/packages/devtools_app/lib/src/shared/preferences/_extension_preferences.dart b/packages/devtools_app/lib/src/shared/preferences/_extension_preferences.dart index b96210a1010..42c80f0183e 100644 --- a/packages/devtools_app/lib/src/shared/preferences/_extension_preferences.dart +++ b/packages/devtools_app/lib/src/shared/preferences/_extension_preferences.dart @@ -15,9 +15,11 @@ class ExtensionsPreferencesController extends DisposableController @override Future init() async { addAutoDisposeListener(showOnlyEnabledExtensions, () { - storage.setValue( - _showOnlyEnabledExtensionsId, - showOnlyEnabledExtensions.value.toString(), + safeUnawaited( + storage.setValue( + _showOnlyEnabledExtensionsId, + showOnlyEnabledExtensions.value.toString(), + ), ); ga.select( gac.DevToolsExtensionEvents.extensionScreenId.name, diff --git a/packages/devtools_app/lib/src/shared/preferences/_inspector_preferences.dart b/packages/devtools_app/lib/src/shared/preferences/_inspector_preferences.dart index ff279aa1815..440c2cc3d1b 100644 --- a/packages/devtools_app/lib/src/shared/preferences/_inspector_preferences.dart +++ b/packages/devtools_app/lib/src/shared/preferences/_inspector_preferences.dart @@ -168,9 +168,11 @@ class InspectorPreferencesController extends DisposableController await _updateInspectorDetailsViewSelection(); addAutoDisposeListener(_defaultDetailsView, () { - storage.setValue( - _defaultDetailsViewStorageId, - _defaultDetailsView.value.name.toString(), + safeUnawaited( + storage.setValue( + _defaultDetailsViewStorageId, + _defaultDetailsView.value.name.toString(), + ), ); }); } @@ -281,8 +283,9 @@ class InspectorPreferencesController extends DisposableController // Set [_checkedFlutterPubRoot] to true to avoid an infinite loop on the // next call to [removePubRootDirectories]: _checkedFlutterPubRoot = true; - final flutterPubRootDirectories = - cachedDirectories.where(_isFlutterPubRoot).toList(); + final flutterPubRootDirectories = cachedDirectories + .where(_isFlutterPubRoot) + .toList(); await removePubRootDirectories(flutterPubRootDirectories); cachedDirectories.removeWhere(_isFlutterPubRoot); } @@ -297,9 +300,8 @@ class InspectorPreferencesController extends DisposableController /// directories are for the current project so we make a best guess based on /// the root library for the main isolate. Future _inferPubRootDirectory() async { - final fileUriString = - await serviceConnection.serviceManager - .mainIsolateRootLibraryUriAsString(); + final fileUriString = await serviceConnection.serviceManager + .mainIsolateRootLibraryUriAsString(); if (fileUriString == null) { return null; } @@ -322,10 +324,9 @@ class InspectorPreferencesController extends DisposableController pubRootDirectory ??= (parts..removeLast()).join('/'); // Make sure the root directory ends with /, otherwise we will patch with // other directories that start the same. - pubRootDirectory = - pubRootDirectory.endsWith('/') - ? pubRootDirectory - : '$pubRootDirectory/'; + pubRootDirectory = pubRootDirectory.endsWith('/') + ? pubRootDirectory + : '$pubRootDirectory/'; return pubRootDirectory; } @@ -381,10 +382,9 @@ class InspectorPreferencesController extends DisposableController Future _uncachePubRootDirectories( List pubRootDirectories, ) async { - final directoriesToCache = - (await readCachedPubRootDirectories()) - .where((dir) => !pubRootDirectories.contains(dir)) - .toList(); + final directoriesToCache = (await readCachedPubRootDirectories()) + .where((dir) => !pubRootDirectories.contains(dir)) + .toList(); await storage.setValue( _customPubRootStorageId(), jsonEncode(directoriesToCache), @@ -436,8 +436,8 @@ class InspectorPreferencesController extends DisposableController final localInspectorService = _inspectorService; if (localInspectorService is! InspectorService) return; - final freshPubRootDirectories = - await localInspectorService.getPubRootDirectories(); + final freshPubRootDirectories = await localInspectorService + .getPubRootDirectories(); if (freshPubRootDirectories != null) { final newSet = Set.of(freshPubRootDirectories); final oldSet = Set.of(_pubRootDirectories.value); diff --git a/packages/devtools_app/lib/src/shared/preferences/_logging_preferences.dart b/packages/devtools_app/lib/src/shared/preferences/_logging_preferences.dart index c4d5f8638bd..713c6ece0ed 100644 --- a/packages/devtools_app/lib/src/shared/preferences/_logging_preferences.dart +++ b/packages/devtools_app/lib/src/shared/preferences/_logging_preferences.dart @@ -39,9 +39,11 @@ class LoggingPreferencesController extends DisposableController int.tryParse(await storage.getValue(_retentionLimitStorageId) ?? '') ?? _defaultRetentionLimit; addAutoDisposeListener(retentionLimit, () { - storage.setValue( - _retentionLimitStorageId, - retentionLimit.value.toString(), + safeUnawaited( + storage.setValue( + _retentionLimitStorageId, + retentionLimit.value.toString(), + ), ); ga.select( gac.logging, @@ -59,7 +61,9 @@ class LoggingPreferencesController extends DisposableController ) ?? _defaultDetailsFormat; addAutoDisposeListener(detailsFormat, () { - storage.setValue(detailsFormatStorageId, detailsFormat.value.name); + safeUnawaited( + storage.setValue(detailsFormatStorageId, detailsFormat.value.name), + ); ga.select( gac.logging, gac.LoggingEvents.changeDetailsFormat.name, diff --git a/packages/devtools_app/lib/src/shared/preferences/_memory_preferences.dart b/packages/devtools_app/lib/src/shared/preferences/_memory_preferences.dart index 5c55b5445e9..da641573d20 100644 --- a/packages/devtools_app/lib/src/shared/preferences/_memory_preferences.dart +++ b/packages/devtools_app/lib/src/shared/preferences/_memory_preferences.dart @@ -26,9 +26,11 @@ class MemoryPreferencesController extends DisposableController @override Future init() async { addAutoDisposeListener(androidCollectionEnabled, () { - storage.setValue( - _androidCollectionEnabledStorageId, - androidCollectionEnabled.value.toString(), + safeUnawaited( + storage.setValue( + _androidCollectionEnabledStorageId, + androidCollectionEnabled.value.toString(), + ), ); if (androidCollectionEnabled.value) { ga.select(gac.memory, gac.MemoryEvents.androidChart.name); @@ -40,7 +42,9 @@ class MemoryPreferencesController extends DisposableController ); addAutoDisposeListener(showChart, () { - storage.setValue(_showChartStorageId, showChart.value.toString()); + safeUnawaited( + storage.setValue(_showChartStorageId, showChart.value.toString()), + ); ga.select( gac.memory, @@ -55,7 +59,9 @@ class MemoryPreferencesController extends DisposableController ); addAutoDisposeListener(refLimit, () { - storage.setValue(_refLimitStorageId, refLimit.value.toString()); + safeUnawaited( + storage.setValue(_refLimitStorageId, refLimit.value.toString()), + ); ga.select(gac.memory, gac.MemoryEvents.browseRefLimit.name); }); diff --git a/packages/devtools_app/lib/src/shared/preferences/_performance_preferences.dart b/packages/devtools_app/lib/src/shared/preferences/_performance_preferences.dart index 2eed61e53db..32d1abafd88 100644 --- a/packages/devtools_app/lib/src/shared/preferences/_performance_preferences.dart +++ b/packages/devtools_app/lib/src/shared/preferences/_performance_preferences.dart @@ -22,9 +22,11 @@ class PerformancePreferencesController extends DisposableController @override Future init() async { addAutoDisposeListener(showFlutterFramesChart, () { - storage.setValue( - _showFlutterFramesChartId, - showFlutterFramesChart.value.toString(), + safeUnawaited( + storage.setValue( + _showFlutterFramesChartId, + showFlutterFramesChart.value.toString(), + ), ); ga.select( gac.performance, @@ -38,9 +40,11 @@ class PerformancePreferencesController extends DisposableController ); addAutoDisposeListener(includeCpuSamplesInTimeline, () { - storage.setValue( - _includeCpuSamplesInTimelineId, - includeCpuSamplesInTimeline.value.toString(), + safeUnawaited( + storage.setValue( + _includeCpuSamplesInTimelineId, + includeCpuSamplesInTimeline.value.toString(), + ), ); ga.select( gac.performance, diff --git a/packages/devtools_app/lib/src/shared/preferences/preferences.dart b/packages/devtools_app/lib/src/shared/preferences/preferences.dart index 1602dfd0d76..cfc9230c59d 100644 --- a/packages/devtools_app/lib/src/shared/preferences/preferences.dart +++ b/packages/devtools_app/lib/src/shared/preferences/preferences.dart @@ -20,6 +20,7 @@ import '../diagnostics/inspector_service.dart'; import '../feature_flags.dart'; import '../globals.dart'; import '../primitives/query_parameters.dart'; +import '../server/server.dart'; import '../utils/utils.dart'; part '_cpu_profiler_preferences.dart'; @@ -46,6 +47,9 @@ enum _ExperimentPreferences { /// DevTools preferences for UI-related settings. enum _UiPreferences { darkMode, + // TODO(kenz): consider renaming this to 'advancedDeveloperMode' if the DTD + // tools tab stays in DevTools indefinitely. This will depend on whether + // https://github.com/flutter/devtools/issues/9216 is resolved. vmDeveloperMode; String get storageKey => '$storagePrefix.$name'; @@ -71,7 +75,12 @@ class PreferencesController extends DisposableController /// theme user preference. final darkModeEnabled = ValueNotifier(useDarkThemeAsDefault); - final vmDeveloperModeEnabled = ValueNotifier(false); + /// Whether the user has enabled advanced developer mode. + /// + /// When enabled, DevTools will show additional features that are intended for + /// advanced development journeys, such as inspecting the internal state of + /// the Dart VM or the Dart Tooling Daemon. + final advancedDeveloperModeEnabled = ValueNotifier(false); /// Whether DevTools should loaded with the dart2wasm + skwasm instead of /// dart2js + canvaskit @@ -108,7 +117,7 @@ class PreferencesController extends DisposableController Future init() async { // Get the current values and listen for and write back changes. await _initDarkMode(); - await _initVmDeveloperMode(); + await _initAdvancedDeveloperMode(); if (FeatureFlags.wasmOptInSetting) { await _initWasmEnabled(); } @@ -135,29 +144,43 @@ class PreferencesController extends DisposableController ga.impression(gac.devToolsMain, gac.startingTheme(darkMode: useDarkMode)); toggleDarkModeTheme(useDarkMode); addAutoDisposeListener(darkModeEnabled, () { - storage.setValue( - _UiPreferences.darkMode.storageKey, - '${darkModeEnabled.value}', + safeUnawaited( + storage.setValue( + _UiPreferences.darkMode.storageKey, + '${darkModeEnabled.value}', + ), ); }); } - Future _initVmDeveloperMode() async { - final vmDeveloperModeValue = await boolValueFromStorage( + Future _initAdvancedDeveloperMode() async { + final advancedDeveloperModeValue = await boolValueFromStorage( _UiPreferences.vmDeveloperMode.storageKey, defaultsTo: false, ); - toggleVmDeveloperMode(vmDeveloperModeValue); - addAutoDisposeListener(vmDeveloperModeEnabled, () { - storage.setValue( - _UiPreferences.vmDeveloperMode.storageKey, - '${vmDeveloperModeEnabled.value}', + toggleAdvancedDeveloperMode(advancedDeveloperModeValue); + addAutoDisposeListener(advancedDeveloperModeEnabled, () { + safeUnawaited( + storage.setValue( + _UiPreferences.vmDeveloperMode.storageKey, + '${advancedDeveloperModeEnabled.value}', + ), ); }); } Future _initWasmEnabled() async { wasmEnabled.value = kIsWasm; + + // If the user forced the dart2js-compiled DevTools via query parameter, + // then set the storage value to match. This will persist across multiple + // sessions of DevTools. + if (DevToolsQueryParams.load().useJs) { + safeUnawaited( + storage.setValue(_ExperimentPreferences.wasm.storageKey, 'false'), + ); + } + addAutoDisposeListener(wasmEnabled, () async { final enabled = wasmEnabled.value; _log.fine('preference update (wasmEnabled = $enabled)'); @@ -175,8 +198,8 @@ class PreferencesController extends DisposableController 'Reloading DevTools for Wasm preference update (enabled = $enabled)', ); updateQueryParameter( - DevToolsQueryParams.wasmKey, - enabled ? 'true' : null, + DevToolsQueryParams.compilerKey, + enabled ? 'wasm' : null, reload: true, ); } @@ -194,7 +217,7 @@ class PreferencesController extends DisposableController // back to JS. We know this because the flutter_bootstrap.js logic always // sets the 'wasm' query parameter to 'true' when attempting to load // DevTools with wasm. Remove the wasm query parameter and return early. - updateQueryParameter(DevToolsQueryParams.wasmKey, null); + updateQueryParameter(DevToolsQueryParams.compilerKey, null); ga.impression(gac.devToolsMain, gac.jsFallback); // Do not show the JS fallback notification when embedded in VS Code @@ -212,12 +235,6 @@ class PreferencesController extends DisposableController return; } - // Whether DevTools was run using the `dt run` command, which runs DevTools - // using `flutter run` and connects it to a locally running instance of the - // DevTools server. - final usingDebugDevToolsServer = - (const String.fromEnvironment('debug_devtools_server')).isNotEmpty && - !kReleaseMode; final shouldEnableWasm = (enabledFromStorage || enabledFromQueryParams) && kIsWeb && @@ -237,9 +254,11 @@ class PreferencesController extends DisposableController ); toggleVerboseLogging(verboseLoggingEnabledValue); addAutoDisposeListener(verboseLoggingEnabled, () { - storage.setValue( - _GeneralPreferences.verboseLogging.name, - verboseLoggingEnabled.value.toString(), + safeUnawaited( + storage.setValue( + _GeneralPreferences.verboseLogging.name, + verboseLoggingEnabled.value.toString(), + ), ); }); } @@ -263,11 +282,11 @@ class PreferencesController extends DisposableController } } - /// Change the value of the VM developer mode setting. - void toggleVmDeveloperMode(bool? enableVmDeveloperMode) { - if (enableVmDeveloperMode != null) { - vmDeveloperModeEnabled.value = enableVmDeveloperMode; - VmServiceWrapper.enablePrivateRpcs = enableVmDeveloperMode; + /// Change the value of the advanced developer mode setting. + void toggleAdvancedDeveloperMode(bool? enable) { + if (enable != null) { + advancedDeveloperModeEnabled.value = enable; + VmServiceWrapper.enablePrivateRpcs = enable; } } diff --git a/packages/devtools_app/lib/src/shared/primitives/collapsible_mixin.dart b/packages/devtools_app/lib/src/shared/primitives/collapsible_mixin.dart index f58faf53191..1bdf7c9277f 100644 --- a/packages/devtools_app/lib/src/shared/primitives/collapsible_mixin.dart +++ b/packages/devtools_app/lib/src/shared/primitives/collapsible_mixin.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. +import 'dart:async'; + import 'package:devtools_app_shared/ui.dart'; import 'package:flutter/material.dart'; @@ -58,9 +60,9 @@ mixin CollapsibleAnimationMixin void setExpanded(bool expanded) { setState(() { if (expanded) { - expandController.forward(); + unawaited(expandController.forward()); } else { - expandController.reverse(); + unawaited(expandController.reverse()); } onExpandChanged(expanded); }); @@ -70,9 +72,9 @@ mixin CollapsibleAnimationMixin void didUpdateWidget(Widget oldWidget) { super.didUpdateWidget(oldWidget as T); if (isExpanded) { - expandController.forward(); + unawaited(expandController.forward()); } else { - expandController.reverse(); + unawaited(expandController.reverse()); } } } diff --git a/packages/devtools_app/lib/src/shared/primitives/custom_pointer_scroll_view.dart b/packages/devtools_app/lib/src/shared/primitives/custom_pointer_scroll_view.dart index 634a98ff2bf..eb0e45f5d2a 100644 --- a/packages/devtools_app/lib/src/shared/primitives/custom_pointer_scroll_view.dart +++ b/packages/devtools_app/lib/src/shared/primitives/custom_pointer_scroll_view.dart @@ -50,8 +50,9 @@ abstract class CustomPointerScrollView extends BoxScrollView { final List slivers = buildSlivers(context); final AxisDirection axisDirection = getDirection(context); - final ScrollController? scrollController = - _primary ? PrimaryScrollController.of(context) : controller; + final ScrollController? scrollController = _primary + ? PrimaryScrollController.of(context) + : controller; assert( scrollController != null, @@ -250,8 +251,8 @@ class CustomPointerScrollable extends StatefulWidget { /// Calling this method will create a dependency on the closest [Scrollable] /// in the [context], if there is one. static CustomPointerScrollableState? of(BuildContext context) { - final _ScrollableScope? widget = - context.dependOnInheritedWidgetOfExactType<_ScrollableScope>(); + final _ScrollableScope? widget = context + .dependOnInheritedWidgetOfExactType<_ScrollableScope>(); return widget?.scrollable; } @@ -429,22 +430,23 @@ class CustomPointerScrollableState extends State switch (widget.axis) { case Axis.vertical: _gestureRecognizers = { - VerticalDragGestureRecognizer: GestureRecognizerFactoryWithHandlers< - VerticalDragGestureRecognizer - >(() => VerticalDragGestureRecognizer(), ( - VerticalDragGestureRecognizer instance, - ) { - instance - ..onDown = _handleDragDown - ..onStart = _handleDragStart - ..onUpdate = _handleDragUpdate - ..onEnd = _handleDragEnd - ..onCancel = _handleDragCancel - ..minFlingDistance = _physics?.minFlingDistance - ..minFlingVelocity = _physics?.minFlingVelocity - ..maxFlingVelocity = _physics?.maxFlingVelocity - ..dragStartBehavior = widget.dragStartBehavior; - }), + VerticalDragGestureRecognizer: + GestureRecognizerFactoryWithHandlers< + VerticalDragGestureRecognizer + >(() => VerticalDragGestureRecognizer(), ( + VerticalDragGestureRecognizer instance, + ) { + instance + ..onDown = _handleDragDown + ..onStart = _handleDragStart + ..onUpdate = _handleDragUpdate + ..onEnd = _handleDragEnd + ..onCancel = _handleDragCancel + ..minFlingDistance = _physics?.minFlingDistance + ..minFlingVelocity = _physics?.minFlingVelocity + ..maxFlingVelocity = _physics?.maxFlingVelocity + ..dragStartBehavior = widget.dragStartBehavior; + }), }; break; case Axis.horizontal: @@ -558,10 +560,9 @@ class CustomPointerScrollableState extends State // Returns the offset that should result from applying [event] to the current // position, taking min/max scroll extent into account. double _targetScrollOffsetForPointerScroll(PointerScrollEvent event) { - double delta = - widget.axis == Axis.horizontal - ? event.scrollDelta.dx - : event.scrollDelta.dy; + double delta = widget.axis == Axis.horizontal + ? event.scrollDelta.dx + : event.scrollDelta.dy; if (axisDirectionIsReversed(widget.axisDirection)) { delta *= -1; @@ -820,7 +821,7 @@ class _RenderScrollSemantics extends RenderProxyBox { if (child.isTagged(RenderViewport.excludeFromScrolling)) { excluded.add(child); } else { - if (!child.hasFlag(SemanticsFlag.isHidden)) { + if (!child.flagsCollection.isHidden) { firstVisibleIndex ??= child.indexInParent; } included.add(child); diff --git a/packages/devtools_app/lib/src/shared/primitives/diagnostics_text_styles.dart b/packages/devtools_app/lib/src/shared/primitives/diagnostics_text_styles.dart index baac2c86683..5773f02f3c2 100644 --- a/packages/devtools_app/lib/src/shared/primitives/diagnostics_text_styles.dart +++ b/packages/devtools_app/lib/src/shared/primitives/diagnostics_text_styles.dart @@ -5,9 +5,8 @@ import 'package:devtools_app_shared/ui.dart'; import 'package:flutter/material.dart'; -// Enum-like static classes are ok. -// ignore: avoid_classes_with_only_static_members -class DiagnosticsTextStyles { +/// A namespace for diagnostic text styles and utilities. +extension DiagnosticsTextStyles on Never { static TextStyle unimportant(ColorScheme colorScheme) => TextStyle( color: colorScheme.isLight ? Colors.grey.shade500 : Colors.grey.shade600, ); @@ -20,8 +19,9 @@ class DiagnosticsTextStyles { ); static TextStyle warning(ColorScheme colorScheme) => TextStyle( - color: - colorScheme.isLight ? Colors.orange.shade900 : Colors.orange.shade400, + color: colorScheme.isLight + ? Colors.orange.shade900 + : Colors.orange.shade400, ); static TextStyle error(ColorScheme colorScheme) => diff --git a/packages/devtools_app/lib/src/shared/primitives/encoding.dart b/packages/devtools_app/lib/src/shared/primitives/encoding.dart index 4eda5174159..a787dd9a1e1 100644 --- a/packages/devtools_app/lib/src/shared/primitives/encoding.dart +++ b/packages/devtools_app/lib/src/shared/primitives/encoding.dart @@ -37,8 +37,9 @@ class HeapSnapshotGraphEncodeDecode extends EncodeDecode { if (value is HeapSnapshotGraph) return value; if (value is String) value = jsonDecode(value); value = value as List; - final chunks = - value.map((s) => ByteDataEncodeDecode.instance.decode(s)).toList(); + final chunks = value + .map((s) => ByteDataEncodeDecode.instance.decode(s)) + .toList(); return HeapSnapshotGraph.fromChunks(chunks); } } @@ -124,8 +125,8 @@ class ClassRefEncodeDecode extends EncodeDecode { Object? toEncodable(Object? value) { return switch (value) { null => null, - final HeapSnapshotGraph value => HeapSnapshotGraphEncodeDecode.instance - .toEncodable(value), + final HeapSnapshotGraph value => + HeapSnapshotGraphEncodeDecode.instance.toEncodable(value), final ByteData value => ByteDataEncodeDecode.instance.toEncodable(value), final DateTime value => DateTimeEncodeDecode.instance.toEncodable(value), final IsolateRef value => IsolateRefEncodeDecode.instance.toEncodable( diff --git a/packages/devtools_app/lib/src/shared/primitives/extent_delegate_list.dart b/packages/devtools_app/lib/src/shared/primitives/extent_delegate_list.dart index edbb9e9d0f6..2beaaf3a100 100644 --- a/packages/devtools_app/lib/src/shared/primitives/extent_delegate_list.dart +++ b/packages/devtools_app/lib/src/shared/primitives/extent_delegate_list.dart @@ -334,12 +334,9 @@ class RenderSliverExtentDelegateBoxAdaptor extends RenderSliverMultiBoxAdaptor { final firstIndex = _extentDelegate!.minChildIndexForScrollOffset( scrollOffset, ); - final targetLastIndex = - targetEndScrollOffset.isFinite - ? _extentDelegate!.maxChildIndexForScrollOffset( - targetEndScrollOffset, - ) - : null; + final targetLastIndex = targetEndScrollOffset.isFinite + ? _extentDelegate!.maxChildIndexForScrollOffset(targetEndScrollOffset) + : null; if (firstChild != null) { final leadingGarbage = _calculateLeadingGarbage(firstIndex); @@ -464,12 +461,11 @@ class RenderSliverExtentDelegateBoxAdaptor extends RenderSliverMultiBoxAdaptor { final targetEndScrollOffsetForPaint = constraints.scrollOffset + constraints.remainingPaintExtent; - final targetLastIndexForPaint = - targetEndScrollOffsetForPaint.isFinite - ? _extentDelegate!.maxChildIndexForScrollOffset( - targetEndScrollOffsetForPaint, - ) - : null; + final targetLastIndexForPaint = targetEndScrollOffsetForPaint.isFinite + ? _extentDelegate!.maxChildIndexForScrollOffset( + targetEndScrollOffsetForPaint, + ) + : null; assert(paintExtent <= estimatedMaxScrollOffset); geometry = SliverGeometry( scrollExtent: _extentDelegate!.layoutOffset(_extentDelegate!.length), diff --git a/packages/devtools_app/lib/src/shared/primitives/flutter_widgets/linked_scroll_controller.dart b/packages/devtools_app/lib/src/shared/primitives/flutter_widgets/linked_scroll_controller.dart index f493b9559dc..ad1412178b0 100644 --- a/packages/devtools_app/lib/src/shared/primitives/flutter_widgets/linked_scroll_controller.dart +++ b/packages/devtools_app/lib/src/shared/primitives/flutter_widgets/linked_scroll_controller.dart @@ -54,10 +54,9 @@ class LinkedScrollControllerGroup { /// Creates a new controller that is linked to any existing ones. ScrollController addAndGet() { - final initialScrollOffset = - _attachedControllers.isEmpty - ? 0.0 - : _attachedControllers.first.position.pixels; + final initialScrollOffset = _attachedControllers.isEmpty + ? 0.0 + : _attachedControllers.first.position.pixels; final controller = _LinkedScrollController( this, initialScrollOffset: initialScrollOffset, diff --git a/packages/devtools_app/lib/src/shared/primitives/query_parameters.dart b/packages/devtools_app/lib/src/shared/primitives/query_parameters.dart index 2ca2a621c6d..7bd99f33216 100644 --- a/packages/devtools_app/lib/src/shared/primitives/query_parameters.dart +++ b/packages/devtools_app/lib/src/shared/primitives/query_parameters.dart @@ -64,7 +64,14 @@ extension type DevToolsQueryParams(Map params) { /// Whether DevTools should be loaded using dart2wasm + skwasm instead of /// dart2js + canvaskit. - bool get useWasm => params[wasmKey] == 'true'; + bool get useWasm => params[compilerKey] == 'wasm'; + + /// Whether DevTools should be loaded using dart2js + canvaskit instead of + /// dart2wasm + skwasm. + /// + /// This should only ever be explicitly set by the user if their app fails to + /// load using wasm. + bool get useJs => params[compilerKey] == 'js'; static const vmServiceUriKey = 'uri'; static const hideScreensKey = 'hide'; @@ -75,10 +82,14 @@ extension type DevToolsQueryParams(Map params) { static const ideKey = 'ide'; static const ideFeatureKey = 'ideFeature'; - // This query parameter must match the String value in the Flutter bootstrap - // logic that is used to select a web renderer. See - // devtools/packages/devtools_app/web/flutter_bootstrap.js. - static const wasmKey = 'wasm'; + /// Query parameter key to determine whether to use dart2wasm or dart2js. + /// + /// This query parameter must match the String value in the Flutter bootstrap + /// logic that is used to select a web renderer. See + /// devtools/packages/devtools_app/web/flutter_bootstrap.js. + /// + /// Valid values are "js" or "wasm". + static const compilerKey = 'compiler'; // TODO(kenz): remove legacy value in May of 2025 when all IDEs are not using // these and 12 months have passed to allow users ample upgrade time. diff --git a/packages/devtools_app/lib/src/shared/primitives/trees.dart b/packages/devtools_app/lib/src/shared/primitives/trees.dart index d4cf8971a81..a86d9720849 100644 --- a/packages/devtools_app/lib/src/shared/primitives/trees.dart +++ b/packages/devtools_app/lib/src/shared/primitives/trees.dart @@ -314,8 +314,9 @@ abstract class TreeNode> { final matchingNode = depthFirstTraversal( root, returnCondition: matchingNodeCondition, - exploreChildrenCondition: - includeCollapsedNodes ? null : (T node) => node.isExpanded, + exploreChildrenCondition: includeCollapsedNodes + ? null + : (T node) => node.isExpanded, action: (T _) => index++, ); if (matchingNode != null) return index; diff --git a/packages/devtools_app/lib/src/shared/primitives/utils.dart b/packages/devtools_app/lib/src/shared/primitives/utils.dart index 45558fd8a10..74ee5ecf241 100644 --- a/packages/devtools_app/lib/src/shared/primitives/utils.dart +++ b/packages/devtools_app/lib/src/shared/primitives/utils.dart @@ -216,8 +216,9 @@ String longestFittingSubstring( int i = 0; while (i < runes.length) { final rune = runes[i]; - final charWidth = - rune < 128 ? asciiMeasurements[rune] : slowMeasureFallback(rune); + final charWidth = rune < 128 + ? asciiMeasurements[rune] + : slowMeasureFallback(rune); if (currentWidth + charWidth > maxWidth) { break; } @@ -441,84 +442,101 @@ class RateLimiter { } } +// If the need arises, this enum can be expanded to include any of the +// remaining time units supported by [Duration] - (seconds, minutes, etc.). /// Time unit for displaying time ranges. -/// -/// If the need arises, this enum can be expanded to include any of the -/// remaining time units supported by [Duration] - (seconds, minutes, etc.). If -/// you add a unit of time to this enum, modify the toString() method in -/// [TimeRange] to handle the new case. enum TimeUnit { microseconds, milliseconds } -class TimeRange { - TimeRange({this.singleAssignment = true}); +/// A builder used to build a well-formed [TimeRange] incrementally. +final class TimeRangeBuilder { + /// Creates a new [TimeRangeBuilder] to build a [TimeRange] + /// with the optionally specified [start] and [end] initial values. + TimeRangeBuilder({int? start, int? end}) : _start = start, _end = end; - factory TimeRange.offset({ - required TimeRange original, - required Duration offset, - }) { - final originalStart = original.start; - final originalEnd = original.end; - return TimeRange() - ..start = originalStart != null ? originalStart + offset : null - ..end = originalEnd != null ? originalEnd + offset : null; + int? _start; + + /// Sets the start time of this builder. + /// + /// The start time should be less than or equal to the end time. + set start(int startTime) { + _start = startTime; } - final bool singleAssignment; + int? _end; - Duration? get start => _start; + /// Sets the end time of this builder. + /// + /// The end time should be greater than or equal to the start time. + set end(int endTime) { + _end = endTime; + } - Duration? _start; + /// Whether both `start` and `end` properties are set, + /// meaning [build] can safely be called. + bool get canBuild => _start != null && _end != null; - set start(Duration? value) { - if (singleAssignment) { - assert(_start == null); + /// Returns a [TimeRange] built from the specified [start] and [end] values. + /// + /// If either [start] or [end] is `null`, throws an error. + /// + /// The [start] time must be less than or equal to the [end] time. + TimeRange build() { + final startTimestamp = _start; + if (startTimestamp == null) { + throw StateError('TimeRangeBuilder.start must be set before building!'); } - if (value != null && _end != null) { - assert( - value <= _end!, - '$value is not less than or equal to end time $_end', - ); + + final endTimestamp = _end; + if (endTimestamp == null) { + throw StateError('TimeRangeBuilder.end must be set before building!'); } - _start = value; - } - Duration? get end => _end; + return TimeRange(start: startTimestamp, end: endTimestamp); + } - Duration? _end; + /// Returns a new [TimeRangeBuilder] with the current values of this builder. + TimeRangeBuilder copy() => TimeRangeBuilder(start: _start, end: _end); +} - set end(Duration? value) { - if (singleAssignment) { - assert(_end == null); - } - if (value != null && _start != null) { +final class TimeRange { + /// Creates a [TimeRange] with the specified + /// [start] and [end] times in microseconds. + /// + /// The [start] time must be less than or equal to the [end] time. + TimeRange({required this.start, required this.end}) + : assert(start <= end, '$start is not less than or equal to end time $end'), assert( - value >= _start!, - '$value is not greater than or equal to start time $_start', + end >= start, + '$end is not greater than or equal to start time $start', ); - } - _end = value; - } - Duration get duration => end! - start!; + /// Creates a [TimeRange] with the specified [start] time in microseconds and + /// [end] calculated as being [duration] microseconds later. + factory TimeRange.ofDuration(int duration, {int start = 0}) => + TimeRange(start: start, end: start + duration); - bool contains(Duration target) => start! <= target && end! >= target; + /// The starting time in microseconds. + final int start; - bool containsRange(TimeRange t) => start! <= t.start! && end! >= t.end!; + /// The ending time in microseconds. + final int end; + + /// The duration of time between the [start] and [end] microseconds. + Duration get duration => Duration(microseconds: end - start); - bool overlaps(TimeRange t) => t.end! > start! && t.start! < end!; + /// Whether this time range contains the specified [target] microsecond. + bool contains(int target) => start <= target && end >= target; - bool get isWellFormed => _start != null && _end != null; + /// Whether this time range completely contains the + /// specified [target] time range. + bool containsRange(TimeRange target) => + start <= target.start && end >= target.end; @override - String toString({TimeUnit? unit}) { - unit ??= TimeUnit.microseconds; - switch (unit) { - case TimeUnit.microseconds: - return '[${_start?.inMicroseconds} μs - ${end?.inMicroseconds} μs]'; - case TimeUnit.milliseconds: - return '[${_start?.inMilliseconds} ms - ${end?.inMilliseconds} ms]'; - } - } + String toString({TimeUnit? unit}) => switch (unit ?? TimeUnit.microseconds) { + TimeUnit.microseconds => '[$start μs - $end μs]', + TimeUnit.milliseconds => '[${start ~/ 1000} ms - ${end ~/ 1000} ms]', + }; @override bool operator ==(Object other) { @@ -825,14 +843,13 @@ List textSpansFromAnsi(String input, TextStyle defaultStyle) { final styled = entry.bold || entry.fgColor != null || entry.bgColor != null; return TextSpan( text: entry.text, - style: - styled - ? TextStyle( - color: ansiToColor(entry.fgColor), - backgroundColor: ansiToColor(entry.bgColor), - fontWeight: entry.bold ? FontWeight.bold : FontWeight.normal, - ) - : defaultStyle, + style: styled + ? TextStyle( + color: ansiToColor(entry.fgColor), + backgroundColor: ansiToColor(entry.bgColor), + fontWeight: entry.bold ? FontWeight.bold : FontWeight.normal, + ) + : defaultStyle, ); }).toList(); } @@ -867,17 +884,17 @@ extension LogicalKeySetExtension on LogicalKeySet { String describeKeys({bool isMacOS = false}) { // Put the modifiers first. If it has a synonym, then it's something like // shiftLeft, altRight, etc. - final sortedKeys = - keys.toList()..sort((a, b) { - final aIsModifier = a.synonyms.isNotEmpty || _modifiers.contains(a); - final bIsModifier = b.synonyms.isNotEmpty || _modifiers.contains(b); - if (aIsModifier && !bIsModifier) { - return -1; - } else if (bIsModifier && !aIsModifier) { - return 1; - } - return a.keyLabel.compareTo(b.keyLabel); - }); + final sortedKeys = keys.toList() + ..sort((a, b) { + final aIsModifier = a.synonyms.isNotEmpty || _modifiers.contains(a); + final bIsModifier = b.synonyms.isNotEmpty || _modifiers.contains(b); + if (aIsModifier && !bIsModifier) { + return -1; + } else if (bIsModifier && !aIsModifier) { + return 1; + } + return a.keyLabel.compareTo(b.keyLabel); + }); return sortedKeys.map((key) { if (_modifiers.contains(key)) { @@ -1126,3 +1143,21 @@ String devtoolsAssetsBasePath({required String origin, required String path}) { pathParts.removeLast(); return '$trimmedOrigin${pathParts.join(separator)}'; } + +/// Returns `true` if the given [mimeType] is considered textual and can be +/// safely decoded as UTF-8 without base64 encoding. +/// +/// This function is useful for determining whether the content of an HTTP +/// request or response can be directly included in a HAR or JSON file as +/// human-readable text. +bool isTextMimeType(String? mimeType) { + if (mimeType == null) return false; + + // Strip charset if present + final cleanedMime = mimeType.split(';').first.trim().toLowerCase(); + + return cleanedMime.startsWith('text/') || + cleanedMime == 'application/json' || + cleanedMime == 'application/javascript' || + cleanedMime == 'application/xml'; +} diff --git a/packages/devtools_app/lib/src/shared/server/_server_api.dart b/packages/devtools_app/lib/src/shared/server/_server_api.dart index 57393766834..33a6c07eb0c 100644 --- a/packages/devtools_app/lib/src/shared/server/_server_api.dart +++ b/packages/devtools_app/lib/src/shared/server/_server_api.dart @@ -11,7 +11,7 @@ Future checkServerHttpApiAvailable() async { // in the server in the SDK (see `pkg\dds\lib\src\devtools\handler.dart`) // and not delegated back to DevTools shared code. final response = await get( - Uri.parse('${apiPrefix}ping'), + buildDevToolsServerRequestUri('${apiPrefix}ping'), ).timeout(const Duration(seconds: 5)); // When running with the local dev server Flutter may serve its index page // for missing files to support the hashless url strategy. Check the response diff --git a/packages/devtools_app/lib/src/shared/server/server.dart b/packages/devtools_app/lib/src/shared/server/server.dart index 900018594d1..24a86c4f0cc 100644 --- a/packages/devtools_app/lib/src/shared/server/server.dart +++ b/packages/devtools_app/lib/src/shared/server/server.dart @@ -47,20 +47,35 @@ final _log = Logger('devtools_server_client'); bool get isDevToolsServerAvailable => kIsWeb && storage is ServerConnectionStorage; -const _debugDevToolsServerFlag = 'debug_devtools_server'; +const _debugDevToolsServerEnvironmentVariable = String.fromEnvironment( + 'debug_devtools_server', +); + +/// Whether DevTools was run using the `dt run` command, which runs DevTools in +/// debug mode using `flutter run` and connects it to an instance of the +/// DevTools server. +bool get usingDebugDevToolsServer => + _debugDevToolsServerEnvironmentVariable.isNotEmpty && !kReleaseMode; String get devToolsServerUriAsString { - const debugDevToolsServerUriAsString = String.fromEnvironment( - _debugDevToolsServerFlag, - ); // Ensure we only use the debug DevTools server URI in non-release // builds. By running `dt run`, an instance of DevTools run with `flutter run` // can be connected to the DevTools server on a different port. - return debugDevToolsServerUriAsString.isNotEmpty && !kReleaseMode - ? debugDevToolsServerUriAsString + return usingDebugDevToolsServer + ? _debugDevToolsServerEnvironmentVariable : Uri.base.toString(); } +/// Helper to build a request URI to the DevTools server, which may not be on +/// the same origin as the DevTools app window. +Uri buildDevToolsServerRequestUri(String url) { + // [_debugDevToolsServerEnvironmentVariable] will be the empty string if the + // [_debugDevToolsServerFlag] environment variable declaration was not set + // using `--dart-define`. + const baseUri = _debugDevToolsServerEnvironmentVariable; + return Uri.parse(path.join(baseUri, url)); +} + /// Helper to catch any server request which could fail. /// /// Returns HttpRequest or null (if server failure). @@ -68,10 +83,7 @@ Future request(String url) async { Response? response; try { - // This will be the empty string if this environment declaration was not - // set using `--dart-define`. - const baseUri = String.fromEnvironment(_debugDevToolsServerFlag); - response = await post(Uri.parse(path.join(baseUri, url))); + response = await post(buildDevToolsServerRequestUri(url)); } catch (_) {} return response; @@ -117,8 +129,9 @@ Future notifyForVmServiceConnection({ DevToolsJsonFile _devToolsJsonFileFromResponse(Response resp, String filePath) { final data = json.decode(resp.body) as Map; final lastModified = data['lastModifiedTime']; - final lastModifiedTime = - lastModified != null ? DateTime.parse(lastModified) : DateTime.now(); + final lastModifiedTime = lastModified != null + ? DateTime.parse(lastModified) + : DateTime.now(); return DevToolsJsonFile( name: filePath, lastModifiedTime: lastModifiedTime, diff --git a/packages/devtools_app/lib/src/shared/server/server_api_client.dart b/packages/devtools_app/lib/src/shared/server/server_api_client.dart index edc271c8480..8406975ee00 100644 --- a/packages/devtools_app/lib/src/shared/server/server_api_client.dart +++ b/packages/devtools_app/lib/src/shared/server/server_api_client.dart @@ -41,10 +41,9 @@ class DevToolsServerConnection { /// /// - http://foo/devtools => http://foo/devtools/api @visibleForTesting - static Uri apiUriFor(Uri baseUri) => - baseUri.path.endsWith('devtools') - ? baseUri.resolve('devtools/api/') - : baseUri.resolve('api/'); + static Uri apiUriFor(Uri baseUri) => baseUri.path.endsWith('devtools') + ? baseUri.resolve('devtools/api/') + : baseUri.resolve('api/'); /// Connects to the legacy SSE API. /// diff --git a/packages/devtools_app/lib/src/shared/table/_flat_table.dart b/packages/devtools_app/lib/src/shared/table/_flat_table.dart index d5fc89bc3b8..c6fa4a85207 100644 --- a/packages/devtools_app/lib/src/shared/table/_flat_table.dart +++ b/packages/devtools_app/lib/src/shared/table/_flat_table.dart @@ -36,12 +36,11 @@ class SearchableFlatTable extends FlatTable { }) : super( searchMatchesNotifier: searchController.searchMatches, activeSearchMatchNotifier: searchController.activeSearchMatch, - onDataSorted: - () => WidgetsBinding.instance.addPostFrameCallback((_) { - // This needs to be in a post frame callback so that the search - // matches are not updated in the middle of a table build. - searchController.refreshSearchMatches(); - }), + onDataSorted: () => WidgetsBinding.instance.addPostFrameCallback((_) { + // This needs to be in a post frame callback so that the search + // matches are not updated in the middle of a table build. + searchController.refreshSearchMatches(); + }), ); } @@ -308,12 +307,9 @@ class FlatTableState extends State> with AutoDisposeMixin { ); if (widget.sizeColumnsToFit || tableController.columnWidths == null) { return LayoutBuilder( - builder: - (context, constraints) => buildTable( - tableController.computeColumnWidthsSizeToFit( - constraints.maxWidth, - ), - ), + builder: (context, constraints) => buildTable( + tableController.computeColumnWidthsSizeToFit(constraints.maxWidth), + ), ); } return buildTable(tableController.columnWidths!); diff --git a/packages/devtools_app/lib/src/shared/table/_table_column.dart b/packages/devtools_app/lib/src/shared/table/_table_column.dart index ddf612baa75..521d212b481 100644 --- a/packages/devtools_app/lib/src/shared/table/_table_column.dart +++ b/packages/devtools_app/lib/src/shared/table/_table_column.dart @@ -18,7 +18,6 @@ abstract class ColumnRenderer { T data, { bool isRowSelected = false, bool isRowHovered = false, - VoidCallback? onPressed, }); } @@ -81,30 +80,28 @@ class _ColumnHeader extends StatelessWidget { const SizedBox(width: densePadding), ], Expanded( - child: - column.titleTooltip != null - ? DevToolsTooltip( - message: column.titleTooltip, - padding: const EdgeInsets.all(denseSpacing), - child: title, - ) - : title, + child: column.titleTooltip != null + ? DevToolsTooltip( + message: column.titleTooltip, + padding: const EdgeInsets.all(denseSpacing), + child: title, + ) + : title, ), ], ); return column.includeHeader ? InkWell( - canRequestFocus: false, - onTap: - column.supportsSorting - ? () => _handleSortChange( + canRequestFocus: false, + onTap: column.supportsSorting + ? () => _handleSortChange( column, secondarySortColumn: secondarySortColumn, ) - : null, - child: headerContent, - ) + : null, + child: headerContent, + ) : headerContent; } diff --git a/packages/devtools_app/lib/src/shared/table/_table_row.dart b/packages/devtools_app/lib/src/shared/table/_table_row.dart index 02dbfe3e998..763438888ec 100644 --- a/packages/devtools_app/lib/src/shared/table/_table_row.dart +++ b/packages/devtools_app/lib/src/shared/table/_table_row.dart @@ -272,25 +272,22 @@ class _TableRowState extends State> onPressed = () => widgetOnPressed(node); } - final row = tableRowFor(context, onPressed: onPressed); + final row = tableRowFor(context); final box = SizedBox( - height: - widget._rowType == _TableRowType.data - ? defaultRowHeight - : defaultHeaderHeight + - (widget.tall ? scaleByFontFactor(densePadding) : 0.0), + height: widget._rowType == _TableRowType.data + ? defaultRowHeight + : defaultHeaderHeight + (widget.tall ? densePadding : 0.0), child: Material( color: _searchAwareBackgroundColor(), - child: - onPressed != null - ? InkWell( - canRequestFocus: false, - key: contentKey, - onTap: onPressed, - child: row, - ) - : row, + child: onPressed != null + ? InkWell( + canRequestFocus: false, + key: contentKey, + onTap: onPressed, + child: row, + ) + : row, ), ); return box; @@ -338,15 +335,14 @@ class _TableRowState extends State> if (widget.isSelected) { return colorScheme.selectedRowBackgroundColor; } - final searchAwareBackgroundColor = - isSearchMatch - ? Color.alphaBlend( - isActiveSearchMatch - ? activeSearchMatchColorOpaque - : searchMatchColorOpaque, - backgroundColor, - ) - : backgroundColor; + final searchAwareBackgroundColor = isSearchMatch + ? Color.alphaBlend( + isActiveSearchMatch + ? activeSearchMatchColorOpaque + : searchMatchColorOpaque, + backgroundColor, + ) + : backgroundColor; return searchAwareBackgroundColor; } @@ -405,7 +401,7 @@ class _TableRowState extends State> } /// Presents the content of this row. - Widget tableRowFor(BuildContext context, {VoidCallback? onPressed}) { + Widget tableRowFor(BuildContext context) { Widget columnFor(ColumnData column, double columnWidth) { Widget? content; final theme = Theme.of(context); @@ -443,7 +439,6 @@ class _TableRowState extends State> node, isRowSelected: widget.isSelected, isRowHovered: isHovering, - onPressed: onPressed, ); } // If ColumnRenderer.build returns null, fall back to the default @@ -481,25 +476,27 @@ class _TableRowState extends State> } if (column == widget.expandableColumn) { - final expandIndicator = - widget.isExpandable - ? ValueListenableBuilder( - valueListenable: expandController, - builder: (context, _, _) { - return RotationTransition( - turns: expandArrowAnimation, - child: Icon( - Icons.expand_more, - color: theme.colorScheme.onSurface, - size: defaultIconSize, - ), - ); - }, - ) - : SizedBox(width: defaultIconSize, height: defaultIconSize); + final expandIndicator = widget.isExpandable + ? ValueListenableBuilder( + valueListenable: expandController, + builder: (context, _, _) { + return RotationTransition( + turns: expandArrowAnimation, + child: Icon( + Icons.expand_more, + color: theme.colorScheme.onSurface, + size: defaultIconSize, + ), + ); + }, + ) + : const SizedBox(width: defaultIconSize, height: defaultIconSize); content = Row( mainAxisSize: MainAxisSize.min, - children: [expandIndicator, Expanded(child: content)], + children: [ + expandIndicator, + Expanded(child: content), + ], ); } content = Padding( diff --git a/packages/devtools_app/lib/src/shared/table/_tree_table.dart b/packages/devtools_app/lib/src/shared/table/_tree_table.dart index 2420e80b435..4bc64ef0880 100644 --- a/packages/devtools_app/lib/src/shared/table/_tree_table.dart +++ b/packages/devtools_app/lib/src/shared/table/_tree_table.dart @@ -408,10 +408,9 @@ class TreeTableState> extends State> newSelectedNodeIndex = max(selectedNodeIndex! - 1, 0); break; case TreeTableScrollKind.parent: - newSelectedNodeIndex = - selectionValue.node!.parent != null - ? max(_data.indexOf(selectionValue.node!.parent!), 0) - : 0; + newSelectedNodeIndex = selectionValue.node!.parent != null + ? max(_data.indexOf(selectionValue.node!.parent!), 0) + : 0; break; } diff --git a/packages/devtools_app/lib/src/shared/table/column_widths.dart b/packages/devtools_app/lib/src/shared/table/column_widths.dart index c7cb2cdaede..91efbed0f7c 100644 --- a/packages/devtools_app/lib/src/shared/table/column_widths.dart +++ b/packages/devtools_app/lib/src/shared/table/column_widths.dart @@ -23,7 +23,7 @@ const columnGroupSpacingWithPadding = columnGroupSpacing + 2 * defaultSpacing; const columnSpacing = defaultSpacing; /// The minimum width that can be used for variable width columns. -final defaultVariableWidthColumnSize = scaleByFontFactor(1200.0); +const defaultVariableWidthColumnSize = 1200.0; extension FlatColumnWidthExtension on FlatTableController { /// Calculates [FlatTable] column widths when the columns should be sized as @@ -58,15 +58,15 @@ extension FlatColumnWidthExtension on FlatTableController { maxWidth = max(0, maxWidth); double available = maxWidth; // Columns sorted by increasing minWidth. - final sortedColumns = - columns.toList()..sort((a, b) { - if (a.minWidthPx != null && b.minWidthPx != null) { - return a.minWidthPx!.compareTo(b.minWidthPx!); - } - if (a.minWidthPx != null) return -1; - if (b.minWidthPx != null) return 1; - return 0; - }); + final sortedColumns = columns.toList() + ..sort((a, b) { + if (a.minWidthPx != null && b.minWidthPx != null) { + return a.minWidthPx!.compareTo(b.minWidthPx!); + } + if (a.minWidthPx != null) return -1; + if (b.minWidthPx != null) return 1; + return 0; + }); for (final col in columns) { if (col.fixedWidthPx != null) { @@ -112,8 +112,9 @@ extension FlatColumnWidthExtension on FlatTableController { } } } - final unconstrainedWidth = - unconstrainedCount > 0 ? available / unconstrainedCount : available; + final unconstrainedWidth = unconstrainedCount > 0 + ? available / unconstrainedCount + : available; int unconstrainedFound = 0; final widths = []; for (final column in columns) { diff --git a/packages/devtools_app/lib/src/shared/table/table.dart b/packages/devtools_app/lib/src/shared/table/table.dart index 676fe64e106..35b78533d5f 100644 --- a/packages/devtools_app/lib/src/shared/table/table.dart +++ b/packages/devtools_app/lib/src/shared/table/table.dart @@ -136,10 +136,9 @@ class DevToolsTableState extends State> _linkedHorizontalScrollControllerGroup = LinkedScrollControllerGroup(); - final initialScrollOffset = - widget.preserveVerticalScrollPosition - ? widget.tableController.tableUiState.scrollOffset - : 0.0; + final initialScrollOffset = widget.preserveVerticalScrollPosition + ? widget.tableController.tableUiState.scrollOffset + : 0.0; widget.tableController.initScrollController(initialScrollOffset); scrollController = widget.tableController.verticalScrollController!; @@ -197,10 +196,9 @@ class DevToolsTableState extends State> final nodeIndex = selection.nodeIndex; if (selection.scrollIntoView && node != null) { - final selectedDisplayRow = - nodeIndexCalculator != null - ? nodeIndexCalculator(node)! - : nodeIndex!; + final selectedDisplayRow = nodeIndexCalculator != null + ? nodeIndexCalculator(node)! + : nodeIndex!; final newPos = selectedDisplayRow * defaultRowHeight; @@ -362,8 +360,7 @@ class DevToolsTableState extends State> final columnHeadersCount = showColumnGroupHeader ? 2 : 1; maxHeight -= columnHeadersCount * - (defaultHeaderHeight + - (widget.tallHeaders ? scaleByFontFactor(densePadding) : 0.0)); + (defaultHeaderHeight + (widget.tallHeaders ? densePadding : 0.0)); if (pinnedData.isNotEmpty) { maxHeight -= @@ -460,9 +457,8 @@ class DevToolsTableState extends State> controller: pinnedScrollController, itemCount: pinnedData.length, itemExtent: widget.rowItemExtent, - itemBuilder: - (context, index) => - _buildItem(context, index, isPinned: true), + itemBuilder: (context, index) => + _buildItem(context, index, isPinned: true), ), ), ), @@ -477,15 +473,13 @@ class DevToolsTableState extends State> onTapDown: (a) => widget.focusNode?.requestFocus(), child: Focus( autofocus: true, - onKeyEvent: - (_, event) => - widget.handleKeyEvent != null - ? widget.handleKeyEvent!( - event, - scrollController, - constraints, - ) - : KeyEventResult.ignored, + onKeyEvent: (_, event) => widget.handleKeyEvent != null + ? widget.handleKeyEvent!( + event, + scrollController, + constraints, + ) + : KeyEventResult.ignored, focusNode: widget.focusNode, child: ListView.builder( controller: scrollController, diff --git a/packages/devtools_app/lib/src/shared/table/table_data.dart b/packages/devtools_app/lib/src/shared/table/table_data.dart index d3b7d966f0d..93baa7a9b2c 100644 --- a/packages/devtools_app/lib/src/shared/table/table_data.dart +++ b/packages/devtools_app/lib/src/shared/table/table_data.dart @@ -21,7 +21,7 @@ import '../primitives/utils.dart'; /// The controller is expected to be alive for the duration of the app /// connection. abstract class ColumnData { - ColumnData( + const ColumnData( this.title, { required double this.fixedWidthPx, this.titleTooltip, @@ -30,7 +30,7 @@ abstract class ColumnData { this.showTooltip = false, }) : minWidthPx = null; - ColumnData.wide( + const ColumnData.wide( this.title, { this.titleTooltip, this.minWidthPx, @@ -122,9 +122,9 @@ abstract class ColumnData { } abstract class TreeColumnData> extends ColumnData { - TreeColumnData(super.title) : super.wide(); + const TreeColumnData(super.title) : super.wide(); - static double get treeToggleWidth => scaleByFontFactor(14.0); + static const treeToggleWidth = 14.0; @override double getNodeIndentPx(T dataObject) { @@ -208,19 +208,19 @@ abstract class TimeAndPercentageColumn extends ColumnData { this.percentageOnly = false, double columnWidth = _defaultTimeColumnWidth, super.titleTooltip, - }) : super(title, fixedWidthPx: scaleByFontFactor(columnWidth)); + }) : super(title, fixedWidthPx: columnWidth); static const _defaultTimeColumnWidth = 120.0; - Duration Function(T)? timeProvider; + final Duration Function(T)? timeProvider; - double Function(T) percentAsDoubleProvider; + final double Function(T) percentAsDoubleProvider; - String Function(T)? tooltipProvider; + final String Function(T)? tooltipProvider; - RichTooltipBuilder? richTooltipProvider; + final RichTooltipBuilder? richTooltipProvider; - Comparable Function(T)? secondaryCompare; + final Comparable Function(T)? secondaryCompare; final bool percentageOnly; @@ -237,10 +237,9 @@ abstract class TimeAndPercentageColumn extends ColumnData { } @override - double getValue(T dataObject) => - percentageOnly - ? percentAsDoubleProvider(dataObject) - : timeProvider!(dataObject).inMicroseconds.toDouble(); + double getValue(T dataObject) => percentageOnly + ? percentAsDoubleProvider(dataObject) + : timeProvider!(dataObject).inMicroseconds.toDouble(); @override String getDisplayValue(T dataObject) { @@ -289,20 +288,20 @@ abstract class SizeAndPercentageColumn extends ColumnData { this.percentageOnly = false, double columnWidth = _defaultMemoryColumnWidth, super.titleTooltip, - }) : super(title, fixedWidthPx: scaleByFontFactor(columnWidth)); + }) : super(title, fixedWidthPx: columnWidth); static const _defaultMemoryColumnWidth = TimeAndPercentageColumn._defaultTimeColumnWidth; - int Function(T)? sizeProvider; + final int Function(T)? sizeProvider; - double Function(T) percentAsDoubleProvider; + final double Function(T) percentAsDoubleProvider; - String Function(T)? tooltipProvider; + final String Function(T)? tooltipProvider; - RichTooltipBuilder? richTooltipProvider; + final RichTooltipBuilder? richTooltipProvider; - Comparable Function(T)? secondaryCompare; + final Comparable Function(T)? secondaryCompare; final bool percentageOnly; @@ -319,10 +318,9 @@ abstract class SizeAndPercentageColumn extends ColumnData { } @override - double getValue(T dataObject) => - percentageOnly - ? percentAsDoubleProvider(dataObject) - : sizeProvider!(dataObject).toDouble(); + double getValue(T dataObject) => percentageOnly + ? percentAsDoubleProvider(dataObject) + : sizeProvider!(dataObject).toDouble(); @override String getDisplayValue(T dataObject) { diff --git a/packages/devtools_app/lib/src/shared/title.dart b/packages/devtools_app/lib/src/shared/title.dart index cb49f13ee1c..f40af0065d9 100644 --- a/packages/devtools_app/lib/src/shared/title.dart +++ b/packages/devtools_app/lib/src/shared/title.dart @@ -13,8 +13,8 @@ void generateDevToolsTitle() { } _devToolsTitle.value = serviceConnection.serviceManager.connectedApp!.isFlutterAppNow! - ? 'Flutter DevTools' - : 'Dart DevTools'; + ? 'Flutter DevTools' + : 'Dart DevTools'; } ValueListenable get devToolsTitle => _devToolsTitle; diff --git a/packages/devtools_app/lib/src/shared/ui/colors.dart b/packages/devtools_app/lib/src/shared/ui/colors.dart index 504d88f36ef..2232fd6d282 100644 --- a/packages/devtools_app/lib/src/shared/ui/colors.dart +++ b/packages/devtools_app/lib/src/shared/ui/colors.dart @@ -107,20 +107,12 @@ extension SyntaxHighlightingExtension on ColorScheme { isLight ? const Color(0xFF098658) : const Color(0xFFB5CEA8); } -// TODO(kenz): try to get rid of these colors and replace with something from -// the light and dark DevTools color schemes. extension DevToolsColorExtension on ColorScheme { - // TODO(jacobr): replace this with Theme.of(context).scaffoldBackgroundColor, but we use - // this in places where we do not have access to the context. - // remove. - // TODO(kenz): get rid of this. - Color get defaultBackgroundColor => - isLight ? Colors.grey[50]! : const Color(0xFF1B1B1F); - Color get grey => const Color.fromARGB(255, 128, 128, 128); Color get green => isLight ? const Color(0xFF006B5F) : const Color(0xFF54DBC8); - Color get overlayShadowColor => const Color.fromRGBO(0, 0, 0, 0.5); - Color get deeplinkTableHeaderColor => isLight ? Colors.white : Colors.black; + // Deep link header is slightly darker than the default surface color. See + // comment at: https://github.com/flutter/devtools/pull/7443/files#r1538361768 + Color get deeplinkTableHeaderColor => surface.darken(); } diff --git a/packages/devtools_app/lib/src/shared/ui/common_widgets.dart b/packages/devtools_app/lib/src/shared/ui/common_widgets.dart index 6e62539a07d..8e7467d2186 100644 --- a/packages/devtools_app/lib/src/shared/ui/common_widgets.dart +++ b/packages/devtools_app/lib/src/shared/ui/common_widgets.dart @@ -25,8 +25,7 @@ import '../primitives/flutter_widgets/linked_scroll_controller.dart'; import '../primitives/utils.dart'; import '../utils/utils.dart'; -double get assumedMonospaceCharacterWidth => - scaleByFontFactor(_assumedMonospaceCharacterWidth); +double get assumedMonospaceCharacterWidth => _assumedMonospaceCharacterWidth; double _assumedMonospaceCharacterWidth = 9.0; @visibleForTesting @@ -44,10 +43,9 @@ TextStyle semibold(TextStyle style) => TextStyle primaryColor(TextStyle style, BuildContext context) { final theme = Theme.of(context); return style.copyWith( - color: - (theme.brightness == Brightness.light) - ? theme.primaryColor - : theme.colorScheme.secondary, + color: (theme.brightness == Brightness.light) + ? theme.primaryColor + : theme.colorScheme.secondary, fontWeight: FontWeight.w400, ); } @@ -75,18 +73,17 @@ class GaDevToolsButton extends DevToolsButton { super.label, super.tooltip, super.color, - super.minScreenWidthForTextBeforeScaling, + super.minScreenWidthForText, super.elevated, super.outlined, super.tooltipPadding, }) : super( - onPressed: - onPressed != null - ? () { - ga.select(gaScreen, gaSelection); - onPressed(); - } - : null, + onPressed: onPressed != null + ? () { + ga.select(gaScreen, gaSelection); + onPressed(); + } + : null, ); factory GaDevToolsButton.iconOnly({ @@ -116,7 +113,7 @@ class PauseButton extends GaDevToolsButton { required super.gaScreen, required super.gaSelection, super.outlined = true, - super.minScreenWidthForTextBeforeScaling, + super.minScreenWidthForText, bool iconOnly = false, }) : super(label: iconOnly ? null : 'Pause', icon: Icons.pause); } @@ -129,7 +126,7 @@ class ResumeButton extends GaDevToolsButton { required super.gaScreen, required super.gaSelection, super.outlined = true, - super.minScreenWidthForTextBeforeScaling, + super.minScreenWidthForText, bool iconOnly = false, }) : super(label: iconOnly ? null : 'Resume', icon: Icons.play_arrow); } @@ -195,7 +192,7 @@ class ClearButton extends GaDevToolsButton { super.color, super.tooltip = 'Clear', super.outlined = true, - super.minScreenWidthForTextBeforeScaling, + super.minScreenWidthForText, required super.gaScreen, required super.gaSelection, required super.onPressed, @@ -209,7 +206,7 @@ class RefreshButton extends GaDevToolsButton { super.key, String label = 'Refresh', super.tooltip, - super.minScreenWidthForTextBeforeScaling, + super.minScreenWidthForText, super.outlined, required super.gaScreen, required super.gaSelection, @@ -235,7 +232,7 @@ class StartStopRecordingButton extends GaDevToolsButton { required super.onPressed, required super.gaScreen, required super.gaSelection, - super.minScreenWidthForTextBeforeScaling, + super.minScreenWidthForText, String? tooltipOverride, Color? colorOverride, String? labelOverride, @@ -263,7 +260,7 @@ class StartStopRecordingButton extends GaDevToolsButton { /// Button to start recording data. /// /// * `recording`: Whether recording is in progress. -/// * `minScreenWidthForTextBeforeScaling`: The minimum width the button can be before the text is +/// * `minScreenWidthForText`: The minimum width the button can be before the text is /// omitted. /// * `labelOverride`: Optional alternative text to use for the button. /// * `onPressed`: The callback to be called upon pressing the button. @@ -274,7 +271,7 @@ class RecordButton extends GaDevToolsButton { required VoidCallback onPressed, required super.gaScreen, required super.gaSelection, - super.minScreenWidthForTextBeforeScaling, + super.minScreenWidthForText, super.tooltip = 'Start recording', String? labelOverride, }) : super( @@ -287,7 +284,7 @@ class RecordButton extends GaDevToolsButton { /// Button to stop recording data. /// /// * `recording`: Whether recording is in progress. -/// * `minScreenWidthForTextBeforeScaling`: The minimum width the button can be before the text is +/// * `minScreenWidthForText`: The minimum width the button can be before the text is /// omitted. /// * `onPressed`: The callback to be called upon pressing the button. class StopRecordingButton extends GaDevToolsButton { @@ -297,7 +294,7 @@ class StopRecordingButton extends GaDevToolsButton { required VoidCallback? onPressed, required super.gaScreen, required super.gaSelection, - super.minScreenWidthForTextBeforeScaling, + super.minScreenWidthForText, super.tooltip = 'Stop recording', }) : super( onPressed: !recording ? null : onPressed, @@ -332,7 +329,7 @@ class ExpandAllButton extends StatelessWidget { required this.gaScreen, required this.gaSelection, required this.onPressed, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, }); final VoidCallback onPressed; @@ -341,7 +338,7 @@ class ExpandAllButton extends StatelessWidget { final String gaSelection; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; @override Widget build(BuildContext context) { @@ -352,7 +349,7 @@ class ExpandAllButton extends StatelessWidget { onPressed: onPressed, gaScreen: gaScreen, gaSelection: gaSelection, - minScreenWidthForTextBeforeScaling: minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, ); } } @@ -363,7 +360,7 @@ class CollapseAllButton extends StatelessWidget { required this.gaScreen, required this.gaSelection, required this.onPressed, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, }); final VoidCallback onPressed; @@ -372,7 +369,7 @@ class CollapseAllButton extends StatelessWidget { final String gaSelection; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; @override Widget build(BuildContext context) { @@ -383,7 +380,7 @@ class CollapseAllButton extends StatelessWidget { onPressed: onPressed, gaScreen: gaScreen, gaSelection: gaSelection, - minScreenWidthForTextBeforeScaling: minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, ); } } @@ -397,7 +394,7 @@ class VisibilityButton extends StatelessWidget { super.key, required this.show, required this.onPressed, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, required this.label, required this.tooltip, required this.gaScreen, @@ -409,7 +406,7 @@ class VisibilityButton extends StatelessWidget { final ValueListenable show; final void Function(bool) onPressed; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; final String label; final String tooltip; final String gaScreen; @@ -425,8 +422,7 @@ class VisibilityButton extends StatelessWidget { tooltip: tooltip, icon: show ? Icons.keyboard_arrow_up : Icons.keyboard_arrow_down, label: label, - minScreenWidthForTextBeforeScaling: - minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, gaScreen: gaScreen, gaSelection: gaSelection, onPressed: () => onPressed(!show), @@ -614,12 +610,14 @@ class ToolbarAction extends StatelessWidget { super.key, this.size, this.style, + this.buttonStyle, this.color, this.gaScreen, this.gaSelection, }) : assert((gaScreen == null) == (gaSelection == null)); final TextStyle? style; + final ButtonStyle? buttonStyle; final IconData icon; final Color? color; final String? tooltip; @@ -634,6 +632,7 @@ class ToolbarAction extends StatelessWidget { onPressed: onPressed, tooltip: tooltip, style: style, + buttonStyle: buttonStyle, gaScreen: gaScreen, gaSelection: gaSelection, child: Icon( @@ -652,11 +651,13 @@ class SmallAction extends StatelessWidget { this.tooltip, super.key, this.style, + this.buttonStyle, this.gaScreen, this.gaSelection, }) : assert((gaScreen == null) == (gaSelection == null)); final TextStyle? style; + final ButtonStyle? buttonStyle; final Widget child; final String? tooltip; final VoidCallback? onPressed; @@ -666,11 +667,13 @@ class SmallAction extends StatelessWidget { @override Widget build(BuildContext context) { final button = TextButton( - style: TextButton.styleFrom( - padding: EdgeInsets.zero, - tapTargetSize: MaterialTapTargetSize.shrinkWrap, - textStyle: style, - ), + style: + buttonStyle ?? + TextButton.styleFrom( + padding: EdgeInsets.zero, + tapTargetSize: MaterialTapTargetSize.shrinkWrap, + textStyle: style, + ), onPressed: () { if (gaScreen != null && gaSelection != null) { ga.select(gaScreen!, gaSelection!); @@ -974,8 +977,9 @@ class Breadcrumb extends StatelessWidget { textDirection: TextDirection.ltr, )..layout(); - final caretWidth = - isRoot ? Breadcrumb.caretWidth : Breadcrumb.caretWidth * 2; + final caretWidth = isRoot + ? Breadcrumb.caretWidth + : Breadcrumb.caretWidth * 2; final breadcrumbWidth = textPainter.width + caretWidth + densePadding * 2; return InkWell( @@ -1032,8 +1036,9 @@ class _BreadcrumbPainter extends CustomPainter { canvas.drawPath(path, paint); - final textXOffset = - isRoot ? densePadding : Breadcrumb.caretWidth + densePadding; + final textXOffset = isRoot + ? densePadding + : Breadcrumb.caretWidth + densePadding; textPainter.paint( canvas, Offset(textXOffset, (Breadcrumb.height - textPainter.height) / 2), @@ -1075,7 +1080,7 @@ class TextViewer extends StatelessWidget { } else { displayText = text; } - return SelectableText(displayText, style: style); + return SelectionArea(child: Text(displayText, style: style)); } } @@ -1356,8 +1361,7 @@ class GaLink extends Link { class Legend extends StatelessWidget { const Legend({super.key, required this.entries, this.dense = false}); - double get legendSquareSize => - dense ? scaleByFontFactor(12.0) : scaleByFontFactor(16.0); + double get legendSquareSize => dense ? 12.0 : 16.0; final List entries; @@ -1427,20 +1431,19 @@ class CopyToClipboardControl extends StatelessWidget { @override Widget build(BuildContext context) { - final onPressed = - dataProvider == null - ? null - : () { - if (gaScreen != null && gaItem != null) { - ga.select(gaScreen!, gaItem!); - } - unawaited( - copyToClipboard( - dataProvider!() ?? '', - successMessage: successMessage, - ), - ); - }; + final onPressed = dataProvider == null + ? null + : () { + if (gaScreen != null && gaItem != null) { + ga.select(gaScreen!, gaItem!); + } + unawaited( + copyToClipboard( + dataProvider!() ?? '', + successMessage: successMessage, + ), + ); + }; final size = this.size ?? defaultIconSize; return SizedBox( height: size, @@ -1695,7 +1698,7 @@ class SwitchSetting extends StatelessWidget { this.gaItem, this.activeColor, this.inactiveColor, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, }); final ValueNotifier notifier; @@ -1714,7 +1717,7 @@ class SwitchSetting extends StatelessWidget { final Color? inactiveColor; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; @override Widget build(BuildContext context) { @@ -1724,7 +1727,7 @@ class SwitchSetting extends StatelessWidget { child: Row( mainAxisSize: MainAxisSize.min, children: [ - if (isScreenWiderThan(context, minScreenWidthForTextBeforeScaling)) + if (isScreenWiderThan(context, minScreenWidthForText)) Flexible( child: RichText( overflow: TextOverflow.visible, @@ -1765,24 +1768,29 @@ class PubWarningText extends StatelessWidget { serviceConnection.serviceManager.connectedApp!.isFlutterAppNow == true; final sdkName = isFlutterApp ? 'Flutter' : 'Dart'; final minSdkVersion = isFlutterApp ? '2.8.0' : '2.15.0'; - return SelectableText.rich( - TextSpan( - text: - 'Warning: you should no longer be launching DevTools from' - ' pub.\n\n', - style: theme.subtleTextStyle.copyWith(color: theme.colorScheme.error), - children: [ - TextSpan( - text: - 'DevTools version 2.8.0 will be the last version to ' - 'be shipped on pub. As of $sdkName\nversion >= ' - '$minSdkVersion, DevTools should be launched by running ' - 'the ', - style: theme.subtleTextStyle, - ), - TextSpan(text: '`dart devtools`', style: theme.subtleFixedFontStyle), - TextSpan(text: '\ncommand.', style: theme.subtleTextStyle), - ], + return SelectionArea( + child: Text.rich( + TextSpan( + text: + 'Warning: you should no longer be launching DevTools from' + ' pub.\n\n', + style: theme.subtleTextStyle.copyWith(color: theme.colorScheme.error), + children: [ + TextSpan( + text: + 'DevTools version 2.8.0 will be the last version to ' + 'be shipped on pub. As of $sdkName\nversion >= ' + '$minSdkVersion, DevTools should be launched by running ' + 'the ', + style: theme.subtleTextStyle, + ), + TextSpan( + text: '`dart devtools`', + style: theme.subtleFixedFontStyle, + ), + TextSpan(text: '\ncommand.', style: theme.subtleTextStyle), + ], + ), ), ); } @@ -1834,8 +1842,9 @@ class _BlinkingIconState extends State { duration: const Duration(seconds: 1), firstChild: _icon(), secondChild: _icon(color: widget.color), - crossFadeState: - showFirst ? CrossFadeState.showFirst : CrossFadeState.showSecond, + crossFadeState: showFirst + ? CrossFadeState.showFirst + : CrossFadeState.showSecond, ); } @@ -2058,7 +2067,7 @@ class DownloadButton extends StatelessWidget { this.onPressed, this.tooltip = 'Download data', this.label = 'Download', - required this.minScreenWidthForTextBeforeScaling, + required this.minScreenWidthForText, required this.gaScreen, required this.gaSelection, }); @@ -2066,7 +2075,7 @@ class DownloadButton extends StatelessWidget { final VoidCallback? onPressed; final String? tooltip; final String label; - final double minScreenWidthForTextBeforeScaling; + final double minScreenWidthForText; final String gaScreen; final String gaSelection; @@ -2079,46 +2088,13 @@ class DownloadButton extends StatelessWidget { gaScreen: gaScreen, gaSelection: gaSelection, onPressed: onPressed, - minScreenWidthForTextBeforeScaling: minScreenWidthForTextBeforeScaling, - ); - } -} - -class RadioButton extends StatelessWidget { - const RadioButton({ - super.key, - required this.label, - required this.itemValue, - required this.groupValue, - this.onChanged, - this.radioKey, - }); - - final String label; - final T itemValue; - final T groupValue; - final void Function(T?)? onChanged; - final Key? radioKey; - - @override - Widget build(BuildContext context) { - return Row( - children: [ - Radio( - value: itemValue, - groupValue: groupValue, - materialTapTargetSize: MaterialTapTargetSize.shrinkWrap, - onChanged: onChanged, - key: radioKey, - ), - Expanded(child: Text(label, overflow: TextOverflow.ellipsis)), - ], + minScreenWidthForText: minScreenWidthForText, ); } } class ContextMenuButton extends StatelessWidget { - ContextMenuButton({ + const ContextMenuButton({ super.key, required this.menuChildren, this.color, @@ -2126,6 +2102,7 @@ class ContextMenuButton extends StatelessWidget { this.gaItem, this.buttonWidth = defaultWidth, this.icon = Icons.more_vert, + this.style, double? iconSize, }) : iconSize = iconSize ?? tableIconSize; @@ -2138,36 +2115,35 @@ class ContextMenuButton extends StatelessWidget { final List menuChildren; final IconData icon; final double iconSize; + final ButtonStyle? style; final double buttonWidth; @override Widget build(BuildContext context) { return MenuAnchor( menuChildren: menuChildren, - builder: ( - BuildContext context, - MenuController controller, - Widget? child, - ) { - return SizedBox( - width: buttonWidth, - child: ToolbarAction( - icon: icon, - size: iconSize, - color: color, - onPressed: () { - if (gaScreen != null && gaItem != null) { - ga.select(gaScreen!, gaItem!); - } - if (controller.isOpen) { - controller.close(); - } else { - controller.open(); - } - }, - ), - ); - }, + builder: + (BuildContext context, MenuController controller, Widget? child) { + return SizedBox( + width: buttonWidth, + child: ToolbarAction( + icon: icon, + size: iconSize, + color: color, + buttonStyle: style, + onPressed: () { + if (gaScreen != null && gaItem != null) { + ga.select(gaScreen!, gaItem!); + } + if (controller.isOpen) { + controller.close(); + } else { + controller.open(); + } + }, + ), + ); + }, ); } } @@ -2208,8 +2184,8 @@ class _PositiveIntegerSettingState extends State () => _textEditingController.text = widget.notifier.value.toString(), ); - _textEditingController = - TextEditingController()..text = widget.notifier.value.toString(); + _textEditingController = TextEditingController() + ..text = widget.notifier.value.toString(); } @override @@ -2236,7 +2212,7 @@ class _PositiveIntegerSettingState extends State ), const SizedBox(width: defaultSpacing), SizedBox( - width: scaleByFontFactor(widget.width), + width: widget.width, child: Form( key: _formKey, child: TextFormField( @@ -2317,11 +2293,11 @@ class DevToolsOverlay extends StatelessWidget { return fullScreen ? overlayContent : Center( - child: Padding( - padding: EdgeInsets.only(top: topOffset ?? 0.0), - child: RoundedOutlinedBorder(clip: true, child: overlayContent), - ), - ); + child: Padding( + padding: EdgeInsets.only(top: topOffset ?? 0.0), + child: RoundedOutlinedBorder(clip: true, child: overlayContent), + ), + ); } double _overlayWidth(Size parentSize) { diff --git a/packages/devtools_app/lib/src/shared/ui/dialogs.dart b/packages/devtools_app/lib/src/shared/ui/dialogs.dart index bf8aff856a2..d87c7ff18d2 100644 --- a/packages/devtools_app/lib/src/shared/ui/dialogs.dart +++ b/packages/devtools_app/lib/src/shared/ui/dialogs.dart @@ -27,24 +27,22 @@ class UnexpectedErrorDialog extends StatelessWidget { actions: [ DialogTextButton( child: const Text('Copy details'), - onPressed: - () => unawaited( - copyToClipboard( - additionalInfo, - successMessage: 'Error details copied to clipboard', - ), - ), + onPressed: () => unawaited( + copyToClipboard( + additionalInfo, + successMessage: 'Error details copied to clipboard', + ), + ), ), DialogTextButton( child: const Text('Create issue'), - onPressed: - () => unawaited( - launchUrlWithErrorHandling( - devToolsEnvironmentParameters - .issueTrackerLink(additionalInfo: additionalInfo) - .url, - ), - ), + onPressed: () => unawaited( + launchUrlWithErrorHandling( + devToolsEnvironmentParameters + .issueTrackerLink(additionalInfo: additionalInfo) + .url, + ), + ), ), const DialogCloseButton(), ], diff --git a/packages/devtools_app/lib/src/shared/ui/drop_down_button.dart b/packages/devtools_app/lib/src/shared/ui/drop_down_button.dart index a6a57e41369..1fcfd0bea65 100644 --- a/packages/devtools_app/lib/src/shared/ui/drop_down_button.dart +++ b/packages/devtools_app/lib/src/shared/ui/drop_down_button.dart @@ -74,8 +74,9 @@ class AnalyticsDropDownButton extends StatelessWidget { void _onChanged(T? newValue) { if (sendAnalytics && items != null) { - final gaId = - items?.firstWhereOrNull((element) => element.item == newValue)?.gaId; + final gaId = items + ?.firstWhereOrNull((element) => element.item == newValue) + ?.gaId; if (gaId != null) { ga.select(gaScreen, '$gaDropDownId $gaId'); } diff --git a/packages/devtools_app/lib/src/shared/ui/editable_list.dart b/packages/devtools_app/lib/src/shared/ui/editable_list.dart index aff345a1704..b72f5866cbf 100644 --- a/packages/devtools_app/lib/src/shared/ui/editable_list.dart +++ b/packages/devtools_app/lib/src/shared/ui/editable_list.dart @@ -178,20 +178,20 @@ class EditableListActionBar extends StatelessWidget { ), const SizedBox(width: densePadding), isRefreshing?.value ?? false - ? SizedBox( - width: defaultTextFieldHeight, - height: defaultTextFieldHeight, - child: const Padding( - padding: EdgeInsets.all(densePadding), - child: CircularProgressIndicator(), - ), - ) + ? const SizedBox( + width: defaultTextFieldHeight, + height: defaultTextFieldHeight, + child: Padding( + padding: EdgeInsets.all(densePadding), + child: CircularProgressIndicator(), + ), + ) : RefreshButton( - gaScreen: gaScreen, - gaSelection: gaRefreshSelection, - onPressed: onRefresh, - minScreenWidthForTextBeforeScaling: double.maxFinite, - ), + gaScreen: gaScreen, + gaSelection: gaRefreshSelection, + onPressed: onRefresh, + minScreenWidthForText: double.maxFinite, + ), ], ), ); diff --git a/packages/devtools_app/lib/src/shared/ui/file_import.dart b/packages/devtools_app/lib/src/shared/ui/file_import.dart index 761107aee7d..3ba61c40715 100644 --- a/packages/devtools_app/lib/src/shared/ui/file_import.dart +++ b/packages/devtools_app/lib/src/shared/ui/file_import.dart @@ -25,7 +25,7 @@ enum SaveFormat { final String display; - static final dropdownWidth = scaleByFontFactor(200.0); + static const dropdownWidth = 200.0; } class OpenSaveButtonGroup extends StatelessWidget { @@ -84,27 +84,26 @@ class OpenSaveButtonGroup extends StatelessWidget { ), child: saveFormats.length == 1 && - saveFormats.first == SaveFormat.devtools - ? _SimpleOpenSaveButton( - icon: Icons.file_download, - tooltip: 'Save this screen\'s data for offline viewing', - roundedLeftBorder: false, - roundedRightBorder: true, - onPressed: - onSave != null - ? () { - ga.select(screenId, gac.saveFile); - onSave!.call(SaveFormat.devtools); - } - : null, - ) - : _DropdownSaveButton( - screenId: screenId, - onSave: onSave, - saveFormats: saveFormats, - gaItemForSaveFormatSelection: - gaItemForSaveFormatSelection, - ), + saveFormats.first == SaveFormat.devtools + ? _SimpleOpenSaveButton( + icon: Icons.file_download, + tooltip: 'Save this screen\'s data for offline viewing', + roundedLeftBorder: false, + roundedRightBorder: true, + onPressed: onSave != null + ? () { + ga.select(screenId, gac.saveFile); + onSave!.call(SaveFormat.devtools); + } + : null, + ) + : _DropdownSaveButton( + screenId: screenId, + onSave: onSave, + saveFormats: saveFormats, + gaItemForSaveFormatSelection: + gaItemForSaveFormatSelection, + ), ), ], ), @@ -197,22 +196,21 @@ class __DropdownSaveButtonState extends State<_DropdownSaveButton> { selectedItemBuilder: (context) { return widget.saveFormats .map( - (f) => DevToolsIcon( + (f) => const DevToolsIcon( icon: Icons.file_download, size: defaultIconSize, ), ) .toList(); }, - items: - widget.saveFormats - .map( - (f) => DropdownMenuItem( - value: f, - child: Text(f.display), - ), - ) - .toList(), + items: widget.saveFormats + .map( + (f) => DropdownMenuItem( + value: f, + child: Text(f.display), + ), + ) + .toList(), ), ); } @@ -275,7 +273,7 @@ class _FileImportContainerState extends State { mainAxisAlignment: MainAxisAlignment.center, children: [ if (title != null) ...[ - Text(title, style: TextStyle(fontSize: scaleByFontFactor(18.0))), + Text(title, style: const TextStyle(fontSize: 18.0)), const SizedBox(height: extraLargeSpacing), ], CenteredMessage(message: widget.instructions), @@ -313,7 +311,7 @@ class _FileImportContainerState extends State { } Widget _buildImportFileRow() { - final rowHeight = defaultButtonHeight; + const rowHeight = defaultButtonHeight; return Row( mainAxisAlignment: MainAxisAlignment.center, children: [ @@ -373,10 +371,9 @@ class _FileImportContainerState extends State { gaSelection: widget.gaSelectionAction!, label: widget.actionText!, elevated: true, - onPressed: - importedFile != null - ? () => widget.onAction!(importedFile!) - : null, + onPressed: importedFile != null + ? () => widget.onAction!(importedFile!) + : null, ), ], ), @@ -600,14 +597,13 @@ class _DualFileImportContainerState extends State { label: widget.actionText, icon: Icons.highlight, elevated: true, - onPressed: - firstImportedFile != null && secondImportedFile != null - ? () => widget.onAction( - firstImportedFile!, - secondImportedFile!, - (error) => notificationService.push(error), - ) - : null, + onPressed: firstImportedFile != null && secondImportedFile != null + ? () => widget.onAction( + firstImportedFile!, + secondImportedFile!, + (error) => notificationService.push(error), + ) + : null, ), ], ), diff --git a/packages/devtools_app/lib/src/shared/ui/filter.dart b/packages/devtools_app/lib/src/shared/ui/filter.dart index 47e4190dc9e..0b6308b0b1c 100644 --- a/packages/devtools_app/lib/src/shared/ui/filter.dart +++ b/packages/devtools_app/lib/src/shared/ui/filter.dart @@ -51,14 +51,13 @@ mixin FilterControllerMixin on DisposableController void setActiveFilter({String? query, SettingFilters? settingFilters}) { _activeFilter.value = Filter( - queryFilter: - query != null - ? QueryFilter.parse( - query, - args: queryFilterArgs, - useRegExp: useRegExp.value, - ) - : QueryFilter.empty(args: queryFilterArgs), + queryFilter: query != null + ? QueryFilter.parse( + query, + args: queryFilterArgs, + useRegExp: useRegExp.value, + ) + : QueryFilter.empty(args: queryFilterArgs), settingFilters: settingFilters ?? this.settingFilters, ); } @@ -127,8 +126,9 @@ mixin FilterControllerMixin on DisposableController final filter = _activeFilter.value; return FilterTag( query: filter.queryFilter.query, - settingFilterValues: - settingFilters.map((filter) => filter.valueAsJson).toList(), + settingFilterValues: settingFilters + .map((filter) => filter.valueAsJson) + .toList(), useRegExp: useRegExp.value, ).tag; } @@ -492,12 +492,11 @@ class QueryFilter { for (final arg in args.values.where((arg) => arg.matchesKey(part))) { arg ..isNegative = part.startsWith(QueryFilterArgument.negativePrefix) - ..values = - useRegExp - ? valueStrings - .map((v) => RegExp(v, caseSensitive: false)) - .toList() - : valueStrings; + ..values = useRegExp + ? valueStrings + .map((v) => RegExp(v, caseSensitive: false)) + .toList() + : valueStrings; } } else { substringExpressions.add( @@ -506,9 +505,7 @@ class QueryFilter { } } - final bool validArgumentFilter = args.values.any( - (a) => a.values.isNotEmpty, - ); + final validArgumentFilter = args.values.any((a) => a.values.isNotEmpty); if (!validArgumentFilter && substringExpressions.isEmpty) { return QueryFilter.empty(args: args); } @@ -530,13 +527,12 @@ class QueryFilter { final bool isEmpty; - String get query => - isEmpty - ? '' - : [ - ...substringExpressions.toStringList(), - for (final arg in filterArguments) arg.display, - ].join(' ').trim(); + String get query => isEmpty + ? '' + : [ + ...substringExpressions.toStringList(), + for (final arg in filterArguments) arg.display, + ].join(' ').trim(); } class QueryFilterArgument { @@ -590,10 +586,9 @@ class QueryFilterArgument { var matches = false; for (final value in values) { - matches = - substringMatch - ? dataValue.caseInsensitiveContains(value) - : dataValue.caseInsensitiveEquals(value); + matches = substringMatch + ? dataValue.caseInsensitiveContains(value) + : dataValue.caseInsensitiveEquals(value); if (matches) break; } return isNegative ? !matches : matches; @@ -660,40 +655,36 @@ class _StandaloneFilterFieldState extends State> valueListenable: widget.controller.useRegExp, builder: (context, useRegExp, _) { return DevToolsClearableTextField( - autofocus: true, hintText: 'Filter', controller: queryTextFieldController, - prefixIcon: - widget.controller.settingFilters.isNotEmpty - ? Container( - height: inputDecorationElementHeight, - padding: const EdgeInsets.only( - left: densePadding, - right: denseSpacing, - ), - child: ValueListenableBuilder( - valueListenable: widget.controller.activeFilter, - builder: (context, _, _) { - return DevToolsFilterButton( - message: 'More filters', - onPressed: () { - unawaited( - showDialog( - context: context, - builder: - (context) => FilterDialog( - controller: widget.controller, - ), + prefixIcon: widget.controller.settingFilters.isNotEmpty + ? Container( + height: inputDecorationElementHeight, + padding: const EdgeInsets.only( + left: densePadding, + right: denseSpacing, + ), + child: ValueListenableBuilder( + valueListenable: widget.controller.activeFilter, + builder: (context, _, _) { + return DevToolsFilterButton( + message: 'More filters', + onPressed: () { + unawaited( + showDialog( + context: context, + builder: (context) => FilterDialog( + controller: widget.controller, ), - ); - }, - isFilterActive: - widget.controller.isFilterActive, - ); - }, - ), - ) - : null, + ), + ); + }, + isFilterActive: widget.controller.isFilterActive, + ); + }, + ), + ) + : null, additionalSuffixActions: [ if (widget.controller.queryFilterArgs.isNotEmpty) InputDecorationSuffixButton.help( @@ -819,8 +810,8 @@ class FilterTag { try { final useRegExp = parts.last == useRegExpTag; final query = parts[0].trim(); - final settingFilterValues = - (jsonDecode(parts[1]) as List).cast>(); + final settingFilterValues = (jsonDecode(parts[1]) as List) + .cast>(); return FilterTag( query: query, settingFilterValues: settingFilterValues, diff --git a/packages/devtools_app/lib/src/shared/ui/history_viewport.dart b/packages/devtools_app/lib/src/shared/ui/history_viewport.dart index 9497632f365..aad6cf45fde 100644 --- a/packages/devtools_app/lib/src/shared/ui/history_viewport.dart +++ b/packages/devtools_app/lib/src/shared/ui/history_viewport.dart @@ -62,26 +62,24 @@ class _HistoryViewportState extends State> { @override Widget build(BuildContext context) { - final titleIcon = - widget.titleIcon != null - ? Padding( - padding: const EdgeInsets.only(right: densePadding), - child: Icon( - widget.titleIcon, - size: defaultIconSize, - color: _iconColor, - ), - ) - : const SizedBox.shrink(); + final titleIcon = widget.titleIcon != null + ? Padding( + padding: const EdgeInsets.only(right: densePadding), + child: Icon( + widget.titleIcon, + size: defaultIconSize, + color: _iconColor, + ), + ) + : const SizedBox.shrink(); return ValueListenableBuilder( valueListenable: widget.history.current, builder: (context, T? current, _) { final theme = Theme.of(context); - final title = - widget.generateTitle == null - ? ' ' - : widget.generateTitle!(current); + final title = widget.generateTitle == null + ? ' ' + : widget.generateTitle!(current); final defaultTitleStyle = theme.textTheme.titleMedium!; final titleWidget = debuggerSectionTitle( theme, @@ -90,77 +88,74 @@ class _HistoryViewportState extends State> { if (widget.historyEnabled) ...[ ToolbarAction( icon: Icons.chevron_left, - onPressed: - widget.history.hasPrevious - ? () { - widget.history.moveBack(); - if (widget.onChange != null) { - widget.onChange!( - widget.history.current.value, - widget.history.peekNext(), - ); - } + onPressed: widget.history.hasPrevious + ? () { + widget.history.moveBack(); + if (widget.onChange != null) { + widget.onChange!( + widget.history.current.value, + widget.history.peekNext(), + ); } - : null, + } + : null, ), ToolbarAction( icon: Icons.chevron_right, - onPressed: - widget.history.hasNext - ? () { - final current = widget.history.current.value as T; - widget.history.moveForward(); - if (widget.onChange != null) { - widget.onChange!( - widget.history.current.value, - current, - ); - } + onPressed: widget.history.hasNext + ? () { + final current = widget.history.current.value as T; + widget.history.moveForward(); + if (widget.onChange != null) { + widget.onChange!( + widget.history.current.value, + current, + ); } - : null, + } + : null, ), const SizedBox(width: denseSpacing), const VerticalDivider(thickness: 1.0), const SizedBox(width: defaultSpacing), ], Expanded( - child: - widget.onTitleTap == null - ? Row( - children: [ - titleIcon, - Text(title, style: defaultTitleStyle), - ], - ) - : MouseRegion( - cursor: SystemMouseCursors.click, - onExit: (_) { - _updateTitleStyle(defaultTitleStyle); - }, - onEnter: (_) { - _updateTitleStyle( - defaultTitleStyle.copyWith( - color: theme.colorScheme.primary, - ), - ); - }, - child: GestureDetector( - onTap: widget.onTitleTap, - child: Row( - children: [ - titleIcon, - Expanded( - child: Text( - title, - style: - _titleStyle ?? - theme.textTheme.titleMedium, - ), - ), - ], + child: widget.onTitleTap == null + ? Row( + children: [ + titleIcon, + Text(title, style: defaultTitleStyle), + ], + ) + : MouseRegion( + cursor: SystemMouseCursors.click, + onExit: (_) { + _updateTitleStyle(defaultTitleStyle); + }, + onEnter: (_) { + _updateTitleStyle( + defaultTitleStyle.copyWith( + color: theme.colorScheme.primary, ), + ); + }, + child: GestureDetector( + onTap: widget.onTitleTap, + child: Row( + children: [ + titleIcon, + Expanded( + child: Text( + title, + style: + _titleStyle ?? + theme.textTheme.titleMedium, + ), + ), + ], ), ), + ), ), if (widget.controls != null) ...[ const SizedBox(width: denseSpacing), diff --git a/packages/devtools_app/lib/src/shared/ui/hover.dart b/packages/devtools_app/lib/src/shared/ui/hover.dart index ea94bab9a6b..cc38795ac6f 100644 --- a/packages/devtools_app/lib/src/shared/ui/hover.dart +++ b/packages/devtools_app/lib/src/shared/ui/hover.dart @@ -14,12 +14,12 @@ import 'package:provider/provider.dart'; import 'common_widgets.dart'; import 'utils.dart'; -double get _maxHoverCardHeight => scaleByFontFactor(250.0); +const _maxHoverCardHeight = 250.0; TextStyle get _hoverTitleTextStyle => fixBlurryText( - TextStyle( + const TextStyle( fontWeight: FontWeight.normal, - fontSize: scaleByFontFactor(15.0), + fontSize: 15.0, decoration: TextDecoration.none, ), ); @@ -332,7 +332,7 @@ class HoverCardTooltip extends StatefulWidget { asyncTimeout = null; static const _hoverDelay = Duration(milliseconds: 500); - static double get defaultHoverWidth => scaleByFontFactor(450.0); + static const defaultHoverWidth = 450.0; /// Whether the tooltip is currently enabled. final bool Function() enabled; @@ -424,10 +424,9 @@ class _HoverCardTooltipState extends State { HoverCard? spinnerHoverCard; final hoverCardDataFuture = asyncGenerateHoverCardData( event: event, - isHoverStale: - () => - spinnerHoverCard != null && - !_hoverCardController.isHoverCardStillActive(spinnerHoverCard), + isHoverStale: () => + spinnerHoverCard != null && + !_hoverCardController.isHoverCardStillActive(spinnerHoverCard), ); final hoverCardDataCompleter = _hoverCardDataCompleter(hoverCardDataFuture); // If we have set the async hover card to show up only after a timeout, diff --git a/packages/devtools_app/lib/src/shared/ui/icons.dart b/packages/devtools_app/lib/src/shared/ui/icons.dart index 6b11bb57d5f..2fb8f64b23a 100644 --- a/packages/devtools_app/lib/src/shared/ui/icons.dart +++ b/packages/devtools_app/lib/src/shared/ui/icons.dart @@ -42,10 +42,7 @@ class CustomIcon extends StatelessWidget { Text( text, textAlign: TextAlign.center, - style: TextStyle( - fontSize: scaleByFontFactor(9.0), - color: const Color(0xFF231F20), - ), + style: const TextStyle(fontSize: 9.0, color: Color(0xFF231F20)), ), ], ), @@ -81,7 +78,7 @@ class CircleIcon extends StatelessWidget { child: Text( text, textAlign: TextAlign.center, - style: TextStyle(fontSize: scaleByFontFactor(9.0), color: textColor), + style: TextStyle(fontSize: 9.0, color: textColor), ), ); } @@ -191,7 +188,7 @@ class ColorIcon extends StatelessWidget { final colorScheme = Theme.of(context).colorScheme; return CustomPaint( painter: _ColorIconPainter(color, colorScheme), - size: Size(defaultIconSize, defaultIconSize), + size: const Size(defaultIconSize, defaultIconSize), ); } } diff --git a/packages/devtools_app/lib/src/shared/ui/search.dart b/packages/devtools_app/lib/src/shared/ui/search.dart index 4949f0429ce..af947d5922f 100644 --- a/packages/devtools_app/lib/src/shared/ui/search.dart +++ b/packages/devtools_app/lib/src/shared/ui/search.dart @@ -122,15 +122,16 @@ mixin SearchControllerMixin searchInProgress = true; // Start new search operation - final future = Future(() { - return matchesForSearch( - _searchNotifier.value, - searchPreviousMatches: searchPreviousMatches, - ); - }).then((matches) { - searchInProgress = false; - _updateMatches(matches); - }); + final future = + Future(() { + return matchesForSearch( + _searchNotifier.value, + searchPreviousMatches: searchPreviousMatches, + ); + }).then((matches) { + searchInProgress = false; + _updateMatches(matches); + }); _searchOperation = CancelableOperation.fromFuture(future); await _searchOperation!.value; searchInProgress = false; @@ -194,8 +195,8 @@ mixin SearchControllerMixin matchIndex.value = 1; // first item because [matchIndex] us 1-based } _activeSearchMatch.value?.isActiveSearchMatch = false; - _activeSearchMatch.value = - searchMatches.value[activeMatchIndex]..isActiveSearchMatch = true; + _activeSearchMatch.value = searchMatches.value[activeMatchIndex] + ..isActiveSearchMatch = true; onMatchChanged(activeMatchIndex); } @@ -205,11 +206,10 @@ mixin SearchControllerMixin /// If [matchesForSearch] is overridden in such a way that /// [currentDataToSearchThrough] is not used, then this getter does not need /// to be implemented. - Iterable get currentDataToSearchThrough => - throw UnimplementedError( - 'Implement this getter in order to use the default' - ' [matchesForSearch] behavior.', - ); + Iterable get currentDataToSearchThrough => throw UnimplementedError( + 'Implement this getter in order to use the default' + ' [matchesForSearch] behavior.', + ); /// Default search matching logic. /// @@ -254,8 +254,8 @@ mixin SearchControllerMixin @mustCallSuper @override void init() { - _searchTextFieldController = - SearchTextEditingController()..text = _searchNotifier.value; + _searchTextFieldController = SearchTextEditingController() + ..text = _searchNotifier.value; _searchFieldFocusNode = FocusNode(debugLabel: 'search-field'); } @@ -350,25 +350,23 @@ class AutoCompleteState extends State with AutoDisposeMixin { context, ).regularTextStyle.copyWith(fontWeight: FontWeight.bold); - final tileContents = - searchAutoComplete.value - .map( - (match) => _maybeHighlightMatchText( - match, - autoCompleteTextStyle, - autoCompleteHighlightedTextStyle, - ), - ) - .toList(); + final tileContents = searchAutoComplete.value + .map( + (match) => _maybeHighlightMatchText( + match, + autoCompleteTextStyle, + autoCompleteHighlightedTextStyle, + ), + ) + .toList(); // When there are no tiles present, we don't need to display the // auto complete list. if (tileContents.isEmpty) return const SizedBox.shrink(); - final tileEntryHeight = - tileContents.isEmpty - ? 0.0 - : calculateTextSpanHeight(tileContents.first) + denseSpacing; + final tileEntryHeight = tileContents.isEmpty + ? 0.0 + : calculateTextSpanHeight(tileContents.first) + denseSpacing; // Find the searchField and place overlay below bottom of TextField and // make overlay width of TextField. This is also we decide the height of @@ -382,17 +380,15 @@ class AutoCompleteState extends State with AutoDisposeMixin { final maxAreaForPopup = areaHeight - tileEntryHeight; // TODO(terry): Scrolling doesn't work so max popup height is also total // matches to use. - topMatchesLimit = - min( - defaultTopMatchesLimit, - (maxAreaForPopup / tileEntryHeight) - 1, // zero based. - ).truncate(); + topMatchesLimit = min( + defaultTopMatchesLimit, + (maxAreaForPopup / tileEntryHeight) - 1, // zero based. + ).truncate(); // Total tiles visible. - final totalTiles = - bottom - ? searchAutoComplete.value.length - : (maxAreaForPopup / tileEntryHeight).truncateToDouble(); + final totalTiles = bottom + ? searchAutoComplete.value.length + : (maxAreaForPopup / tileEntryHeight).truncateToDouble(); final autoCompleteTiles = []; final count = min(searchAutoComplete.value.length, totalTiles); @@ -405,7 +401,7 @@ class AutoCompleteState extends State with AutoDisposeMixin { controller: controller, onTap: autoComplete.onTap, highlightColor: colorScheme.autoCompleteHighlightColor, - defaultColor: colorScheme.defaultBackgroundColor, + defaultColor: colorScheme.surface, ), ); } @@ -413,17 +409,17 @@ class AutoCompleteState extends State with AutoDisposeMixin { // Compute the Y position of the popup (auto-complete list). Its bottom // will be positioned at the top of the text field. Add 1 includes // the TextField border. - final yCoord = - bottom ? 0.0 : -((count * tileEntryHeight) + box.size.height + 1); + final yCoord = bottom + ? 0.0 + : -((count * tileEntryHeight) + box.size.height + 1); final xCoord = controller.xPosition; return Positioned( key: searchAutoCompleteKey, - width: - isMaxWidth - ? box.size.width - : AutoCompleteSearchControllerMixin.minPopupWidth, + width: isMaxWidth + ? box.size.width + : AutoCompleteSearchControllerMixin.minPopupWidth, height: count * tileEntryHeight, child: CompositedTransformFollower( link: controller.autoCompleteLayerLink, @@ -450,16 +446,15 @@ class AutoCompleteState extends State with AutoDisposeMixin { TextStyle highlightedTextStyle, ) { return match.transformAutoCompleteMatch( - transformMatchedSegment: - (segment) => TextSpan(text: segment, style: highlightedTextStyle), - transformUnmatchedSegment: - (segment) => TextSpan(text: segment, style: regularTextStyle), - combineSegments: - (segments) => TextSpan( - text: segments.first.text, - style: segments.first.style, - children: segments.sublist(1), - ), + transformMatchedSegment: (segment) => + TextSpan(text: segment, style: highlightedTextStyle), + transformUnmatchedSegment: (segment) => + TextSpan(text: segment, style: regularTextStyle), + combineSegments: (segments) => TextSpan( + text: segments.first.text, + style: segments.first.style, + children: segments.sublist(1), + ), ); } } @@ -500,8 +495,9 @@ class AutoCompleteTile extends StatelessWidget { valueListenable: controller.currentHoveredIndex, builder: (context, currentHoveredIndex, _) { return Container( - color: - currentHoveredIndex == index ? highlightColor : defaultColor, + color: currentHoveredIndex == index + ? highlightColor + : defaultColor, padding: const EdgeInsets.symmetric(horizontal: denseSpacing), alignment: Alignment.centerLeft, child: Text.rich(textSpan, maxLines: 1), @@ -571,10 +567,9 @@ mixin AutoCompleteSearchControllerMixin on SearchControllerMixin { final _currentHoveredIndex = ValueNotifier(0); - String? get currentHoveredText => - searchAutoComplete.value.isNotEmpty - ? searchAutoComplete.value[currentHoveredIndex.value].text - : null; + String? get currentHoveredText => searchAutoComplete.value.isNotEmpty + ? searchAutoComplete.value[currentHoveredIndex.value].text + : null; /// Last X position of caret in search field, used for pop-up position. double xPosition = 0.0; @@ -862,7 +857,7 @@ class SearchTextEditingController extends TextEditingController { /// If these elements need to be used by the widget state that builds the search /// field, consider using [StatelessSearchField] instead. class SearchField extends StatefulWidget { - SearchField({ + const SearchField({ required this.searchController, this.searchFieldEnabled = true, this.shouldRequestFocus = false, @@ -922,10 +917,10 @@ class _SearchFieldState extends State with AutoDisposeMixin { return widget._maxLines != 1 ? searchField : SizedBox( - width: widget.searchFieldWidth, - height: widget.searchFieldHeight, - child: searchField, - ); + width: widget.searchFieldWidth, + height: widget.searchFieldHeight, + child: searchField, + ); } } @@ -1015,42 +1010,42 @@ class StatelessSearchField controller.searchFieldFocusNode?.requestFocus(); } - final searchField = TextField( - key: searchFieldKey, - autofocus: true, - enabled: searchFieldEnabled, - focusNode: controller.searchFieldFocusNode, - controller: controller.searchTextFieldController, - style: textStyle, - maxLines: _maxLines, - onChanged: onChanged, - onEditingComplete: () { - controller.searchFieldFocusNode?.requestFocus(); - }, - // Guarantee that the TextField on all platforms renders in the same - // color for border, label text, and cursor. Primarly, so golden screen - // snapshots will compare with the exact color. - // Guarantee that the TextField on all platforms renders in the same - // color for border, label text, and cursor. Primarly, so golden screen - // snapshots will compare with the exact color. - decoration: - decoration ?? - InputDecoration( - constraints: BoxConstraints( - minHeight: searchFieldHeight ?? defaultTextFieldHeight, - ), - contentPadding: const EdgeInsets.symmetric( - horizontal: densePadding, - ), - border: const OutlineInputBorder(), - hintText: 'Search', - hintStyle: theme.subtleTextStyle, - labelText: label, - labelStyle: theme.subtleTextStyle, - prefixIcon: Icon(Icons.search, size: defaultIconSize), - prefix: - prefix != null - ? Row( + final searchField = FocusTraversalGroup( + child: TextField( + key: searchFieldKey, + autofocus: true, + enabled: searchFieldEnabled, + focusNode: controller.searchFieldFocusNode, + controller: controller.searchTextFieldController, + style: textStyle, + maxLines: _maxLines, + onChanged: onChanged, + onEditingComplete: () { + controller.searchFieldFocusNode?.requestFocus(); + }, + // Guarantee that the TextField on all platforms renders in the same + // color for border, label text, and cursor. Primarly, so golden screen + // snapshots will compare with the exact color. + // Guarantee that the TextField on all platforms renders in the same + // color for border, label text, and cursor. Primarly, so golden screen + // snapshots will compare with the exact color. + decoration: + decoration ?? + InputDecoration( + constraints: BoxConstraints( + minHeight: searchFieldHeight ?? defaultTextFieldHeight, + ), + contentPadding: const EdgeInsets.symmetric( + horizontal: densePadding, + ), + border: const OutlineInputBorder(), + hintText: 'Search', + hintStyle: theme.subtleTextStyle, + labelText: label, + labelStyle: theme.subtleTextStyle, + prefixIcon: const Icon(Icons.search, size: defaultIconSize), + prefix: prefix != null + ? Row( mainAxisSize: MainAxisSize.min, mainAxisAlignment: MainAxisAlignment.end, children: [ @@ -1065,18 +1060,19 @@ class StatelessSearchField ), ], ) - : null, - suffix: - suffix ?? - _SearchFieldSuffix( - controller: controller, - supportsNavigation: supportsNavigation, - onClose: () { - onClose?.call(); - onChanged(''); - }, - ), - ), + : null, + suffix: + suffix ?? + _SearchFieldSuffix( + controller: controller, + supportsNavigation: supportsNavigation, + onClose: () { + onClose?.call(); + onChanged(''); + }, + ), + ), + ), ); if (shouldRequestFocus) { @@ -1168,8 +1164,8 @@ class _AutoCompleteSearchFieldState extends State with AutoDisposeMixin { HighlightAutoComplete get _highlightDropdown => widget.onHighlightDropdown != null - ? widget.onHighlightDropdown as HighlightAutoComplete - : _highlightDropdownItem; + ? widget.onHighlightDropdown as HighlightAutoComplete + : _highlightDropdownItem; @override void initState() { @@ -1346,11 +1342,11 @@ class _SearchFieldSuffix extends StatelessWidget { return supportsNavigation ? SearchNavigationControls(controller, onClose: onClose) : InputDecorationSuffixButton.close( - onPressed: () { - controller.searchTextFieldController.clear(); - onClose?.call(); - }, - ); + onPressed: () { + controller.searchTextFieldController.clear(); + onClose?.call(); + }, + ); } } @@ -1381,16 +1377,15 @@ class SearchNavigationControls extends StatelessWidget { Opacity( opacity: isSearchInProgress ? 1 : 0, child: SizedBox( - width: scaleByFontFactor(smallProgressSize), - height: scaleByFontFactor(smallProgressSize), - child: - isSearchInProgress - ? SmallCircularProgressIndicator( - valueColor: AlwaysStoppedAnimation( - Theme.of(context).regularTextStyle.color, - ), - ) - : const SizedBox(), + width: smallProgressSize, + height: smallProgressSize, + child: isSearchInProgress + ? SmallCircularProgressIndicator( + valueColor: AlwaysStoppedAnimation( + Theme.of(context).regularTextStyle.color, + ), + ) + : const SizedBox(), ), ), _matchesStatus(numMatches), @@ -1451,11 +1446,10 @@ mixin SearchableDataMixin { /// [SearchControllerMixin.matchesForSearch] is overridden in such a way that /// [matchesSearchToken] is not used, then this method does not need to be /// implemented. - bool matchesSearchToken(RegExp regExpSearch) => - throw UnimplementedError( - 'Implement this method in order to use the default' - ' [SearchControllerMixin.matchesForSearch] behavior.', - ); + bool matchesSearchToken(RegExp regExpSearch) => throw UnimplementedError( + 'Implement this method in order to use the default' + ' [SearchControllerMixin.matchesForSearch] behavior.', + ); } // This mixin is used to get around the type system where a type `T` needs to diff --git a/packages/devtools_app/lib/src/shared/ui/side_panel.dart b/packages/devtools_app/lib/src/shared/ui/side_panel.dart index 2d5be926636..707c261865e 100644 --- a/packages/devtools_app/lib/src/shared/ui/side_panel.dart +++ b/packages/devtools_app/lib/src/shared/ui/side_panel.dart @@ -76,9 +76,9 @@ class SidePanelViewerState extends State setState(() { isVisible = widget.controller.isVisible.value; if (isVisible) { - visibilityController.forward(); + unawaited(visibilityController.forward()); } else { - visibilityController.reverse(); + unawaited(visibilityController.reverse()); } }); }); @@ -180,13 +180,12 @@ class SidePanel extends AnimatedWidget { markdownData.isNullOrEmpty ? Text(textIfMarkdownDataEmpty ?? '') : Expanded( - child: Markdown( - data: markdownData!, - onTapLink: - (text, url, title) => - unawaited(launchUrlWithErrorHandling(url!)), + child: Markdown( + data: markdownData!, + onTapLink: (text, url, title) => + unawaited(launchUrlWithErrorHandling(url!)), + ), ), - ), ], ), ), diff --git a/packages/devtools_app/lib/src/shared/ui/tab.dart b/packages/devtools_app/lib/src/shared/ui/tab.dart index e6591e2cbff..ebd6e2a9625 100644 --- a/packages/devtools_app/lib/src/shared/ui/tab.dart +++ b/packages/devtools_app/lib/src/shared/ui/tab.dart @@ -7,8 +7,8 @@ import 'package:flutter/material.dart'; import '../analytics/analytics.dart' as ga; -double get _tabHeight => scaleByFontFactor(46.0); -double get _textAndIconTabHeight => scaleByFontFactor(72.0); +const _tabHeight = 46.0; +const _textAndIconTabHeight = 72.0; typedef TabAndView = ({DevToolsTab tab, Widget tabView}); diff --git a/packages/devtools_app/lib/src/shared/ui/tree_view.dart b/packages/devtools_app/lib/src/shared/ui/tree_view.dart index dc0e3dcfbcd..222ad382212 100644 --- a/packages/devtools_app/lib/src/shared/ui/tree_view.dart +++ b/packages/devtools_app/lib/src/shared/ui/tree_view.dart @@ -12,7 +12,7 @@ import 'package:flutter/material.dart' hide Stack; import '../primitives/collapsible_mixin.dart'; import '../primitives/trees.dart'; -double get defaultTreeViewRowHeight => scaleByFontFactor(20.0); +const defaultTreeViewRowHeight = 20.0; class TreeView> extends StatefulWidget { const TreeView({ @@ -87,8 +87,8 @@ class _TreeViewState> extends State> final T item = dataFlatList[index]; return _TreeViewItem( item, - buildDisplay: - (onPressed) => widget.dataDisplayProvider(item, onPressed), + buildDisplay: (onPressed) => + widget.dataDisplayProvider(item, onPressed), onItemSelected: _onItemSelected, onItemExpanded: _onItemExpanded, ); @@ -177,22 +177,24 @@ class _TreeViewItemState> extends State<_TreeViewItem> Widget build(BuildContext context) { return Container( margin: EdgeInsets.only(left: nodeIndent(widget.data)), - color: - widget.data.isSelected - ? Theme.of(context).colorScheme.selectedRowBackgroundColor - : null, + color: widget.data.isSelected + ? Theme.of(context).colorScheme.selectedRowBackgroundColor + : null, child: Row( mainAxisSize: MainAxisSize.min, children: [ widget.data.isExpandable ? InkWell( - onTap: _onExpanded, - child: RotationTransition( - turns: expandArrowAnimation, - child: Icon(Icons.keyboard_arrow_down, size: defaultIconSize), - ), - ) - : SizedBox(width: defaultIconSize), + onTap: _onExpanded, + child: RotationTransition( + turns: expandArrowAnimation, + child: const Icon( + Icons.keyboard_arrow_down, + size: defaultIconSize, + ), + ), + ) + : const SizedBox(width: defaultIconSize), Expanded(child: widget.buildDisplay(_onSelected)), ], ), diff --git a/packages/devtools_app/lib/src/shared/ui/utils.dart b/packages/devtools_app/lib/src/shared/ui/utils.dart index 3e0e127f1ec..d46894c7f92 100644 --- a/packages/devtools_app/lib/src/shared/ui/utils.dart +++ b/packages/devtools_app/lib/src/shared/ui/utils.dart @@ -173,10 +173,9 @@ class _OffsetScrollbarState extends State { widget.offsetController.position.viewportDimension; } } - final offset = - widget.axis == Axis.vertical - ? Offset(delta, 0.0) - : Offset(0.0, delta); + final offset = widget.axis == Axis.vertical + ? Offset(delta, 0.0) + : Offset(0.0, delta); return Transform.translate( offset: offset, child: Scrollbar( diff --git a/packages/devtools_app/lib/src/shared/ui/vm_flag_widgets.dart b/packages/devtools_app/lib/src/shared/ui/vm_flag_widgets.dart index 3cf01dc4256..f04b40bbe83 100644 --- a/packages/devtools_app/lib/src/shared/ui/vm_flag_widgets.dart +++ b/packages/devtools_app/lib/src/shared/ui/vm_flag_widgets.dart @@ -48,8 +48,9 @@ class CpuSamplingRateDropdown extends StatelessWidget { // dropdown list. We default to [CpuSamplingFrequency.medium] if the // flag value is not one of the three defaults in DevTools // (50, 250, 1000). - final safeValue = - CpuSamplingRateExtension.fromValue(flag.valueAsString ?? '').value; + final safeValue = CpuSamplingRateExtension.fromValue( + flag.valueAsString ?? '', + ).value; // Set the vm flag value to the [safeValue] if we get to this state. if (safeValue != flag.valueAsString) { unawaited(_onSamplingFrequencyChanged(safeValue)); @@ -111,14 +112,14 @@ class ViewVmFlagsButton extends StatelessWidget { super.key, required this.gaScreen, this.elevated = false, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, }); final String gaScreen; final bool elevated; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; @override Widget build(BuildContext context) { @@ -128,7 +129,7 @@ class ViewVmFlagsButton extends StatelessWidget { icon: Icons.flag_rounded, gaScreen: gaScreen, gaSelection: gac.HomeScreenEvents.viewVmFlags.name, - minScreenWidthForTextBeforeScaling: minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, onPressed: () { unawaited( showDialog( @@ -175,20 +176,18 @@ class _VMFlagsDialogState extends State with AutoDisposeMixin { } void _updateFromController() { - flags = - (serviceConnection.vmFlagManager.flags.value?.flags ?? []) - .map((flag) => _DialogFlag(flag)) - .toList(); + flags = (serviceConnection.vmFlagManager.flags.value?.flags ?? []) + .map((flag) => _DialogFlag(flag)) + .toList(); _refilter(); } void _refilter() { final filter = filterController.text.trim().toLowerCase(); - filteredFlags = - filter.isEmpty - ? flags - : flags.where((flag) => flag.filterText.contains(filter)).toList(); + filteredFlags = filter.isEmpty + ? flags + : flags.where((flag) => flag.filterText.contains(filter)).toList(); } @override @@ -225,9 +224,9 @@ class _FlagTable extends StatelessWidget { final List<_DialogFlag> flags; - static final name = _NameColumn(); - static final description = _DescriptionColumn(); - static final value = _ValueColumn(); + static const name = _NameColumn(); + static const description = _DescriptionColumn(); + static const value = _ValueColumn(); static final columns = >[name, description, value]; @override @@ -246,15 +245,14 @@ class _FlagTable extends StatelessWidget { } class _NameColumn extends ColumnData<_DialogFlag> { - _NameColumn() : super('Name', fixedWidthPx: scaleByFontFactor(180)); + const _NameColumn() : super('Name', fixedWidthPx: 180); @override String getValue(_DialogFlag dataObject) => dataObject.name ?? ''; } class _DescriptionColumn extends ColumnData<_DialogFlag> { - _DescriptionColumn() - : super.wide('Description', minWidthPx: scaleByFontFactor(100)); + const _DescriptionColumn() : super.wide('Description', minWidthPx: 100); @override String getValue(_DialogFlag dataObject) => dataObject.description ?? ''; @@ -267,10 +265,10 @@ class _DescriptionColumn extends ColumnData<_DialogFlag> { } class _ValueColumn extends ColumnData<_DialogFlag> { - _ValueColumn() + const _ValueColumn() : super( 'Value', - fixedWidthPx: scaleByFontFactor(100), + fixedWidthPx: 100, headerAlignment: TextAlign.right, alignment: ColumnAlignment.right, ); @@ -286,8 +284,8 @@ class _DialogFlag { _DialogFlag(this.flag) : filterText = '${flag.name?.toLowerCase()}\n' - '${flag.comment?.toLowerCase()}\n' - '${flag.valueAsString?.toLowerCase()}'; + '${flag.comment?.toLowerCase()}\n' + '${flag.valueAsString?.toLowerCase()}'; final Flag flag; final String filterText; diff --git a/packages/devtools_app/lib/src/shared/utils/utils.dart b/packages/devtools_app/lib/src/shared/utils/utils.dart index 8308a32e7f2..5cc3e8af941 100644 --- a/packages/devtools_app/lib/src/shared/utils/utils.dart +++ b/packages/devtools_app/lib/src/shared/utils/utils.dart @@ -18,8 +18,10 @@ import 'package:flutter/widgets.dart'; import 'package:logging/logging.dart'; import 'package:vm_service/vm_service.dart'; +// ignore: avoid-importing-entrypoint-exports, required to access version. import '../../../devtools.dart' as devtools; import '../../service/connected_app/connected_app.dart'; +import '../framework/app_error_handling.dart'; import '../globals.dart'; import '../primitives/query_parameters.dart'; import '../primitives/utils.dart'; @@ -57,11 +59,12 @@ bool isDarkThemeEnabled() { extension VmExtension on VM { List isolatesForDevToolsMode() { - final vmDeveloperModeEnabled = preferences.vmDeveloperModeEnabled.value; + final advancedDeveloperModeEnabled = + preferences.advancedDeveloperModeEnabled.value; final vmIsolates = isolates ?? []; return [ ...vmIsolates, - if (vmDeveloperModeEnabled || vmIsolates.isEmpty) + if (advancedDeveloperModeEnabled || vmIsolates.isEmpty) ...systemIsolates ?? [], ]; } @@ -343,7 +346,7 @@ class InterruptableChunkWorker { } progressCallback(0.0); - doChunkWork(0); + safeUnawaited(doChunkWork(0)); return completer.future; } @@ -354,3 +357,13 @@ class InterruptableChunkWorker { } String get devToolsVersion => devtools.version; + +/// Unawaits the given [future] and catches any errors thrown. +void safeUnawaited( + Future future, { + void Function(Object?, StackTrace)? onError, +}) { + onError ??= (e, st) => + reportError('Error in unawaited Future: $e', stack: st); + unawaited(future.catchError(onError)); +} diff --git a/packages/devtools_app/lib/src/shared/utils/vm_utils.dart b/packages/devtools_app/lib/src/shared/utils/vm_utils.dart index 72320b8246a..91da0f0baa0 100644 --- a/packages/devtools_app/lib/src/shared/utils/vm_utils.dart +++ b/packages/devtools_app/lib/src/shared/utils/vm_utils.dart @@ -37,14 +37,16 @@ Future findInstance( return null; } - final result = (await serviceConnection.serviceManager.service!.getInstances( - isolateId, - classId, - preferences.memory.refLimit.value, - )).instances?.firstWhereOrNull( - (instance) => - (instance is InstanceRef) && (instance.identityHashCode == hashCode), - ); + final result = + (await serviceConnection.serviceManager.service!.getInstances( + isolateId, + classId, + preferences.memory.refLimit.value, + )).instances?.firstWhereOrNull( + (instance) => + (instance is InstanceRef) && + (instance.identityHashCode == hashCode), + ); if (result is InstanceRef) return result; return null; diff --git a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_controller.dart b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_controller.dart index 45ac9e49884..f3d1bb5f4e0 100644 --- a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_controller.dart +++ b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_controller.dart @@ -11,21 +11,22 @@ import '../../../shared/analytics/analytics.dart' as ga; import '../../../shared/analytics/constants.dart' as gac; import '../../../shared/editor/api_classes.dart'; import '../../../shared/editor/editor_client.dart'; +import '../../../shared/feature_flags.dart'; import '../../../shared/ui/filter.dart'; import '../../../shared/utils/utils.dart'; import 'property_editor_types.dart'; -typedef EditableWidgetData = - ({ - List properties, - String? name, - String? documentation, - String? fileUri, - EditorRange? range, - }); +typedef EditableWidgetData = ({ + List properties, + List refactors, + String? name, + String? documentation, + String? fileUri, + EditorRange? range, +}); typedef EditArgumentFunction = - Future Function({ + Future Function({ required String name, required T value, }); @@ -60,11 +61,11 @@ class PropertyEditorController extends DisposableController bool get waitingForFirstEvent => _waitingForFirstEvent; bool _waitingForFirstEvent = true; - late final Debouncer _editableArgsDebouncer; + late final Debouncer _requestDebouncer; late final Timer _checkConnectionTimer; - static const _editableArgsDebounceDuration = Duration(milliseconds: 600); + static const _requestDebounceDuration = Duration(milliseconds: 600); static const _checkConnectionInterval = Duration(minutes: 1); @@ -83,14 +84,14 @@ class PropertyEditorController extends DisposableController @override void init() { super.init(); - _editableArgsDebouncer = Debouncer(duration: _editableArgsDebounceDuration); + _requestDebouncer = Debouncer(duration: _requestDebounceDuration); _checkConnectionTimer = _periodicallyCheckConnection( _checkConnectionInterval, ); // Update in response to ActiveLocationChanged events. autoDisposeStreamSubscription( - editorClient.activeLocationChangedStream.listen((event) async { + editorClient.activeLocationChangedStream.listen((event) { if (_waitingForFirstEvent) _waitingForFirstEvent = false; final textDocument = event.textDocument; final cursorPosition = event.selections.first.active; @@ -112,6 +113,7 @@ class PropertyEditorController extends DisposableController if (!textDocument.uriAsString.endsWith('.dart')) { _editableWidgetData.value = ( properties: [], + refactors: [], name: null, documentation: null, range: null, @@ -119,8 +121,8 @@ class PropertyEditorController extends DisposableController ); return; } - _editableArgsDebouncer.run( - () => _updateWithEditableArgs( + _requestDebouncer.run( + () => _updateWithEditableWidgetData( textDocument: textDocument, cursorPosition: cursorPosition, ), @@ -131,7 +133,7 @@ class PropertyEditorController extends DisposableController @override void dispose() { - _editableArgsDebouncer.dispose(); + _requestDebouncer.dispose(); _checkConnectionTimer.cancel(); super.dispose(); } @@ -153,7 +155,7 @@ class PropertyEditorController extends DisposableController ..addAll(filtered); } - Future editArgument({ + Future editArgument({ required String name, required T value, }) async { @@ -165,6 +167,18 @@ class PropertyEditorController extends DisposableController position: position, name: name, value: value, + screenId: gac.PropertyEditorSidebar.id, + ); + } + + Future executeCommand({ + required String commandName, + required List commandArgs, + }) { + return editorClient.executeCommand( + commandName: commandName, + commandArgs: commandArgs, + screenId: gac.PropertyEditorSidebar.id, ); } @@ -176,51 +190,63 @@ class PropertyEditorController extends DisposableController final range = widgetRange; return range == null ? Object.hash( - property.name, - property.type, - property.value, // Include the property value. - property.displayValue, - widgetName, - fileUri, - ) + property.name, + property.type, + property.value, // Include the property value. + property.displayValue, + widgetName, + fileUri, + ) : Object.hash( - property.name, - property.type, - property.displayValue, - fileUri, - widgetName, - range.start.line, // Include the start position of the property. - range.start.character, - ); + property.name, + property.type, + property.displayValue, + fileUri, + widgetName, + range.start.line, // Include the start position of the property. + range.start.character, + ); } - Future _updateWithEditableArgs({ + Future _updateWithEditableWidgetData({ required TextDocument textDocument, required CursorPosition cursorPosition, }) async { _currentDocument = textDocument; _currentCursorPosition = cursorPosition; // Get the editable arguments for the current position. - final result = await editorClient.getEditableArguments( + final editableArgsResult = await editorClient.getEditableArguments( textDocument: textDocument, position: cursorPosition, + screenId: gac.PropertyEditorSidebar.id, ); - final properties = - (result?.args ?? []) - .map(argToProperty) - .nonNulls - // Filter out any deprecated properties that aren't set. - .where((property) => !property.isDeprecated || property.hasArgument) - .toList(); - final name = result?.name; - final range = result?.range; - + CodeActionResult? refactorsResult; + // TODO(https://github.com/flutter/devtools/issues/8652): Enable refactors + // in the Property Editor by default. + if (editableArgsResult != null && FeatureFlags.propertyEditorRefactors) { + // Fetch the refactors using the start of the editable arguments' range, + // which corresponds to the widget constructor name. This ensures that the + // refactors are always available, even when the cursor is within the + // parameter list. See https://github.com/flutter/devtools/issues/9221. + final position = editableArgsResult.range?.start ?? cursorPosition; + // TODO(elliette): Consider updating the widget data immediately without + // waiting for the refactors result, then updating the refactor buttons + // once the refactors result is available. + refactorsResult = await editorClient.getRefactors( + textDocument: textDocument, + range: EditorRange(start: position, end: position), + screenId: gac.PropertyEditorSidebar.id, + ); + } + // Update the widget data. + final name = editableArgsResult?.name; _editableWidgetData.value = ( - properties: properties, + properties: _extractProperties(editableArgsResult), + refactors: _extractRefactors(refactorsResult), name: name, - documentation: result?.documentation, + documentation: editableArgsResult?.documentation, fileUri: _currentDocument?.uriAsString, - range: range, + range: editableArgsResult?.range, ); filterData(activeFilter.value); // Register impression. @@ -230,6 +256,17 @@ class PropertyEditorController extends DisposableController ); } + List _extractProperties(EditableArgumentsResult? result) => + (result?.args ?? []) + .map(argToProperty) + .nonNulls + // Filter out any deprecated properties that aren't set. + .where((property) => !property.isDeprecated || property.hasArgument) + .toList(); + + List _extractRefactors(CodeActionResult? result) => + (result?.actions ?? []).toList(); + Timer _periodicallyCheckConnection(Duration interval) { return Timer.periodic(interval, (timer) { final isClosed = editorClient.isDtdClosed; @@ -253,12 +290,16 @@ class PropertyEditorController extends DisposableController TextDocument? document, CursorPosition? cursorPosition, EditorRange? range, + List? refactors, }) { setActiveFilter(); if (editableArgsResult != null) { _editableWidgetData.value = ( - properties: - editableArgsResult.args.map(argToProperty).nonNulls.toList(), + properties: editableArgsResult.args + .map(argToProperty) + .nonNulls + .toList(), + refactors: refactors ?? [], name: editableArgsResult.name, documentation: editableArgsResult.documentation, fileUri: document?.uriAsString, diff --git a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_inputs.dart b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_inputs.dart index 59ad8b0252e..037d46088bb 100644 --- a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_inputs.dart +++ b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_inputs.dart @@ -121,7 +121,7 @@ class _DropdownInputState extends State<_DropdownInput> Widget build(BuildContext context) { final theme = Theme.of(context); return DropdownButtonFormField( - value: widget.property.valueDisplay, + initialValue: widget.property.valueDisplay, autovalidateMode: AutovalidateMode.onUserInteraction, validator: (text) => inputValidator(text, property: widget.property), decoration: decoration( @@ -130,8 +130,8 @@ class _DropdownInputState extends State<_DropdownInput> padding: denseSpacing, ), isExpanded: true, - selectedItemBuilder: - (context) => _dropdownItems(withDefaultLabels: false), + selectedItemBuilder: (context) => + _dropdownItems(withDefaultLabels: false), items: _dropdownItems(withDefaultLabels: true), onChanged: (newValue) async { if (newValue != widget.property.valueDisplay) { @@ -283,9 +283,9 @@ class _TextInputState extends State<_TextInput> // set the empty selection at the end of the string. final newSelection = (newValue.length < previousSelection.end || - newValue.length < previousSelection.start) - ? TextSelection.collapsed(offset: newValue.length) - : previousSelection; + newValue.length < previousSelection.start) + ? TextSelection.collapsed(offset: newValue.length) + : previousSelection; // Set the new value in the controller with the new selection. _controller.value = TextEditingValue( text: newValue, @@ -315,10 +315,9 @@ mixin _PropertyInputMixin on State { ), ); final editToNull = property.isNullable && property.isNully(valueAsString); - final value = - editToNull - ? null - : property.convertFromInputString(valueAsString) as U?; + final value = editToNull + ? null + : property.convertFromInputString(valueAsString) as U?; final response = await editPropertyCallback(name: argName, value: value); _handleServerResponse(response, property: property); } @@ -381,14 +380,13 @@ mixin _PropertyInputMixin on State { } void _handleServerResponse( - EditArgumentResponse? errorResponse, { + GenericApiResponse? errorResponse, { required EditableProperty property, }) { final succeeded = errorResponse == null || errorResponse.success; if (!succeeded) { setState(() { - _serverError = - '${errorResponse.errorType?.message ?? 'Encountered unknown error.'} (Property: ${property.name})'; + _serverError = _errorMessage(errorResponse, property: property); }); ga.reportError('property-editor $_serverError'); } @@ -401,4 +399,20 @@ mixin _PropertyInputMixin on State { ), ); } + + String _errorMessage( + GenericApiResponse errorResponse, { + required EditableProperty property, + }) { + final errorType = EditArgumentError.fromCode(errorResponse.errorCode); + final messageFromType = errorType?.message; + final messageFromResponse = errorResponse.errorMessage; + final errorMessage = + (messageFromType != null && messageFromResponse != null) + ? '$messageFromType / $messageFromResponse' + : messageFromType ?? messageFromResponse ?? 'Unknown error.'; + final propertyInfo = '(Property: ${property.name})'; + final errorCode = errorType?.code != null ? '${errorType!.code}: ' : ''; + return '$errorCode$errorMessage $propertyInfo'; + } } diff --git a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_messages.dart b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_messages.dart index 8039bf0b878..e3cf4530149 100644 --- a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_messages.dart +++ b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_messages.dart @@ -55,8 +55,9 @@ class HowToUseMessage extends StatelessWidget { ); TextSpan highlight(TextSpan original) => _highlight( original, - highlighterColor: - theme.isDarkTheme ? _darkHighlighterColor : _lightHighlighterColor, + highlighterColor: theme.isDarkTheme + ? _darkHighlighterColor + : _lightHighlighterColor, ); return Text.rich( @@ -110,7 +111,10 @@ class HowToUseMessage extends StatelessWidget { String text, { required TextStyle style, required Color color, - }) => TextSpan(text: text, style: style.copyWith(color: color)); + }) => TextSpan( + text: text, + style: style.copyWith(color: color), + ); TextSpan _highlight(TextSpan original, {required Color highlighterColor}) => TextSpan( diff --git a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_panel.dart b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_panel.dart index 368e6a4160a..fafac06fba0 100644 --- a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_panel.dart +++ b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_panel.dart @@ -61,11 +61,8 @@ class _PropertyEditorPanelState extends State { alignment: Alignment.topCenter, child: FutureBuilder( future: _editor, - builder: - (context, snapshot) => switch (( - snapshot.connectionState, - snapshot.data, - )) { + builder: (context, snapshot) => + switch ((snapshot.connectionState, snapshot.data)) { (ConnectionState.done, final editor?) => _PropertyEditorConnectedPanel( editor, diff --git a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_refactors.dart b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_refactors.dart new file mode 100644 index 00000000000..9fa2ff7a59a --- /dev/null +++ b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_refactors.dart @@ -0,0 +1,277 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:devtools_app_shared/ui.dart'; +import 'package:flutter/material.dart'; + +import '../../../shared/analytics/analytics.dart' as ga; +import '../../../shared/analytics/constants.dart' as gac; +import '../../../shared/editor/api_classes.dart'; +import '../../../shared/ui/common_widgets.dart'; +import 'property_editor_controller.dart'; +import 'property_editor_types.dart'; + +typedef ApplyRefactorFunction = + Future Function(WrapWithRefactorAction refactor); + +/// Widget for displaying the available "Wrap with" refactors. +/// +/// - The [mainRefactors] are each displayed in a [WrapWithButton]. +/// - Any other refactors are menu options behind the [_WrapWithOverflowButton]. +class WrapWithRefactors extends StatefulWidget { + const WrapWithRefactors({ + required this.refactors, + required this.controller, + super.key, + }); + + static const wrapWithPrefix = 'Wrap with'; + static const buttonIconSize = actionsIconSize; + static Color buttonColor(ThemeData theme) => theme.colorScheme.onSurface; + + final List refactors; + final PropertyEditorController controller; + + @override + State createState() => _WrapWithRefactorsState(); +} + +class _WrapWithRefactorsState extends State { + final _mainRefactorsGroup = []; + final _otherRefactorsGroup = []; + + @override + void initState() { + super.initState(); + _categorizeAndSortRefactors(); + } + + @override + void didUpdateWidget(covariant WrapWithRefactors oldWidget) { + super.didUpdateWidget(oldWidget); + if (widget.refactors != oldWidget.refactors) { + _categorizeAndSortRefactors(); + } + } + + @override + Widget build(BuildContext context) { + final showMainRefactors = _mainRefactorsGroup.isNotEmpty; + final showOtherRefactors = _otherRefactorsGroup.isNotEmpty; + return Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + const Padding( + padding: EdgeInsets.all(densePadding), + child: Text('Wrap with:'), + ), + if (showMainRefactors) + Wrap( + crossAxisAlignment: WrapCrossAlignment.center, + children: [ + for (final refactor in _mainRefactorsGroup) + Padding( + padding: const EdgeInsets.all(densePadding), + child: WrapWithButton( + refactor: refactor, + applyRefactor: _applyRefactor, + ), + ), + if (showOtherRefactors) + Padding( + padding: const EdgeInsets.all(densePadding), + child: _WrapWithOverflowButton( + refactors: _otherRefactorsGroup, + applyRefactor: _applyRefactor, + ), + ), + ], + ), + const PaddedDivider.noPadding(), + ], + ); + } + + void _categorizeAndSortRefactors() { + _mainRefactorsGroup.clear(); + _otherRefactorsGroup.clear(); + for (final refactor in widget.refactors) { + final category = mainRefactors.contains(refactor.label) + ? _mainRefactorsGroup + : _otherRefactorsGroup; + category.add(refactor); + } + // Sort the refactors to match the order in the mainRefactors set. + final mainRefactorsOrder = mainRefactors.toList(); + _mainRefactorsGroup.sort((a, b) { + return mainRefactorsOrder + .indexOf(a.label) + .compareTo(mainRefactorsOrder.indexOf(b.label)); + }); + } + + Future _applyRefactor(WrapWithRefactorAction refactor) { + ga.select( + gac.PropertyEditorSidebar.id, + gac.PropertyEditorSidebar.applyWrapWithRefactorRequest( + refactorName: refactor.label, + ), + ); + + return widget.controller.executeCommand( + commandName: refactor.command, + commandArgs: refactor.args, + ); + } +} + +/// Overflow button for any available refactors not in [mainRefactors]. +class _WrapWithOverflowButton extends StatelessWidget { + const _WrapWithOverflowButton({ + required this.refactors, + required this.applyRefactor, + }); + + final List refactors; + final ApplyRefactorFunction applyRefactor; + + @override + Widget build(BuildContext context) { + final theme = Theme.of(context); + return DevToolsTooltip( + message: 'More widgets...', + child: ContextMenuButton( + color: WrapWithRefactors.buttonColor(theme), + icon: Icons.arrow_drop_down, + iconSize: WrapWithRefactors.buttonIconSize, + buttonWidth: buttonMinWidth, + style: _wrapWithButtonStyle, + menuChildren: _refactorOptions(theme), + ), + ); + } + + List _refactorOptions(ThemeData theme) { + final colorScheme = theme.colorScheme; + return refactors.map((refactor) { + return MenuItemButton( + style: MenuItemButton.styleFrom( + foregroundColor: colorScheme.onSurface, + backgroundColor: theme.isDarkTheme + ? colorScheme.surface.brighten() + : colorScheme.surface.darken(), + ), + onPressed: () async { + await applyRefactor(refactor); + }, + child: Text(refactor.label), + ); + }).toList(); + } +} + +/// A button which triggers a single "Wrap with" refactor. +@visibleForTesting +class WrapWithButton extends StatelessWidget { + const WrapWithButton({ + super.key, + required this.refactor, + required this.applyRefactor, + }); + + final WrapWithRefactorAction refactor; + final ApplyRefactorFunction applyRefactor; + + // TODO(elliette): Move the inspector icons into a common directory. + static const _iconAssetPath = 'icons/inspector/widget_icons/'; + static const _textButtonFontSize = 16.0; + + String? get _iconAsset { + if (!_refactorsWithIconAsset.contains(refactor.label)) { + return null; + } + + return '$_iconAssetPath${refactor.label.toLowerCase()}.png'; + } + + @override + Widget build(BuildContext context) { + final theme = Theme.of(context); + final iconAsset = _iconAsset; + + return DevToolsTooltip( + message: refactor.label, + child: TextButton( + style: _wrapWithButtonStyle, + child: iconAsset != null + ? Row( + mainAxisSize: MainAxisSize.min, + mainAxisAlignment: MainAxisAlignment.center, + children: [ + Image.asset( + iconAsset, + height: WrapWithRefactors.buttonIconSize, + color: WrapWithRefactors.buttonColor(theme), + ), + ], + ) + : _buttonText(theme: theme), + onPressed: () async { + await applyRefactor(refactor); + }, + ), + ); + } + + Text _buttonText({required ThemeData theme}) { + final label = refactor.label; + assert(label.isNotEmpty); + // Show the first letter of the label as the icon. + if (_refactorsWithLetterIcon.contains(label)) { + return Text( + label[0], + style: theme.regularTextStyle.copyWith( + fontWeight: FontWeight.bold, + fontSize: _textButtonFontSize, + color: WrapWithRefactors.buttonColor(theme), + ), + ); + } + + return Text(label, style: theme.regularTextStyle); + } +} + +const _wrapWithButtonBorderRadius = 4.0; + +final _wrapWithButtonStyle = TextButton.styleFrom( + shape: RoundedRectangleBorder( + borderRadius: BorderRadius.circular(_wrapWithButtonBorderRadius), + ), + padding: const EdgeInsets.all(densePadding), + tapTargetSize: MaterialTapTargetSize.shrinkWrap, + minimumSize: const Size.square(buttonMinWidth), +); + +const _wrapWithPadding = 'Padding'; +const _wrapWithContainer = 'Container'; +const _wrapWithColumn = 'Column'; +const _wrapWithRow = 'Row'; +const _wrapWithCenter = 'Center'; +const _wrapWithSizedBox = 'SizedBox'; +const _wrapWithWidget = 'Widget'; + +const _refactorsWithIconAsset = { + _wrapWithPadding, + _wrapWithContainer, + _wrapWithColumn, + _wrapWithRow, + _wrapWithCenter, + _wrapWithSizedBox, +}; + +const _refactorsWithLetterIcon = {_wrapWithWidget}; + +@visibleForTesting +const mainRefactors = {..._refactorsWithLetterIcon, ..._refactorsWithIconAsset}; diff --git a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_types.dart b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_types.dart index a5c72d5d000..764fef21578 100644 --- a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_types.dart +++ b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_types.dart @@ -33,13 +33,16 @@ class EditableBool extends EditableProperty with FiniteValuesProperty { @override Object? convertFromInputString(String? valueAsString) => valueAsString == 'true' || valueAsString == 'false' - ? valueAsString == 'true' - : valueAsString; // The boolean value might be an expression. + ? valueAsString == 'true' + : valueAsString; // The boolean value might be an expression. @override Set get propertyOptions { - final shouldIncludeValueDisplay = - !['true', 'false', 'null'].contains(valueDisplay); + final shouldIncludeValueDisplay = ![ + 'true', + 'false', + 'null', + ].contains(valueDisplay); return { (text: 'true', isDefault: defaultValue == true), @@ -221,6 +224,24 @@ EditableProperty? argToProperty(EditableArgument argument) { } } +/// Represents a "Wrap with" refactor action. +class WrapWithRefactorAction { + WrapWithRefactorAction(this._refactor); + + final CodeActionCommand _refactor; + + String get label => _extractLabel(_refactor.title); + + String get command => _refactor.command; + + List get args => _refactor.args; + + String _extractLabel(String title) { + final wrapperName = title.split('Wrap with ').last; + return wrapperName == 'widget...' ? 'Widget' : wrapperName; + } +} + /// The following types should match those returned by the Analysis Server. See: /// https://github.com/dart-lang/sdk/blob/154b473cdb65c2686bb44fedec03ba2deddb80fd/pkg/analysis_server/lib/src/lsp/handlers/custom/editable_arguments/handler_editable_arguments.dart#L182 const stringType = 'string'; diff --git a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_view.dart b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_view.dart index f4b73157ce9..ed46149c773 100644 --- a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_view.dart +++ b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_view.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. +import 'dart:async'; + import 'package:devtools_app_shared/ui.dart'; import 'package:devtools_app_shared/utils.dart'; import 'package:flutter/material.dart'; @@ -12,6 +14,7 @@ import '../../../shared/ui/filter.dart'; import 'property_editor_controller.dart'; import 'property_editor_inputs.dart'; import 'property_editor_messages.dart'; +import 'property_editor_refactors.dart'; import 'property_editor_types.dart'; import 'utils/utils.dart'; @@ -24,20 +27,16 @@ class PropertyEditorView extends StatelessWidget { Widget build(BuildContext context) { return MultiValueListenableBuilder( listenables: [ - controller.editorClient.editArgumentMethodName, - controller.editorClient.editableArgumentsMethodName, + controller.editorClient.editableArgumentsApiIsRegistered, controller.editableWidgetData, ], builder: (_, values, _) { - final editArgumentMethodName = values.first as String?; - final editableArgumentsMethodName = values.second as String?; - - if (editArgumentMethodName == null || - editableArgumentsMethodName == null) { + final editableArgumentsApiIsRegistered = values.first as bool; + if (!editableArgumentsApiIsRegistered) { return const CenteredCircularProgressIndicator(); } - final editableWidgetData = values.third as EditableWidgetData?; + final editableWidgetData = values.second as EditableWidgetData?; return SelectionArea( child: Column( crossAxisAlignment: CrossAxisAlignment.start, @@ -50,14 +49,13 @@ class PropertyEditorView extends StatelessWidget { List _propertyEditorContents(EditableWidgetData? editableWidgetData) { if (editableWidgetData == null) { - final introSentence = - controller.waitingForFirstEvent - ? const WelcomeMessage() - : const NoWidgetAtLocationMessage(); + final introSentence = controller.waitingForFirstEvent + ? const WelcomeMessage() + : const NoWidgetAtLocationMessage(); return [introSentence, const HowToUseMessage()]; } - final (:properties, :name, :documentation, :fileUri, :range) = + final (:properties, :refactors, :name, :documentation, :fileUri, :range) = editableWidgetData; if (fileUri != null && !fileUri.endsWith('.dart')) { return [const NoDartCodeMessage(), const HowToUseMessage()]; @@ -69,6 +67,20 @@ class PropertyEditorView extends StatelessWidget { _WidgetNameAndDocumentation(name: name, documentation: documentation), ); } + + if (refactors.isNotEmpty) { + final wrapWithRefactors = refactors + .where( + (refactor) => + refactor.title.startsWith(WrapWithRefactors.wrapWithPrefix), + ) + .map((refactor) => WrapWithRefactorAction(refactor)) + .toList(); + contents.add( + WrapWithRefactors(refactors: wrapWithRefactors, controller: controller), + ); + } + if (properties.isEmpty) { if (name != null) { contents.add(_NoEditablePropertiesMessage(name: name)); @@ -272,7 +284,7 @@ class _InfoTooltip extends StatelessWidget { Widget build(BuildContext context) { return DevToolsTooltip( richMessage: _infoMessage(context), - child: Icon(size: defaultIconSize, Icons.info_outline), + child: const Icon(size: defaultIconSize, Icons.info_outline), ); } @@ -297,20 +309,19 @@ class _InfoTooltip extends StatelessWidget { ), ]; - final defaultValueSpans = - property.hasDefault - ? [ - TextSpan(text: '\n\nDefault value: ', style: boldFontStyle), - TextSpan( - text: property.defaultValue.toString(), - style: fixedFontStyle, - ), - ] - : [ - TextSpan(text: '\n\nDefault value:\n', style: boldFontStyle), - TextSpan(text: property.name, style: fixedFontStyle), - TextSpan(text: ' has no default value.', style: regularFontStyle), - ]; + final defaultValueSpans = property.hasDefault + ? [ + TextSpan(text: '\n\nDefault value: ', style: boldFontStyle), + TextSpan( + text: property.defaultValue.toString(), + style: fixedFontStyle, + ), + ] + : [ + TextSpan(text: '\n\nDefault value:\n', style: boldFontStyle), + TextSpan(text: property.name, style: fixedFontStyle), + TextSpan(text: ' has no default value.', style: regularFontStyle), + ]; final spans = [...propertyNameSpans, ...defaultValueSpans]; @@ -539,9 +550,9 @@ class _ExpandableWidgetDocumentationState setState(() { _isExpanded = !_isExpanded; if (_isExpanded) { - _expandAnimationController.forward(); + unawaited(_expandAnimationController.forward()); } else { - _expandAnimationController.reverse(); + unawaited(_expandAnimationController.reverse()); } }); } diff --git a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/utils/utils.dart b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/utils/utils.dart index 79707c8ece6..c8877868dee 100644 --- a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/utils/utils.dart +++ b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/utils/utils.dart @@ -104,10 +104,9 @@ class DartDocConverter { int templateIndex; if (startTemplateIndex != -1 && endTemplateIndex != -1) { - templateIndex = - (startTemplateIndex < endTemplateIndex) - ? startTemplateIndex - : endTemplateIndex; + templateIndex = (startTemplateIndex < endTemplateIndex) + ? startTemplateIndex + : endTemplateIndex; } else if (startTemplateIndex != -1) { templateIndex = startTemplateIndex; } else if (endTemplateIndex != -1) { @@ -126,8 +125,8 @@ class DartDocConverter { } final closingChars = input.substring(closingIndex).startsWith('$closingCurlyBrace$newLine') - ? '$closingCurlyBrace$newLine' - : closingCurlyBrace; + ? '$closingCurlyBrace$newLine' + : closingCurlyBrace; currentIndex = closingIndex + closingChars.length; } diff --git a/packages/devtools_app/lib/src/standalone_ui/standalone_screen.dart b/packages/devtools_app/lib/src/standalone_ui/standalone_screen.dart index e129e528b59..b1e1bfaff3d 100644 --- a/packages/devtools_app/lib/src/standalone_ui/standalone_screen.dart +++ b/packages/devtools_app/lib/src/standalone_ui/standalone_screen.dart @@ -56,6 +56,9 @@ enum StandaloneScreenType { ), }; } + + static bool includes(String? screenName) => + values.any((value) => value.name == screenName); } /// Widget that returns a [CenteredCircularProgressIndicator] while it waits for diff --git a/packages/devtools_app/lib/src/standalone_ui/vs_code/debug_sessions.dart b/packages/devtools_app/lib/src/standalone_ui/vs_code/debug_sessions.dart index 00c53662ead..033255a5789 100644 --- a/packages/devtools_app/lib/src/standalone_ui/vs_code/debug_sessions.dart +++ b/packages/devtools_app/lib/src/standalone_ui/vs_code/debug_sessions.dart @@ -43,7 +43,7 @@ class DebugSessions extends StatelessWidget { else Table( columnWidths: const {0: FlexColumnWidth()}, - defaultColumnWidth: FixedColumnWidth( + defaultColumnWidth: const FixedColumnWidth( actionsIconSize + denseSpacing, ), defaultVerticalAlignment: TableCellVerticalAlignment.middle, @@ -61,35 +61,32 @@ class DebugSessions extends StatelessWidget { final isDebug = mode == 'debug'; final isFlutter = session.debuggerType?.contains('Flutter') ?? false; - final label = - session.flutterMode != null - ? '${session.name} (${session.flutterMode})' - : session.name; + final label = session.flutterMode != null + ? '${session.name} (${session.flutterMode})' + : session.name; return TableRow( children: [ Text(label, style: Theme.of(context).regularTextStyle), IconButton( - onPressed: - editor.supportsHotReload && (isDebug || !isFlutter) - ? () { - ga.select(editor.gaId, gac.hotReload); - unawaited(editor.hotReload(session.id)); - } - : null, + onPressed: editor.supportsHotReload && (isDebug || !isFlutter) + ? () { + ga.select(editor.gaId, gac.hotReload); + unawaited(editor.hotReload(session.id)); + } + : null, tooltip: 'Hot Reload', - icon: Icon(hotReloadIcon, size: actionsIconSize), + icon: const Icon(hotReloadIcon, size: actionsIconSize), ), IconButton( - onPressed: - editor.supportsHotRestart && (isDebug || !isFlutter) - ? () { - ga.select(editor.gaId, gac.hotRestart); - unawaited(editor.hotRestart(session.id)); - } - : null, + onPressed: editor.supportsHotRestart && (isDebug || !isFlutter) + ? () { + ga.select(editor.gaId, gac.hotRestart); + unawaited(editor.hotRestart(session.id)); + } + : null, tooltip: 'Hot Restart', - icon: Icon(hotRestartIcon, size: actionsIconSize), + icon: const Icon(hotRestartIcon, size: actionsIconSize), ), ], ); diff --git a/packages/devtools_app/lib/src/standalone_ui/vs_code/devices.dart b/packages/devtools_app/lib/src/standalone_ui/vs_code/devices.dart index 0ab30df1ea4..6c1a3ea73f4 100644 --- a/packages/devtools_app/lib/src/standalone_ui/vs_code/devices.dart +++ b/packages/devtools_app/lib/src/standalone_ui/vs_code/devices.dart @@ -22,12 +22,11 @@ class Devices extends StatelessWidget { for (final MapEntry(key: id, value: device) in devices.entries) if (device.supported) id: device, }, - unsupportedDevicePlatformTypes = - devices.values - .where((device) => !device.supported) - .map((device) => device.platformType) - .nonNulls - .toSet(); + unsupportedDevicePlatformTypes = devices.values + .where((device) => !device.supported) + .map((device) => device.platformType) + .nonNulls + .toSet(); final EditorClient editor; final Map supportedDevices; @@ -67,10 +66,9 @@ class Devices extends StatelessWidget { required bool isSelected, }) { final backgroundColor = isSelected ? theme.colorScheme.secondary : null; - final foregroundColor = - isSelected - ? theme.colorScheme.onSecondary - : theme.colorScheme.onSurface; + final foregroundColor = isSelected + ? theme.colorScheme.onSecondary + : theme.colorScheme.onSurface; return TableRow( decoration: BoxDecoration(color: backgroundColor), diff --git a/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/devtools_view.dart b/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/devtools_view.dart index e5ada2f64fa..87a8fd58469 100644 --- a/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/devtools_view.dart +++ b/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/devtools_view.dart @@ -96,13 +96,12 @@ class SidebarDevToolsScreens extends StatelessWidget { ), Table( defaultVerticalAlignment: TableCellVerticalAlignment.middle, - columnWidths: - singleColumn - ? null - : const { - 0: FlexColumnWidth(), - 1: FlexColumnWidth(), - }, + columnWidths: singleColumn + ? null + : const { + 0: FlexColumnWidth(), + 1: FlexColumnWidth(), + }, children: generateRows(singleColumn), ), ], @@ -110,8 +109,9 @@ class SidebarDevToolsScreens extends StatelessWidget { } List generateRows(bool singleColumn) { - final devtoolsScreens = - ScreenMetaData.values.where(includeInSidebar).toList(); + final devtoolsScreens = ScreenMetaData.values + .where(includeInSidebar) + .toList(); if (singleColumn) { return devtoolsScreens .map( @@ -121,13 +121,12 @@ class SidebarDevToolsScreens extends StatelessWidget { editor: editor, singleColumn: singleColumn, hasDebugSessions: debugSessions.isNotEmpty, - onPressed: - (data) => openDevToolsScreen( - screenId: data.screenId, - requiresDebugSession: data.requiresDebugSession, - prefersDebugSession: data.prefersDebugSession, - editor: editor, - ), + onPressed: (data) => openDevToolsScreen( + screenId: data.screenId, + requiresDebugSession: data.requiresDebugSession, + prefersDebugSession: data.prefersDebugSession, + editor: editor, + ), ), ) .toList(); @@ -144,13 +143,12 @@ class SidebarDevToolsScreens extends StatelessWidget { editor: editor, singleColumn: singleColumn, hasDebugSessions: debugSessions.isNotEmpty, - onPressed: - (data) => openDevToolsScreen( - screenId: data.screenId, - requiresDebugSession: data.requiresDebugSession, - prefersDebugSession: data.prefersDebugSession, - editor: editor, - ), + onPressed: (data) => openDevToolsScreen( + screenId: data.screenId, + requiresDebugSession: data.requiresDebugSession, + prefersDebugSession: data.prefersDebugSession, + editor: editor, + ), ), ); } diff --git a/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/shared.dart b/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/shared.dart index 1117ab3eebb..10ec203df28 100644 --- a/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/shared.dart +++ b/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/shared.dart @@ -11,15 +11,14 @@ import '../../../shared/analytics/analytics.dart' as ga; import '../../../shared/analytics/constants.dart' as gac; import '../../../shared/editor/editor_client.dart'; -typedef DevToolsButtonData = - ({ - String label, - IconData? icon, - String? iconAsset, - String screenId, - bool requiresDebugSession, - bool prefersDebugSession, - }); +typedef DevToolsButtonData = ({ + String label, + IconData? icon, + String? iconAsset, + String screenId, + bool requiresDebugSession, + bool prefersDebugSession, +}); TableRow createDevToolsScreenRow({ required DevToolsButtonData dataLeft, @@ -33,15 +32,14 @@ TableRow createDevToolsScreenRow({ !singleColumn || dataRight == null, 'dataRight must be null is singleColumn is true', ); - final cellRight = - dataRight != null - ? _DevToolsScreenButton( - data: dataRight, - editor: editor, - hasDebugSessions: hasDebugSessions, - onPressed: onPressed, - ) - : const SizedBox(); + final cellRight = dataRight != null + ? _DevToolsScreenButton( + data: dataRight, + editor: editor, + hasDebugSessions: hasDebugSessions, + onPressed: onPressed, + ) + : const SizedBox(); return TableRow( children: [ _DevToolsScreenButton( @@ -78,8 +76,9 @@ class _DevToolsScreenButton extends StatelessWidget { return SizedBox( width: double.infinity, child: maybeWrapWithTooltip( - tooltip: - disableButton ? 'This tool requires an active debug session' : null, + tooltip: disableButton + ? 'This tool requires an active debug session' + : null, child: TextButton.icon( style: TextButton.styleFrom( alignment: Alignment.centerLeft, @@ -93,8 +92,9 @@ class _DevToolsScreenButton extends StatelessWidget { ), label: Text( data.label, - style: - disableButton ? theme.subtleTextStyle : theme.regularTextStyle, + style: disableButton + ? theme.subtleTextStyle + : theme.regularTextStyle, ), onPressed: disableButton ? null : () => onPressed(data), ), diff --git a/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/sidebar_extensions_controller.dart b/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/sidebar_extensions_controller.dart index a2878384575..1dc6e7e63dd 100644 --- a/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/sidebar_extensions_controller.dart +++ b/packages/devtools_app/lib/src/standalone_ui/vs_code/devtools/sidebar_extensions_controller.dart @@ -163,16 +163,15 @@ class SidebarDevToolsExtensionsController extends DisposableController // watch event from the IDE or analysis server to signal when any // package_config.json file in the workspace changes. Future _detectExtensions(Uri? projectRootUri) async { - final extensionService = - projectRootUri == null - ? - // A null [projectRootUri] indicates that this is an extensions lookup - // for the entire workspace, not a debug session with a fixed root URI. - ExtensionService(ignoreServiceConnection: true) - : ExtensionService( - fixedAppRoot: projectRootUri, - ignoreServiceConnection: true, - ); + final extensionService = projectRootUri == null + ? + // A null [projectRootUri] indicates that this is an extensions lookup + // for the entire workspace, not a debug session with a fixed root URI. + ExtensionService(ignoreServiceConnection: true) + : ExtensionService( + fixedAppRoot: projectRootUri, + ignoreServiceConnection: true, + ); assert( !_extensionServiceByRootUri.containsKey(projectRootUri), 'The initialization for the ExtensionService for root uri ' @@ -210,13 +209,12 @@ class SidebarDevToolsExtensionsController extends DisposableController extensionType: 'all', ); - final deduped = - allExtensions - .where( - (ext) => - !_ignoredExtensionsByHashCode.contains(identityHashCode(ext)), - ) - .toList(); + final deduped = allExtensions + .where( + (ext) => + !_ignoredExtensionsByHashCode.contains(identityHashCode(ext)), + ) + .toList(); _uniqueExtensions.value = deduped..sort(); } diff --git a/packages/devtools_app/lib/src/standalone_ui/vs_code/flutter_panel.dart b/packages/devtools_app/lib/src/standalone_ui/vs_code/flutter_panel.dart index 1b535fac0f4..abfba5e72b3 100644 --- a/packages/devtools_app/lib/src/standalone_ui/vs_code/flutter_panel.dart +++ b/packages/devtools_app/lib/src/standalone_ui/vs_code/flutter_panel.dart @@ -51,11 +51,8 @@ class _EditorSidebarPanelState extends State { Expanded( child: FutureBuilder( future: _editor, - builder: - (context, snapshot) => switch (( - snapshot.connectionState, - snapshot.data, - )) { + builder: (context, snapshot) => + switch ((snapshot.connectionState, snapshot.data)) { (ConnectionState.done, final editor?) => _EditorConnectedPanel(editor), _ => const CenteredCircularProgressIndicator(), diff --git a/packages/devtools_app/macos/Runner.xcodeproj/project.pbxproj b/packages/devtools_app/macos/Runner.xcodeproj/project.pbxproj index e9c8ca8c9dc..59aa8f360ec 100644 --- a/packages/devtools_app/macos/Runner.xcodeproj/project.pbxproj +++ b/packages/devtools_app/macos/Runner.xcodeproj/project.pbxproj @@ -553,7 +553,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.14; + MACOSX_DEPLOYMENT_TARGET = 10.15; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; SWIFT_COMPILATION_MODE = wholemodule; @@ -632,7 +632,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.14; + MACOSX_DEPLOYMENT_TARGET = 10.15; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; @@ -679,7 +679,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.14; + MACOSX_DEPLOYMENT_TARGET = 10.15; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; SWIFT_COMPILATION_MODE = wholemodule; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 7220b4a1fa3..e34a0eb1b89 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -7,13 +7,13 @@ publish_to: none # Note: this version should only be updated by running the 'dt update-version' # command that updates the version here and in 'devtools.dart'. -version: 2.46.0-dev.0 +version: 2.50.0-dev.0-dev.0-dev.0-dev.1 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app environment: - sdk: ">=3.7.0-160.0.dev <4.0.0" - flutter: ">=3.27.0-1.0.pre.563" + sdk: ">=3.8.0-265.0.dev <4.0.0" + flutter: ">=3.32.0-1.0.pre.73" resolution: workspace @@ -21,11 +21,12 @@ dependencies: async: ^2.0.0 collection: ^1.15.0 dap: ^1.1.0 - dds_service_extensions: ^2.0.0 + dart_service_protocol_shared: ^0.0.3 + dds_service_extensions: ^2.0.2 devtools_app_shared: devtools_extensions: devtools_shared: - dtd: ^2.5.0 + dtd: ^4.0.0 file: ^7.0.0 file_selector: ^1.0.0 fixnum: ^1.1.0 @@ -52,7 +53,7 @@ dependencies: stack_trace: ^1.12.0 string_scanner: ^1.4.0 unified_analytics: ^7.0.0 - vm_service: '>=15.0.0 <16.0.0' + vm_service: ^15.0.2 vm_service_protos: ^1.0.0 vm_snapshot_analysis: ^0.7.6 web: ^1.0.0 @@ -60,7 +61,8 @@ dependencies: dev_dependencies: args: ^2.4.2 - build_runner: ^2.3.3 + benchmark_harness: ^2.3.1 + build_runner: ^2.5.4 devtools_test: path: ../devtools_test fake_async: ^1.3.1 @@ -77,6 +79,11 @@ dev_dependencies: web_benchmarks: ^4.0.0 webkit_inspection_protocol: ">=0.5.0 <2.0.0" +dependency_overrides: + # Necessary while `stager` dep disallows `source_gen` 2.0.0. Remove when + # `stager` allows `source_gen` 2.0.0. + source_gen: ^2.0.0 + flutter: uses-material-design: true assets: @@ -95,6 +102,8 @@ flutter: - icons/general/ - icons/gutter/ - icons/inspector/ + # TODO(elliette): The inspector icons are also used in the Property Editor. + # They should be moved to a common directory. - icons/inspector/widget_icons/ - icons/memory/ - icons/perf/ diff --git a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md index 9c55b86fedf..23669cde3af 100644 --- a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md +++ b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md @@ -6,9 +6,9 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens This is draft for future release notes, that are going to land on [the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes). -# DevTools 2.46.0 release notes +# DevTools 2.50.0 release notes -The 2.46.0 release of the Dart and Flutter DevTools +The 2.50.0 release of the Dart and Flutter DevTools includes the following changes among other general improvements. To learn more about DevTools, check out the [DevTools overview](/tools/devtools/overview). @@ -27,7 +27,9 @@ TODO: Remove this section if there are not any general updates. ## CPU profiler updates -TODO: Remove this section if there are not any general updates. +- Deleted the "Profile app start up" button in favor of the new Dart/Flutter + `--profile-startup` CLI flags. - + [#9358](https://github.com/flutter/devtools/pull/9358) ## Memory updates @@ -61,7 +63,11 @@ TODO: Remove this section if there are not any general updates. TODO: Remove this section if there are not any general updates. +## Advanced developer mode updates + +TODO: Remove this section if there are not any general updates. + ## Full commit history To find a complete list of changes in this release, check out the -[DevTools git log](https://github.com/flutter/devtools/tree/v2.46.0). +[DevTools git log](https://github.com/flutter/devtools/tree/v2.50.0). diff --git a/packages/devtools_app/release_notes/helpers/release_notes_template.md b/packages/devtools_app/release_notes/helpers/release_notes_template.md index ac14a563bc4..afc1b1521ef 100644 --- a/packages/devtools_app/release_notes/helpers/release_notes_template.md +++ b/packages/devtools_app/release_notes/helpers/release_notes_template.md @@ -61,6 +61,10 @@ TODO: Remove this section if there are not any general updates. TODO: Remove this section if there are not any general updates. +## Advanced developer mode updates + +TODO: Remove this section if there are not any general updates. + ## Full commit history To find a complete list of changes in this release, check out the diff --git a/packages/devtools_app/test/extensions/extension_settings_test.dart b/packages/devtools_app/test/extensions/extension_settings_test.dart index 41c46b8a6fb..9c5ac53e4dd 100644 --- a/packages/devtools_app/test/extensions/extension_settings_test.dart +++ b/packages/devtools_app/test/extensions/extension_settings_test.dart @@ -133,46 +133,38 @@ void main() { ExtensionEnabledState.none, ); - final barSetting = - tester - .widgetList(find.byType(ExtensionSetting)) - .where( - (setting) => - setting.extension.name.caseInsensitiveEquals('bar'), - ) - .first; - final bazSetting = - tester - .widgetList(find.byType(ExtensionSetting)) - .where( - (setting) => - setting.extension.name.caseInsensitiveEquals('baz'), - ) - .first; - final fooSetting = - tester - .widgetList(find.byType(ExtensionSetting)) - .where( - (setting) => - setting.extension.name.caseInsensitiveEquals('foo'), - ) - .first; - final providerSetting = - tester - .widgetList(find.byType(ExtensionSetting)) - .where( - (setting) => - setting.extension.name.caseInsensitiveEquals('provider'), - ) - .first; - final someToolSetting = - tester - .widgetList(find.byType(ExtensionSetting)) - .where( - (setting) => - setting.extension.name.caseInsensitiveEquals('some_tool'), - ) - .first; + final barSetting = tester + .widgetList(find.byType(ExtensionSetting)) + .where( + (setting) => setting.extension.name.caseInsensitiveEquals('bar'), + ) + .first; + final bazSetting = tester + .widgetList(find.byType(ExtensionSetting)) + .where( + (setting) => setting.extension.name.caseInsensitiveEquals('baz'), + ) + .first; + final fooSetting = tester + .widgetList(find.byType(ExtensionSetting)) + .where( + (setting) => setting.extension.name.caseInsensitiveEquals('foo'), + ) + .first; + final providerSetting = tester + .widgetList(find.byType(ExtensionSetting)) + .where( + (setting) => + setting.extension.name.caseInsensitiveEquals('provider'), + ) + .first; + final someToolSetting = tester + .widgetList(find.byType(ExtensionSetting)) + .where( + (setting) => + setting.extension.name.caseInsensitiveEquals('some_tool'), + ) + .first; // Disable the 'bar' extension. await tester.tap( diff --git a/packages/devtools_app/test/framework/observer/memory_observer_test.dart b/packages/devtools_app/test/framework/observer/memory_observer_test.dart index fba17a54b54..2572d3be6ae 100644 --- a/packages/devtools_app/test/framework/observer/memory_observer_test.dart +++ b/packages/devtools_app/test/framework/observer/memory_observer_test.dart @@ -46,6 +46,7 @@ void main() { debugMeasureUsageInBytes: testMeasureMemoryUsage, pollingDuration: const Duration(milliseconds: 1), ); + setGlobal(ServiceConnectionManager, FakeServiceConnectionManager()); setGlobal(BannerMessagesController, BannerMessagesController()); offlineDataController = MockOfflineDataController(); offlineDataController.showingOfflineData.value = false; @@ -63,8 +64,11 @@ void main() { test( 'does not add banner message when memory limit is not reached', () async { - memoryUsageBytes = - convertBytes(1, from: ByteUnit.gb, to: ByteUnit.byte).round(); + memoryUsageBytes = convertBytes( + 1, + from: ByteUnit.gb, + to: ByteUnit.byte, + ).round(); observer.init(); await measurementComplete.future; @@ -74,15 +78,19 @@ void main() { // used instead of `gac.devToolsMain`. expect(DevToolsRouterDelegate.currentPage, isNull); - final messages = - bannerMessages.messagesForScreen(universalScreenId).value; + final messages = bannerMessages + .messagesForScreen(universalScreenId) + .value; expect(messages, isEmpty); }, ); test('adds banner message when memory limit is reached', () async { - memoryUsageBytes = - convertBytes(3.1, from: ByteUnit.gb, to: ByteUnit.byte).round(); + memoryUsageBytes = convertBytes( + 3.1, + from: ByteUnit.gb, + to: ByteUnit.byte, + ).round(); observer.init(); await measurementComplete.future; @@ -92,8 +100,9 @@ void main() { // used instead of `gac.devToolsMain`. expect(DevToolsRouterDelegate.currentPage, isNull); - final messages = - bannerMessages.messagesForScreen(universalScreenId).value; + final messages = bannerMessages + .messagesForScreen(universalScreenId) + .value; expect(messages, isNotEmpty); }); @@ -123,8 +132,11 @@ void main() { screenControllers.lookup(); DevToolsRouterDelegate.currentPage = screenController1.screenId; - memoryUsageBytes = - convertBytes(3.1, from: ByteUnit.gb, to: ByteUnit.byte).round(); + memoryUsageBytes = convertBytes( + 3.1, + from: ByteUnit.gb, + to: ByteUnit.byte, + ).round(); var result = await MemoryObserver.reduceMemory( debugMeasureUsageInBytes: testMeasureMemoryUsage, ); @@ -134,8 +146,11 @@ void main() { expect(screenController2.releaseMemoryCallCount, 1); expect(screenController2.partialReleaseMemoryCallCount, 0); - memoryUsageBytes = - convertBytes(1, from: ByteUnit.gb, to: ByteUnit.byte).round(); + memoryUsageBytes = convertBytes( + 1, + from: ByteUnit.gb, + to: ByteUnit.byte, + ).round(); result = await MemoryObserver.reduceMemory( debugMeasureUsageInBytes: testMeasureMemoryUsage, ); @@ -150,8 +165,11 @@ void main() { test('skips uninitialized screen controllers', () async { DevToolsRouterDelegate.currentPage = screenController1.screenId; - memoryUsageBytes = - convertBytes(3.1, from: ByteUnit.gb, to: ByteUnit.byte).round(); + memoryUsageBytes = convertBytes( + 3.1, + from: ByteUnit.gb, + to: ByteUnit.byte, + ).round(); var result = await MemoryObserver.reduceMemory( debugMeasureUsageInBytes: testMeasureMemoryUsage, ); @@ -164,8 +182,11 @@ void main() { // Lookup to force initialization. screenControllers.lookup(); - memoryUsageBytes = - convertBytes(3.1, from: ByteUnit.gb, to: ByteUnit.byte).round(); + memoryUsageBytes = convertBytes( + 3.1, + from: ByteUnit.gb, + to: ByteUnit.byte, + ).round(); result = await MemoryObserver.reduceMemory( debugMeasureUsageInBytes: testMeasureMemoryUsage, ); diff --git a/packages/devtools_app/test/framework/scaffold/about_dialog_test.dart b/packages/devtools_app/test/framework/scaffold/about_dialog_test.dart index 25bf81aa6db..2b32b4c93c2 100644 --- a/packages/devtools_app/test/framework/scaffold/about_dialog_test.dart +++ b/packages/devtools_app/test/framework/scaffold/about_dialog_test.dart @@ -53,7 +53,7 @@ void main() { testWidgets('content renders correctly', (WidgetTester tester) async { await tester.pumpWidget(wrap(aboutDialog)); expect(find.text('About DevTools'), findsOneWidget); - expect(findSubstring(devtools.version), findsOneWidget); + expect(find.textContaining(devtools.version), findsOneWidget); expect(find.text('release notes'), findsOneWidget); expect(find.textContaining('Encountered an issue?'), findsOneWidget); expect( diff --git a/packages/devtools_app/test/screens/cpu_profiler/cpu_profile_benchmark_test.dart b/packages/devtools_app/test/screens/cpu_profiler/cpu_profile_benchmark_test.dart new file mode 100644 index 00000000000..98452901e33 --- /dev/null +++ b/packages/devtools_app/test/screens/cpu_profiler/cpu_profile_benchmark_test.dart @@ -0,0 +1,58 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'dart:convert'; +import 'dart:io'; + +import 'package:benchmark_harness/benchmark_harness.dart'; +import 'package:devtools_app/src/screens/profiler/cpu_profile_model.dart'; +import 'package:devtools_app/src/service/service_manager.dart'; +import 'package:devtools_app_shared/utils.dart'; +import 'package:devtools_test/devtools_test.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:vm_service/vm_service.dart' as vm_service; + +void main() { + final cpuSamplesFile = File( + 'test/test_infra/test_data/cpu_profiler/cpu_samples.json', + ); + final cpuSamplesJson = jsonDecode(cpuSamplesFile.readAsStringSync()); + final cpuSamples = vm_service.CpuSamples.parse(cpuSamplesJson)!; + + setUpAll(() { + setGlobal( + ServiceConnectionManager, + FakeServiceConnectionManager( + service: FakeServiceManager.createFakeService(), + ), + ); + }); + + test('GenerateFromCpuSamplesBenchmark Test', () async { + final benchmark = GenerateFromCpuSamplesBenchmark(cpuSamples: cpuSamples); + for (var i = 1; i <= 5; i++) { + final score = await benchmark.measure(); + expect( + score, + lessThan(100000), + reason: 'Exceeded benchmark for run $i: $score', + ); + } + }); +} + +class GenerateFromCpuSamplesBenchmark extends AsyncBenchmarkBase { + GenerateFromCpuSamplesBenchmark({required this.cpuSamples}) + : super('CpuProfileData.generateFromCpuSamples'); + + final vm_service.CpuSamples cpuSamples; + + @override + Future run() async { + await CpuProfileData.generateFromCpuSamples( + isolateId: 'test-isolate', + cpuSamples: cpuSamples, + ); + } +} diff --git a/packages/devtools_app/test/screens/cpu_profiler/cpu_profile_model_test.dart b/packages/devtools_app/test/screens/cpu_profiler/cpu_profile_model_test.dart index 18601f5b98e..f759c84e656 100644 --- a/packages/devtools_app/test/screens/cpu_profiler/cpu_profile_model_test.dart +++ b/packages/devtools_app/test/screens/cpu_profiler/cpu_profile_model_test.dart @@ -4,7 +4,6 @@ import 'package:devtools_app/src/screens/profiler/cpu_profile_model.dart'; import 'package:devtools_app/src/service/service_manager.dart'; -import 'package:devtools_app/src/shared/primitives/trace_event.dart'; import 'package:devtools_app/src/shared/primitives/utils.dart'; import 'package:devtools_app_shared/utils.dart'; import 'package:devtools_test/devtools_test.dart'; @@ -33,15 +32,12 @@ void main() { final cpuProfileEmptyData = CpuProfileData.fromJson( cpuProfileResponseEmptyJson, ); - expect( - cpuProfileEmptyData.profileMetaData.time!.end!.inMilliseconds, - 47377796, - ); + expect(cpuProfileEmptyData.profileMetaData.time!.end, 47377796685); final filtered = CpuProfileData.filterFrom( cpuProfileEmptyData, (_) => true, ); - expect(filtered.profileMetaData.time!.end!.inMilliseconds, 0); + expect(filtered.profileMetaData.time!.end, 0); }); test('init from parse', () { @@ -55,22 +51,14 @@ void main() { ); expect(cpuProfileData.profileMetaData.sampleCount, equals(8)); expect(cpuProfileData.profileMetaData.samplePeriod, equals(50)); - expect( - cpuProfileData.profileMetaData.time!.start!.inMicroseconds, - equals(47377796685), - ); - expect( - cpuProfileData.profileMetaData.time!.end!.inMicroseconds, - equals(47377799685), - ); + expect(cpuProfileData.profileMetaData.time!.start, equals(47377796685)); + expect(cpuProfileData.profileMetaData.time!.end, equals(47377799685)); }); test('subProfile', () { final subProfile = CpuProfileData.subProfile( cpuProfileData, - TimeRange() - ..start = const Duration(microseconds: 47377796685) - ..end = const Duration(microseconds: 47377799063), + TimeRange(start: 47377796685, end: 47377799063), ); expect(subProfile.stackFramesJson, equals(subProfileStackFrames)); @@ -441,44 +429,26 @@ void main() { }); group('observedSamplePeriod', () { - CpuSampleEvent sampleEventWithTimestamp(int timestampMicros) { - return CpuSampleEvent.fromJson({ - CpuProfileData.stackFrameIdKey: '0', - ChromeTraceEvent.timestampKey: timestampMicros, - }); - } - test('returns null if less than 100 samples', () { expect(observedSamplePeriod([]), isNull); - expect( - observedSamplePeriod(List.filled(99, sampleEventWithTimestamp(1))), - isNull, - ); - expect( - observedSamplePeriod( - List.generate(100, (i) => sampleEventWithTimestamp(i)), - ), - 1, - ); + expect(observedSamplePeriod(List.filled(99, 1)), isNull); + expect(observedSamplePeriod(List.generate(100, (i) => i)), 1); }); test('asserts that samples are sorted', () { expect( () => observedSamplePeriod([ - sampleEventWithTimestamp(10), - sampleEventWithTimestamp(5), + 10, + 5, // Need at least 100 elements for anything to happen. - ...List.filled(100, sampleEventWithTimestamp(1)), + ...List.filled(100, 1), ]), throwsA(isA()), ); }); test('computes an approximate time difference median', () { - final samples = List.generate( - 100, - (i) => sampleEventWithTimestamp(i * i), - ); + final samples = List.generate(100, (i) => i * i); // Better to hard code this than rely on computing the median correctly. const actualMedianSamplePeriod = 50 * 50 - 49 * 49; expect( diff --git a/packages/devtools_app/test/screens/cpu_profiler/cpu_profiler_controller_test.dart b/packages/devtools_app/test/screens/cpu_profiler/cpu_profiler_controller_test.dart index d64a744463e..1331d3ab404 100644 --- a/packages/devtools_app/test/screens/cpu_profiler/cpu_profiler_controller_test.dart +++ b/packages/devtools_app/test/screens/cpu_profiler/cpu_profiler_controller_test.dart @@ -105,10 +105,9 @@ void main() { extentMicros: 100, processId: 'test', ); - final originalData = - controller.cpuProfileStore.lookupProfile( - label: CpuProfilerController.userTagNone, - )!; + final originalData = controller.cpuProfileStore.lookupProfile( + label: CpuProfilerController.userTagNone, + )!; expect( originalData.functionProfile.stackFrames.values.length, equals(17), @@ -118,12 +117,15 @@ void main() { expect(filteredData.stackFrames.values.length, equals(12)); // The native frame filter is applied by default. - final originalNativeFrames = - originalData.functionProfile.stackFrames.values - .where((sf) => sf.isNative) - .toList(); - final filteredNativeFrames = - filteredData.stackFrames.values.where((sf) => sf.isNative).toList(); + final originalNativeFrames = originalData + .functionProfile + .stackFrames + .values + .where((sf) => sf.isNative) + .toList(); + final filteredNativeFrames = filteredData.stackFrames.values + .where((sf) => sf.isNative) + .toList(); expect(originalNativeFrames.length, equals(5)); expect(filteredNativeFrames, isEmpty); }); @@ -135,10 +137,9 @@ void main() { extentMicros: 100, processId: 'test', ); - final originalData = - controller.cpuProfileStore.lookupProfile( - label: CpuProfilerController.userTagNone, - )!; + final originalData = controller.cpuProfileStore.lookupProfile( + label: CpuProfilerController.userTagNone, + )!; expect( originalData.functionProfile.stackFrames.values.length, equals(17), @@ -190,10 +191,9 @@ void main() { extentMicros: 100, processId: 'test', ); - final originalData = - controller.cpuProfileStore.lookupProfile( - label: CpuProfilerController.userTagNone, - )!; + final originalData = controller.cpuProfileStore.lookupProfile( + label: CpuProfilerController.userTagNone, + )!; expect( originalData.functionProfile.stackFrames.values.length, equals(17), diff --git a/packages/devtools_app/test/screens/cpu_profiler/cpu_profiler_test.dart b/packages/devtools_app/test/screens/cpu_profiler/cpu_profiler_test.dart index 7ddef68faba..65ef96b5b65 100644 --- a/packages/devtools_app/test/screens/cpu_profiler/cpu_profiler_test.dart +++ b/packages/devtools_app/test/screens/cpu_profiler/cpu_profiler_test.dart @@ -144,7 +144,7 @@ void main() { late ProfilerScreenController controller; setUp(() async { - preferences.toggleVmDeveloperMode(false); + preferences.toggleAdvancedDeveloperMode(false); controller = ProfilerScreenController(); @@ -158,7 +158,7 @@ void main() { }); testWidgetsWithWindowSize( - 'shows function / code view selector when in VM developer mode', + 'shows function / code view selector when in advanced developer mode', windowSize, (WidgetTester tester) async { await tester.runAsync(() async { @@ -176,9 +176,9 @@ void main() { // Verify the profile view dropdown is not visible. expect(find.byType(ModeDropdown), findsNothing); - // Enabling VM developer mode will clear the current profile as it's - // possible there's no code profile associated with it. - preferences.toggleVmDeveloperMode(true); + // Enabling advanced developer mode will clear the current profile + // as it's possible there's no code profile associated with it. + preferences.toggleAdvancedDeveloperMode(true); await tester.pumpAndSettle(); expect(find.byType(CpuProfiler), findsNothing); @@ -189,7 +189,7 @@ void main() { expect(find.byType(ModeDropdown), findsOneWidget); // Verify the profile view dropdown is no longer visible. - preferences.toggleVmDeveloperMode(false); + preferences.toggleAdvancedDeveloperMode(false); await tester.pumpAndSettle(); expect(find.byType(ModeDropdown), findsNothing); }); @@ -197,7 +197,7 @@ void main() { ); testWidgetsWithWindowSize( - 'resets view to function when leaving VM developer mode', + 'resets view to function when leaving advanced developer mode', windowSize, (WidgetTester tester) async { await tester.runAsync(() async { @@ -222,8 +222,8 @@ void main() { CpuProfilerViewType.function, ); - // Enable VM developer mode and reset the profile data. - preferences.toggleVmDeveloperMode(true); + // Enable advanced developer mode and reset the profile data. + preferences.toggleAdvancedDeveloperMode(true); await tester.pumpAndSettle(); expect(find.byType(CpuProfiler), findsNothing); await loadData(controller); @@ -250,9 +250,9 @@ void main() { expect(find.byType(ModeDropdown), findsOneWidget); expect(find.text('View: Code'), findsOneWidget); - // Disabling VM developer mode will reset the view to the function - // profile as the dropdown will no longer be visible. - preferences.toggleVmDeveloperMode(false); + // Disabling advanced developer mode will reset the view to the + // function profile as the dropdown will no longer be visible. + preferences.toggleAdvancedDeveloperMode(false); await tester.pumpAndSettle(); expect( controller.cpuProfilerController.viewType.value, @@ -554,7 +554,7 @@ void main() { // initialization. await Future.delayed(const Duration(seconds: 1)); - preferences.toggleVmDeveloperMode(true); + preferences.toggleAdvancedDeveloperMode(true); cpuProfileData = CpuProfileData.fromJson( cpuProfileDataWithUserTagsJson, ); @@ -639,9 +639,9 @@ void main() { expect(find.richText('vmTagB'), findsOneWidget); expect(find.richText('vmTagC'), findsOneWidget); - // Check that disabling VM developer mode when grouping by VM tag - // automatically resets the view to 'Filter by tag: none'. - preferences.toggleVmDeveloperMode(false); + // Check that disabling advanced developer mode when grouping by VM + // tag automatically resets the view to 'Filter by tag: none'. + preferences.toggleAdvancedDeveloperMode(false); await tester.pumpAndSettle(); expect(find.byType(CpuCallTreeTable), findsOneWidget); expect(find.text('Filter by tag: none'), findsOneWidget); @@ -659,10 +659,7 @@ void main() { sampleCount: 100, samplePeriod: 100, stackDepth: 128, - time: - TimeRange() - ..start = const Duration() - ..end = const Duration(microseconds: 10000), + time: TimeRange.ofDuration(10000), ); await tester.pumpWidget(wrap(CpuProfileStats(metadata: metadata))); await tester.pumpAndSettle(); @@ -699,10 +696,7 @@ void main() { sampleCount: 100, samplePeriod: 0, stackDepth: 128, - time: - TimeRange() - ..start = const Duration() - ..end = const Duration(microseconds: 10000), + time: TimeRange.ofDuration(10000), ); await tester.pumpWidget(wrap(CpuProfileStats(metadata: metadata))); await tester.pumpAndSettle(); diff --git a/packages/devtools_app/test/screens/cpu_profiler/method_table/method_table_model_test.dart b/packages/devtools_app/test/screens/cpu_profiler/method_table/method_table_model_test.dart index 5913253f311..5645be9f7c5 100644 --- a/packages/devtools_app/test/screens/cpu_profiler/method_table/method_table_model_test.dart +++ b/packages/devtools_app/test/screens/cpu_profiler/method_table/method_table_model_test.dart @@ -18,10 +18,10 @@ void main() { profileMetaData: ProfileMetaData( sampleCount: 10, samplePeriod: 250, - time: - TimeRange() - ..start = Duration.zero - ..end = const Duration(seconds: 1), + time: TimeRange( + start: 0, + end: const Duration(seconds: 1).inMicroseconds, + ), ), stackFrameIds: {'1'}, ); @@ -34,10 +34,10 @@ void main() { profileMetaData: ProfileMetaData( sampleCount: 10, samplePeriod: 250, - time: - TimeRange() - ..start = Duration.zero - ..end = const Duration(seconds: 1), + time: TimeRange( + start: 0, + end: const Duration(seconds: 1).inMicroseconds, + ), ), stackFrameIds: {'2'}, ); @@ -50,10 +50,10 @@ void main() { profileMetaData: ProfileMetaData( sampleCount: 10, samplePeriod: 250, - time: - TimeRange() - ..start = Duration.zero - ..end = const Duration(seconds: 1), + time: TimeRange( + start: 0, + end: const Duration(seconds: 1).inMicroseconds, + ), ), stackFrameIds: {'3'}, ); @@ -66,10 +66,10 @@ void main() { profileMetaData: ProfileMetaData( sampleCount: 10, samplePeriod: 250, - time: - TimeRange() - ..start = Duration.zero - ..end = const Duration(seconds: 1), + time: TimeRange( + start: 0, + end: const Duration(seconds: 1).inMicroseconds, + ), ), stackFrameIds: {'4'}, ); diff --git a/packages/devtools_app/test/screens/cpu_profiler/profiler_screen_test.dart b/packages/devtools_app/test/screens/cpu_profiler/profiler_screen_test.dart index dd16f10f5f0..0d6914b46db 100644 --- a/packages/devtools_app/test/screens/cpu_profiler/profiler_screen_test.dart +++ b/packages/devtools_app/test/screens/cpu_profiler/profiler_screen_test.dart @@ -34,13 +34,6 @@ void main() { expect(find.byType(StartStopRecordingButton), findsOneWidget); expect(find.byType(ClearButton), findsOneWidget); expect(find.text('Load all CPU samples'), findsOneWidget); - if (scene - .fakeServiceConnection - .serviceManager - .connectedApp! - .isFlutterNativeAppNow) { - expect(find.text('Profile app start up'), findsOneWidget); - } expect(find.byType(CpuSamplingRateDropdown), findsOneWidget); expect(find.byType(OpenSaveButtonGroup), findsOneWidget); expect(find.byType(ProfileRecordingInstructions), findsOneWidget); diff --git a/packages/devtools_app/test/screens/debugger/debugger_screen_call_stack_test.dart b/packages/devtools_app/test/screens/debugger/debugger_screen_call_stack_test.dart index cbe4abe8038..d7379bb9756 100644 --- a/packages/devtools_app/test/screens/debugger/debugger_screen_call_stack_test.dart +++ b/packages/devtools_app/test/screens/debugger/debugger_screen_call_stack_test.dart @@ -145,8 +145,8 @@ void main() { ), ]; - final stackFramesWithLocation = - stackFrames.map((frame) { + final stackFramesWithLocation = stackFrames + .map((frame) { return StackFrameAndSourcePosition( frame, position: SourcePosition( @@ -154,7 +154,8 @@ void main() { column: 10, ), ); - }).toList(); + }) + .toList(); when( debuggerController.stackFramesWithLocation, diff --git a/packages/devtools_app/test/screens/debugger/debugger_screen_variables_test.dart b/packages/devtools_app/test/screens/debugger/debugger_screen_variables_test.dart index 0ee4089e899..31145cf4057 100644 --- a/packages/devtools_app/test/screens/debugger/debugger_screen_variables_test.dart +++ b/packages/devtools_app/test/screens/debugger/debugger_screen_variables_test.dart @@ -114,18 +114,18 @@ void main() { await pumpDebuggerScreen(tester, debuggerController); expect(find.text('Variables'), findsOneWidget); - final listFinder = find.text('Root 1: List (2 items)'); + final listFinder = find.text('root1: List (2 items)'); expect(listFinder, findsOneWidget); - final mapFinder = find.textContaining('Root 2: Map (2 items)'); + final mapFinder = find.textContaining('root2: Map (2 items)'); final mapElement1Finder = find.textContaining("['key1']: 1.0"); final mapElement2Finder = find.textContaining("['key2']: 2.0"); expect(listFinder, findsOneWidget); expect(mapFinder, findsOneWidget); - expect(find.textContaining("Root 3: 'test str...'"), findsOneWidget); - expect(find.textContaining('Root 4: true'), findsOneWidget); + expect(find.textContaining("root3: 'test str...'"), findsOneWidget); + expect(find.textContaining('root4: true'), findsOneWidget); // Initially list is not expanded. expect(find.textContaining('0: 3'), findsNothing); @@ -148,7 +148,7 @@ void main() { expect(mapElement2Finder, findsOneWidget); // Expect a tooltip for the set instance. - final setFinder = find.text('Root 5: Set (2 items)'); + final setFinder = find.text('root5: Set (2 items)'); expect(setFinder, findsOneWidget); // Initially set is not expanded. @@ -174,7 +174,7 @@ void main() { await pumpDebuggerScreen(tester, debuggerController); - final listFinder = find.text('Root 1: List (243,621 items)'); + final listFinder = find.text('root1: List (243,621 items)'); await verifyGroupings(tester, parentFinder: listFinder); }, ); @@ -191,7 +191,7 @@ void main() { await pumpDebuggerScreen(tester, debuggerController); - final mapFinder = find.text('Root 1: Map (243,621 items)'); + final mapFinder = find.text('root1: Map (243,621 items)'); await verifyGroupings(tester, parentFinder: mapFinder); }, ); @@ -208,7 +208,7 @@ void main() { await pumpDebuggerScreen(tester, debuggerController); - final setFinder = find.text('Root 1: Set (243,621 items)'); + final setFinder = find.text('root1: Set (243,621 items)'); await verifyGroupings(tester, parentFinder: setFinder); }, ); diff --git a/packages/devtools_app/test/screens/debugger/eval_field_test.dart b/packages/devtools_app/test/screens/debugger/eval_field_test.dart index f2c5280333a..959cb92a901 100644 --- a/packages/devtools_app/test/screens/debugger/eval_field_test.dart +++ b/packages/devtools_app/test/screens/debugger/eval_field_test.dart @@ -155,9 +155,8 @@ void main() { final objects = await _setupEvalFieldObjects(tester); await tester.enterText(objects.textField, 'someValue.'); - objects - .searchTextEditingController - .selection = const TextSelection.collapsed(offset: 0); + objects.searchTextEditingController.selection = + const TextSelection.collapsed(offset: 0); await tester.pumpAndSettle(); expect(objects.searchTextEditingController.text, 'someValue.'); diff --git a/packages/devtools_app/test/screens/debugger/file_search_test.dart b/packages/devtools_app/test/screens/debugger/file_search_test.dart index 68839a4feef..7693fde1d81 100644 --- a/packages/devtools_app/test/screens/debugger/file_search_test.dart +++ b/packages/devtools_app/test/screens/debugger/file_search_test.dart @@ -388,10 +388,10 @@ List getAutoCompleteMatch( return matches .map( (match) => match.transformAutoCompleteMatch( - transformMatchedSegment: - (segment) => preserveCases ? segment : segment.toUpperCase(), - transformUnmatchedSegment: - (segment) => preserveCases ? segment : segment.toLowerCase(), + transformMatchedSegment: (segment) => + preserveCases ? segment : segment.toUpperCase(), + transformUnmatchedSegment: (segment) => + preserveCases ? segment : segment.toLowerCase(), combineSegments: (segments) => segments.join(), ), ) diff --git a/packages/devtools_app/test/screens/debugger/span_parser_test.dart b/packages/devtools_app/test/screens/debugger/span_parser_test.dart index b2201a663bd..42f64641373 100644 --- a/packages/devtools_app/test/screens/debugger/span_parser_test.dart +++ b/packages/devtools_app/test/screens/debugger/span_parser_test.dart @@ -32,14 +32,12 @@ void main() { final grammarFile = File(path.join('assets', 'dart_syntax.json')).absolute; late Grammar grammar; - final testDataDirectory = - Directory( - path.join('test', 'test_infra', 'test_data', 'syntax_highlighting'), - ).absolute; - final goldenDirectory = - Directory( - path.join('test', 'test_infra', 'goldens', 'syntax_highlighting'), - ).absolute; + final testDataDirectory = Directory( + path.join('test', 'test_infra', 'test_data', 'syntax_highlighting'), + ).absolute; + final goldenDirectory = Directory( + path.join('test', 'test_infra', 'goldens', 'syntax_highlighting'), + ).absolute; setUpAll(() async { expect(grammarFile.existsSync(), true); diff --git a/packages/devtools_app/test/screens/deep_link_validation/deep_links_screen_test.dart b/packages/devtools_app/test/screens/deep_link_validation/deep_links_screen_test.dart index e9d339d6b19..e94daac714d 100644 --- a/packages/devtools_app/test/screens/deep_link_validation/deep_links_screen_test.dart +++ b/packages/devtools_app/test/screens/deep_link_validation/deep_links_screen_test.dart @@ -36,8 +36,7 @@ final mockProjectRootUris = .toList(); void main() { - // ignore: avoid-redundant-async, false positive. - setUp(() async { + setUp(() { setGlobal(ServiceConnectionManager, FakeServiceConnectionManager()); setGlobal( DevToolsEnvironmentParameters, @@ -107,8 +106,9 @@ void main() { expect(find.byType(ProjectRootTextField), findsOneWidget); // Verify the project roots dropdown contains paths in the correct format. - final firstDropdownItemFinder = - find.byType(DropdownMenuItem).first; + final firstDropdownItemFinder = find + .byType(DropdownMenuItem) + .first; expect(firstDropdownItemFinder, findsWidgets); final firstDropdownItem = tester.widget>( firstDropdownItemFinder, diff --git a/packages/devtools_app/test/screens/deep_link_validation/select_project_view_test.dart b/packages/devtools_app/test/screens/deep_link_validation/select_project_view_test.dart index 18c07c80c9e..a180bdbbef3 100644 --- a/packages/devtools_app/test/screens/deep_link_validation/select_project_view_test.dart +++ b/packages/devtools_app/test/screens/deep_link_validation/select_project_view_test.dart @@ -19,8 +19,7 @@ import 'package:mockito/mockito.dart'; import '../../test_infra/utils/deep_links_utils.dart'; void main() { - // ignore: avoid-redundant-async, false positive. - setUp(() async { + setUp(() { setGlobal(ServiceConnectionManager, FakeServiceConnectionManager()); setGlobal( DevToolsEnvironmentParameters, diff --git a/packages/devtools_app/test/screens/dtd/dtd_tools_screen_test.dart b/packages/devtools_app/test/screens/dtd/dtd_tools_screen_test.dart new file mode 100644 index 00000000000..b7053212220 --- /dev/null +++ b/packages/devtools_app/test/screens/dtd/dtd_tools_screen_test.dart @@ -0,0 +1,158 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:devtools_app/devtools_app.dart'; +import 'package:devtools_app/src/screens/dtd/events.dart'; +import 'package:devtools_app/src/screens/dtd/services.dart'; +import 'package:devtools_app_shared/service.dart'; +import 'package:devtools_app_shared/ui.dart'; +import 'package:devtools_app_shared/utils.dart'; +import 'package:devtools_test/devtools_test.dart'; +import 'package:devtools_test/helpers.dart'; +import 'package:dtd/dtd.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; + +void main() { + late DTDToolsScreen screen; + late DTDToolsController dtdToolsController; + late MockDTDManager mockGlobalDTDManager; + const windowSize = Size(1500.0, 1500.0); + + group('$DTDToolsScreen', () { + Future pumpScreen( + WidgetTester tester, { + DTDToolsController? controller, + }) async { + await tester.pumpWidget( + wrapWithControllers( + const DTDToolsScreenBody(), + dtdTools: controller ?? dtdToolsController, + ), + ); + } + + setUp(() { + setGlobal(ServiceConnectionManager, FakeServiceConnectionManager()); + setGlobal(IdeTheme, IdeTheme()); + setGlobal(NotificationService, NotificationService()); + + mockGlobalDTDManager = MockDTDManager(); + when( + mockGlobalDTDManager.connection, + ).thenReturn(const FixedValueListenable(null)); + setGlobal(DTDManager, mockGlobalDTDManager); + dtdToolsController = DTDToolsController(); + screen = DTDToolsScreen(); + }); + + testWidgets('builds its tab', (WidgetTester tester) async { + await tester.pumpWidget(wrap(Builder(builder: screen.buildTab))); + expect(find.text('DTD Tools'), findsOneWidget); + expect(find.byIcon(Icons.settings_applications), findsOneWidget); + }); + + testWidgetsWithWindowSize('builds with no DTD connection', windowSize, ( + WidgetTester tester, + ) async { + await pumpScreen(tester); + expect(find.byType(DtdNotConnectedView), findsOneWidget); + expect(find.byType(DtdConnectedView), findsNothing); + expect(find.byType(ServicesView), findsNothing); + expect(find.byType(EventsView), findsNothing); + }); + + testWidgetsWithWindowSize( + 'connects to existing connection by default but can connect to a different one', + windowSize, + (WidgetTester tester) async { + // Set up [mockGlobalDTDManager]. + final mockGlobalDtd = MockDartToolingDaemon(); + final globalConnectionNotifier = ValueNotifier( + mockGlobalDtd, + ); + when( + mockGlobalDTDManager.connection, + ).thenReturn(globalConnectionNotifier); + + // Set up [mockGlobalDtd]. + when(mockGlobalDtd.getRegisteredServices()).thenAnswer((_) { + return Future.value( + const RegisteredServicesResponse( + dtdServices: [], + clientServices: [], + ), + ); + }); + + // Set up mock [DTDToolsController]. + final dtdToolsController = MockDTDToolsController(); + final mockLocalDtdManager = MockDTDManager(); + final localConnectionNotifier = ValueNotifier( + mockGlobalDtd, + ); + when( + dtdToolsController.localDtdManager, + ).thenReturn(mockLocalDtdManager); + + // Set up [mockLocalDtdManager]. + final fakeDtdUri = Uri.parse('ws://127.0.0.1:65314/KKXNgPdXnFk='); + final localDtdManagerUri = ValueNotifier(fakeDtdUri); + when( + mockLocalDtdManager.connection, + ).thenReturn(localConnectionNotifier); + when(mockLocalDtdManager.uri).thenReturn(localDtdManagerUri.value); + when(mockLocalDtdManager.disconnect()).thenAnswer((_) { + localConnectionNotifier.value = null; + localDtdManagerUri.value = null; + return Future.value(); + }); + final mockLocalDtd = MockDartToolingDaemon(); + when(mockLocalDtdManager.connect(any)).thenAnswer((_) { + localConnectionNotifier.value = mockLocalDtd; + localDtdManagerUri.value = fakeDtdUri; + return Future.value(); + }); + + // Set up [mockLocalDtd]. + when(mockLocalDtd.getRegisteredServices()).thenAnswer((_) { + return Future.value( + const RegisteredServicesResponse( + dtdServices: [], + clientServices: [], + ), + ); + }); + + await pumpScreen(tester, controller: dtdToolsController); + + // Should be connected to the globally connected DTD on initial load. + expect(find.byType(DtdNotConnectedView), findsNothing); + expect(find.byType(DtdConnectedView), findsOneWidget); + expect(mockLocalDtdManager.connection.value, mockGlobalDtd); + + final disconnectButtonFinder = find.text('Disconnect'); + expect(disconnectButtonFinder, findsOneWidget); + await tester.tap(disconnectButtonFinder); + await tester.pumpAndSettle(); + + expect(find.byType(DtdNotConnectedView), findsOneWidget); + expect(find.byType(DtdConnectedView), findsNothing); + expect(mockLocalDtdManager.connection.value, null); + + final textFieldFinder = find.byType(DevToolsClearableTextField); + expect(textFieldFinder, findsOneWidget); + await tester.enterText(textFieldFinder, 'foo'); // Text does not matter. + await tester.tap(find.text('Connect')); + await tester.pumpAndSettle(); + + // Should now be connected to the locally connected DTD. + expect(find.byType(DtdNotConnectedView), findsNothing); + expect(find.byType(DtdConnectedView), findsOneWidget); + expect(mockLocalDtdManager.connection.value, mockLocalDtd); + }, + ); + }); +} diff --git a/packages/devtools_app/test/screens/dtd/events_test.dart b/packages/devtools_app/test/screens/dtd/events_test.dart new file mode 100644 index 00000000000..1bae605fcbe --- /dev/null +++ b/packages/devtools_app/test/screens/dtd/events_test.dart @@ -0,0 +1,222 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'dart:async'; + +import 'package:devtools_app/src/screens/dtd/events.dart'; +import 'package:devtools_app/src/screens/dtd/shared.dart'; +import 'package:devtools_app_shared/ui.dart'; +import 'package:devtools_app_shared/utils.dart'; +import 'package:devtools_test/devtools_test.dart'; +import 'package:devtools_test/helpers.dart'; +import 'package:dtd/dtd.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; + +void main() { + late EventsController controller; + late MockDartToolingDaemon mockDtd; + + setUp(() { + mockDtd = MockDartToolingDaemon(); + controller = EventsController()..dtd = mockDtd; + }); + + tearDown(() { + controller.dispose(); + }); + + group('$EventsController', () { + test('init adds listeners for known DTD streams', () async { + final streamListeners = >{}; + for (final stream in knownDtdStreams) { + final streamController = StreamController(); + streamListeners[stream] = streamController; + when( + mockDtd.onEvent(stream), + ).thenAnswer((_) => streamController.stream); + } + + controller.init(); + + for (final stream in knownDtdStreams) { + final event = DTDEvent(stream, 'test.event', { + 'message': 'Test event for $stream', + }, DateTime.now().microsecondsSinceEpoch); + streamListeners[stream]!.add(event); + // Await a zero delay to give the event loop a chance to trigger the + // listener added in `EventController.init`. + await Future.delayed(Duration.zero); + expect(controller.events.value, contains(event)); + } + + expect(controller.events.value.length, knownDtdStreams.length); + + for (final streamController in streamListeners.values) { + await streamController.close(); + } + }); + }); + + group('$EventsView', () { + setUp(() { + setGlobal(IdeTheme, IdeTheme()); + }); + + void addEvents() { + final events = [ + DTDEvent( + ConnectedAppServiceConstants.serviceName, + ConnectedAppServiceConstants.vmServiceRegistered, + { + DtdParameters.uri: 'ws://127.0.0.1:30000/4G4UPw7fyoQ=/', + DtdParameters.exposedUri: 'ws://127.0.0.1:30000/4G4UPw7fyoQ=/', + DtdParameters.name: 'Flutter - Android (debug)', + }, + 0, + ), + DTDEvent( + ConnectedAppServiceConstants.serviceName, + ConnectedAppServiceConstants.vmServiceUnregistered, + { + DtdParameters.uri: 'ws://127.0.0.1:40000/4G4UPw7fyoQ=/', + DtdParameters.exposedUri: 'ws://127.0.0.1:56050/4G4UPw7fyoQ=/', + DtdParameters.name: 'Flutter - iOS (debug)', + }, + 1, + ), + ]; + controller.events + ..clear() + ..addAll(events); + } + + testWidgets('displays no events initially', (tester) async { + await tester.pumpWidget(wrapSimple(EventsView(controller: controller))); + expect(find.text('No events received'), findsOneWidget); + }); + + testWidgets('displays events after they are added', (tester) async { + addEvents(); + + await tester.pumpWidget(wrapSimple(EventsView(controller: controller))); + + expect(find.byType(ListTile), findsNWidgets(2)); + expect( + find.text('[${ConnectedAppServiceConstants.serviceName}]'), + findsNWidgets(2), + ); + expect( + find.text(ConnectedAppServiceConstants.vmServiceRegistered), + findsOneWidget, + ); + expect( + find.text(ConnectedAppServiceConstants.vmServiceUnregistered), + findsOneWidget, + ); + }); + + testWidgetsWithWindowSize('can select events', const Size(2000.0, 2000.0), ( + tester, + ) async { + addEvents(); + + await tester.pumpWidget(wrapSimple(EventsView(controller: controller))); + expect( + _findInDetailsView(find.text('No event selected')), + findsOneWidget, + ); + + final firstEventFinder = find.byType(ListTile).first; + await tester.tap(firstEventFinder); + await tester.pumpAndSettle(); + + expect(controller.selectedEvent.value, controller.events.value.first); + expect(_findInDetailsView(find.text('No event selected')), findsNothing); + expect(_findInDetailsView(find.text('Event details')), findsOneWidget); + + expect(_findInDetailsView(find.text('Stream:')), findsOneWidget); + expect( + _findInDetailsView(find.text(ConnectedAppServiceConstants.serviceName)), + findsOneWidget, + ); + + expect(_findInDetailsView(find.text('Kind:')), findsOneWidget); + expect( + _findInDetailsView( + find.text(ConnectedAppServiceConstants.vmServiceRegistered), + ), + findsOneWidget, + ); + + expect(_findInDetailsView(find.text('Timestamp:')), findsOneWidget); + expect(_findInDetailsView(find.text('0')), findsOneWidget); + + expect(_findInDetailsView(find.text('Data:')), findsOneWidget); + expect( + _findInDetailsView( + find.text( + '{uri: ws://127.0.0.1:30000/4G4UPw7fyoQ=/, exposedUri: ws://127.0.0.1:30000/4G4UPw7fyoQ=/, name: Flutter - Android (debug)}', + ), + ), + findsOneWidget, + ); + + // Select another event and verify the event details view is updated. + final lastEventFinder = find.byType(ListTile).last; + await tester.tap(lastEventFinder); + await tester.pumpAndSettle(); + + expect(controller.selectedEvent.value, controller.events.value.last); + expect(_findInDetailsView(find.text('Event details')), findsOneWidget); + + expect(_findInDetailsView(find.text('Stream:')), findsOneWidget); + expect( + _findInDetailsView(find.text(ConnectedAppServiceConstants.serviceName)), + findsOneWidget, + ); + + expect(_findInDetailsView(find.text('Kind:')), findsOneWidget); + expect( + _findInDetailsView( + find.text(ConnectedAppServiceConstants.vmServiceUnregistered), + ), + findsOneWidget, + ); + + expect(_findInDetailsView(find.text('Timestamp:')), findsOneWidget); + expect(_findInDetailsView(find.text('1')), findsOneWidget); + + expect(_findInDetailsView(find.text('Data:')), findsOneWidget); + expect( + _findInDetailsView( + find.text( + '{uri: ws://127.0.0.1:40000/4G4UPw7fyoQ=/, exposedUri: ws://127.0.0.1:56050/4G4UPw7fyoQ=/, name: Flutter - iOS (debug)}', + ), + ), + findsOneWidget, + ); + }); + + testWidgets('EventsView clears events and selected event', (tester) async { + addEvents(); + await tester.pumpWidget(wrapSimple(EventsView(controller: controller))); + expect(find.text('No events received'), findsNothing); + expect(find.byType(ListTile), findsNWidgets(2)); + + await tester.tap(find.text('Clear')); + await tester.pumpAndSettle(); + + expect(controller.events.value, isEmpty); + expect(controller.selectedEvent.value, isNull); + expect(find.byType(ListTile), findsNothing); + expect(find.text('No events received'), findsOneWidget); + }); + }); +} + +Finder _findInDetailsView(Finder finder) { + return find.descendant(of: find.byType(EventDetailView), matching: finder); +} diff --git a/packages/devtools_app/test/screens/dtd/services_test.dart b/packages/devtools_app/test/screens/dtd/services_test.dart new file mode 100644 index 00000000000..ab30f562503 --- /dev/null +++ b/packages/devtools_app/test/screens/dtd/services_test.dart @@ -0,0 +1,156 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:dart_service_protocol_shared/dart_service_protocol_shared.dart'; +import 'package:devtools_app/src/screens/dtd/services.dart'; +import 'package:devtools_app_shared/ui.dart'; +import 'package:devtools_app_shared/utils.dart'; +import 'package:devtools_test/devtools_test.dart'; +import 'package:devtools_test/helpers.dart'; +import 'package:dtd/dtd.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; + +void main() { + late ServicesController controller; + late MockDartToolingDaemon mockDtd; + + setUp(() { + mockDtd = MockDartToolingDaemon(); + when(mockDtd.getRegisteredServices()).thenAnswer((_) { + return Future.value( + RegisteredServicesResponse( + dtdServices: [ + '${ConnectedAppServiceConstants.serviceName}.${ConnectedAppServiceConstants.getVmServices}', + '${ConnectedAppServiceConstants.serviceName}.${ConnectedAppServiceConstants.registerVmService}', + '${ConnectedAppServiceConstants.serviceName}.${ConnectedAppServiceConstants.unregisterVmService}', + ], + clientServices: [ + ClientServiceInfo('Test', { + 'foo': ClientServiceMethodInfo('foo'), + 'bar': ClientServiceMethodInfo('bar'), + }), + ], + ), + ); + }); + + controller = ServicesController()..dtd = mockDtd; + }); + + tearDown(() { + controller.dispose(); + }); + + group('$ServicesController', () { + testWidgets('init populates known services', (WidgetTester tester) async { + expect(controller.services.value, isEmpty); + await controller.init(); + expect(controller.services.value.length, equals(5)); + }); + }); + + group('$ServicesView', () { + setUp(() async { + setGlobal(IdeTheme, IdeTheme()); + await controller.init(); + }); + + testWidgets('displays services', (WidgetTester tester) async { + await tester.pumpWidget(wrapSimple(ServicesView(controller: controller))); + + expect(find.text('Registered services'), findsOneWidget); + expect(find.byType(ListTile), findsNWidgets(5)); + expect( + find.text( + '${ConnectedAppServiceConstants.serviceName}.${ConnectedAppServiceConstants.getVmServices}', + ), + findsOneWidget, + ); + expect( + find.text( + '${ConnectedAppServiceConstants.serviceName}.${ConnectedAppServiceConstants.registerVmService}', + ), + findsOneWidget, + ); + expect( + find.text( + '${ConnectedAppServiceConstants.serviceName}.${ConnectedAppServiceConstants.unregisterVmService}', + ), + findsOneWidget, + ); + expect(find.text('Test.foo'), findsOneWidget); + expect(find.text('Test.bar'), findsOneWidget); + }); + + testWidgets('selecting services populates $ManuallyCallService view', ( + WidgetTester tester, + ) async { + await tester.pumpWidget(wrapSimple(ServicesView(controller: controller))); + + expect(controller.selectedService.value, isNull); + expect(find.byType(ManuallyCallService), findsOneWidget); + final manuallyCallServicesState = tester.state( + find.byType(ManuallyCallService), + ); + expect(manuallyCallServicesState.serviceController.text, isEmpty); + expect(manuallyCallServicesState.methodController.text, isEmpty); + expect(manuallyCallServicesState.paramsController.text, isEmpty); + + await tester.tap(find.text('Test.foo')); + await tester.pumpAndSettle(); + + expect(controller.selectedService.value, isNotNull); + expect(controller.selectedService.value!.displayName, 'Test.foo'); + expect(manuallyCallServicesState.serviceController.text, 'Test'); + expect(manuallyCallServicesState.methodController.text, 'foo'); + expect(manuallyCallServicesState.paramsController.text, isEmpty); + + const dtdServiceMethod = + '${ConnectedAppServiceConstants.serviceName}.${ConnectedAppServiceConstants.getVmServices}'; + await tester.tap(find.text(dtdServiceMethod)); + await tester.pumpAndSettle(); + + expect(controller.selectedService.value, isNotNull); + expect(controller.selectedService.value!.displayName, dtdServiceMethod); + expect( + manuallyCallServicesState.serviceController.text, + ConnectedAppServiceConstants.serviceName, + ); + expect( + manuallyCallServicesState.methodController.text, + ConnectedAppServiceConstants.getVmServices, + ); + expect(manuallyCallServicesState.paramsController.text, isEmpty); + }); + + testWidgets('pressing Clear button clears the manually call service view', ( + WidgetTester tester, + ) async { + await tester.pumpWidget(wrapSimple(ServicesView(controller: controller))); + + final manuallyCallServicesState = tester.state( + find.byType(ManuallyCallService), + ); + + // Select a service to populate the fields. + await tester.tap(find.text('Test.foo')); + await tester.pumpAndSettle(); + + expect(manuallyCallServicesState.serviceController.text, 'Test'); + expect(manuallyCallServicesState.methodController.text, 'foo'); + expect(manuallyCallServicesState.paramsController.text, isEmpty); + + // Tap the Clear button. + await tester.tap(find.text('Clear')); + await tester.pumpAndSettle(); + + // Verify the fields are cleared. + expect(manuallyCallServicesState.serviceController.text, isEmpty); + expect(manuallyCallServicesState.methodController.text, isEmpty); + expect(manuallyCallServicesState.paramsController.text, isEmpty); + }); + }); +} diff --git a/packages/devtools_app/test/screens/inspector/diagnostics_test.dart b/packages/devtools_app/test/screens/inspector/diagnostics_test.dart index 9400f2ead69..1e1bb3e2457 100644 --- a/packages/devtools_app/test/screens/inspector/diagnostics_test.dart +++ b/packages/devtools_app/test/screens/inspector/diagnostics_test.dart @@ -201,15 +201,14 @@ void main() { final diagnosticsNodeFind = find.byType(DiagnosticsNodeDescription); // The icon is part of the clickable width, so we include it. - final measuredIconWidth = - tester - .getSize( - find.descendant( - of: diagnosticsNodeFind, - matching: find.byType(AssetImageIcon), - ), - ) - .width; + final measuredIconWidth = tester + .getSize( + find.descendant( + of: diagnosticsNodeFind, + matching: find.byType(AssetImageIcon), + ), + ) + .width; // There is only one rich text widget, containing the description. final richTextWidget = diff --git a/packages/devtools_app/test/screens/inspector/inspector_integration_test.dart b/packages/devtools_app/test/screens/inspector/inspector_integration_test.dart index 822cd941b71..013ec0747a6 100644 --- a/packages/devtools_app/test/screens/inspector/inspector_integration_test.dart +++ b/packages/devtools_app/test/screens/inspector/inspector_integration_test.dart @@ -17,15 +17,13 @@ import '../../test_infra/matchers/matchers.dart'; const inspectorChangeSettleTime = Duration(seconds: 2); void main() { + const windowSize = Size(2600.0, 1200.0); // We need to use real async in this test so we need to use this binding. initializeLiveTestWidgetsFlutterBindingWithAssets(); - const windowSize = Size(2600.0, 1200.0); - final env = FlutterTestEnvironment( - const FlutterRunConfiguration(withDebugger: true), - ); + late FlutterTestEnvironment env; - env.afterEverySetup = () async { + Future resetInspectorSelection() async { final service = serviceConnection.inspectorService; if (env.reuseTestEnvironment) { // Ensure the previous test did not set the selection on the device. @@ -37,19 +35,26 @@ void main() { isAlive: null, ); } - }; + } - setUp(() async { - await env.setupEnvironment(); - // Ensure the legacy inspector is enabled: - preferences.inspector.setLegacyInspectorEnabled(true); - }); + group('screenshot tests', () { + setUpAll(() { + env = FlutterTestEnvironment( + const FlutterRunConfiguration(withDebugger: true), + ); + env.afterEverySetup = resetInspectorSelection; + }); - tearDownAll(() async { - await env.tearDownEnvironment(force: true); - }); + setUp(() async { + await env.setupEnvironment(); + // Ensure the legacy inspector is enabled: + preferences.inspector.setLegacyInspectorEnabled(true); + }); + + tearDownAll(() async { + await env.tearDownEnvironment(force: true); + }); - group('screenshot tests', () { testWidgetsWithWindowSize('navigation', windowSize, ( WidgetTester tester, ) async { @@ -99,6 +104,9 @@ void main() { matchesDevToolsGolden( '../../test_infra/goldens/integration_inspector_select_center_details_tree.png', ), + // Implementation widgets from Flutter framework are not guaranteed to + // be stable. + skip: 'https://github.com/flutter/flutter/issues/172037', ); // Select the RichText row. @@ -109,6 +117,9 @@ void main() { matchesDevToolsGolden( '../../test_infra/goldens/integration_inspector_richtext_selected.png', ), + // Implementation widgets from Flutter framework are not guaranteed to + // be stable. + skip: 'https://github.com/flutter/flutter/issues/172037', ); // Test hovering over the icon shown when a property has its default @@ -131,6 +142,9 @@ void main() { matchesDevToolsGolden( '../../test_infra/goldens/integration_inspector_scaffold_selected.png', ), + // Implementation widgets from Flutter framework are not guaranteed to + // be stable. + skip: 'https://github.com/flutter/flutter/issues/172037', ); // The important thing about this is that the details tree should scroll @@ -143,6 +157,9 @@ void main() { matchesDevToolsGolden( '../../test_infra/goldens/integration_animated_physical_model_selected.png', ), + // Implementation widgets from Flutter framework are not guaranteed to + // be stable. + skip: 'https://github.com/flutter/flutter/issues/172037', ); await env.tearDownEnvironment(); @@ -401,15 +418,25 @@ void main() { }); group('widget errors', () { - testWidgetsWithWindowSize('show navigator and error labels', windowSize, ( - WidgetTester tester, - ) async { + setUpAll(() async { + env = FlutterTestEnvironment( + testAppDirectory: 'test/test_infra/fixtures/inspector_app', + const FlutterRunConfiguration(withDebugger: true), + ); await env.setupEnvironment( config: const FlutterRunConfiguration( withDebugger: true, entryScript: 'lib/overflow_errors.dart', ), ); + env.afterEverySetup = resetInspectorSelection; + // Enable the legacy inspector. + preferences.inspector.setLegacyInspectorEnabled(true); + }); + + testWidgetsWithWindowSize('show navigator and error labels', windowSize, ( + WidgetTester tester, + ) async { expect(serviceConnection.serviceManager.service, equals(env.service)); expect(serviceConnection.serviceManager.isolateManager, isNotNull); diff --git a/packages/devtools_app/test/screens/inspector/inspector_tree_test.dart b/packages/devtools_app/test/screens/inspector/inspector_tree_test.dart index 9d099ec2ae0..159e87c6241 100644 --- a/packages/devtools_app/test/screens/inspector/inspector_tree_test.dart +++ b/packages/devtools_app/test/screens/inspector/inspector_tree_test.dart @@ -53,8 +53,9 @@ void main() { bool isSummaryTree = false, }) async { final debuggerController = DebuggerController(); - final summaryTreeController = - isSummaryTree ? null : InspectorTreeController(); + final summaryTreeController = isSummaryTree + ? null + : InspectorTreeController(); await tester.pumpWidget( wrapWithControllers( debugger: debuggerController, @@ -73,12 +74,11 @@ void main() { testWidgets('Row with negative index regression test', ( WidgetTester tester, ) async { - final treeController = - InspectorTreeController() - ..config = InspectorTreeConfig( - onNodeAdded: (_, _) {}, - onClientActiveChange: (_) {}, - ); + final treeController = InspectorTreeController() + ..config = InspectorTreeConfig( + onNodeAdded: (_, _) {}, + onClientActiveChange: (_) {}, + ); await pumpInspectorTree(tester, treeController: treeController); expect(treeController.getRow(const Offset(0, -100.0)), isNull); @@ -87,8 +87,8 @@ void main() { expect(treeController.getRow(const Offset(0, 0.0)), isNull); expect(treeController.getRowOffset(0), equals(0)); - treeController.root = - InspectorTreeNode()..appendChild(InspectorTreeNode()); + treeController.root = InspectorTreeNode() + ..appendChild(InspectorTreeNode()); await pumpInspectorTree(tester, treeController: treeController); @@ -119,7 +119,12 @@ void main() { testWidgets('Shows preview from Text.rich', (WidgetTester tester) async { final diagnosticNode = await widgetToInspectorTreeDiagnosticsNode( widget: const Text.rich( - TextSpan(children: [TextSpan(text: 'Rich '), TextSpan(text: 'text')]), + TextSpan( + children: [ + TextSpan(text: 'Rich '), + TextSpan(text: 'text'), + ], + ), ), tester: tester, ); diff --git a/packages/devtools_app/test/screens/inspector/layout_explorer/inspector_data_models_test.dart b/packages/devtools_app/test/screens/inspector/layout_explorer/inspector_data_models_test.dart index 213eb84054f..a8e0cd0d86a 100644 --- a/packages/devtools_app/test/screens/inspector/layout_explorer/inspector_data_models_test.dart +++ b/packages/devtools_app/test/screens/inspector/layout_explorer/inspector_data_models_test.dart @@ -224,12 +224,12 @@ void main() { required MainAxisAlignment mainAxisAlignment, }) => Row( textDirection: flipMainAxis ? TextDirection.rtl : TextDirection.ltr, - mainAxisAlignment: - flipMainAxis ? mainAxisAlignment.reversed : mainAxisAlignment, - children: - flipMainAxis - ? childrenWidgets.reversed.toList() - : childrenWidgets, + mainAxisAlignment: flipMainAxis + ? mainAxisAlignment.reversed + : mainAxisAlignment, + children: flipMainAxis + ? childrenWidgets.reversed.toList() + : childrenWidgets, ); for (final mainAxisAlignment in MainAxisAlignment.values) { final originalWidgetRenderProperties = childrenRenderProperties( diff --git a/packages/devtools_app/test/screens/inspector/utils/inspector_tree.dart b/packages/devtools_app/test/screens/inspector/utils/inspector_tree.dart index b9492d42c56..88963611a34 100644 --- a/packages/devtools_app/test/screens/inspector/utils/inspector_tree.dart +++ b/packages/devtools_app/test/screens/inspector/utils/inspector_tree.dart @@ -12,15 +12,14 @@ import 'package:flutter_test/flutter_test.dart'; InspectorTreeController inspectorTreeControllerFromNode( RemoteDiagnosticsNode node, ) { - final controller = - InspectorTreeController() - ..config = InspectorTreeConfig( - onNodeAdded: (_, _) {}, - onClientActiveChange: (_) {}, - ); - - controller.root = - InspectorTreeNode()..appendChild(InspectorTreeNode()..diagnostic = node); + final controller = InspectorTreeController() + ..config = InspectorTreeConfig( + onNodeAdded: (_, _) {}, + onClientActiveChange: (_) {}, + ); + + controller.root = InspectorTreeNode() + ..appendChild(InspectorTreeNode()..diagnostic = node); return controller; } diff --git a/packages/devtools_app/test/screens/inspector_v2/diagnostics_test.dart b/packages/devtools_app/test/screens/inspector_v2/diagnostics_test.dart index 7da2b9a18bb..97f24b660f7 100644 --- a/packages/devtools_app/test/screens/inspector_v2/diagnostics_test.dart +++ b/packages/devtools_app/test/screens/inspector_v2/diagnostics_test.dart @@ -203,15 +203,14 @@ void main() { final diagnosticsNodeFind = find.byType(DiagnosticsNodeDescription); // The icon is part of the clickable width, so we include it. - final measuredIconWidth = - tester - .getSize( - find.descendant( - of: diagnosticsNodeFind, - matching: find.byType(AssetImageIcon), - ), - ) - .width; + final measuredIconWidth = tester + .getSize( + find.descendant( + of: diagnosticsNodeFind, + matching: find.byType(AssetImageIcon), + ), + ) + .width; // There is only one rich text widget, containing the description. final richTextWidget = diff --git a/packages/devtools_app/test/screens/inspector_v2/inspector_integration_test.dart b/packages/devtools_app/test/screens/inspector_v2/inspector_integration_test.dart index 879ba23ee19..6d4e0cbfb3e 100644 --- a/packages/devtools_app/test/screens/inspector_v2/inspector_integration_test.dart +++ b/packages/devtools_app/test/screens/inspector_v2/inspector_integration_test.dart @@ -15,6 +15,7 @@ import 'package:devtools_app/src/screens/inspector/inspector_screen_body.dart' import 'package:devtools_app/src/screens/inspector_shared/inspector_controls.dart'; import 'package:devtools_app/src/screens/inspector_v2/inspector_screen_body.dart'; import 'package:devtools_app/src/screens/inspector_v2/inspector_tree_controller.dart'; +import 'package:devtools_app/src/screens/inspector_v2/layout_explorer/ui/utils.dart'; import 'package:devtools_app/src/screens/inspector_v2/widget_properties/properties_view.dart'; import 'package:devtools_app_shared/ui.dart'; import 'package:devtools_test/helpers.dart'; @@ -41,17 +42,18 @@ void main() { final env = FlutterTestEnvironment( const FlutterRunConfiguration(withDebugger: true), - useTempDirectory: true, + testAppDirectory: 'test/test_infra/fixtures/inspector_app', ); env.afterEverySetup = () async { final service = serviceConnection.inspectorService; + await _resetPubRootDirectories(service as InspectorService); if (env.reuseTestEnvironment) { // Ensure the previous test did not set the selection on the device. // TODO(jacobr): add a proper method to WidgetInspectorService that does // this. setSelection currently ignores null selection requests which is // a misfeature. - await service!.inspectorLibrary.eval( + await service.inspectorLibrary.eval( 'WidgetInspectorService.instance.selection.clear()', isAlive: null, ); @@ -99,7 +101,7 @@ void main() { await _loadInspectorUI(tester); // Expect the Center widget to be visible in the widget tree. - final centerWidgetFinder = find.richText('Center'); + final centerWidgetFinder = find.richText('CustomCenter'); expect(centerWidgetFinder, findsOneWidget); // Trigger a hot-restart and wait for the first Flutter frame. @@ -128,8 +130,8 @@ void main() { ) async { await _loadInspectorUI(tester); - // Select the Center widget (row index #16) - await tester.tap(find.richText('Center')); + // Select the CustomCenter widget (row index #4) + await tester.tap(find.richText('CustomCenter')); await tester.pumpAndSettle(inspectorChangeSettleTime); await expectLater( find.byType(InspectorScreenBody), @@ -160,14 +162,15 @@ void main() { // Toggle implementation widgets on. await _toggleImplementationWidgets(tester); - // Before hidden widgets are expanded, confirm the HeroControllerScope - // is hidden: - final hideableNodeFinder = findNodeMatching('HeroControllerScope'); + // Before hidden widgets are expanded, confirm the implementing + // Container of CustomContainer is hidden: + final hideableNodeFinder = findNodeMatching('Container'); expect(hideableNodeFinder, findsNothing); - // Expand the hidden group that contains the HeroControllerScope: - final expandButton = findExpandCollapseButtonForNode( - nodeDescription: '71 more widgets...', + // Expand the hidden group that contains the Container: + final moreWidgetsRow = findChildRowOf('CustomContainer'); + final expandButton = findExpandCollapseButtonForRow( + rowFinder: moreWidgetsRow, isExpand: true, ); await tester.tap(expandButton); @@ -177,9 +180,12 @@ void main() { matchesDevToolsGolden( '../../test_infra/goldens/integration_inspector_v2_implementation_widgets_expanded.png', ), + // Implementation widgets from Flutter framework are not guaranteed to + // be stable. + skip: 'https://github.com/flutter/flutter/issues/172037', ); - // Confirm the HeroControllerScope is visible, and select it: + // Confirm the Container is visible, and select it: expect(hideableNodeFinder, findsOneWidget); await tester.tap(hideableNodeFinder); await tester.pumpAndSettle(inspectorChangeSettleTime); @@ -188,11 +194,15 @@ void main() { matchesDevToolsGolden( '../../test_infra/goldens/integration_inspector_v2_hideable_widget_selected.png', ), + // Implementation widgets from Flutter framework are not guaranteed to + // be stable. + skip: 'https://github.com/flutter/flutter/issues/172037', ); - // Collapse the hidden group that contains the HeroControllerScope: - final collapseButton = findExpandCollapseButtonForNode( - nodeDescription: 'ScrollConfiguration', + // Collapse the hidden group that contains the Container: + final collapsibleRow = findChildRowOf('CustomContainer'); + final collapseButton = findExpandCollapseButtonForRow( + rowFinder: collapsibleRow, isExpand: false, ); await tester.tap(collapseButton); @@ -214,29 +224,33 @@ void main() { // Toggle implementation widgets on. await _toggleImplementationWidgets(tester); - // Before searching, confirm the HeroControllerScope is hidden: - final hideableNodeFinder = findNodeMatching('HeroControllerScope'); + // Before searching, confirm the implementing DefaultTextStyle of + // CustomApp is hidden: + final hideableNodeFinder = findNodeMatching('DefaultTextStyle'); expect(hideableNodeFinder, findsNothing); - // Search for the HeroControllerScope: + // Search for the DefaultTextStyle: final searchButtonFinder = find.ancestor( of: find.byIcon(Icons.search), matching: find.byType(ToolbarAction), ); await tester.tap(searchButtonFinder); await tester.pumpAndSettle(inspectorChangeSettleTime); - await tester.enterText(find.byType(TextField), 'HeroControllerScope'); + await tester.enterText(find.byType(TextField), 'DefaultTextStyle'); await tester.pumpAndSettle(inspectorChangeSettleTime); await tester.tap(find.byIcon(Icons.close)); await tester.pumpAndSettle(inspectorChangeSettleTime); - // Confirm the HeroControllerScope is visible and selected: + // Confirm the DefaultTextStyle is visible and selected: expect(hideableNodeFinder, findsOneWidget); await expectLater( find.byType(InspectorScreenBody), matchesDevToolsGolden( '../../test_infra/goldens/integration_inspector_v2_hideable_widget_selected_from_search.png', ), + // Implementation widgets from Flutter framework are not guaranteed to + // be stable. + skip: 'https://github.com/flutter/flutter/issues/172037', ); }); }); @@ -297,52 +311,58 @@ void main() { tester.state(find.byType(InspectorScreenBody)) as InspectorScreenBodyState; - // Find the first Text diagnostic node. + // Find the CustomText diagnostic node. final diagnostics = state.controller.inspectorTree.rowsInTree.value.map( (row) => row!.node.diagnostic, ); - final textDiagnostic = - diagnostics.firstWhere((d) => d?.description == 'Text')!; - expect(textDiagnostic.isCreatedByLocalProject, isTrue); + final customTextDiagnostic = diagnostics.firstWhere( + (d) => d?.description == 'CustomText', + )!; + expect(customTextDiagnostic.isCreatedByLocalProject, isTrue); // Toggle implementation widgets off. await _toggleImplementationWidgets(tester); - // Verify the Text diagnostic node is still in the tree. + // Verify the CustomText diagnostic node is still in the tree. final diagnosticsNow = state.controller.inspectorTree.rowsInTree.value.map( (row) => row!.node.diagnostic, ); expect( - diagnosticsNow.any((d) => d?.valueRef == textDiagnostic.valueRef), + diagnosticsNow.any((d) => d?.valueRef == customTextDiagnostic.valueRef), isTrue, ); - // Get the RichText child of the Text diagnostic node. + // Get the implementing Text child of the CustomText diagnostic node. final service = serviceConnection.inspectorService as InspectorService; final group = service.createObjectGroup('test-group'); - final textSubtree = await group.getDetailsSubtree(textDiagnostic); - final richTextDiagnostic = (await textSubtree!.children)!.firstWhere( - (child) => child.description == 'RichText', + final customTextSubtree = await group.getDetailsSubtree( + customTextDiagnostic, + ); + final textDiagnostic = (await customTextSubtree!.children)!.firstWhere( + (child) => child.description == 'Text', ); - // Verify the RichText child is an implementation node that is not in the tree. - expect(richTextDiagnostic.isCreatedByLocalProject, isFalse); + // Verify the Text child is an implementation node that is not in the tree. + expect(textDiagnostic.isCreatedByLocalProject, isFalse); expect( - diagnosticsNow.any((d) => d?.valueRef == richTextDiagnostic.valueRef), + diagnosticsNow.any((d) => d?.valueRef == textDiagnostic.valueRef), isFalse, ); - // Mimic selecting the RichText diagnostic node with the on-device inspector. - await group.setSelectionInspector(richTextDiagnostic.valueRef, false); + // Mimic selecting the Text diagnostic node with the on-device inspector. + await group.setSelectionInspector(textDiagnostic.valueRef, false); await tester.pumpAndSettle(inspectorChangeSettleTime); - // Verify the Text node is now selected. + // Verify the CustomText node is now selected. final selectedNode = state.controller.selectedNode.value; - expect(selectedNode!.diagnostic!.valueRef, equals(textDiagnostic.valueRef)); + expect( + selectedNode!.diagnostic!.valueRef, + equals(customTextDiagnostic.valueRef), + ); // Verify the notification about selecting an implementation widget is displayed. expect( - find.text('Selected an implementation widget of Text: RichText.'), + find.text('Selected an implementation widget of CustomText: Text.'), findsOneWidget, ); }); @@ -352,8 +372,8 @@ void main() { ) async { await _loadInspectorUI(tester); - // Select the Center widget (row index #16) - await tester.tap(find.richText('Center')); + // Select the CustomCenter widget (row index #4) + await tester.tap(find.richText('CustomCenter')); await tester.pumpAndSettle(inspectorChangeSettleTime); // Disable Inspector V2: @@ -420,10 +440,6 @@ void main() { 'textPreview', 'children', 'createdByLocalProject', - // TODO(elliette): Once we update to the Flutter version with - // https://github.com/flutter/flutter/pull/159701, this should be - // deleted. - 'truncated', ]; const extraneousDetailsForTreeNode = [ 'creationLocation', @@ -499,58 +515,55 @@ void main() { ); } - testWidgetsWithWindowSize('changing parent widget of selected', windowSize, ( - WidgetTester tester, - ) async { - await _loadInspectorUI(tester); + testWidgetsWithWindowSize( + 'changing parent widget of selected', + windowSize, + (WidgetTester tester) async { + await _loadInspectorUI(tester); - // Toggle implementation widgets on. - await _toggleImplementationWidgets(tester); + // Toggle implementation widgets on. + await _toggleImplementationWidgets(tester); - // Give time for the initial animation to complete. - await tester.pumpAndSettle(inspectorChangeSettleTime); + // Give time for the initial animation to complete. + await tester.pumpAndSettle(inspectorChangeSettleTime); - // Verify the Text widget is after the Center widget. - expect( - _treeRowsAreInOrder( - treeRowDescriptions: ['Center', 'Text: "Hello, World!"'], - startingAtIndex: 15, - ), - isTrue, - ); + // Verify the CustomButton widget is after the CustomCenter widget. + expect( + _treeRowsAreInOrder( + treeRowDescriptions: ['CustomCenter', 'CustomButton'], + startingAtIndex: 7, + ), + isTrue, + ); - // Select the Text widget (row index #16). - await tester.tap(_findTreeRowMatching('Text: "Hello, World!"')); - await tester.pumpAndSettle(inspectorChangeSettleTime); + // Verify the CustomButton widget is not visible in the properties view. + expect(_findWidgetLabelMatching('CustomButton'), findsNothing); - // Verify the Text widget is selected (its properties are displayed): - verifyPropertyIsVisible( - name: 'data', - value: '"Hello, World!"', - tester: tester, - ); + // Select the CustomButton widget. + await tester.tap(_findTreeRowMatching('CustomButton')); + await tester.pumpAndSettle(inspectorChangeSettleTime); - // Make edit to main.dart to replace Center with an Align. - makeEditToFlutterMain(toReplace: 'Center', replaceWith: 'Align'); - await env.flutter!.hotReload(); - await tester.pumpAndSettle(inspectorChangeSettleTime); + // Verify the CustomButton widget is now visible in the properties view. + expect(_findWidgetLabelMatching('CustomButton'), findsOneWidget); - // Verify the Align is now in the widget tree instead of Center. - expect( - _treeRowsAreInOrder( - treeRowDescriptions: ['Align', 'Text: "Hello, World!"'], - startingAtIndex: 15, - ), - isTrue, - ); + // Make edit to main.dart to replace CustomCenter with an Align. + makeEditToFlutterMain(toReplace: 'CustomCenter', replaceWith: 'Align'); + await env.flutter!.hotReload(); + await tester.pumpAndSettle(inspectorChangeSettleTime); - // Verify the Text widget is still selected (its properties are displayed): - verifyPropertyIsVisible( - name: 'data', - value: '"Hello, World!"', - tester: tester, - ); - }); + // Verify the Align is now in the widget tree instead of Center. + expect( + _treeRowsAreInOrder( + treeRowDescriptions: ['Align', 'CustomButton'], + startingAtIndex: 7, + ), + isTrue, + ); + + // Verify the CustomButton widget is still selected. + expect(_findWidgetLabelMatching('CustomButton'), findsOneWidget); + }, + ); }); group('widget errors', () { @@ -640,19 +653,26 @@ Future _waitForFlutterFrame( } Finder findNodeMatching(String text) => find.ancestor( - of: find.richTextContaining(text), + of: find.richText(text), matching: find.byType(DescriptionDisplay), ); -Finder findExpandCollapseButtonForNode({ - required String nodeDescription, +Finder findChildRowOf(String description) { + final parentRowFinder = _findTreeRowMatching(description); + final parentWidget = _getWidgetFromFinder( + parentRowFinder, + ); + final parentIndex = parentWidget.row.index; + + return find.byType(InspectorRowContent).at(parentIndex + 1); +} + +Finder findExpandCollapseButtonForRow({ + required Finder rowFinder, required bool isExpand, }) { - final hiddenNodeFinder = findNodeMatching(nodeDescription); - expect(hiddenNodeFinder, findsOneWidget); - final expandCollapseButtonFinder = find.descendant( - of: hiddenNodeFinder, + of: rowFinder, matching: find.byType(TextButton), ); expect(expandCollapseButtonFinder, findsOneWidget); @@ -758,5 +778,24 @@ Finder _findTreeRowMatching(String description) => find.ancestor( matching: find.byType(InspectorRowContent), ); +Finder _findWidgetLabelMatching(String description) => find.ancestor( + of: find.richText(description), + matching: find.byType(WidgetLabel), +); + T _getWidgetFromFinder(Finder finder) => finder.first.evaluate().first.widget as T; + +Future _resetPubRootDirectories(InspectorService inspectorService) async { + final currentPubRootDirectories = await inspectorService + .getPubRootDirectories(); + if (currentPubRootDirectories != null) { + await inspectorService.removePubRootDirectories(currentPubRootDirectories); + } + + final rootLibrary = await serviceConnection.serviceManager + .mainIsolateRootLibraryUriAsString(); + if (rootLibrary != null) { + await inspectorService.addPubRootDirectories([rootLibrary]); + } +} diff --git a/packages/devtools_app/test/screens/inspector_v2/inspector_screen_test.dart b/packages/devtools_app/test/screens/inspector_v2/inspector_screen_test.dart index fb6b7743cdb..303e1cfe8f6 100644 --- a/packages/devtools_app/test/screens/inspector_v2/inspector_screen_test.dart +++ b/packages/devtools_app/test/screens/inspector_v2/inspector_screen_test.dart @@ -316,10 +316,9 @@ void main() { 'should render StoryOfYourFlexWidget', windowSize, (WidgetTester tester) async { - final controller = - TestInspectorV2Controller() - ..setSelectedNode(treeNode) - ..setSelectedDiagnostic(diagnostic); + final controller = TestInspectorV2Controller() + ..setSelectedNode(treeNode) + ..setSelectedDiagnostic(diagnostic); await tester.pumpWidget( MaterialApp( home: Scaffold(body: WidgetDetails(controller: controller)), diff --git a/packages/devtools_app/test/screens/inspector_v2/inspector_tree_test.dart b/packages/devtools_app/test/screens/inspector_v2/inspector_tree_test.dart index 0b01565c5e6..f134241186b 100644 --- a/packages/devtools_app/test/screens/inspector_v2/inspector_tree_test.dart +++ b/packages/devtools_app/test/screens/inspector_v2/inspector_tree_test.dart @@ -74,12 +74,11 @@ void main() { testWidgets('Row with negative index regression test', ( WidgetTester tester, ) async { - final treeController = - InspectorTreeController() - ..config = InspectorTreeConfig( - onNodeAdded: (_, _) {}, - onClientActiveChange: (_) {}, - ); + final treeController = InspectorTreeController() + ..config = InspectorTreeConfig( + onNodeAdded: (_, _) {}, + onClientActiveChange: (_) {}, + ); await pumpInspectorTree(tester, treeController: treeController); expect(treeController.rowForOffset(const Offset(0, -100.0)), isNull); @@ -88,8 +87,8 @@ void main() { expect(treeController.rowForOffset(const Offset(0, 0.0)), isNull); expect(treeController.rowOffset(0), equals(0)); - treeController.root = - InspectorTreeNode()..appendChild(InspectorTreeNode()); + treeController.root = InspectorTreeNode() + ..appendChild(InspectorTreeNode()); await pumpInspectorTree(tester, treeController: treeController); @@ -120,7 +119,12 @@ void main() { testWidgets('Shows preview from Text.rich', (WidgetTester tester) async { final diagnosticNode = await widgetToInspectorTreeDiagnosticsNode( widget: const Text.rich( - TextSpan(children: [TextSpan(text: 'Rich '), TextSpan(text: 'text')]), + TextSpan( + children: [ + TextSpan(text: 'Rich '), + TextSpan(text: 'text'), + ], + ), ), tester: tester, ); diff --git a/packages/devtools_app/test/screens/inspector_v2/layout_explorer/inspector_data_models_test.dart b/packages/devtools_app/test/screens/inspector_v2/layout_explorer/inspector_data_models_test.dart index f08c1a1ea36..6c8302d73df 100644 --- a/packages/devtools_app/test/screens/inspector_v2/layout_explorer/inspector_data_models_test.dart +++ b/packages/devtools_app/test/screens/inspector_v2/layout_explorer/inspector_data_models_test.dart @@ -224,12 +224,12 @@ void main() { required MainAxisAlignment mainAxisAlignment, }) => Row( textDirection: flipMainAxis ? TextDirection.rtl : TextDirection.ltr, - mainAxisAlignment: - flipMainAxis ? mainAxisAlignment.reversed : mainAxisAlignment, - children: - flipMainAxis - ? childrenWidgets.reversed.toList() - : childrenWidgets, + mainAxisAlignment: flipMainAxis + ? mainAxisAlignment.reversed + : mainAxisAlignment, + children: flipMainAxis + ? childrenWidgets.reversed.toList() + : childrenWidgets, ); for (final mainAxisAlignment in MainAxisAlignment.values) { final originalWidgetRenderProperties = childrenRenderProperties( diff --git a/packages/devtools_app/test/screens/inspector_v2/utils/inspector_tree.dart b/packages/devtools_app/test/screens/inspector_v2/utils/inspector_tree.dart index 0a30a4b982c..d2aac2767d3 100644 --- a/packages/devtools_app/test/screens/inspector_v2/utils/inspector_tree.dart +++ b/packages/devtools_app/test/screens/inspector_v2/utils/inspector_tree.dart @@ -15,15 +15,14 @@ import 'package:flutter_test/flutter_test.dart'; InspectorTreeController inspectorTreeControllerFromNode( RemoteDiagnosticsNode node, ) { - final controller = - InspectorTreeController() - ..config = InspectorTreeConfig( - onNodeAdded: (_, _) {}, - onClientActiveChange: (_) {}, - ); - - controller.root = - InspectorTreeNode()..appendChild(InspectorTreeNode()..diagnostic = node); + final controller = InspectorTreeController() + ..config = InspectorTreeConfig( + onNodeAdded: (_, _) {}, + onClientActiveChange: (_) {}, + ); + + controller.root = InspectorTreeNode() + ..appendChild(InspectorTreeNode()..diagnostic = node); return controller; } diff --git a/packages/devtools_app/test/screens/logging/logging_controller_test.dart b/packages/devtools_app/test/screens/logging/logging_controller_test.dart index 9b7182ba10e..35871aef248 100644 --- a/packages/devtools_app/test/screens/logging/logging_controller_test.dart +++ b/packages/devtools_app/test/screens/logging/logging_controller_test.dart @@ -48,6 +48,22 @@ void main() { ); } + void addTimerData(String message, {required IsolateRef isolateRef}) { + controller.log( + LogData( + EventKind.kTimerSignificantlyOverdue, + jsonEncode({ + 'kind': EventKind.kTimerSignificantlyOverdue, + 'details': message, + 'isolateRef': isolateRef.toJson(), + }), + ++timestampCounter, + summary: message, + isolateRef: isolateRef, + ), + ); + } + void addGcData(String message) { controller.log( LogData( @@ -109,6 +125,15 @@ void main() { isSystemIsolate: false, ), ); + addTimerData( + 'timer event', + isolateRef: IsolateRef( + id: 'isolates/123', + number: '1', + name: 'abc-isolate', + isSystemIsolate: false, + ), + ); // The following logs should all be filtered by default. addGcData('gc1 abc'); @@ -173,8 +198,8 @@ void main() { test('matchesForSearch - default filters', () { prepareTestLogs(); - expect(controller.filteredData.value, hasLength(10)); - expect(controller.matchesForSearch('abc').length, equals(4)); + expect(controller.filteredData.value, hasLength(11)); + expect(controller.matchesForSearch('abc').length, equals(5)); expect(controller.matchesForSearch('ghi').length, equals(2)); expect(controller.matchesForSearch('abcd').length, equals(0)); expect(controller.matchesForSearch('Flutter*').length, equals(2)); @@ -190,7 +215,7 @@ void main() { expect(controller.matchesForSearch('severe').length, equals(3)); // Search by isolateRef name. - expect(controller.matchesForSearch('-isolate').length, equals(1)); + expect(controller.matchesForSearch('-isolate').length, equals(2)); // Search by zone name. expect(controller.matchesForSearch('root').length, equals(1)); @@ -202,8 +227,8 @@ void main() { disableAllFilters(); prepareTestLogs(); - expect(controller.filteredData.value, hasLength(17)); - expect(controller.matchesForSearch('abc').length, equals(5)); + expect(controller.filteredData.value, hasLength(18)); + expect(controller.matchesForSearch('abc').length, equals(6)); expect(controller.matchesForSearch('ghi').length, equals(3)); expect(controller.matchesForSearch('abcd').length, equals(0)); expect(controller.matchesForSearch('Flutter*').length, equals(7)); @@ -219,7 +244,7 @@ void main() { expect(controller.matchesForSearch('severe').length, equals(3)); // Search by isolateRef name. - expect(controller.matchesForSearch('-isolate').length, equals(1)); + expect(controller.matchesForSearch('-isolate').length, equals(2)); // Search by zone name. expect(controller.matchesForSearch('root').length, equals(1)); @@ -230,10 +255,10 @@ void main() { test('matchesForSearch sets isSearchMatch property', () { prepareTestLogs(); - expect(controller.filteredData.value, hasLength(10)); + expect(controller.filteredData.value, hasLength(11)); controller.search = 'abc'; var matches = controller.searchMatches.value; - expect(matches.length, equals(4)); + expect(matches.length, equals(5)); verifyIsSearchMatch(controller.filteredData.value, matches); controller.search = 'Flutter.'; @@ -246,40 +271,40 @@ void main() { prepareTestLogs(); // At this point data is filtered by the default setting filter values. - expect(controller.data, hasLength(17)); - expect(controller.filteredData.value, hasLength(10)); + expect(controller.data, hasLength(18)); + expect(controller.filteredData.value, hasLength(11)); controller.setActiveFilter(query: 'abc'); - expect(controller.data, hasLength(17)); - expect(controller.filteredData.value, hasLength(4)); + expect(controller.data, hasLength(18)); + expect(controller.filteredData.value, hasLength(5)); controller.setActiveFilter(query: 'def'); - expect(controller.data, hasLength(17)); + expect(controller.data, hasLength(18)); expect(controller.filteredData.value, hasLength(2)); controller.setActiveFilter(query: 'abc def'); - expect(controller.data, hasLength(17)); - expect(controller.filteredData.value, hasLength(6)); + expect(controller.data, hasLength(18)); + expect(controller.filteredData.value, hasLength(7)); controller.setActiveFilter(query: 'k:stdout'); - expect(controller.data, hasLength(17)); + expect(controller.data, hasLength(18)); expect(controller.filteredData.value, hasLength(6)); controller.setActiveFilter(query: '-k:stdout'); - expect(controller.data, hasLength(17)); - expect(controller.filteredData.value, hasLength(4)); + expect(controller.data, hasLength(18)); + expect(controller.filteredData.value, hasLength(5)); controller.setActiveFilter(query: 'k:stdout abc'); - expect(controller.data, hasLength(17)); + expect(controller.data, hasLength(18)); expect(controller.filteredData.value, hasLength(3)); controller.setActiveFilter(query: 'k:stdout,flutter.navigation'); - expect(controller.data, hasLength(17)); + expect(controller.data, hasLength(18)); expect(controller.filteredData.value, hasLength(7)); controller.setActiveFilter(); - expect(controller.data, hasLength(17)); - expect(controller.filteredData.value, hasLength(10)); + expect(controller.data, hasLength(18)); + expect(controller.filteredData.value, hasLength(11)); // Test setting filters. final minimumLogLevelFilter = @@ -292,22 +317,22 @@ void main() { verboseFlutterFrameworkFilter.setting.value = false; controller.setActiveFilter(); - expect(controller.data, hasLength(17)); - expect(controller.filteredData.value, hasLength(14)); + expect(controller.data, hasLength(18)); + expect(controller.filteredData.value, hasLength(15)); verboseFlutterServiceFilter.setting.value = false; controller.setActiveFilter(); - expect(controller.data, hasLength(17)); - expect(controller.filteredData.value, hasLength(15)); + expect(controller.data, hasLength(18)); + expect(controller.filteredData.value, hasLength(16)); gcFilter.setting.value = false; controller.setActiveFilter(); - expect(controller.data, hasLength(17)); - expect(controller.filteredData.value, hasLength(17)); + expect(controller.data, hasLength(18)); + expect(controller.filteredData.value, hasLength(18)); minimumLogLevelFilter.setting.value = Level.SEVERE.value; controller.setActiveFilter(); - expect(controller.data, hasLength(17)); + expect(controller.data, hasLength(18)); expect(controller.filteredData.value, hasLength(3)); }); @@ -330,8 +355,8 @@ void main() { }); test('releaseMemory - partial release', () { - expect(controller.data, hasLength(17)); - expect(controller.filteredData.value, hasLength(10)); + expect(controller.data, hasLength(18)); + expect(controller.filteredData.value, hasLength(11)); controller.releaseMemory(partial: true); expect(controller.data, hasLength(9)); expect(controller.filteredData.value, hasLength(2)); diff --git a/packages/devtools_app/test/screens/logging/logging_screen_data_test.dart b/packages/devtools_app/test/screens/logging/logging_screen_data_test.dart index 0b675e5d8ab..8852ab0c650 100644 --- a/packages/devtools_app/test/screens/logging/logging_screen_data_test.dart +++ b/packages/devtools_app/test/screens/logging/logging_screen_data_test.dart @@ -88,7 +88,7 @@ void main() { expect( find.descendant( of: find.byType(LogDetails), - matching: find.selectableText('log event 6'), + matching: find.text('log event 6'), ), findsOneWidget, reason: 'The log details should now be visible in the details section.', @@ -175,7 +175,7 @@ void main() { await tester.tap(find.byKey(ValueKey(log))); await tester.pump(); expect( - find.selectableText(nonJsonOutput), + find.text(nonJsonOutput), findsNothing, reason: "The details of the log haven't computed yet, so they shouldn't " @@ -183,7 +183,7 @@ void main() { ); await tester.pumpAndSettle(); - expect(find.selectableText(nonJsonOutput), findsOneWidget); + expect(find.text(nonJsonOutput), findsOneWidget); expect(find.byType(JsonViewer), findsNothing); // Toggle the log details view format to view as JSON. @@ -198,7 +198,7 @@ void main() { await tester.tap(find.byType(LogDetailsFormatButton)); await tester.pumpAndSettle(); - expect(find.selectableText(nonJsonOutput), findsNothing); + expect(find.text(nonJsonOutput), findsNothing); expect(find.byType(JsonViewer), findsOneWidget); expect( find.byTooltip(LogDetailsFormatButton.viewAsJsonTooltip), @@ -216,9 +216,11 @@ void main() { ) async { const index = 9; bool containsJson(Widget widget) { - if (widget is! SelectableText) return false; - final content = widget.data!.trim(); - return content.startsWith('{') && content.endsWith('}'); + if (widget is! Text) return false; + final content = (widget.data ?? '').trim(); + return content.startsWith('{') && + content.endsWith('}') && + content != '{ }'; } final findJson = find.descendant( @@ -295,13 +297,10 @@ LogData _generate(int i) { break; } - final detailsComputer = - computedDetails == null - ? null - : () => Future.delayed( - const Duration(seconds: 1), - () => computedDetails!, - ); + final detailsComputer = computedDetails == null + ? null + : () => + Future.delayed(const Duration(seconds: 1), () => computedDetails!); return LogData(kind, details, i, detailsComputer: detailsComputer); } diff --git a/packages/devtools_app/test/screens/logging/logging_screen_test.dart b/packages/devtools_app/test/screens/logging/logging_screen_test.dart index 8d2eb437787..26eb88b9c6c 100644 --- a/packages/devtools_app/test/screens/logging/logging_screen_test.dart +++ b/packages/devtools_app/test/screens/logging/logging_screen_test.dart @@ -206,7 +206,7 @@ void main() { late MessageColumn column; setUp(() { - column = MessageColumn(); + column = const MessageColumn(); }); test('compare sorts logs correctly', () { diff --git a/packages/devtools_app/test/screens/logging/metadata_test.dart b/packages/devtools_app/test/screens/logging/metadata_test.dart index 55b9f82d374..7844d0a40d4 100644 --- a/packages/devtools_app/test/screens/logging/metadata_test.dart +++ b/packages/devtools_app/test/screens/logging/metadata_test.dart @@ -92,15 +92,14 @@ void main() { wrapSimple( Column( key: testKey, - children: - testLogs.map((log) { - return Flexible( - child: Padding( - padding: const EdgeInsets.all(8.0), - child: MetadataChips(data: log), - ), - ); - }).toList(), + children: testLogs.map((log) { + return Flexible( + child: Padding( + padding: const EdgeInsets.all(8.0), + child: MetadataChips(data: log), + ), + ); + }).toList(), ), ), ); diff --git a/packages/devtools_app/test/screens/memory/diff/controller/diff_pane_controller_test.dart b/packages/devtools_app/test/screens/memory/diff/controller/diff_pane_controller_test.dart index c571a4dc499..8531dde587a 100644 --- a/packages/devtools_app/test/screens/memory/diff/controller/diff_pane_controller_test.dart +++ b/packages/devtools_app/test/screens/memory/diff/controller/diff_pane_controller_test.dart @@ -46,8 +46,8 @@ void main() { final controller = scene.controller.diff; - final snapshots = - controller.core.snapshots.value.whereType(); + final snapshots = controller.core.snapshots.value + .whereType(); expect(snapshots.length, 2); snapshots.first.diffWith.value = snapshots.last; @@ -59,8 +59,8 @@ void main() { ); final fromJson = DiffPaneController.fromJson(json); - final snapshotsFromJson = - fromJson.core.snapshots.value.whereType(); + final snapshotsFromJson = fromJson.core.snapshots.value + .whereType(); expect(snapshotsFromJson.length, 2); expect( diff --git a/packages/devtools_app/test/screens/memory/diff/controller/heap_diff_test.dart b/packages/devtools_app/test/screens/memory/diff/controller/heap_diff_test.dart index 1ee2cbdc5cd..e8e0bec4090 100644 --- a/packages/devtools_app/test/screens/memory/diff/controller/heap_diff_test.dart +++ b/packages/devtools_app/test/screens/memory/diff/controller/heap_diff_test.dart @@ -56,13 +56,12 @@ void main() { created2, ], graphAfter); - final diff = - DiffClassData.compare( - before: classBefore, - dataBefore: await testHeapData(graphBefore), - after: classAfter, - dataAfter: await testHeapData(graphAfter), - )!; + final diff = DiffClassData.compare( + before: classBefore, + dataBefore: await testHeapData(graphBefore), + after: classAfter, + dataAfter: await testHeapData(graphAfter), + )!; expect(diff.className, className); expect(diff.diff.created.instanceCount, 2); @@ -82,13 +81,12 @@ void main() { final classBefore = testClassData(className, [deleted], graphBefore); - final diff = - DiffClassData.compare( - before: classBefore, - dataBefore: await testHeapData(graphBefore), - after: null, - dataAfter: await testHeapData(), - )!; + final diff = DiffClassData.compare( + before: classBefore, + dataBefore: await testHeapData(graphBefore), + after: null, + dataAfter: await testHeapData(), + )!; expect(diff.className, className); expect(diff.diff.created.instanceCount, 0); diff --git a/packages/devtools_app/test/screens/memory/diff/widgets/class_filter_test.dart b/packages/devtools_app/test/screens/memory/diff/widgets/class_filter_test.dart index 2cd45424b06..72d18a519d3 100644 --- a/packages/devtools_app/test/screens/memory/diff/widgets/class_filter_test.dart +++ b/packages/devtools_app/test/screens/memory/diff/widgets/class_filter_test.dart @@ -59,10 +59,9 @@ void main() { hasLength(2), ); - final diffWith = - test.isDiff - ? scene.diffController.core.snapshots.value[1] as SnapshotDataItem - : null; + final diffWith = test.isDiff + ? scene.diffController.core.snapshots.value[1] as SnapshotDataItem + : null; scene.diffController.setDiffing( scene.diffController.derived.selectedItem.value as SnapshotDataItem, diff --git a/packages/devtools_app/test/screens/memory/diff/widgets/paths_test.dart b/packages/devtools_app/test/screens/memory/diff/widgets/paths_test.dart index 5b77088e767..96af99bc471 100644 --- a/packages/devtools_app/test/screens/memory/diff/widgets/paths_test.dart +++ b/packages/devtools_app/test/screens/memory/diff/widgets/paths_test.dart @@ -11,7 +11,7 @@ import '../../../../test_infra/scenes/memory/default.dart'; void main() { test('Many retaining paths do not jank UI.', () async { final heap = HeapData( - await MemoryDefaultSceneHeaps.manyPaths(), + MemoryDefaultSceneHeaps.manyPaths(), created: DateTime.now(), ); await heap.calculate; diff --git a/packages/devtools_app/test/screens/memory/framework/memory_controller_test.dart b/packages/devtools_app/test/screens/memory/framework/memory_controller_test.dart index 081b0b010ff..3ae0e033662 100644 --- a/packages/devtools_app/test/screens/memory/framework/memory_controller_test.dart +++ b/packages/devtools_app/test/screens/memory/framework/memory_controller_test.dart @@ -63,10 +63,9 @@ void main() { late final CpuSamples allocationTracingProfile; setUpAll(() { - final rawProfile = - File( - 'test/test_infra/test_data/memory/allocation_tracing/allocation_trace.json', - ).readAsStringSync(); + final rawProfile = File( + 'test/test_infra/test_data/memory/allocation_tracing/allocation_trace.json', + ).readAsStringSync(); allocationTracingProfile = CpuSamples.parse(jsonDecode(rawProfile))!; }); diff --git a/packages/devtools_app/test/screens/memory/framework/memory_screen_test.dart b/packages/devtools_app/test/screens/memory/framework/memory_screen_test.dart index e47552fb7da..79befb2bf5c 100644 --- a/packages/devtools_app/test/screens/memory/framework/memory_screen_test.dart +++ b/packages/devtools_app/test/screens/memory/framework/memory_screen_test.dart @@ -87,10 +87,10 @@ void main() { setGlobal(OfflineDataController, OfflineDataController()); setGlobal(IdeTheme, IdeTheme()); setGlobal(NotificationService, NotificationService()); - setGlobal(BannerMessagesController, BannerMessagesController()); setGlobal(DTDManager, MockDTDManager()); setGlobal(ScriptManager, MockScriptManager()); setUpServiceManagerForMemory(); + setGlobal(BannerMessagesController, BannerMessagesController()); }); testWidgets('builds its tab', (WidgetTester tester) async { diff --git a/packages/devtools_app/test/screens/memory/framework/memory_service_test.dart b/packages/devtools_app/test/screens/memory/framework/memory_service_test.dart index 0626c5d2059..650f13afef1 100644 --- a/packages/devtools_app/test/screens/memory/framework/memory_service_test.dart +++ b/packages/devtools_app/test/screens/memory/framework/memory_service_test.dart @@ -27,7 +27,7 @@ void main() { const FlutterRunConfiguration(withDebugger: true), ); - env.afterNewSetup = () async { + env.afterNewSetup = () { memoryController = MemoryController(); }; } diff --git a/packages/devtools_app/test/screens/memory/profile/allocation_profile_table_view_test.dart b/packages/devtools_app/test/screens/memory/profile/allocation_profile_table_view_test.dart index b2f8d139169..c3824f0e1ae 100644 --- a/packages/devtools_app/test/screens/memory/profile/allocation_profile_table_view_test.dart +++ b/packages/devtools_app/test/screens/memory/profile/allocation_profile_table_view_test.dart @@ -45,18 +45,19 @@ void main() { } testWidgetsWithWindowSize( - 'respects VM Developer Mode setting', + 'respects Advanced Developer Mode setting', windowSize, (WidgetTester tester) async { await scene.pump(tester); final allocationProfileController = scene.controller.profile!; - preferences.toggleVmDeveloperMode(false); + preferences.toggleAdvancedDeveloperMode(false); await navigateToAllocationProfile(tester, allocationProfileController); - // Only "total" statistics are shown when VM Developer Mode is disabled. - expect(preferences.vmDeveloperModeEnabled.value, isFalse); + // Only "total" statistics are shown when Advanced Developer Mode is + // disabled. + expect(preferences.advancedDeveloperModeEnabled.value, isFalse); expect(find.text('Class'), findsOneWidget); expect(find.text('Instances'), findsOneWidget); expect(find.text('Total Size'), findsOneWidget); @@ -69,12 +70,12 @@ void main() { expect(find.text('Collections'), findsNothing); expect(find.text('Latency'), findsNothing); - // Enable VM Developer Mode to display new/old space column groups as - // well as GC statistics. - preferences.toggleVmDeveloperMode(true); + // Enable Advanced Developer Mode to display new/old space column groups + // as well as GC statistics. + preferences.toggleAdvancedDeveloperMode(true); await tester.pumpAndSettle(); - expect(preferences.vmDeveloperModeEnabled.value, isTrue); + expect(preferences.advancedDeveloperModeEnabled.value, isTrue); expect(find.text('Class'), findsOneWidget); expect(find.text('Instances'), findsNWidgets(3)); expect(find.text('Total Size'), findsNWidgets(3)); diff --git a/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_test.dart b/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_test.dart index d37cefb2eb9..45e96c3aa81 100644 --- a/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_test.dart +++ b/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_test.dart @@ -39,23 +39,23 @@ final _sizeTests = [ ), _SizeTest( name: 'Two objects heap', - heap: - FakeHeapSnapshotGraph()..setObjects({ - 1: [2], - 2: [], - }), + heap: FakeHeapSnapshotGraph() + ..setObjects({ + 1: [2], + 2: [], + }), rootRetainedSize: 2, unreachableSize: 0, ), _SizeTest( name: 'Four objects heap', - heap: - FakeHeapSnapshotGraph()..setObjects({ - 1: [2, 3, 4], - 2: [], - 3: [], - 4: [], - }), + heap: FakeHeapSnapshotGraph() + ..setObjects({ + 1: [2, 3, 4], + 2: [], + 3: [], + 4: [], + }), rootRetainedSize: 4, unreachableSize: 0, ), @@ -69,20 +69,20 @@ final _sizeTests = [ ), _SizeTest( name: 'Many unreachable objects heap', - heap: - FakeHeapSnapshotGraph()..setObjects({ - // Reachable: - 1: [2, 3, 4], - 2: [], - 3: [], - 4: [], + heap: FakeHeapSnapshotGraph() + ..setObjects({ + // Reachable: + 1: [2, 3, 4], + 2: [], + 3: [], + 4: [], - // Unreachable: - 5: [6, 7, 8], - 6: [], - 7: [], - 8: [], - }), + // Unreachable: + 5: [6, 7, 8], + 6: [], + 7: [], + 8: [], + }), rootRetainedSize: 4, unreachableSize: 4, ), @@ -95,15 +95,14 @@ final _sizeTests = [ // 2w 3 // | // 4 - heap: - FakeHeapSnapshotGraph() - ..setObjects({ - 1: [2, 3], - }) - ..addObjects({ - 2: [4], - }, weak: true) - ..addObjects({3: [], 4: []}), + heap: FakeHeapSnapshotGraph() + ..setObjects({ + 1: [2, 3], + }) + ..addObjects({ + 2: [4], + }, weak: true) + ..addObjects({3: [], 4: []}), rootRetainedSize: 3, unreachableSize: 1, ), @@ -114,16 +113,15 @@ final _sizeTests = [ // 2w 3w // | \ // 4 5 - heap: - FakeHeapSnapshotGraph() - ..setObjects({ - 1: [2, 3], - }) - ..addObjects({ - 2: [4], - 3: [5], - }, weak: true) - ..addObjects({4: [], 5: []}), + heap: FakeHeapSnapshotGraph() + ..setObjects({ + 1: [2, 3], + }) + ..addObjects({ + 2: [4], + 3: [5], + }, weak: true) + ..addObjects({4: [], 5: []}), rootRetainedSize: 3, unreachableSize: 2, ), @@ -133,13 +131,13 @@ final _sizeTests = [ name: 'Diamond', // |\ // \| - heap: - FakeHeapSnapshotGraph()..setObjects({ - 1: [2, 3], - 2: [4], - 3: [4], - 4: [], - }), + heap: FakeHeapSnapshotGraph() + ..setObjects({ + 1: [2, 3], + 2: [4], + 3: [4], + 4: [], + }), rootRetainedSize: 4, unreachableSize: 0, ), @@ -148,14 +146,14 @@ final _sizeTests = [ // \ // |\ // \| - heap: - FakeHeapSnapshotGraph()..setObjects({ - 1: [2], - 2: [3, 4], - 3: [5], - 4: [5], - 5: [], - }), + heap: FakeHeapSnapshotGraph() + ..setObjects({ + 1: [2], + 2: [3, 4], + 3: [5], + 4: [5], + 5: [], + }), rootRetainedSize: 5, unreachableSize: 0, ), @@ -164,19 +162,18 @@ final _sizeTests = [ // \ // |\ // \| - heap: - FakeHeapSnapshotGraph() - ..setObjects({ - 1: [2], - 2: [3, 4], - }) - ..addObjects({ - 3: [5], - }, weak: true) - ..addObjects({ - 4: [5], - 5: [], - }), + heap: FakeHeapSnapshotGraph() + ..setObjects({ + 1: [2], + 2: [3, 4], + }) + ..addObjects({ + 3: [5], + }, weak: true) + ..addObjects({ + 4: [5], + 5: [], + }), rootRetainedSize: 5, unreachableSize: 0, ), @@ -185,17 +182,16 @@ final _sizeTests = [ // \ // |\ // \| - heap: - FakeHeapSnapshotGraph() - ..setObjects({ - 1: [2], - 2: [3, 4], - }) - ..addObjects({ - 3: [5], - 4: [5], - }, weak: true) - ..addObjects({5: []}), + heap: FakeHeapSnapshotGraph() + ..setObjects({ + 1: [2], + 2: [3, 4], + }) + ..addObjects({ + 3: [5], + 4: [5], + }, weak: true) + ..addObjects({5: []}), rootRetainedSize: 4, unreachableSize: 1, ), diff --git a/packages/devtools_app/test/screens/memory/shared/heap/heap_test.dart b/packages/devtools_app/test/screens/memory/shared/heap/heap_test.dart index 7bc221c1e2c..9e6527be19c 100644 --- a/packages/devtools_app/test/screens/memory/shared/heap/heap_test.dart +++ b/packages/devtools_app/test/screens/memory/shared/heap/heap_test.dart @@ -28,59 +28,59 @@ final _classB = HeapClassName.fromPath(className: 'B', library: 'l'); final _classSizeTests = <_ClassSizeTest>[ _ClassSizeTest( name: 'separate', - heap: - FakeHeapSnapshotGraph()..setObjects( - { - 1: [2, 3, 4], - 2: [], - 3: [], - 4: [], - }, - classes: {1: _root, 2: _classA, 3: _classA, 4: _classA}, - ), + heap: FakeHeapSnapshotGraph() + ..setObjects( + { + 1: [2, 3, 4], + 2: [], + 3: [], + 4: [], + }, + classes: {1: _root, 2: _classA, 3: _classA, 4: _classA}, + ), expectedClassARetainedSize: 3, ), _ClassSizeTest( name: 'linked', - heap: - FakeHeapSnapshotGraph()..setObjects( - { - 1: [2], - 2: [3], - 3: [4], - 4: [], - }, - classes: {1: _root, 2: _classA, 3: _classA, 4: _classA}, - ), + heap: FakeHeapSnapshotGraph() + ..setObjects( + { + 1: [2], + 2: [3], + 3: [4], + 4: [], + }, + classes: {1: _root, 2: _classA, 3: _classA, 4: _classA}, + ), expectedClassARetainedSize: 3, ), _ClassSizeTest( name: 'full graph', - heap: - FakeHeapSnapshotGraph()..setObjects( - { - 1: [2], - 2: [3, 4], - 3: [2, 4], - 4: [2, 3], - }, - classes: {1: _root, 2: _classA, 3: _classA, 4: _classA}, - ), + heap: FakeHeapSnapshotGraph() + ..setObjects( + { + 1: [2], + 2: [3, 4], + 3: [2, 4], + 4: [2, 3], + }, + classes: {1: _root, 2: _classA, 3: _classA, 4: _classA}, + ), expectedClassARetainedSize: 3, ), _ClassSizeTest( name: 'with global B', - heap: - FakeHeapSnapshotGraph()..setObjects( - { - 1: [2], - 2: [3, 5], - 3: [4, 5], - 4: [2, 3], - 5: [], - }, - classes: {1: _root, 2: _classA, 3: _classA, 4: _classA, 5: _classB}, - ), + heap: FakeHeapSnapshotGraph() + ..setObjects( + { + 1: [2], + 2: [3, 5], + 3: [4, 5], + 4: [2, 3], + 5: [], + }, + classes: {1: _root, 2: _classA, 3: _classA, 4: _classA, 5: _classB}, + ), expectedClassARetainedSize: 4, ), ]; diff --git a/packages/devtools_app/test/screens/memory/tracing/tracing_pane_controller_test.dart b/packages/devtools_app/test/screens/memory/tracing/tracing_pane_controller_test.dart index 1d9849e5f04..151559fa669 100644 --- a/packages/devtools_app/test/screens/memory/tracing/tracing_pane_controller_test.dart +++ b/packages/devtools_app/test/screens/memory/tracing/tracing_pane_controller_test.dart @@ -7,8 +7,8 @@ import 'package:devtools_app/src/screens/memory/panes/tracing/tracing_pane_contr import 'package:flutter_test/flutter_test.dart'; import 'package:vm_service/vm_service.dart'; -// ignore: avoid_classes_with_only_static_members, ok for enum-like class -class _Tests { +/// A namespace for memory tracing tests. +extension _Tests on Never { static final empty = TracePaneController(rootPackage: ''); static final selection = TracePaneController( diff --git a/packages/devtools_app/test/screens/memory/tracing/tracing_view_test.dart b/packages/devtools_app/test/screens/memory/tracing/tracing_view_test.dart index 0c8ddf9e17d..3d850ab2645 100644 --- a/packages/devtools_app/test/screens/memory/tracing/tracing_view_test.dart +++ b/packages/devtools_app/test/screens/memory/tracing/tracing_view_test.dart @@ -65,10 +65,9 @@ void main() { } setUpAll(() { - final rawProfile = - File( - 'test/test_infra/test_data/memory/allocation_tracing/allocation_trace.json', - ).readAsStringSync(); + final rawProfile = File( + 'test/test_infra/test_data/memory/allocation_tracing/allocation_trace.json', + ).readAsStringSync(); allocationTracingProfile = CpuSamples.parse(jsonDecode(rawProfile))!; }); @@ -395,10 +394,9 @@ void main() { await tester.tap(checkboxes.first); await tester.pumpAndSettle(); - final tracedClassList = - state.filteredClassList.value - .where((e) => e.traceAllocations) - .toList(); + final tracedClassList = state.filteredClassList.value + .where((e) => e.traceAllocations) + .toList(); expect(tracedClassList.length, 1); expect(tracedClassList.first.clazz, classList.classes!.first); @@ -413,10 +411,9 @@ void main() { await clearFilter(tester, controller); // Check tracing state wasn't corrupted - final updatedTracedClassList = - state.filteredClassList.value - .where((e) => e.traceAllocations) - .toList(); + final updatedTracedClassList = state.filteredClassList.value + .where((e) => e.traceAllocations) + .toList(); expect(updatedTracedClassList, containsAll(tracedClassList)); expect(updatedTracedClassList.first.traceAllocations, true); }); diff --git a/packages/devtools_app/test/screens/network/network_controller_test.dart b/packages/devtools_app/test/screens/network/network_controller_test.dart index 256df4407ea..a66bffae707 100644 --- a/packages/devtools_app/test/screens/network/network_controller_test.dart +++ b/packages/devtools_app/test/screens/network/network_controller_test.dart @@ -300,26 +300,31 @@ void main() { }; final request1Pending = HttpProfileRequest.parse(httpBaseObject)!; - final request1Done = - HttpProfileRequest.parse({ - ...httpBaseObject, - 'endTime': endTime, - 'response': { - 'startTime': startTime, - 'endTime': endTime, - 'redirects': [], - 'statusCode': 200, - }, - })!; - final request2Pending = - HttpProfileRequest.parse({...httpBaseObject, 'id': '102'})!; + final request1Done = HttpProfileRequest.parse({ + ...httpBaseObject, + 'endTime': endTime, + 'response': { + 'startTime': startTime, + 'endTime': endTime, + 'redirects': [], + 'statusCode': 200, + }, + })!; + final request2Pending = HttpProfileRequest.parse({ + ...httpBaseObject, + 'id': '102', + })!; final socketStats1Pending = SocketStatistic.parse({...socketStatObject})!; - final socketStats1Done = - SocketStatistic.parse({...socketStatObject, 'endTime': endTime})!; - - final socketStats2Pending = - SocketStatistic.parse({...socketStatObject, 'id': '22'})!; + final socketStats1Done = SocketStatistic.parse({ + ...socketStatObject, + 'endTime': endTime, + })!; + + final socketStats2Pending = SocketStatistic.parse({ + ...socketStatObject, + 'id': '22', + })!; test( 'adding multiple socket and http requests notifies listeners only once', diff --git a/packages/devtools_app/test/screens/network/network_profiler_test.dart b/packages/devtools_app/test/screens/network/network_profiler_test.dart index c3f640c081a..bee1cad22a7 100644 --- a/packages/devtools_app/test/screens/network/network_profiler_test.dart +++ b/packages/devtools_app/test/screens/network/network_profiler_test.dart @@ -307,16 +307,10 @@ void main() { expectNoSelection(); - final textElement = tester.element( - find - .text( - 'https://jsonplaceholder.typicode.com/albums/1?userId=1&title=myalbum', - ) - .first, + final textWidget = find.text( + 'https://jsonplaceholder.typicode.com/albums/1?userId=1&title=myalbum', ); - final selectableTextWidget = - textElement.findAncestorWidgetOfExactType()!; - await tester.tap(find.byWidget(selectableTextWidget)); + await tester.tap(textWidget); await tester.pumpAndSettle(); expect(controller.selectedRequest.value, isNotNull); diff --git a/packages/devtools_app/test/screens/network/network_table_test.dart b/packages/devtools_app/test/screens/network/network_table_test.dart index 7f37e5621cd..e9191c3b97f 100644 --- a/packages/devtools_app/test/screens/network/network_table_test.dart +++ b/packages/devtools_app/test/screens/network/network_table_test.dart @@ -65,14 +65,14 @@ void main() { }); test('MethodColumn', () { - final column = MethodColumn(); + const column = MethodColumn(); for (final request in requests) { expect(column.getDisplayValue(request), request.method); } }); test('StatusColumn for http request', () { - final column = StatusColumn(); + const column = StatusColumn(); final getRequest = findRequestById('1'); expect(column.getDisplayValue(getRequest), httpGet.status); @@ -81,14 +81,14 @@ void main() { }); test('TypeColumn for http request', () { - final column = TypeColumn(); + const column = TypeColumn(); final getRequest = findRequestById('1'); expect(column.getDisplayValue(getRequest), 'json'); }); test('DurationColumn for http request', () { - final column = DurationColumn(); + const column = DurationColumn(); final getRequest = findRequestById('1'); expect(column.getDisplayValue(getRequest), '811 ms'); diff --git a/packages/devtools_app/test/screens/performance/controls/enhance_tracing_test.dart b/packages/devtools_app/test/screens/performance/controls/enhance_tracing_test.dart index b5c2c922555..e81e0c9e198 100644 --- a/packages/devtools_app/test/screens/performance/controls/enhance_tracing_test.dart +++ b/packages/devtools_app/test/screens/performance/controls/enhance_tracing_test.dart @@ -76,15 +76,10 @@ void main() { tester.widget(find.byType(Checkbox)) as Checkbox; expect(traceWidgetBuildsCheckbox.value, isFalse); - final userCreatedWidgetsRadio = - tester.widget(find.byType(Radio).first) - as Radio; - expect(userCreatedWidgetsRadio.groupValue, isNull); - - final allWidgetsRadio = - tester.widget(find.byType(Radio).at(1)) - as Radio; - expect(allWidgetsRadio.groupValue, isNull); + final radioGroup = tester.widget>( + find.byType(RadioGroup), + ); + expect(radioGroup.groupValue, null); }); testWidgets('builds with profileWidgetBuilds enabled', ( @@ -108,18 +103,10 @@ void main() { tester.widget(find.byType(Checkbox)) as Checkbox; expect(traceWidgetBuildsCheckbox.value, isTrue); - final userCreatedWidgetsRadio = - tester.widget(find.byType(Radio).first) - as Radio; - expect( - userCreatedWidgetsRadio.groupValue, - equals(TraceWidgetBuildsScope.all), + final radioGroup = tester.widget>( + find.byType(RadioGroup), ); - - final allWidgetsRadio = - tester.widget(find.byType(Radio).at(1)) - as Radio; - expect(allWidgetsRadio.groupValue, equals(TraceWidgetBuildsScope.all)); + expect(radioGroup.groupValue, equals(TraceWidgetBuildsScope.all)); }); testWidgets('builds with profileUserWidgetBuilds enabled', ( @@ -143,21 +130,10 @@ void main() { tester.widget(find.byType(Checkbox)) as Checkbox; expect(traceWidgetBuildsCheckbox.value, isTrue); - final userCreatedWidgetsRadio = - tester.widget(find.byType(Radio).first) - as Radio; - expect( - userCreatedWidgetsRadio.groupValue, - equals(TraceWidgetBuildsScope.userCreated), - ); - - final allWidgetsRadio = - tester.widget(find.byType(Radio).at(1)) - as Radio; - expect( - allWidgetsRadio.groupValue, - equals(TraceWidgetBuildsScope.userCreated), + final radioGroup = tester.widget>( + find.byType(RadioGroup), ); + expect(radioGroup.groupValue, equals(TraceWidgetBuildsScope.userCreated)); }); testWidgets( @@ -195,19 +171,11 @@ void main() { tester.widget(find.byType(Checkbox)) as Checkbox; expect(traceWidgetBuildsCheckbox.value, isTrue); - final userCreatedWidgetsRadio = - tester.widget(find.byType(Radio).first) - as Radio; - expect( - userCreatedWidgetsRadio.groupValue, - equals(TraceWidgetBuildsScope.userCreated), + final radioGroup = tester.widget>( + find.byType(RadioGroup), ); - - final allWidgetsRadio = - tester.widget(find.byType(Radio).at(1)) - as Radio; expect( - allWidgetsRadio.groupValue, + radioGroup.groupValue, equals(TraceWidgetBuildsScope.userCreated), ); }, @@ -298,24 +266,16 @@ void main() { traceUserCreatedWidgets: true, ); - var userCreatedWidgetsRadio = - tester.widget(find.byType(Radio).first) - as Radio; - expect( - userCreatedWidgetsRadio.groupValue, - equals(TraceWidgetBuildsScope.userCreated), - ); + RadioGroup radioGroup() => + tester.widget>( + find.byType(RadioGroup), + ); + + expect(radioGroup().groupValue, TraceWidgetBuildsScope.userCreated); await tester.tap(find.byType(Radio).at(1)); await tester.pumpAndSettle(); - - userCreatedWidgetsRadio = - tester.widget(find.byType(Radio).first) - as Radio; - expect( - userCreatedWidgetsRadio.groupValue, - equals(TraceWidgetBuildsScope.all), - ); + expect(radioGroup().groupValue, TraceWidgetBuildsScope.all); verifyExtensionStates( mockServiceManager: mockServiceManager, @@ -336,38 +296,34 @@ void main() { traceUserCreatedWidgets: false, ); - var userCreatedWidgetsRadio = + RadioGroup radioGroup() => + tester.widget>( + find.byType(RadioGroup), + ); + Radio userCreatedWidgetsRadio() => tester.widget(find.byType(Radio).first) as Radio; - expect(userCreatedWidgetsRadio.groupValue, isNull); - var allWidgetsRadio = + Radio allWidgetsRadio() => tester.widget(find.byType(Radio).at(1)) as Radio; - expect(allWidgetsRadio.groupValue, isNull); + + expect(radioGroup().groupValue, null); + expect(userCreatedWidgetsRadio().enabled, false); + expect(allWidgetsRadio().enabled, false); await tester.tap(find.byType(Radio).first); await tester.pumpAndSettle(); - userCreatedWidgetsRadio = - tester.widget(find.byType(Radio).first) - as Radio; - expect(userCreatedWidgetsRadio.groupValue, isNull); - allWidgetsRadio = - tester.widget(find.byType(Radio).at(1)) - as Radio; - expect(allWidgetsRadio.groupValue, isNull); + expect(radioGroup().groupValue, null); + expect(userCreatedWidgetsRadio().enabled, false); + expect(allWidgetsRadio().enabled, false); await tester.tap(find.byType(Radio).at(1)); await tester.pumpAndSettle(); - userCreatedWidgetsRadio = - tester.widget(find.byType(Radio).first) - as Radio; - expect(userCreatedWidgetsRadio.groupValue, isNull); - allWidgetsRadio = - tester.widget(find.byType(Radio).at(1)) - as Radio; - expect(allWidgetsRadio.groupValue, isNull); + expect(radioGroup().groupValue, null); + expect(userCreatedWidgetsRadio().enabled, false); + expect(allWidgetsRadio().enabled, false); verifyExtensionStates( mockServiceManager: mockServiceManager, diff --git a/packages/devtools_app/test/screens/performance/flutter_frames/flutter_frames_chart_test.dart b/packages/devtools_app/test/screens/performance/flutter_frames/flutter_frames_chart_test.dart index a7440db23fa..b0d63ca2370 100644 --- a/packages/devtools_app/test/screens/performance/flutter_frames/flutter_frames_chart_test.dart +++ b/packages/devtools_app/test/screens/performance/flutter_frames/flutter_frames_chart_test.dart @@ -29,7 +29,7 @@ void main() { FlutterFramesChart( framesController, showingOfflineData: showingOfflineData, - impellerEnabled: impellerEnabled, + impellerEnabled: FixedValueListenable(impellerEnabled), ), ), ); diff --git a/packages/devtools_app/test/screens/performance/performance_screen_test.dart b/packages/devtools_app/test/screens/performance/performance_screen_test.dart index 20c02224080..8c93288bb13 100644 --- a/packages/devtools_app/test/screens/performance/performance_screen_test.dart +++ b/packages/devtools_app/test/screens/performance/performance_screen_test.dart @@ -37,6 +37,7 @@ void main() { setGlobal(PreferencesController, PreferencesController()); setGlobal(OfflineDataController, OfflineDataController()); setGlobal(NotificationService, NotificationService()); + setGlobal(ServiceConnectionManager, FakeServiceConnectionManager()); setGlobal(BannerMessagesController, BannerMessagesController()); }); diff --git a/packages/devtools_app/test/screens/performance/timeline_events/timeline_event_processor_test.dart b/packages/devtools_app/test/screens/performance/timeline_events/timeline_event_processor_test.dart index 42951ceb30e..5189e08ddad 100644 --- a/packages/devtools_app/test/screens/performance/timeline_events/timeline_event_processor_test.dart +++ b/packages/devtools_app/test/screens/performance/timeline_events/timeline_event_processor_test.dart @@ -52,18 +52,16 @@ void main() { when( mockPerformanceController.timelineEventsController, ).thenReturn(timelineEventsController); - processor = - timelineEventsController.perfettoController.processor - ..primeTrackIds(ui: testUiTrackId, raster: testRasterTrackId); - - trackEvents = - allTrackEventPackets - .map( - (packetJson) => PerfettoTrackEvent.fromPacket( - TracePacket.fromJson(jsonEncode(packetJson)), - ), - ) - .toList(); + processor = timelineEventsController.perfettoController.processor + ..primeTrackIds(ui: testUiTrackId, raster: testRasterTrackId); + + trackEvents = allTrackEventPackets + .map( + (packetJson) => PerfettoTrackEvent.fromPacket( + TracePacket.fromJson(jsonEncode(packetJson)), + ), + ) + .toList(); }); test('slice events form timeline event tree', () { diff --git a/packages/devtools_app/test/screens/vm_developer/object_inspector/vm_developer_common_widgets_test.dart b/packages/devtools_app/test/screens/vm_developer/object_inspector/vm_developer_common_widgets_test.dart index e886f590d66..f2fe081c20e 100644 --- a/packages/devtools_app/test/screens/vm_developer/object_inspector/vm_developer_common_widgets_test.dart +++ b/packages/devtools_app/test/screens/vm_developer/object_inspector/vm_developer_common_widgets_test.dart @@ -193,8 +193,8 @@ void main() { RetainingPathWidget( controller: testObjectInspectorViewController, retainingPath: mockClassObject.retainingPath, - onExpanded: (bool _) { - mockClassObject.requestRetainingPath(); + onExpanded: (bool _) async { + await mockClassObject.requestRetainingPath(); }, ), ), diff --git a/packages/devtools_app/test/screens/vm_developer/object_inspector/vm_library_display_test.dart b/packages/devtools_app/test/screens/vm_developer/object_inspector/vm_library_display_test.dart index ff3d1ec0c54..21cc476035d 100644 --- a/packages/devtools_app/test/screens/vm_developer/object_inspector/vm_library_display_test.dart +++ b/packages/devtools_app/test/screens/vm_developer/object_inspector/vm_library_display_test.dart @@ -195,7 +195,7 @@ void main() { await tester.pumpAndSettle(); - expect(find.byType(SelectableText), findsNWidgets(3)); + expect(find.byType(Text), findsNWidgets(4)); }); }); } diff --git a/packages/devtools_app/test/screens/vm_developer/queued_microtasks/queued_microtasks_controller_test.dart b/packages/devtools_app/test/screens/vm_developer/queued_microtasks/queued_microtasks_controller_test.dart new file mode 100644 index 00000000000..9e7e76cdc17 --- /dev/null +++ b/packages/devtools_app/test/screens/vm_developer/queued_microtasks/queued_microtasks_controller_test.dart @@ -0,0 +1,38 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:devtools_app/devtools_app.dart'; +import 'package:devtools_app_shared/utils.dart'; +import 'package:devtools_test/devtools_test.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import '../vm_developer_test_utils.dart'; + +void main() { + late FakeServiceConnectionManager fakeServiceConnection; + late QueuedMicrotasksController controller; + + group('QueuedMicrotasksController', () { + setUp(() { + fakeServiceConnection = FakeServiceConnectionManager( + service: FakeServiceManager.createFakeService( + queuedMicrotasks: testQueuedMicrotasks, + ), + ); + setGlobal(ServiceConnectionManager, fakeServiceConnection); + + controller = QueuedMicrotasksController(); + }); + + test('refresh', () async { + expect(controller.status.value, QueuedMicrotasksControllerStatus.empty); + expect(controller.queuedMicrotasks.value, null); + + await controller.refresh(); + + expect(controller.status.value, QueuedMicrotasksControllerStatus.ready); + expect(controller.queuedMicrotasks.value, testQueuedMicrotasks); + }); + }); +} diff --git a/packages/devtools_app/test/screens/vm_developer/queued_microtasks/queued_microtasks_view_test.dart b/packages/devtools_app/test/screens/vm_developer/queued_microtasks/queued_microtasks_view_test.dart new file mode 100644 index 00000000000..f024b87f538 --- /dev/null +++ b/packages/devtools_app/test/screens/vm_developer/queued_microtasks/queued_microtasks_view_test.dart @@ -0,0 +1,74 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:devtools_app/devtools_app.dart'; +import 'package:devtools_app/src/screens/vm_developer/queued_microtasks/queued_microtasks_view.dart'; +import 'package:devtools_app_shared/ui.dart'; +import 'package:devtools_app_shared/utils.dart'; +import 'package:devtools_test/devtools_test.dart'; +import 'package:devtools_test/helpers.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import '../vm_developer_test_utils.dart'; + +void main() { + group('QueuedMicrotasksViewBody', () { + setUp(() { + final fakeServiceConnection = FakeServiceConnectionManager( + service: FakeServiceManager.createFakeService( + queuedMicrotasks: testQueuedMicrotasks, + ), + ); + + setGlobal(ServiceConnectionManager, fakeServiceConnection); + setGlobal(IdeTheme, IdeTheme()); + }); + + const windowSize = Size(2225.0, 1000.0); + + testWidgetsWithWindowSize('interactions work as intended', windowSize, ( + WidgetTester tester, + ) async { + // First, we verify that instructions explaining how to take a snapshot + // are shown in the Queued Microtasks View in its initial state. + + await tester.pumpWidget(wrapSimple(QueuedMicrotasksViewBody())); + + expect(find.byType(RefreshQueuedMicrotasksButton), findsOneWidget); + expect(find.byType(RefreshQueuedMicrotasksInstructions), findsOneWidget); + + // Then, we verify that after taking a snapshot, the user is instructed to + // select a microtask ID to see information about the corresponding + // microtask. + + await tester.tap(find.byType(RefreshQueuedMicrotasksButton)); + await tester.pumpAndSettle(); + + final formattedTimestamp = QueuedMicrotasksViewBody.dateTimeFormat.format( + DateTime.fromMicrosecondsSinceEpoch(testQueuedMicrotasks!.timestamp!), + ); + expect( + find.text('Viewing snapshot that was taken at $formattedTimestamp.'), + findsOneWidget, + ); + expect(find.byType(QueuedMicrotaskSelector), findsOneWidget); + expect( + find.text( + 'Select a microtask ID on the left to see information about the ' + 'corresponding microtask.', + ), + findsOneWidget, + ); + + // Finally, we verify that after selecting a microtask ID, the user is + // shown information about the corresponding microtask. + + await tester.tap(find.text(testMicrotask!.id.toString())); + await tester.pumpAndSettle(); + + expect(find.byType(MicrotaskStackTraceView), findsOneWidget); + }); + }); +} diff --git a/packages/devtools_app/test/screens/vm_developer/vm_developer_test_utils.dart b/packages/devtools_app/test/screens/vm_developer/vm_developer_test_utils.dart index 1bd1b373c74..7506a057dda 100644 --- a/packages/devtools_app/test/screens/vm_developer/vm_developer_test_utils.dart +++ b/packages/devtools_app/test/screens/vm_developer/vm_developer_test_utils.dart @@ -240,3 +240,15 @@ void mockVmObject(VmObject object) { when(object.vmName).thenReturn(null); } } + +final testMicrotask = Microtask.parse({ + 'type': 'Microtask', + 'id': 123, + 'stackTrace': 'stack trace', +}); + +final testQueuedMicrotasks = QueuedMicrotasks.parse({ + 'type': 'QueuedMicrotasks', + 'timestamp': DateTime(2001).microsecondsSinceEpoch, + 'microtasks': [testMicrotask], +}); diff --git a/packages/devtools_app/test/service/timeline_streams_test.dart b/packages/devtools_app/test/service/timeline_streams_test.dart index 1daa7a1d73f..7c345297ab2 100644 --- a/packages/devtools_app/test/service/timeline_streams_test.dart +++ b/packages/devtools_app/test/service/timeline_streams_test.dart @@ -54,7 +54,7 @@ void main() { serviceConnection.timelineStreamManager.recordedStreams; expect( initialStreams.map((stream) => stream.name).toList(), - equals(['Dart', 'Embedder', 'GC']), + equals(['Dart', 'Embedder', 'GC', 'Microtask']), ); await serviceConnection.serviceManager.service!.setVMTimelineFlags([ diff --git a/packages/devtools_app/test/shared/analytics/analytics_test.dart b/packages/devtools_app/test/shared/analytics/analytics_test.dart index 475b1cc1683..4504b0f3172 100644 --- a/packages/devtools_app/test/shared/analytics/analytics_test.dart +++ b/packages/devtools_app/test/shared/analytics/analytics_test.dart @@ -11,8 +11,9 @@ import 'package:test/test.dart'; void main() { group('createStackTraceForAnalytics for stack trace', () { - final fileUriBase = - Platform.isWindows ? 'file:///c:/b/s/w' : 'file:///b/s/w'; + final fileUriBase = Platform.isWindows + ? 'file:///c:/b/s/w' + : 'file:///b/s/w'; test( 'with DevTools stack frames near the top', () { diff --git a/packages/devtools_app/test/shared/ansi_output_test.dart b/packages/devtools_app/test/shared/ansi_output_test.dart index ab8d24753c4..e0de53d7af3 100644 --- a/packages/devtools_app/test/shared/ansi_output_test.dart +++ b/packages/devtools_app/test/shared/ansi_output_test.dart @@ -142,13 +142,12 @@ void main() { break; } - final detailsComputer = - computedDetails == null - ? null - : () => Future.delayed( - const Duration(seconds: 1), - () => computedDetails!, - ); + final detailsComputer = computedDetails == null + ? null + : () => Future.delayed( + const Duration(seconds: 1), + () => computedDetails!, + ); return LogData(kind, details, i, detailsComputer: detailsComputer); } diff --git a/packages/devtools_app/test/shared/charts/flame_chart_test.dart b/packages/devtools_app/test/shared/charts/flame_chart_test.dart index b9354bc63e5..00784b3fa6d 100644 --- a/packages/devtools_app/test/shared/charts/flame_chart_test.dart +++ b/packages/devtools_app/test/shared/charts/flame_chart_test.dart @@ -27,7 +27,7 @@ void main() { final narrowNode = FlameChartNode( key: narrowNodeKey, text: 'Narrow test node', - rect: Rect.fromLTWH(23.0, 0.0, 21.9, chartRowHeight), + rect: const Rect.fromLTWH(23.0, 0.0, 21.9, chartRowHeight), colorPair: ThemedColorPair.from( const ColorPair(background: Colors.blue, foreground: Colors.white), ), @@ -40,7 +40,7 @@ void main() { key: testNodeKey, text: 'Test node 1', // 30.0 is the minimum node width for text. - rect: Rect.fromLTWH(70.0, 0.0, 30.0, chartRowHeight), + rect: const Rect.fromLTWH(70.0, 0.0, 30.0, chartRowHeight), colorPair: ThemedColorPair.from( const ColorPair(background: Colors.blue, foreground: Colors.white), ), @@ -51,7 +51,7 @@ void main() { final testNode2 = FlameChartNode( key: narrowNodeKey, text: 'Test node 2', - rect: Rect.fromLTWH(120.0, 0.0, 50.0, chartRowHeight), + rect: const Rect.fromLTWH(120.0, 0.0, 50.0, chartRowHeight), colorPair: ThemedColorPair.from( const ColorPair(background: Colors.blue, foreground: Colors.white), ), @@ -62,7 +62,7 @@ void main() { final testNode3 = FlameChartNode( key: narrowNodeKey, text: 'Test node 3', - rect: Rect.fromLTWH(180.0, 0.0, 50.0, chartRowHeight), + rect: const Rect.fromLTWH(180.0, 0.0, 50.0, chartRowHeight), colorPair: ThemedColorPair.from( const ColorPair(background: Colors.blue, foreground: Colors.white), ), @@ -73,7 +73,7 @@ void main() { final testNode4 = FlameChartNode( key: narrowNodeKey, text: 'Test node 4', - rect: Rect.fromLTWH(240.0, 0.0, 300.0, chartRowHeight), + rect: const Rect.fromLTWH(240.0, 0.0, 300.0, chartRowHeight), colorPair: ThemedColorPair.from( const ColorPair(background: Colors.blue, foreground: Colors.white), ), @@ -87,7 +87,7 @@ void main() { final negativeWidthNode = FlameChartNode( key: noWidthNodeKey, text: 'No-width node', - rect: Rect.fromLTWH(1.0, 0.0, -0.1, chartRowHeight), + rect: const Rect.fromLTWH(1.0, 0.0, -0.1, chartRowHeight), colorPair: ThemedColorPair.from( const ColorPair(background: Colors.blue, foreground: Colors.white), ), @@ -715,18 +715,17 @@ void main() { node ??= testNode; await tester.pumpWidget( Builder( - builder: - (context) => Directionality( - textDirection: TextDirection.ltr, - child: node!.buildWidget( - selected: selected, - searchMatch: false, - activeSearchMatch: false, - hovered: hovered, - zoom: zoom, - theme: Theme.of(context), - ), - ), + builder: (context) => Directionality( + textDirection: TextDirection.ltr, + child: node!.buildWidget( + selected: selected, + searchMatch: false, + activeSearchMatch: false, + hovered: hovered, + zoom: zoom, + theme: Theme.of(context), + ), + ), ), ); } diff --git a/packages/devtools_app/test/shared/charts/treemap_test.dart b/packages/devtools_app/test/shared/charts/treemap_test.dart index 7946de69a29..65805f87548 100644 --- a/packages/devtools_app/test/shared/charts/treemap_test.dart +++ b/packages/devtools_app/test/shared/charts/treemap_test.dart @@ -64,10 +64,11 @@ void main() { final grandchild2 = TreemapNode(name: 'package:grandchild2'); final greatGrandchild1 = TreemapNode(name: 'package:greatGrandchild1'); final greatGrandchild2 = TreemapNode(name: 'package:greatGrandchild2'); - final testRoot = TreemapNode(name: 'libapp.so (Dart AOT)')..addAllChildren([ - child1..addChild(grandchild1..addChild(greatGrandchild1)), - child2..addChild(grandchild2..addChild(greatGrandchild2)), - ]); + final testRoot = TreemapNode(name: 'libapp.so (Dart AOT)') + ..addAllChildren([ + child1..addChild(grandchild1..addChild(greatGrandchild1)), + child2..addChild(grandchild2..addChild(greatGrandchild2)), + ]); final nodeWithDuplicatePackageNameGrandchild = TreemapNode( name: 'grandchild', diff --git a/packages/devtools_app/test/shared/diagnostics/dart_object_node_test.dart b/packages/devtools_app/test/shared/diagnostics/dart_object_node_test.dart index 675dbc9b6ce..95be5046d8a 100644 --- a/packages/devtools_app/test/shared/diagnostics/dart_object_node_test.dart +++ b/packages/devtools_app/test/shared/diagnostics/dart_object_node_test.dart @@ -105,4 +105,41 @@ void main() { expect(str.childCount, equals(0)); expect(str.isPartialObject, isFalse); }); + + group('toString', () { + test('string variable', () { + final str = buildStringVariable('Hello there!'); + expect(str.toString(), equals('root1 - Hello there!')); + }); + + test('boolean variable', () { + final boolean = buildBooleanVariable(true); + expect(boolean.toString(), equals('root1 - true')); + }); + + test('set variable', () { + final set = buildSetVariable(length: 3); + expect(set.toString(), equals('root1 - Set (3)')); + }); + + test('map variable', () { + final map = buildMapVariable(length: 3); + expect(map.toString(), equals('root1 - Map (3)')); + }); + + test('string variable', () { + final list = buildListVariable(length: 3); + expect(list.toString(), equals('root1 - List (3)')); + }); + + testWidgets('Text widget', (WidgetTester tester) async { + final textWidget = buildTextWidgetVariable(); + expect(textWidget.toString(), equals('Text: Hello world!')); + }); + + testWidgets('Row widget', (WidgetTester tester) async { + final rowWidget = buildRowWidgetVariable(); + expect(rowWidget.toString(), equals('Row')); + }); + }); } diff --git a/packages/devtools_app/test/shared/diagnostics/inspector_service_test.dart b/packages/devtools_app/test/shared/diagnostics/inspector_service_test.dart index 43aee756de2..63657deee0c 100644 --- a/packages/devtools_app/test/shared/diagnostics/inspector_service_test.dart +++ b/packages/devtools_app/test/shared/diagnostics/inspector_service_test.dart @@ -25,6 +25,7 @@ void main() { final env = FlutterTestEnvironment( const FlutterRunConfiguration(withDebugger: true), + testAppDirectory: 'test/test_infra/fixtures/inspector_app', ); InspectorService? inspectorService; @@ -88,8 +89,8 @@ void main() { const testPubRootDirectory = '/alpha/bravo/charlie'; // Empty the pubroot directories. - final initialPubRootDirectories = - await inspectorServiceLocal.getPubRootDirectories(); + final initialPubRootDirectories = await inspectorServiceLocal + .getPubRootDirectories(); await inspectorServiceLocal.removePubRootDirectories( initialPubRootDirectories!, ); @@ -128,9 +129,8 @@ void main() { await inspectorServiceLocal.isWidgetCreationTracked(), isTrue, ); - final rootLibrary = - await serviceConnection.serviceManager - .mainIsolateRootLibraryUriAsString(); + final rootLibrary = await serviceConnection.serviceManager + .mainIsolateRootLibraryUriAsString(); await inspectorServiceLocal.addPubRootDirectories([rootLibrary!]); final rootDirectories = await inspectorServiceLocal.getPubRootDirectories() ?? @@ -205,8 +205,8 @@ void main() { // These tests are moot if widget creation is not tracked. expect(await inspectorServiceLocal.isWidgetCreationTracked(), isTrue); await inspectorServiceLocal.addPubRootDirectories([]); - final originalRootDirectories = - await inspectorServiceLocal.getPubRootDirectories(); + final originalRootDirectories = await inspectorServiceLocal + .getPubRootDirectories(); try { await inspectorServiceLocal.addPubRootDirectories([ '/usr/me/clients/google3/foo/bar/baz/lib/src/bla', @@ -266,11 +266,10 @@ void main() { test('isSummaryTree = true', () async { await env.setupEnvironment(); final group = inspectorService!.createObjectGroup('test-group'); - final root = - (await group.getRoot( - FlutterTreeType.widget, - isSummaryTree: true, - ))!; + final root = (await group.getRoot( + FlutterTreeType.widget, + isSummaryTree: true, + ))!; // Tree only contains widgets from local app. expect( treeToDebugString(root), @@ -280,7 +279,7 @@ void main() { ), ), ); - final nodeInSummaryTree = findNodeMatching(root, 'MaterialApp')!; + final nodeInSummaryTree = findNodeMatching(root, 'CustomApp')!; expect(nodeInSummaryTree, isNotNull); expect( @@ -299,88 +298,26 @@ void main() { await env.setupEnvironment(); final group = inspectorService!.createObjectGroup('test-group'); final root = (await group.getRoot(FlutterTreeType.widget))!; - // Tree contains all widgets. - expect( - treeToDebugString(root), - equals( - equalsGoldenIgnoringHashCodes( - 'inspector_service_tree_no_summary.txt', - ), - ), - ); - final nodeInTree = findNodeMatching(root, 'MaterialApp')!; - expect(nodeInTree, isNotNull); - expect( - treeToDebugString(nodeInTree), - equals( - equalsGoldenIgnoringHashCodes( - 'inspector_service_node_no_summary.txt', - ), - ), - ); - - await group.dispose(); - }); - - test('details tree', () async { - await env.setupEnvironment(); - - // First get a node in the summary tree: - final group = inspectorService!.createObjectGroup('test-group'); - final root = - (await group.getRoot( - FlutterTreeType.widget, - isSummaryTree: true, - ))!; - RemoteDiagnosticsNode nodeInSummaryTree = - findNodeMatching(root, 'MaterialApp')!; - expect(nodeInSummaryTree, isNotNull); - - // Then get the details tree for the node in the summary tree: - RemoteDiagnosticsNode nodeInDetailsTree = - (await group.getDetailsSubtree(nodeInSummaryTree))!; - - // When flutter rolls, this string may sometimes change due to - // implementation details. - expect( - treeToDebugStringTruncated(nodeInDetailsTree, 30), - equalsGoldenIgnoringHashCodes('inspector_service_details_tree.txt'), - ); - - nodeInSummaryTree = findNodeMatching(root, 'Text')!; - expect(nodeInSummaryTree, isNotNull); - expect( - treeToDebugString(nodeInSummaryTree), - equalsIgnoringHashCodes('Text\n'), - ); + final summaryTreeRoot = (await group.getRoot( + FlutterTreeType.widget, + isSummaryTree: true, + ))!; - nodeInDetailsTree = - (await group.getDetailsSubtree(nodeInSummaryTree))!; + final widgetsInTree = treeToDebugString(root).split('\n'); - expect( - treeToDebugString(nodeInDetailsTree), - equalsGoldenIgnoringHashCodes( - 'inspector_service_text_details_tree.txt', - ), - ); + // Unlike in the summary tree, CustomApp is not directly beneath root. + expect(widgetsInTree[0].contains('[root]'), isTrue); + expect(widgetsInTree[1].contains('CustomApp'), isFalse); - expect( - nodeInDetailsTree.valueRef, - equals(nodeInSummaryTree.valueRef), - ); + // Tree contains implementation widgets not in the summary tree. + final widgetsInSummaryTree = treeToDebugString( + summaryTreeRoot, + ).split('\n'); + expect(widgetsInTree.length > widgetsInSummaryTree.length, isTrue); - await group.setSelectionInspector(nodeInDetailsTree.valueRef, true); - final selection = - (await group.getSelection(null, FlutterTreeType.widget))!; - expect(selection, isNotNull); - expect(selection.valueRef, equals(nodeInDetailsTree.valueRef)); - expect( - treeToDebugString(selection), - equalsIgnoringHashCodes( - 'Text\n' - ' └─RichText\n', - ), - ); + // Tree contains the CustomApp. + final nodeInTree = findNodeMatching(root, 'CustomApp')!; + expect(nodeInTree, isNotNull); await group.dispose(); }); diff --git a/packages/devtools_app/test/shared/editor/editor_client_test.dart b/packages/devtools_app/test/shared/editor/editor_client_test.dart new file mode 100644 index 00000000000..69526c3153b --- /dev/null +++ b/packages/devtools_app/test/shared/editor/editor_client_test.dart @@ -0,0 +1,803 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'dart:convert'; + +import 'package:devtools_app/src/shared/editor/api_classes.dart'; +import 'package:devtools_app/src/shared/editor/editor_client.dart'; +import 'package:devtools_test/devtools_test.dart'; +import 'package:dtd/dtd.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; + +void main() { + late MockDartToolingDaemon mockDtd; + late EditorClient editorClient; + + final methodToResponseJson = { + LspMethod.codeAction: _codeActionResponseJson, + LspMethod.editableArguments: _editableArgumentsResponseJson, + LspMethod.editArgument: 'null', + LspMethod.executeCommand: 'null', + }; + + setUp(() { + mockDtd = MockDartToolingDaemon(); + + for (final MapEntry(key: method, value: responseJson) + in methodToResponseJson.entries) { + when( + mockDtd.call( + lspServiceName, + method.methodName, + params: anyNamed('params'), + ), + ).thenAnswer((_) async => _createDtdResponse(responseJson)); + } + + for (final method in LspMethod.values) { + method.isRegistered = true; + } + + editorClient = EditorClient(mockDtd); + }); + + group('getRefactors', () { + test('deserializes refactors from the CodeActionResult', () async { + final result = await editorClient.getRefactors( + textDocument: _textDocument, + range: _editorRange, + screenId: _fakeScreenId, + ); + + // Verify the expected request was sent. + verify( + mockDtd.call( + lspServiceName, + LspMethod.codeAction.methodName, + params: json.decode(_codeActionRequestJson), + ), + ).called(1); + + // Verify deserialization of the response succeeded. + expect(result, isA()); + const expectedRefactors = [ + 'Wrap with widget...', + 'Wrap with Center', + 'Wrap with Container', + 'Wrap with Expanded', + 'Wrap with Flexible', + 'Wrap with Padding', + 'Wrap with SizedBox', + 'Wrap with Column', + 'Wrap with Row', + 'Wrap with Builder', + 'Wrap with ValueListenableBuilder', + 'Wrap with StreamBuilder', + 'Wrap with FutureBuilder', + ]; + expect( + result!.actions.map((a) => a.title), + containsAll(expectedRefactors), + ); + }); + + test('returns null when API is unavailable', () async { + LspMethod.codeAction.isRegistered = false; + + final result = await editorClient.getRefactors( + textDocument: _textDocument, + range: _editorRange, + screenId: _fakeScreenId, + ); + + // Verify that the request was never sent. + verifyNever(mockDtd.call(any, any, params: anyNamed('params'))); + + // Verify the response is null. + expect(result, isNull); + }); + }); + + group('editableArguments', () { + test('deserializes arguments from the EditableArgumentsResult', () async { + final result = await editorClient.getEditableArguments( + textDocument: _textDocument, + position: _cursorPosition, + screenId: _fakeScreenId, + ); + + // Verify the expected request was sent. + verify( + mockDtd.call( + lspServiceName, + LspMethod.editableArguments.methodName, + params: json.decode(_editableArgumentsRequestJson), + ), + ).called(1); + + // Verify deserialization of the response succeeded. + final expectedArgs = [ + 'mainAxisAlignment - MainAxisAlignment.end', + 'mainAxisSize - null', + 'crossAxisAlignment - null', + 'textDirection - null', + 'verticalDirection - null', + 'textBaseline - null', + 'spacing - null', + ]; + + expect( + result!.args.map((arg) => '${arg.name} - ${arg.value}'), + containsAll(expectedArgs), + ); + }); + + test('returns null when API is not available', () async { + LspMethod.editableArguments.isRegistered = false; + + final result = await editorClient.getEditableArguments( + textDocument: _textDocument, + position: _cursorPosition, + screenId: _fakeScreenId, + ); + + // Verify that the request was never sent. + verifyNever(mockDtd.call(any, any, params: anyNamed('params'))); + + // Verify the response is null. + expect(result, isNull); + }); + }); + + group('executeCommand', () { + test('sends an executeCommand request', () async { + final result = await editorClient.executeCommand( + commandName: 'dart.edit.codeAction.apply', + commandArgs: [json.decode(_executeCommandArg) as Map], + screenId: _fakeScreenId, + ); + + // Verify the expected request was sent. + verify( + mockDtd.call( + lspServiceName, + LspMethod.executeCommand.methodName, + params: json.decode(_executeCommandRequestJson), + ), + ).called(1); + + // Verify the response was successful. + expect(result.success, isTrue); + expect(result.errorMessage, isNull); + }); + + test('returns failure response when API is not available', () async { + LspMethod.executeCommand.isRegistered = false; + + final result = await editorClient.executeCommand( + commandName: 'dart.edit.codeAction.apply', + commandArgs: [json.decode(_executeCommandArg) as Map], + screenId: _fakeScreenId, + ); + + // Verify the request was never sent. + verifyNever(mockDtd.call(any, any, params: anyNamed('params'))); + + // Verify the failure response. + expect(result.success, isFalse); + expect(result.errorMessage, 'API is unavailable.'); + }); + }); + + group('editArgument', () { + test('sends an editArgument request', () async { + final result = await editorClient.editArgument( + textDocument: _textDocument, + position: _cursorPosition, + name: 'mainAxisAlignment', + value: 'MainAxisAlignment.center', + screenId: _fakeScreenId, + ); + + // Verify the expected request was sent. + verify( + mockDtd.call( + lspServiceName, + LspMethod.editArgument.methodName, + params: json.decode(_editArgumentRequestJson), + ), + ).called(1); + + // Verify the response is successful. + expect(result.success, isTrue); + expect(result.errorMessage, isNull); + }); + + test('returns failure response when API is not available', () async { + LspMethod.editArgument.isRegistered = false; + + final result = await editorClient.editArgument( + textDocument: _textDocument, + position: _cursorPosition, + name: 'mainAxisAlignment', + value: 'MainAxisAlignment.center', + screenId: _fakeScreenId, + ); + + // Verify that the request was never sent. + verifyNever(mockDtd.call(any, any, params: anyNamed('params'))); + + // Verify the failure response. + expect(result.success, isFalse); + expect(result.errorMessage, 'API is unavailable.'); + }); + }); +} + +const _fakeScreenId = 'DevToolsScreen'; +const _documentUri = 'file:///Users/me/flutter_app/lib/main.dart'; +const _documentVersion = 1; +const _cursorLine = 10; +const _cursorChar = 20; + +final _textDocument = TextDocument( + uriAsString: _documentUri, + version: _documentVersion, +); +final _cursorPosition = CursorPosition( + line: _cursorLine, + character: _cursorChar, +); +final _editorRange = EditorRange(start: _cursorPosition, end: _cursorPosition); + +DTDResponse _createDtdResponse(String jsonStr) { + final result = json.decode(_wrapJsonInResult(jsonStr)); + return DTDResponse('1', 'type', result); +} + +String _wrapJsonInResult(String jsonStr) => '{"result": $jsonStr}'; + +const _editArgumentRequestJson = + ''' +{ + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "position": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "edit": { + "name": "mainAxisAlignment", + "newValue": "MainAxisAlignment.center" + }, + "type": "Object" +} +'''; + +const _executeCommandArg = + ''' + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.futureBuilder", + "loggedAction": "dart.assist.flutter.wrap.futureBuilder" + } +'''; + +const _executeCommandRequestJson = + ''' +{ + "command": "dart.edit.codeAction.apply", + "arguments": [ + $_executeCommandArg + ], + "type": "Object" +} +'''; + +const _editableArgumentsRequestJson = + ''' +{ + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "position": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "type": "Object" +} +'''; + +const _codeActionRequestJson = + ''' +{ + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "start": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "end": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "context": { + "diagnostics": [], + "only": [ + "refactor.flutter.wrap" + ] + }, + "type": "Object" +} +'''; + +const _editableArgumentsResponseJson = + ''' +{ + "arguments": [ + { + "defaultValue": "MainAxisAlignment.start", + "documentation": "Creates a vertical array of children.", + "hasArgument": true, + "isDeprecated": false, + "isEditable": true, + "isNullable": false, + "isRequired": false, + "name": "mainAxisAlignment", + "options": [ + "MainAxisAlignment.start", + "MainAxisAlignment.end", + "MainAxisAlignment.center", + "MainAxisAlignment.spaceBetween", + "MainAxisAlignment.spaceAround", + "MainAxisAlignment.spaceEvenly" + ], + "type": "enum", + "value": "MainAxisAlignment.end" + }, + { + "defaultValue": "MainAxisSize.max", + "documentation": "Creates a vertical array of children.", + "hasArgument": false, + "isDeprecated": false, + "isEditable": true, + "isNullable": false, + "isRequired": false, + "name": "mainAxisSize", + "options": [ + "MainAxisSize.min", + "MainAxisSize.max" + ], + "type": "enum" + }, + { + "defaultValue": "CrossAxisAlignment.center", + "documentation": "Creates a vertical array of children.", + "hasArgument": false, + "isDeprecated": false, + "isEditable": true, + "isNullable": false, + "isRequired": false, + "name": "crossAxisAlignment", + "options": [ + "CrossAxisAlignment.start", + "CrossAxisAlignment.end", + "CrossAxisAlignment.center", + "CrossAxisAlignment.stretch", + "CrossAxisAlignment.baseline" + ], + "type": "enum" + }, + { + "documentation": "Creates a vertical array of children.", + "hasArgument": false, + "isDeprecated": false, + "isEditable": true, + "isNullable": true, + "isRequired": false, + "name": "textDirection", + "options": [ + "TextDirection.rtl", + "TextDirection.ltr" + ], + "type": "enum" + }, + { + "defaultValue": "VerticalDirection.down", + "documentation": "Creates a vertical array of children.", + "hasArgument": false, + "isDeprecated": false, + "isEditable": true, + "isNullable": false, + "isRequired": false, + "name": "verticalDirection", + "options": [ + "VerticalDirection.up", + "VerticalDirection.down" + ], + "type": "enum" + }, + { + "documentation": "Creates a vertical array of children.", + "hasArgument": false, + "isDeprecated": false, + "isEditable": true, + "isNullable": true, + "isRequired": false, + "name": "textBaseline", + "options": [ + "TextBaseline.alphabetic", + "TextBaseline.ideographic" + ], + "type": "enum" + }, + { + "defaultValue": 0.0, + "documentation": "Creates a vertical array of children.", + "hasArgument": false, + "isDeprecated": false, + "isEditable": true, + "isNullable": false, + "isRequired": false, + "name": "spacing", + "type": "double" + } + ], + "documentation": "Creates a vertical array of children.", + "name": "Column", + "range": { + "end": { + "character": 13, + "line": 64 + }, + "start": { + "character": 19, + "line": 48 + } + }, + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + } +} +'''; + +const _codeActionResponseJson = + ''' +[ + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.generic", + "loggedAction": "dart.assist.flutter.wrap.generic" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with widget..." + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.center", + "loggedAction": "dart.assist.flutter.wrap.center" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with Center" + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.container", + "loggedAction": "dart.assist.flutter.wrap.container" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with Container" + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.expanded", + "loggedAction": "dart.assist.flutter.wrap.expanded" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with Expanded" + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.flexible", + "loggedAction": "dart.assist.flutter.wrap.flexible" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with Flexible" + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.padding", + "loggedAction": "dart.assist.flutter.wrap.padding" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with Padding" + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.sizedBox", + "loggedAction": "dart.assist.flutter.wrap.sizedBox" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with SizedBox" + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.column", + "loggedAction": "dart.assist.flutter.wrap.column" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with Column" + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.row", + "loggedAction": "dart.assist.flutter.wrap.row" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with Row" + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.builder", + "loggedAction": "dart.assist.flutter.wrap.builder" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with Builder" + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.valueListenableBuilder", + "loggedAction": "dart.assist.flutter.wrap.valueListenableBuilder" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with ValueListenableBuilder" + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.streamBuilder", + "loggedAction": "dart.assist.flutter.wrap.streamBuilder" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with StreamBuilder" + }, + { + "arguments": [ + { + "textDocument": { + "uri": "$_documentUri", + "version": $_documentVersion + }, + "range": { + "end": { + "character": $_cursorChar, + "line": $_cursorLine + }, + "start": { + "character": $_cursorChar, + "line": $_cursorLine + } + }, + "kind": "refactor.flutter.wrap.futureBuilder", + "loggedAction": "dart.assist.flutter.wrap.futureBuilder" + } + ], + "command": "dart.edit.codeAction.apply", + "title": "Wrap with FutureBuilder" + } +] +'''; diff --git a/packages/devtools_app/test/shared/eval_integration_test.dart b/packages/devtools_app/test/shared/eval_integration_test.dart index ebd96fc8de3..36be55665f8 100644 --- a/packages/devtools_app/test/shared/eval_integration_test.dart +++ b/packages/devtools_app/test/shared/eval_integration_test.dart @@ -59,8 +59,10 @@ void main() { final instance = (await eval.asyncEval('42', isAlive: isAlive))!; expect(instance.valueAsString, '42'); - final instance2 = - (await eval.asyncEval('Future.value(42)', isAlive: isAlive))!; + final instance2 = (await eval.asyncEval( + 'Future.value(42)', + isAlive: isAlive, + ))!; expect(instance2.classRef!.name, '_Future'); }, timeout: const Timeout.factor(2), @@ -84,12 +86,11 @@ void main() { isolate: mainIsolate, ); - final instance = - (await eval.asyncEval( - // The delay asserts that there is no issue with garbage collection - 'await Future.delayed(const Duration(milliseconds: 500), () => 42)', - isAlive: isAlive, - ))!; + final instance = (await eval.asyncEval( + // The delay asserts that there is no issue with garbage collection + 'await Future.delayed(const Duration(milliseconds: 500), () => 42)', + isAlive: isAlive, + ))!; expect(instance.valueAsString, '42'); }, @@ -116,10 +117,9 @@ void main() { isAlive: isAlive, ) .then( - (_) => - throw Exception( - 'The FutureFailedException was not thrown as expected.', - ), + (_) => throw Exception( + 'The FutureFailedException was not thrown as expected.', + ), onError: (Object? err) => err, ); diff --git a/packages/devtools_app/test/shared/framework/screens_test.dart b/packages/devtools_app/test/shared/framework/screens_test.dart index f980c351e34..14bf1d36f9e 100644 --- a/packages/devtools_app/test/shared/framework/screens_test.dart +++ b/packages/devtools_app/test/shared/framework/screens_test.dart @@ -21,8 +21,9 @@ void main() { group('ScreenMetaData', () { test('values matches order of screens', () { final enumOrder = ScreenMetaData.values.map((s) => s.id).toList(); - final screenOrder = - defaultScreens().map((screen) => screen.screen.screenId).toList(); + final screenOrder = defaultScreens() + .map((screen) => screen.screen.screenId) + .toList(); // Remove any items that don't exist in both - we can't verify // the order of those. @@ -43,14 +44,12 @@ void main() { setUp(() { screen1 = SimpleScreen(const Placeholder()); screen2 = SimpleScreen(const Placeholder()); - extensionScreen1 = - DevToolsScreen( - ExtensionScreen(StubDevToolsExtensions.someToolExtension), - ).screen; - extensionScreen2 = - DevToolsScreen( - ExtensionScreen(StubDevToolsExtensions.barExtension), - ).screen; + extensionScreen1 = DevToolsScreen( + ExtensionScreen(StubDevToolsExtensions.someToolExtension), + ).screen; + extensionScreen2 = DevToolsScreen( + ExtensionScreen(StubDevToolsExtensions.barExtension), + ).screen; screens = [screen1, screen2, extensionScreen1, extensionScreen2]; }); diff --git a/packages/devtools_app/test/shared/framework/visible_screens_test.dart b/packages/devtools_app/test/shared/framework/visible_screens_test.dart index 01e6fda04f8..4e1a97c4470 100644 --- a/packages/devtools_app/test/shared/framework/visible_screens_test.dart +++ b/packages/devtools_app/test/shared/framework/visible_screens_test.dart @@ -39,7 +39,7 @@ void main() { ); }); - void setupMockValues({ + void setupMockConnectedApp({ bool web = false, bool flutter = false, bool debugMode = true, @@ -69,7 +69,7 @@ void main() { } testWidgets('are correct for Dart CLI app', (WidgetTester tester) async { - setupMockValues(); + setupMockConnectedApp(); expect( visibleScreenTypes, @@ -86,12 +86,13 @@ void main() { AppSizeScreen, DeepLinksScreen, // VMDeveloperToolsScreen, + // DTDToolsScreen, ]), ); }); testWidgets('are correct for Dart Web app', (WidgetTester tester) async { - setupMockValues(web: true); + setupMockConnectedApp(web: true); expect( visibleScreenTypes, @@ -108,6 +109,7 @@ void main() { // AppSizeScreen, // DeepLinksScreen, // VMDeveloperToolsScreen, + // DTDToolsScreen, ]), ); }); @@ -115,7 +117,7 @@ void main() { testWidgets('are correct for Flutter (non-web) debug app', ( WidgetTester tester, ) async { - setupMockValues(flutter: true); + setupMockConnectedApp(flutter: true); expect( visibleScreenTypes, @@ -132,6 +134,7 @@ void main() { AppSizeScreen, DeepLinksScreen, // VMDeveloperToolsScreen, + // DTDToolsScreen, ]), ); }); @@ -139,7 +142,7 @@ void main() { testWidgets('are correct for Flutter (non-web) profile app', ( WidgetTester tester, ) async { - setupMockValues(flutter: true, debugMode: false); + setupMockConnectedApp(flutter: true, debugMode: false); expect( visibleScreenTypes, @@ -156,6 +159,7 @@ void main() { AppSizeScreen, DeepLinksScreen, // VMDeveloperToolsScreen, + // DTDToolsScreen, ]), ); }); @@ -163,7 +167,7 @@ void main() { testWidgets('are correct for Flutter web debug app', ( WidgetTester tester, ) async { - setupMockValues(flutter: true, web: true); + setupMockConnectedApp(flutter: true, web: true); expect( visibleScreenTypes, @@ -180,6 +184,7 @@ void main() { // AppSizeScreen, // DeepLinksScreen, // VMDeveloperToolsScreen, + // DTDToolsScreen, ]), ); }); @@ -187,7 +192,7 @@ void main() { testWidgets('are correct for Flutter app on old Flutter version', ( WidgetTester tester, ) async { - setupMockValues( + setupMockConnectedApp( flutter: true, flutterVersion: SemanticVersion( major: 2, @@ -214,6 +219,7 @@ void main() { AppSizeScreen, DeepLinksScreen, // VMDeveloperToolsScreen, + // DTDToolsScreen, ]), ); }); @@ -222,7 +228,7 @@ void main() { offlineDataController.startShowingOfflineData( offlineApp: serviceConnection.serviceManager.connectedApp!, ); - setupMockValues(web: true); // Web apps would normally hide + setupMockConnectedApp(web: true); // Web apps would normally hide expect( visibleScreenTypes, @@ -238,41 +244,92 @@ void main() { // AppSizeScreen, // DeepLinksScreen, // VMDeveloperToolsScreen, + // DTDToolsScreen, ]), ); offlineDataController.stopShowingOfflineData(); }); - testWidgets('are correct for Dart CLI app with VM developer mode enabled', ( + testWidgets('are correct with no connected app', ( WidgetTester tester, ) async { - preferences.toggleVmDeveloperMode(true); - setupMockValues(); + // Ensure the service manager is not connected to an app. + await fakeServiceConnection.serviceManager.manuallyDisconnect(); expect( visibleScreenTypes, equals([ HomeScreen, // InspectorScreen, - // LegacyPerformanceScreen, PerformanceScreen, ProfilerScreen, MemoryScreen, - DebuggerScreen, + // DebuggerScreen, NetworkScreen, - LoggingScreen, + // LoggingScreen, + AppSizeScreen, + DeepLinksScreen, + // VMDeveloperToolsScreen, + // DTDToolsScreen, + ]), + ); + }); + + testWidgets('are correct with no connected app (advanced developer mode)', ( + WidgetTester tester, + ) async { + // Ensure the service manager is not connected to an app. + await fakeServiceConnection.serviceManager.manuallyDisconnect(); + preferences.toggleAdvancedDeveloperMode(true); + expect( + visibleScreenTypes, + equals([ + HomeScreen, + // InspectorScreen, + PerformanceScreen, + ProfilerScreen, + MemoryScreen, + // DebuggerScreen, + NetworkScreen, + // LoggingScreen, AppSizeScreen, DeepLinksScreen, - VMDeveloperToolsScreen, + // VMDeveloperToolsScreen, + DTDToolsScreen, ]), ); - preferences.toggleVmDeveloperMode(false); }); + + testWidgets( + 'are correct for Dart CLI app with advanced developer mode enabled', + (WidgetTester tester) async { + preferences.toggleAdvancedDeveloperMode(true); + setupMockConnectedApp(); + expect( + visibleScreenTypes, + equals([ + HomeScreen, + // InspectorScreen, + // LegacyPerformanceScreen, + PerformanceScreen, + ProfilerScreen, + MemoryScreen, + DebuggerScreen, + NetworkScreen, + LoggingScreen, + AppSizeScreen, + DeepLinksScreen, + VMDeveloperToolsScreen, + DTDToolsScreen, + ]), + ); + preferences.toggleAdvancedDeveloperMode(false); + }, + ); }); } -List get visibleScreenTypes => - defaultScreens() - .map((s) => s.screen) - .where((s) => shouldShowScreen(s).show) - .map((s) => s.runtimeType) - .toList(); +List get visibleScreenTypes => defaultScreens() + .map((s) => s.screen) + .where((s) => shouldShowScreen(s).show) + .map((s) => s.runtimeType) + .toList(); diff --git a/packages/devtools_app/test/shared/import_export_test.dart b/packages/devtools_app/test/shared/import_export_test.dart index 61e31771a41..409531bfd3a 100644 --- a/packages/devtools_app/test/shared/import_export_test.dart +++ b/packages/devtools_app/test/shared/import_export_test.dart @@ -26,15 +26,14 @@ void main() { ExportController.generateFileName(time: t, type: ExportFileType.json), ); - final sortedByFileName = - dates - .map( - (t) => ExportController.generateFileName( - time: t, - type: ExportFileType.json, - ), - ) - .sorted(); + final sortedByFileName = dates + .map( + (t) => ExportController.generateFileName( + time: t, + type: ExportFileType.json, + ), + ) + .sorted(); expect(sortedByTime, sortedByFileName); }); diff --git a/packages/devtools_app/test/shared/managers/banner_messages_test.dart b/packages/devtools_app/test/shared/managers/banner_messages_test.dart index 8bbc62ea0c2..dedf7e206cb 100644 --- a/packages/devtools_app/test/shared/managers/banner_messages_test.dart +++ b/packages/devtools_app/test/shared/managers/banner_messages_test.dart @@ -160,6 +160,32 @@ void main() { expect(find.byKey(k1), findsOneWidget); }, ); + + testWidgets('messages dismiss on connection changes', ( + WidgetTester tester, + ) async { + expect( + fakeServiceConnection.serviceManager.connectedState.value.connected, + true, + ); + await tester.pumpWidget(buildBannerMessages()); + expect(find.byKey(k1), findsNothing); + expect(find.byKey(k2), findsNothing); + + // Add a message that should dismiss on connection changes. + bannerMessages.addMessage(testMessage1); + // Add a message that should not dismiss on connection changes. + bannerMessages.addMessage(testMessageNoDismiss); + await pumpTestFrame(tester); + expect(find.byKey(k1), findsOneWidget); + expect(find.byKey(k2), findsOneWidget); + + // Simulate a connection loss. + await fakeServiceConnection.serviceManager.manuallyDisconnect(); + await pumpTestFrame(tester); + expect(find.byKey(k1), findsNothing); + expect(find.byKey(k2), findsOneWidget); + }); }); } @@ -184,6 +210,14 @@ final testMessage2 = BannerMessage( messageType: BannerMessageType.warning, ); +final testMessageNoDismiss = BannerMessage( + key: k2, + buildTextSpans: (_) => const [TextSpan(text: 'Test Message 2')], + screenId: testMessage2ScreenId, + messageType: BannerMessageType.warning, + dismissOnConnectionChanges: false, +); + final universalMessage = BannerMessage( key: kUniversal, buildTextSpans: (_) => const [TextSpan(text: 'Universal Message')], diff --git a/packages/devtools_app/test/shared/memory/retaining_path_test.dart b/packages/devtools_app/test/shared/memory/retaining_path_test.dart index 8ccafbd86f0..13794071b79 100644 --- a/packages/devtools_app/test/shared/memory/retaining_path_test.dart +++ b/packages/devtools_app/test/shared/memory/retaining_path_test.dart @@ -33,16 +33,16 @@ void main() { final classB = HeapClassName.fromPath(className: 'B', library: 'l'); final classC = HeapClassName.fromPath(className: 'C', library: 'l'); - final graph = - FakeHeapSnapshotGraph()..setObjects( - { - 1: [2], - 2: [3], - 3: [4], - 4: [], - }, - classes: {1: root, 2: classA, 3: classB, 4: classC}, - ); + final graph = FakeHeapSnapshotGraph() + ..setObjects( + { + 1: [2], + 2: [3], + 3: [4], + 4: [], + }, + classes: {1: root, 2: classA, 3: classB, 4: classC}, + ); const shortestRetainers = [0, 0, 1, 2, 3]; PathFromRoot objectPath(int index) => PathFromRoot.forObject( diff --git a/packages/devtools_app/test/shared/preferences/preferences_controller_test.dart b/packages/devtools_app/test/shared/preferences/preferences_controller_test.dart index de1078317b8..1bc6b740988 100644 --- a/packages/devtools_app/test/shared/preferences/preferences_controller_test.dart +++ b/packages/devtools_app/test/shared/preferences/preferences_controller_test.dart @@ -47,19 +47,22 @@ void main() { expect(controller.darkModeEnabled.value, isNot(originalValue)); }); - test('toggleVmDeveloperMode', () { + test('toggleAdvancedDeveloperMode', () { bool valueChanged = false; - final originalValue = controller.vmDeveloperModeEnabled.value; + final originalValue = controller.advancedDeveloperModeEnabled.value; - controller.vmDeveloperModeEnabled.addListener(() { + controller.advancedDeveloperModeEnabled.addListener(() { valueChanged = true; }); - controller.toggleVmDeveloperMode( - !controller.vmDeveloperModeEnabled.value, + controller.toggleAdvancedDeveloperMode( + !controller.advancedDeveloperModeEnabled.value, ); expect(valueChanged, isTrue); - expect(controller.vmDeveloperModeEnabled.value, isNot(originalValue)); + expect( + controller.advancedDeveloperModeEnabled.value, + isNot(originalValue), + ); }); }); @@ -206,8 +209,8 @@ void main() { 'custom pub root directories are cached across multiple connections', () async { var directories = controller.pubRootDirectories.value; - var cachedDirectories = - await controller.readCachedPubRootDirectories(); + var cachedDirectories = await controller + .readCachedPubRootDirectories(); expect(directories, containsAll(customPubRootDirectories)); expect(cachedDirectories, containsAll(customPubRootDirectories)); @@ -228,8 +231,8 @@ void main() { 'test_dir/fake_app/custom_dir3', ], shouldCache: true); - final cachedDirectories = - await controller.readCachedPubRootDirectories(); + final cachedDirectories = await controller + .readCachedPubRootDirectories(); expect( cachedDirectories, @@ -246,8 +249,8 @@ void main() { () async { const notRemoved = 'test_dir/fake_app/custom_dir1'; const removed = 'test_dir/fake_app/custom_dir2'; - var cachedDirectories = - await controller.readCachedPubRootDirectories(); + var cachedDirectories = await controller + .readCachedPubRootDirectories(); expect(cachedDirectories, containsAll([notRemoved, removed])); @@ -266,8 +269,8 @@ void main() { }); test('does not save inferred directory to local cache', () async { - final cachedDirectories = - await controller.readCachedPubRootDirectories(); + final cachedDirectories = await controller + .readCachedPubRootDirectories(); expect(cachedDirectories, isNot(contains('test_dir/fake_app/'))); }); @@ -278,8 +281,8 @@ void main() { await controller.addPubRootDirectories([ 'test_dir/fake_app/do_not_cache_dir', ]); - final cachedDirectories = - await controller.readCachedPubRootDirectories(); + final cachedDirectories = await controller + .readCachedPubRootDirectories(); expect( cachedDirectories, diff --git a/packages/devtools_app/test/shared/primitives/feature_flags_test.dart b/packages/devtools_app/test/shared/primitives/feature_flags_test.dart index cd745451118..d00915e7a75 100644 --- a/packages/devtools_app/test/shared/primitives/feature_flags_test.dart +++ b/packages/devtools_app/test/shared/primitives/feature_flags_test.dart @@ -19,6 +19,6 @@ void main() { expect(FeatureFlags.dapDebugging, false); expect(FeatureFlags.inspectorV2, true); expect(FeatureFlags.wasmOptInSetting, true); - expect(FeatureFlags.propertyEditor, false); + expect(FeatureFlags.propertyEditorRefactors, true); }); } diff --git a/packages/devtools_app/test/shared/primitives/query_parameters_test.dart b/packages/devtools_app/test/shared/primitives/query_parameters_test.dart index d664e95716d..9f70cf598d4 100644 --- a/packages/devtools_app/test/shared/primitives/query_parameters_test.dart +++ b/packages/devtools_app/test/shared/primitives/query_parameters_test.dart @@ -29,7 +29,6 @@ void main() { 'embedMode': 'one', IdeThemeQueryParams.backgroundColorKey: '#112233', IdeThemeQueryParams.foregroundColorKey: '#112244', - IdeThemeQueryParams.fontSizeKey: '8.0', IdeThemeQueryParams.devToolsThemeKey: 'dark', }); @@ -54,7 +53,6 @@ void main() { expect(params.ideThemeParams.embedMode, EmbedMode.embedOne); expect(params.ideThemeParams.backgroundColor, const Color(0xFF112233)); expect(params.ideThemeParams.foregroundColor, const Color(0xFF112244)); - expect(params.ideThemeParams.fontSize, 8.0); expect(params.ideThemeParams.darkMode, true); }); @@ -90,7 +88,6 @@ void main() { 'embedMode': 'one', IdeThemeQueryParams.backgroundColorKey: '#112233', IdeThemeQueryParams.foregroundColorKey: '#112244', - IdeThemeQueryParams.fontSizeKey: '8.0', IdeThemeQueryParams.devToolsThemeKey: 'dark', }); @@ -108,7 +105,6 @@ void main() { expect(params.ideThemeParams.embedMode, EmbedMode.embedOne); expect(params.ideThemeParams.backgroundColor, const Color(0xFF112233)); expect(params.ideThemeParams.foregroundColor, const Color(0xFF112244)); - expect(params.ideThemeParams.fontSize, 8.0); expect(params.ideThemeParams.darkMode, true); params = params.withUpdates({ @@ -135,7 +131,6 @@ void main() { expect(params.ideThemeParams.embedMode, EmbedMode.embedMany); expect(params.ideThemeParams.backgroundColor, const Color(0xFF112233)); expect(params.ideThemeParams.foregroundColor, const Color(0xFF112244)); - expect(params.ideThemeParams.fontSize, 10.0); expect(params.ideThemeParams.darkMode, false); }); diff --git a/packages/devtools_app/test/shared/primitives/simple_items_test.dart b/packages/devtools_app/test/shared/primitives/simple_items_test.dart index 2dc161fae64..0426182aaa3 100644 --- a/packages/devtools_app/test/shared/primitives/simple_items_test.dart +++ b/packages/devtools_app/test/shared/primitives/simple_items_test.dart @@ -3,18 +3,25 @@ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. import 'package:devtools_app/src/shared/primitives/simple_items.dart'; +import 'package:devtools_test/helpers.dart'; import 'package:flutter_test/flutter_test.dart'; import '../../test_infra/utils/test_utils.dart'; void main() { for (final link in DocLinks.values) { - test('$link is not broken', () async { - final content = await loadPageHtmlContent(link.value); - final hash = link.hash; - if (hash != null) { - expect(content, contains('href="#$hash"')); - } - }); + test( + '$link is not broken', + () async { + final content = await loadPageHtmlContent(link.value); + final hash = link.hash; + if (hash != null) { + expect(content, contains('href="#$hash"')); + } + }, + // This test hits the network, which is a violation of Flutter customer + // tests policy: https://github.com/flutter/tests?tab=readme-ov-file#adding-more-tests. + tags: skipForCustomerTestsTag, + ); } } diff --git a/packages/devtools_app/test/shared/primitives/trees_test.dart b/packages/devtools_app/test/shared/primitives/trees_test.dart index 898b1c56270..35046f75d34 100644 --- a/packages/devtools_app/test/shared/primitives/trees_test.dart +++ b/packages/devtools_app/test/shared/primitives/trees_test.dart @@ -327,17 +327,17 @@ void main() { treeNodeI = TraversalTestTreeNode('I'); treeNodeJ = TraversalTestTreeNode('J'); - tree = - treeNodeA..addAllChildren([ - treeNodeB..addAllChildren([ - treeNodeE..addAllChildren([treeNodeH]), - treeNodeF, - ]), - treeNodeC, - treeNodeD..addAllChildren([ - treeNodeG..addAllChildren([treeNodeI, treeNodeJ]), - ]), - ]); + tree = treeNodeA + ..addAllChildren([ + treeNodeB..addAllChildren([ + treeNodeE..addAllChildren([treeNodeH]), + treeNodeF, + ]), + treeNodeC, + treeNodeD..addAllChildren([ + treeNodeG..addAllChildren([treeNodeI, treeNodeJ]), + ]), + ]); }); group('BFS', () { @@ -361,11 +361,10 @@ void main() { }); test('finds the correct node', () { - final node = - breadthFirstTraversal( - tree, - returnCondition: (node) => node.id == 'H', - )!; + final node = breadthFirstTraversal( + tree, + returnCondition: (node) => node.id == 'H', + )!; expect(node.id, equals('H')); }); }); @@ -391,11 +390,10 @@ void main() { }); test('finds the correct node', () { - final node = - depthFirstTraversal( - tree, - returnCondition: (node) => node.id == 'H', - )!; + final node = depthFirstTraversal( + tree, + returnCondition: (node) => node.id == 'H', + )!; expect(node.id, equals('H')); }); @@ -436,15 +434,15 @@ final treeNode9 = TestTreeNode(9, tag: 'test-tag'); final treeNode10 = TestTreeNode(10); final treeNode11 = TestTreeNode(11); final treeNode12 = TestTreeNode(12); -final testTreeNode = - treeNode0..addAllChildren([ - treeNode1, - treeNode2..addAllChildren([treeNode10, treeNode11, treeNode12]), - treeNode3..addAllChildren([ - treeNode4, - treeNode5..addAllChildren([treeNode6, treeNode7, treeNode8, treeNode9]), - ]), - ]); +final testTreeNode = treeNode0 + ..addAllChildren([ + treeNode1, + treeNode2..addAllChildren([treeNode10, treeNode11, treeNode12]), + treeNode3..addAllChildren([ + treeNode4, + treeNode5..addAllChildren([treeNode6, treeNode7, treeNode8, treeNode9]), + ]), + ]); class TestTreeNode extends TreeNode { TestTreeNode(this.id, {this.tag}); diff --git a/packages/devtools_app/test/shared/primitives/utils_test.dart b/packages/devtools_app/test/shared/primitives/utils_test.dart index 3cdbdb2a772..3fe14a5dd13 100644 --- a/packages/devtools_app/test/shared/primitives/utils_test.dart +++ b/packages/devtools_app/test/shared/primitives/utils_test.dart @@ -252,13 +252,7 @@ void main() { group('TimeRange', () { test('toString', () { - final timeRange = TimeRange(); - - expect(timeRange.toString(), equals('[null μs - null μs]')); - - timeRange - ..start = const Duration(microseconds: 1000) - ..end = const Duration(microseconds: 8000); + final timeRange = TimeRange(start: 1000, end: 8000); expect(timeRange.duration.inMicroseconds, equals(7000)); expect(timeRange.toString(), equals('[1000 μs - 8000 μs]')); @@ -268,65 +262,13 @@ void main() { ); }); - test('overlaps', () { - final t = - TimeRange() - ..start = const Duration(milliseconds: 100) - ..end = const Duration(milliseconds: 200); - final overlapBeginning = - TimeRange() - ..start = const Duration(milliseconds: 50) - ..end = const Duration(milliseconds: 150); - final overlapMiddle = - TimeRange() - ..start = const Duration(milliseconds: 125) - ..end = const Duration(milliseconds: 175); - final overlapEnd = - TimeRange() - ..start = const Duration(milliseconds: 150) - ..end = const Duration(milliseconds: 250); - final overlapAll = - TimeRange() - ..start = const Duration(milliseconds: 50) - ..end = const Duration(milliseconds: 250); - final noOverlap = - TimeRange() - ..start = const Duration(milliseconds: 300) - ..end = const Duration(milliseconds: 400); - - expect(t.overlaps(t), isTrue); - expect(t.overlaps(overlapBeginning), isTrue); - expect(t.overlaps(overlapMiddle), isTrue); - expect(t.overlaps(overlapEnd), isTrue); - expect(t.overlaps(overlapAll), isTrue); - expect(t.overlaps(noOverlap), isFalse); - }); - test('containsRange', () { - final t = - TimeRange() - ..start = const Duration(milliseconds: 100) - ..end = const Duration(milliseconds: 200); - final containsStart = - TimeRange() - ..start = const Duration(milliseconds: 50) - ..end = const Duration(milliseconds: 150); - final containsStartAndEnd = - TimeRange() - ..start = const Duration(milliseconds: 125) - ..end = const Duration(milliseconds: 175); - final containsEnd = - TimeRange() - ..start = const Duration(milliseconds: 150) - ..end = const Duration(milliseconds: 250); - final invertedContains = - TimeRange() - ..start = const Duration(milliseconds: 50) - ..end = const Duration(milliseconds: 250); - final containsNeither = - TimeRange() - ..start = const Duration(milliseconds: 300) - ..end = const Duration(milliseconds: 400); + final t = TimeRange(start: 100, end: 200); + final containsStart = TimeRange(start: 50, end: 150); + final containsStartAndEnd = TimeRange(start: 125, end: 175); + final containsEnd = TimeRange(start: 150, end: 250); + final invertedContains = TimeRange(start: 50, end: 250); + final containsNeither = TimeRange(start: 300, end: 400); expect(t.containsRange(containsStart), isFalse); expect(t.containsRange(containsStartAndEnd), isTrue); @@ -335,91 +277,59 @@ void main() { expect(t.containsRange(containsNeither), isFalse); }); - test('start setter throws exception when single assignment is true', () { - expect(() { - final t = TimeRange()..start = Duration.zero; - t.start = Duration.zero; - }, throwsAssertionError); - }); - - test('start setter throws exception when value is after end', () { + test('throws exception when start is after end', () { expect(() { - final t = TimeRange()..end = const Duration(seconds: 1); - t.start = const Duration(seconds: 2); - }, throwsAssertionError); - }); - - test('end setter throws exception when single assignment is true', () { - expect(() { - final t = TimeRange()..end = Duration.zero; - t.end = Duration.zero; + TimeRange(start: 2000, end: 1000); }, throwsAssertionError); }); + }); - test('end setter throws exception when value is before start', () { - expect(() { - final t = TimeRange()..start = const Duration(seconds: 1); - t.end = Duration.zero; - }, throwsAssertionError); + group('TimeRangeBuilder', () { + test('throws if start or end are not set', () { + expect(() => TimeRangeBuilder().build(), throwsStateError); + expect(() => TimeRangeBuilder(start: 1000).build(), throwsStateError); + expect(() => TimeRangeBuilder(end: 1000).build(), throwsStateError); + expect( + () => (TimeRangeBuilder()..start = 1000).build(), + throwsStateError, + ); + expect( + () => (TimeRangeBuilder()..end = 1000).build(), + throwsStateError, + ); }); - test('isWellFormed', () { + test('throws error if start is after end', () { expect( - (TimeRange() - ..start = Duration.zero - ..end = Duration.zero) - .isWellFormed, - isTrue, + () => TimeRangeBuilder(start: 2000, end: 1000).build(), + throwsAssertionError, ); - expect((TimeRange()..end = Duration.zero).isWellFormed, isFalse); - expect((TimeRange()..start = Duration.zero).isWellFormed, isFalse); }); - group('offset', () { - test('from well formed time range', () { - final t = - TimeRange() - ..start = const Duration(milliseconds: 100) - ..end = const Duration(milliseconds: 200); - final offset = TimeRange.offset( - original: t, - offset: const Duration(milliseconds: 300), - ); - - expect(offset.start, equals(const Duration(milliseconds: 400))); - expect(offset.end, equals(const Duration(milliseconds: 500))); - }); - - test('from half formed time range', () { - var t = TimeRange()..start = const Duration(milliseconds: 100); - var offset = TimeRange.offset( - original: t, - offset: const Duration(milliseconds: 300), - ); - - expect(offset.start, equals(const Duration(milliseconds: 400))); - expect(offset.end, isNull); - - t = TimeRange()..end = const Duration(milliseconds: 200); - offset = TimeRange.offset( - original: t, - offset: const Duration(milliseconds: 300), - ); - - expect(offset.start, isNull); - expect(offset.end, equals(const Duration(milliseconds: 500))); - }); - - test('from empty time range', () { - final t = TimeRange(); - final offset = TimeRange.offset( - original: t, - offset: const Duration(milliseconds: 300), - ); - - expect(offset.start, isNull); - expect(offset.end, isNull); - }); + test('builds expected TimeRange', () { + expect( + TimeRangeBuilder(start: 1000, end: 2000).build(), + TimeRange(start: 1000, end: 2000), + ); + expect( + TimeRangeBuilder(start: 1000, end: 1000).build(), + TimeRange(start: 1000, end: 1000), + ); + expect( + (TimeRangeBuilder(start: 150)..end = 250).build(), + TimeRange(start: 150, end: 250), + ); + expect( + (TimeRangeBuilder(end: 400)..start = 300).build(), + TimeRange(start: 300, end: 400), + ); + expect( + (TimeRangeBuilder() + ..start = 0 + ..end = 100) + .build(), + TimeRange.ofDuration(100), + ); }); }); diff --git a/packages/devtools_app/test/shared/table/table_test.dart b/packages/devtools_app/test/shared/table/table_test.dart index 3998b5973f0..88b623775f4 100644 --- a/packages/devtools_app/test/shared/table/table_test.dart +++ b/packages/devtools_app/test/shared/table/table_test.dart @@ -1152,27 +1152,25 @@ void main() { setUp(() { treeColumn = _NameColumn(); _NumberColumn(); - tree1 = - TestData('Foo', 0) + tree1 = TestData('Foo', 0) + ..children.addAll([ + TestData('Bar', 1) ..children.addAll([ - TestData('Bar', 1) - ..children.addAll([ - TestData('Baz', 2), - TestData('Qux', 3), - TestData('Snap', 4), - TestData('Crackle', 5), - TestData('Pop', 5), - ]), - TestData('Baz', 7), - TestData('Qux', 6), - ]) - ..expandCascading(); - tree2 = - TestData('Foo_2', 0) - ..children.add( - TestData('Bar_2', 1)..children.add(TestData('Snap_2', 2)), - ) - ..expandCascading(); + TestData('Baz', 2), + TestData('Qux', 3), + TestData('Snap', 4), + TestData('Crackle', 5), + TestData('Pop', 5), + ]), + TestData('Baz', 7), + TestData('Qux', 6), + ]) + ..expandCascading(); + tree2 = TestData('Foo_2', 0) + ..children.add( + TestData('Bar_2', 1)..children.add(TestData('Snap_2', 2)), + ) + ..expandCascading(); }); testWidgets('displays with simple content', (WidgetTester tester) async { @@ -1574,18 +1572,17 @@ void main() { testWidgets('properly colors rows with alternating colors', ( WidgetTester tester, ) async { - final data = - TestData('Foo', 0) + final data = TestData('Foo', 0) + ..children.addAll([ + TestData('Bar', 1) ..children.addAll([ - TestData('Bar', 1) - ..children.addAll([ - TestData('Baz', 2), - TestData('Qux', 3), - TestData('Snap', 4), - ]), - TestData('Crackle', 5), - ]) - ..expandCascading(); + TestData('Baz', 2), + TestData('Qux', 3), + TestData('Snap', 4), + ]), + TestData('Crackle', 5), + ]) + ..expandCascading(); final table = TreeTable( columns: [_NumberColumn(), treeColumn], dataRoots: [data], @@ -1750,8 +1747,7 @@ class _WideColumn extends ColumnData { } class _WideMinWidthColumn extends ColumnData { - _WideMinWidthColumn() - : super.wide('Wide MinWidth Column', minWidthPx: scaleByFontFactor(100.0)); + _WideMinWidthColumn() : super.wide('Wide MinWidth Column', minWidthPx: 100.0); @override String getValue(TestData dataObject) => @@ -1763,10 +1759,7 @@ class _WideMinWidthColumn extends ColumnData { class _VeryWideMinWidthColumn extends ColumnData { _VeryWideMinWidthColumn() - : super.wide( - 'Very Wide MinWidth Column', - minWidthPx: scaleByFontFactor(160.0), - ); + : super.wide('Very Wide MinWidth Column', minWidthPx: 160.0); @override String getValue(TestData dataObject) => diff --git a/packages/devtools_app/test/shared/ui/filter_test.dart b/packages/devtools_app/test/shared/ui/filter_test.dart index b5de27beee1..6d5ac0417b4 100644 --- a/packages/devtools_app/test/shared/ui/filter_test.dart +++ b/packages/devtools_app/test/shared/ui/filter_test.dart @@ -397,9 +397,8 @@ class _TestController extends DisposableController SettingFilter<_TestDataClass, int>( id: 'min-rating-level', name: 'Hide items below the minimum rating level', - includeCallback: - (_TestDataClass element, int currentFilterValue) => - element.rating >= currentFilterValue, + includeCallback: (_TestDataClass element, int currentFilterValue) => + element.rating >= currentFilterValue, enabledCallback: (int filterValue) => filterValue > 1, possibleValues: [1, 2, 3, 4, 5], defaultValue: 2, diff --git a/packages/devtools_app/test/shared/ui/hover_test.dart b/packages/devtools_app/test/shared/ui/hover_test.dart index 06483ddc6e3..b5181d5de37 100644 --- a/packages/devtools_app/test/shared/ui/hover_test.dart +++ b/packages/devtools_app/test/shared/ui/hover_test.dart @@ -8,15 +8,24 @@ import 'package:flutter_test/flutter_test.dart'; const _textSpan = TextSpan( children: [ - TextSpan(text: 'hello', style: TextStyle(fontWeight: FontWeight.bold)), + TextSpan( + text: 'hello', + style: TextStyle(fontWeight: FontWeight.bold), + ), TextSpan(text: ' '), TextSpan(text: 'world'), TextSpan(text: ' '), - TextSpan(text: 'foo', style: TextStyle(fontWeight: FontWeight.bold)), + TextSpan( + text: 'foo', + style: TextStyle(fontWeight: FontWeight.bold), + ), TextSpan(text: '.'), TextSpan(text: 'bar'), TextSpan(text: '.'), - TextSpan(text: 'baz', style: TextStyle(fontWeight: FontWeight.w100)), + TextSpan( + text: 'baz', + style: TextStyle(fontWeight: FontWeight.w100), + ), TextSpan(text: ' '), TextSpan(text: 'blah'), ], diff --git a/packages/devtools_app/test/shared/ui/ui_utils_test.dart b/packages/devtools_app/test/shared/ui/ui_utils_test.dart index 59cab3b5089..16982a068e1 100644 --- a/packages/devtools_app/test/shared/ui/ui_utils_test.dart +++ b/packages/devtools_app/test/shared/ui/ui_utils_test.dart @@ -105,9 +105,18 @@ void main() { text: 'parent', style: TextStyle(color: Colors.red), children: [ - TextSpan(text: 'foo', style: TextStyle(color: Colors.blue)), - TextSpan(text: 'bar', style: TextStyle(color: Colors.green)), - TextSpan(text: 'baz', style: TextStyle(color: Colors.yellow)), + TextSpan( + text: 'foo', + style: TextStyle(color: Colors.blue), + ), + TextSpan( + text: 'bar', + style: TextStyle(color: Colors.green), + ), + TextSpan( + text: 'baz', + style: TextStyle(color: Colors.yellow), + ), ], ); expect( diff --git a/packages/devtools_app/test/shared/ui/vm_flag_widgets_test.dart b/packages/devtools_app/test/shared/ui/vm_flag_widgets_test.dart index 94d72448b73..e35bd05d7f1 100644 --- a/packages/devtools_app/test/shared/ui/vm_flag_widgets_test.dart +++ b/packages/devtools_app/test/shared/ui/vm_flag_widgets_test.dart @@ -34,8 +34,9 @@ void main() { await fakeServiceConnection.serviceManager.flagsInitialized.future; dropdown = CpuSamplingRateDropdown( screenId: ProfilerScreen.id, - profilePeriodFlagNotifier: - fakeServiceConnection.vmFlagManager.flag(profilePeriod)!, + profilePeriodFlagNotifier: fakeServiceConnection.vmFlagManager.flag( + profilePeriod, + )!, ); }); @@ -85,8 +86,9 @@ void main() { ); expect(dropdownButton.value, equals(CpuSamplingRate.medium.value)); - var profilePeriodFlag = - (await getProfileGranularityFlag(fakeServiceConnection))!; + var profilePeriodFlag = (await getProfileGranularityFlag( + fakeServiceConnection, + ))!; expect( profilePeriodFlag.valueAsString, equals(CpuSamplingRate.medium.value), @@ -102,8 +104,9 @@ void main() { ); expect(dropdownButton.value, equals(CpuSamplingRate.high.value)); - profilePeriodFlag = - (await getProfileGranularityFlag(fakeServiceConnection))!; + profilePeriodFlag = (await getProfileGranularityFlag( + fakeServiceConnection, + ))!; expect(profilePeriodFlag.name, equals(profilePeriod)); expect( profilePeriodFlag.valueAsString, @@ -125,8 +128,9 @@ void main() { ); expect(dropdownButton.value, equals(CpuSamplingRate.low.value)); - profilePeriodFlag = - (await getProfileGranularityFlag(fakeServiceConnection))!; + profilePeriodFlag = (await getProfileGranularityFlag( + fakeServiceConnection, + ))!; expect(profilePeriodFlag.name, equals(profilePeriod)); expect( profilePeriodFlag.valueAsString, diff --git a/packages/devtools_app/test/shared/utils/future_work_tracker_test.dart b/packages/devtools_app/test/shared/utils/future_work_tracker_test.dart index 994123b44ae..7f329df94ea 100644 --- a/packages/devtools_app/test/shared/utils/future_work_tracker_test.dart +++ b/packages/devtools_app/test/shared/utils/future_work_tracker_test.dart @@ -75,8 +75,8 @@ void main() { test('tracks failed work', () { _wrapAndRunAsync((async) async { - await runZonedGuarded( - () async { + runZonedGuarded( + () { final tracker = FutureWorkTracker(); expect(tracker.active.value, isFalse); diff --git a/packages/devtools_app/test/standalone_ui/ide_shared/property_editor/property_editor_test.dart b/packages/devtools_app/test/standalone_ui/ide_shared/property_editor/property_editor_test.dart index bbc2f72d6b1..2a9113210c8 100644 --- a/packages/devtools_app/test/standalone_ui/ide_shared/property_editor/property_editor_test.dart +++ b/packages/devtools_app/test/standalone_ui/ide_shared/property_editor/property_editor_test.dart @@ -3,11 +3,15 @@ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. import 'dart:async'; +import 'dart:convert'; import 'dart:ui'; import 'package:devtools_app/devtools_app.dart'; +import 'package:devtools_app/src/shared/analytics/constants.dart' as gac; import 'package:devtools_app/src/shared/editor/api_classes.dart'; +import 'package:devtools_app/src/shared/feature_flags.dart'; import 'package:devtools_app/src/standalone_ui/ide_shared/property_editor/property_editor_controller.dart'; +import 'package:devtools_app/src/standalone_ui/ide_shared/property_editor/property_editor_refactors.dart'; import 'package:devtools_app/src/standalone_ui/ide_shared/property_editor/property_editor_types.dart'; import 'package:devtools_app/src/standalone_ui/ide_shared/property_editor/property_editor_view.dart'; import 'package:devtools_app_shared/ui.dart'; @@ -45,11 +49,8 @@ void main() { mockEditorClient = MockEditorClient(); when( - mockEditorClient.editArgumentMethodName, - ).thenReturn(ValueNotifier(LspMethod.editArgument.methodName)); - when( - mockEditorClient.editableArgumentsMethodName, - ).thenReturn(ValueNotifier(LspMethod.editableArguments.methodName)); + mockEditorClient.editableArgumentsApiIsRegistered, + ).thenReturn(ValueNotifier(true)); when( mockEditorClient.activeLocationChangedStream, ).thenAnswer((_) => eventStream); @@ -99,6 +100,7 @@ void main() { mockEditorClient.getEditableArguments( textDocument: location.document, position: location.position, + screenId: gac.PropertyEditorSidebar.id, ), ).thenAnswer((realInvocation) { getEditableArgsCalled?.complete(); @@ -587,6 +589,7 @@ void main() { position: argThat(isNotNull, named: 'position'), name: argThat(isNotNull, named: 'name'), value: argThat(anything, named: 'value'), + screenId: 'propertyEditorSidebar', ), ).thenAnswer((realInvocation) { final calledWithArgs = realInvocation.namedArguments; @@ -598,7 +601,7 @@ void main() { ); return Future.value( - EditArgumentResponse( + GenericApiResponse( success: success, errorCode: success ? null : -32019, ), @@ -889,6 +892,207 @@ void main() { }); }); + group('refactors', () { + int refactorCount = 0; + + void initWithRefactors(List refactorNames) { + controller.initForTestsOnly( + document: textDocument1, + cursorPosition: activeCursorPosition1, + editableArgsResult: result1, + refactors: refactorNames.map(_createCommand).toList(), + ); + } + + List wrapWithButtonLabels(WidgetTester tester) => tester + .widgetList( + find.descendant( + of: find.byType(WrapWithButton), + matching: find.byType(DevToolsTooltip), + ), + ) + .map((tooltip) => tooltip.message!) + .toList(); + + Finder wrapWithButtonFinder(String label) => find.ancestor( + of: find.byWidgetPredicate( + (widget) => widget is DevToolsTooltip && widget.message == label, + ), + matching: find.byType(WrapWithButton), + ); + + Finder wrapWithOverflowMenuFinder() => find.descendant( + of: find.byType(DevToolsTooltip), + matching: find.byType(ContextMenuButton), + ); + + setUp(() { + FeatureFlags.propertyEditorRefactors = true; + + refactorCount = 0; + when( + // ignore: discarded_futures, for mocking purposes. + mockEditorClient.executeCommand( + commandName: argThat(isNotNull, named: 'commandName'), + commandArgs: argThat(isNotNull, named: 'commandArgs'), + screenId: 'propertyEditorSidebar', + ), + ).thenAnswer((realInvocation) { + refactorCount++; + return Future.value(GenericApiResponse(success: true)); + }); + }); + + testWidgets('main refactors are displayed in a consistent order', ( + tester, + ) async { + return await tester.runAsync(() async { + // Load the property editor. + initWithRefactors([ + 'Wrap with Row', + 'Wrap with widget...', + 'Wrap with Padding', + 'Wrap with Expanded', + 'Wrap with Container', + 'Wrap with Center', + 'Wrap with Column', + 'Wrap with SizedBox', + ]); + + await tester.pumpWidget(wrap(propertyEditor)); + + // Verify the main refactor buttons are displayed in the expected order. + final expectedMainRefactorsOrder = mainRefactors.toList(); + final mainRefactorButtonLabels = wrapWithButtonLabels(tester); + + expect( + mainRefactorButtonLabels.length, + expectedMainRefactorsOrder.length, + ); + + for (int i = 0; i < expectedMainRefactorsOrder.length; i++) { + expect(mainRefactorButtonLabels[i], expectedMainRefactorsOrder[i]); + } + }); + }); + + testWidgets('shows all available refactors in buttons / dropdown menu', ( + tester, + ) async { + return await tester.runAsync(() async { + // Load the property editor. + initWithRefactors([ + 'Wrap with Row', + 'Wrap with Expanded', + 'Wrap with Container', + 'Wrap with Column', + 'Wrap with SizedBox', + ]); + await tester.pumpWidget(wrap(propertyEditor)); + + // Verify the "Wrap with:" text is displayed. + expect(find.text('Wrap with:'), findsOneWidget); + + // Verify the main refactors are expected. + expect( + wrapWithButtonLabels(tester), + containsAll(['Row', 'Container', 'Column', 'SizedBox']), + ); + + // Verify the buttons in the dropdown menu are hidden. + expect(find.text('Expanded'), findsNothing); + + // Tap on the overflow menu. + final overflowMenu = wrapWithOverflowMenuFinder(); + await tester.tap(overflowMenu); + await tester.pumpAndSettle(); + + // Verify the buttons in the dropdown menu are shown. + expect(find.text('Expanded'), findsOneWidget); + }); + }); + + testWidgets( + 'excludes dropdown button if no extra refactors are available', + (tester) async { + return await tester.runAsync(() async { + // Load the property editor. + initWithRefactors([ + 'Wrap with Row', + 'Wrap with Container', + 'Wrap with Column', + 'Wrap with SizedBox', + ]); + await tester.pumpWidget(wrap(propertyEditor)); + + // Verify the "Wrap with:" text is displayed. + expect(find.text('Wrap with:'), findsOneWidget); + + // Verify the main refactors are expected. + expect( + wrapWithButtonLabels(tester), + containsAll(['Row', 'Container', 'Column', 'SizedBox']), + ); + + // Verify there is no overflow menu. + expect(wrapWithOverflowMenuFinder(), findsNothing); + }); + }, + ); + + testWidgets('selecting overflow menu triggers refactor', (tester) async { + return await tester.runAsync(() async { + // Load the property editor. + initWithRefactors([ + 'Wrap with Row', + 'Wrap with Container', + 'Wrap with Column', + 'Wrap with SizedBox', + 'Wrap with Expanded', + ]); + await tester.pumpWidget(wrap(propertyEditor)); + + // Verify no refactors have been triggered. + expect(refactorCount, equals(0)); + + // Tap on the overflow menu. + final overflowMenu = wrapWithOverflowMenuFinder(); + await tester.tap(overflowMenu); + await tester.pumpAndSettle(); + + // Select a refactor in the overflow menu. + await tester.tap(find.text('Expanded')); + await tester.pumpAndSettle(); + + // Verify a refactor has been triggered. + expect(refactorCount, equals(1)); + }); + }); + + testWidgets('clicking refactor button triggers refactor', (tester) async { + return await tester.runAsync(() async { + // Load the property editor. + initWithRefactors([ + 'Wrap with Row', + 'Wrap with Container', + 'Wrap with Column', + 'Wrap with SizedBox', + ]); + await tester.pumpWidget(wrap(propertyEditor)); + + // Verify no refactors have been triggered. + expect(refactorCount, equals(0)); + + // Click on a "Wrap with" button. + final wrapWithRowButton = wrapWithButtonFinder('Row'); + await tester.tap(wrapWithRowButton); + + // Verify a refactor has been triggered. + expect(refactorCount, equals(1)); + }); + }); + }); + group('widget name and documentation', () { testWidgets('expanding and collapsing documentation', (tester) async { // Load the property editor. @@ -1518,3 +1722,32 @@ const exampleWidgetText = 'For example, the highlighted code below is a constructor invocation of a Text widget:'; const noDartCodeText = 'No Dart code found at the current cursor location.'; const noWidgetText = 'No Flutter widget found at the current cursor location.'; + +const commandArg = ''' +[ + { + "textDocument": { + "uri": "file:///Users/me/flutter_app/lib/main.dart", + "version": 1 + }, + "range": { + "end": { + "character": 10, + "line": 20 + }, + "start": { + "character": 10, + "line": 20 + } + }, + "kind": "refactor.flutter.wrap.generic", + "loggedAction": "dart.assist.flutter.wrap.generic" + } +] +'''; + +CodeActionCommand _createCommand(String title) => CodeActionCommand( + command: 'dart.edit.codeAction.apply', + args: json.decode(commandArg), + title: title, +); diff --git a/packages/devtools_app/test/standalone_ui/vs_code/devtools_test.dart b/packages/devtools_app/test/standalone_ui/vs_code/devtools_test.dart index d1fcbd38429..2eb7207e809 100644 --- a/packages/devtools_app/test/standalone_ui/vs_code/devtools_test.dart +++ b/packages/devtools_app/test/standalone_ui/vs_code/devtools_test.dart @@ -30,8 +30,7 @@ void main() { setTestMode(); }); - // ignore: avoid-redundant-async, false positive. - setUp(() async { + setUp(() { mockEditorClient = MockEditorClient(); when(mockEditorClient.supportsGetDevices).thenReturn(true); when(mockEditorClient.supportsSelectDevice).thenReturn(true); @@ -74,17 +73,16 @@ void main() { group('$DevToolsSidebarOptions', () { for (final hasDebugSessions in [true, false]) { - final debugSessions = - hasDebugSessions - ? { - 'test session': generateDebugSession( - debuggerType: 'Flutter', - deviceId: 'macos', - flutterMode: 'debug', - projectRootPath: testDtdProjectRoot, - ), - } - : {}; + final debugSessions = hasDebugSessions + ? { + 'test session': generateDebugSession( + debuggerType: 'Flutter', + deviceId: 'macos', + flutterMode: 'debug', + projectRootPath: testDtdProjectRoot, + ), + } + : {}; testWidgetsWithWindowSize( 'pumps DevTools screens ${hasDebugSessions ? 'with' : 'without'} debug ' diff --git a/packages/devtools_app/test/test_infra/fixtures/custom_widgets/README.md b/packages/devtools_app/test/test_infra/fixtures/custom_widgets/README.md new file mode 100644 index 00000000000..6b6c5074041 --- /dev/null +++ b/packages/devtools_app/test/test_infra/fixtures/custom_widgets/README.md @@ -0,0 +1,8 @@ + +# custom_widgets + +A basic custom widget library used in test_infra/fixtures/inspector_app. \ No newline at end of file diff --git a/packages/devtools_app/test/test_infra/fixtures/custom_widgets/lib/custom_widgets.dart b/packages/devtools_app/test/test_infra/fixtures/custom_widgets/lib/custom_widgets.dart new file mode 100644 index 00000000000..f08d2280698 --- /dev/null +++ b/packages/devtools_app/test/test_infra/fixtures/custom_widgets/lib/custom_widgets.dart @@ -0,0 +1,5 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +export './src/widgets.dart'; diff --git a/packages/devtools_app/test/test_infra/fixtures/custom_widgets/lib/src/widgets.dart b/packages/devtools_app/test/test_infra/fixtures/custom_widgets/lib/src/widgets.dart new file mode 100644 index 00000000000..4084be21830 --- /dev/null +++ b/packages/devtools_app/test/test_infra/fixtures/custom_widgets/lib/src/widgets.dart @@ -0,0 +1,144 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:flutter/material.dart'; +import 'package:flutter/widgets.dart'; + +class CustomApp extends StatelessWidget { + const CustomApp({ + super.key, + required this.home, + }); + + final Widget home; + + @override + Widget build(BuildContext context) { + return Directionality( + textDirection: TextDirection.ltr, + child: DefaultTextStyle( + style: const TextStyle( + color: Color(0xFF000000), + fontSize: 14, + fontFamily: 'Roboto', + ), + child: home, + ), + ); + } +} + +class CustomContainer extends StatelessWidget { + const CustomContainer({ + super.key, + this.child, + this.width, + this.height, + this.color, + this.padding, + this.margin, + this.decoration, + }); + + final Widget? child; + final double? width; + final double? height; + final Color? color; + final EdgeInsetsGeometry? padding; + final EdgeInsetsGeometry? margin; + final Decoration? decoration; + + @override + Widget build(BuildContext context) { + // ignore: avoid-wrapping-in-padding, for testing purposes. + return Padding( + padding: padding ?? EdgeInsets.zero, + child: Container( + width: width, + height: height, + margin: margin, + decoration: decoration, + color: color, + child: child, + )); + } +} + +class CustomCenter extends Align { + const CustomCenter( + {super.key, super.widthFactor, super.heightFactor, super.child}); +} + +class CustomText extends StatelessWidget { + const CustomText( + this.data, { + super.key, + this.style, + }); + + final String data; + final TextStyle? style; + + @override + Widget build(BuildContext context) { + return Text( + data, + style: style, + ); + } +} + +class CustomButton extends StatefulWidget { + const CustomButton({ + super.key, + required this.onPressed, + required this.child, + }); + + final VoidCallback? onPressed; + final Widget child; + + @override + State createState() => _CustomButtonState(); +} + +class _CustomButtonState extends State { + bool _isPressed = false; + + void _onTapDown(TapDownDetails details) { + setState(() { + _isPressed = true; + }); + } + + void _onTapUp(TapUpDetails details) { + setState(() { + _isPressed = false; + }); + widget.onPressed?.call(); + } + + void _onTapCancel() { + setState(() { + _isPressed = false; + }); + } + + @override + Widget build(BuildContext context) { + return GestureDetector( + onTapDown: _onTapDown, + onTapUp: _onTapUp, + onTapCancel: _onTapCancel, + child: CustomContainer( + padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 12), + decoration: BoxDecoration( + color: _isPressed ? const Color(0xFF0D47A1) : const Color(0xFF2196F3), + borderRadius: BorderRadius.circular(8), + ), + child: widget.child, + ), + ); + } +} diff --git a/packages/devtools_app/test/test_infra/fixtures/custom_widgets/pubspec.yaml b/packages/devtools_app/test/test_infra/fixtures/custom_widgets/pubspec.yaml new file mode 100644 index 00000000000..ffe19a4c0cf --- /dev/null +++ b/packages/devtools_app/test/test_infra/fixtures/custom_widgets/pubspec.yaml @@ -0,0 +1,10 @@ +name: custom_widgets +version: 1.0.0 + +environment: + sdk: ^3.2.0 + flutter: '>=3.0.0' + +dependencies: + flutter: + sdk: flutter diff --git a/packages/devtools_app/test/test_infra/fixtures/inspector_app/.gitignore b/packages/devtools_app/test/test_infra/fixtures/inspector_app/.gitignore new file mode 100644 index 00000000000..47e0b4d6214 --- /dev/null +++ b/packages/devtools_app/test/test_infra/fixtures/inspector_app/.gitignore @@ -0,0 +1,71 @@ +# Miscellaneous +*.class +*.lock +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# Visual Studio Code related +.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +.dart_tool/ +.flutter-plugins +.packages +.pub-cache/ +.pub/ +build/ + +# Android related +**/android/**/gradle-wrapper.jar +**/android/.gradle +**/android/captures/ +**/android/gradlew +**/android/gradlew.bat +**/android/local.properties +**/android/**/GeneratedPluginRegistrant.java + +# iOS/XCode related +**/ios/**/*.mode1v3 +**/ios/**/*.mode2v3 +**/ios/**/*.moved-aside +**/ios/**/*.pbxuser +**/ios/**/*.perspectivev3 +**/ios/**/*sync/ +**/ios/**/.sconsign.dblite +**/ios/**/.tags* +**/ios/**/.vagrant/ +**/ios/**/DerivedData/ +**/ios/**/Icon? +**/ios/**/Pods/ +**/ios/**/.symlinks/ +**/ios/**/profile +**/ios/**/xcuserdata +**/ios/.generated/ +**/ios/Flutter/App.framework +**/ios/Flutter/Flutter.framework +**/ios/Flutter/Generated.xcconfig +**/ios/Flutter/app.flx +**/ios/Flutter/app.zip +**/ios/Flutter/flutter_assets/ +**/ios/ServiceDefinitions.json +**/ios/Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!**/ios/**/default.mode1v3 +!**/ios/**/default.mode2v3 +!**/ios/**/default.pbxuser +!**/ios/**/default.perspectivev3 +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/packages/devtools_app/test/test_infra/fixtures/inspector_app/README.md b/packages/devtools_app/test/test_infra/fixtures/inspector_app/README.md new file mode 100644 index 00000000000..33bcb56808d --- /dev/null +++ b/packages/devtools_app/test/test_infra/fixtures/inspector_app/README.md @@ -0,0 +1,21 @@ + + +# inspector_app + +App for running DevTools integration tests for the Inspector panel. + +## `main.dart` + +Contains an app built with widgets from the test_infra/fixtures/custom_widgets +widget library which is used by the Inspector integration test to verify that +the implementation are displayed correctly in the widget tree. + +## `overflow_errors.dart` + +Contains an app which includes overflow errors which is used by the Inspector +integration test to verify that those errors are displayed correctly in the +widget tree. diff --git a/packages/devtools_app/test/test_infra/fixtures/inspector_app/lib/main.dart b/packages/devtools_app/test/test_infra/fixtures/inspector_app/lib/main.dart new file mode 100644 index 00000000000..8387b9d658d --- /dev/null +++ b/packages/devtools_app/test/test_infra/fixtures/inspector_app/lib/main.dart @@ -0,0 +1,38 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:custom_widgets/custom_widgets.dart'; +import 'package:flutter/material.dart'; + +void main() { + runApp( + const CustomApp( + home: HomeScreen(), + ), + ); +} + +class HomeScreen extends StatelessWidget { + const HomeScreen({super.key}); + + @override + Widget build(BuildContext context) { + return CustomContainer( + color: Colors.cyanAccent, + child: CustomCenter( + child: CustomButton( + onPressed: () {}, + child: const CustomText( + 'Click Me!', + style: TextStyle( + color: Colors.white, + fontSize: 18, + fontWeight: FontWeight.bold, + ), + ), + ), + ), + ); + } +} diff --git a/packages/devtools_app/test/test_infra/fixtures/flutter_app/lib/overflow_errors.dart b/packages/devtools_app/test/test_infra/fixtures/inspector_app/lib/overflow_errors.dart similarity index 100% rename from packages/devtools_app/test/test_infra/fixtures/flutter_app/lib/overflow_errors.dart rename to packages/devtools_app/test/test_infra/fixtures/inspector_app/lib/overflow_errors.dart diff --git a/packages/devtools_app/test/test_infra/fixtures/inspector_app/pubspec.yaml b/packages/devtools_app/test/test_infra/fixtures/inspector_app/pubspec.yaml new file mode 100644 index 00000000000..5c9e2f08421 --- /dev/null +++ b/packages/devtools_app/test/test_infra/fixtures/inspector_app/pubspec.yaml @@ -0,0 +1,24 @@ +# Copyright 2025 The Flutter Authors +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. +name: inspector_app +description: App for running Inspector integration tests. +publish_to: 'none' +version: 1.0.0 + +environment: + sdk: ^3.2.0 + flutter: '>=3.0.0' + +dependencies: + flutter: + sdk: flutter + custom_widgets: + path: ../custom_widgets + +dev_dependencies: + flutter_test: + sdk: flutter + +flutter: + uses-material-design: true diff --git a/packages/devtools_app/test/test_infra/fixtures/networking_app/bin/main.dart b/packages/devtools_app/test/test_infra/fixtures/networking_app/bin/main.dart index 29b525d1e51..73d1d30a4ab 100644 --- a/packages/devtools_app/test/test_infra/fixtures/networking_app/bin/main.dart +++ b/packages/devtools_app/test/test_infra/fixtures/networking_app/bin/main.dart @@ -6,6 +6,7 @@ import 'dart:async'; import 'dart:convert' show json; +import 'dart:developer'; import 'dart:io' as io; import 'package:dio/dio.dart'; @@ -13,7 +14,61 @@ import 'package:http/http.dart' as http; void main() async { final testServer = await _bindTestServer(); - await _bindControlServer(testServer); + _registerMakeRequestExtension(testServer); +} + +void _registerMakeRequestExtension(io.HttpServer testServer) { + final client = _HttpClient(testServer.port); + registerExtension('ext.networking_app.makeRequest', (_, parameters) async { + final hasBody = bool.tryParse(parameters['hasBody'] ?? 'false') ?? false; + final requestType = parameters['requestType']; + if (requestType == null) { + return ServiceExtensionResponse.error( + ServiceExtensionResponse.invalidParams, + json.encode({'error': 'Missing "requestType" field'}), + ); + } + switch (requestType) { + case 'get': + client.get(); + case 'post': + client.post(hasBody: hasBody); + case 'put': + client.put(hasBody: hasBody); + case 'delete': + client.delete(hasBody: hasBody); + case 'dioGet': + client.dioGet(); + case 'dioPost': + client.dioPost(hasBody: hasBody); + case 'packageHttpGet': + client.packageHttpGet(); + case 'packageHttpPost': + client.packageHttpPost(hasBody: hasBody); + case 'packageHttpPostStreamed': + client.packageHttpPostStreamed(); + default: + return ServiceExtensionResponse.error( + ServiceExtensionResponse.invalidParams, + json.encode({'error': 'Unknown requestType: "$requestType"'}), + ); + } + return ServiceExtensionResponse.result(json.encode({'type': 'success'})); + }); + + registerExtension('ext.networking_app.exit', (_, parameters) async { + // This service extension needs to trigger `io.exit(0)`, and also return a + // value. (You might expect `Future.microtask(() => io.exit(0))` to be + // sufficient, but that results in DevTools erroring, saying that the + // connected app unxexpectedly disconnected; it seems that returning a value + // needs to work through some microtasks.) A 200 ms delay seems to work, so + // that the following `ServiceExtensionResponse` makes it all the way to + // DevTools, and _then_ we can exit. + unawaited( + Future.delayed(const Duration(milliseconds: 200)).then((_) => io.exit(0)), + ); + return ServiceExtensionResponse.result(json.encode({'type': 'success'})); + }); } /// Binds a "test" HTTP server to an available port. @@ -21,59 +76,15 @@ void main() async { /// This server can receive requests, and responds to them. Future _bindTestServer() async { final server = await io.HttpServer.bind(io.InternetAddress.loopbackIPv4, 0); - server.listen((request) { + server.listen((request) async { request.response.write('fallthrough'); if (request.uri.path.contains('complete/')) { - request.response.close(); + await request.response.close(); } }); return server; } -/// Binds a "control" HTTP server to an available port. -/// -/// This server has an HTTP client, and can receive commands for that client to -/// send requests to the "test" HTTP server. -Future _bindControlServer(io.HttpServer testServer) async { - final client = _HttpClient(testServer.port); - - final server = await io.HttpServer.bind(io.InternetAddress.loopbackIPv4, 0); - print(json.encode({'controlPort': server.port})); - server.listen((request) { - request.response.headers - ..add('Access-Control-Allow-Origin', '*') - ..add('Access-Control-Allow-Methods', 'POST,GET,DELETE,PUT,OPTIONS'); - final path = request.uri.path; - final hasBody = path.contains('/body/'); - request.response - ..statusCode = 200 - ..write('received request at: "$path"'); - - if (path.startsWith('/get/')) { - client.get(); - } else if (path.startsWith('/post/')) { - client.post(hasBody: hasBody); - } else if (path.startsWith('/put/')) { - client.put(hasBody: hasBody); - } else if (path.startsWith('/delete/')) { - client.delete(hasBody: hasBody); - } else if (path.startsWith('/dio/get/')) { - client.dioGet(); - } else if (path.startsWith('/dio/post/')) { - client.dioPost(hasBody: hasBody); - } else if (path.startsWith('/packageHttp/post/')) { - client.packageHttpPost(hasBody: hasBody); - } else if (path.startsWith('/packageHttp/postStreamed/')) { - client.packageHttpPostStreamed(); - } else if (path.startsWith('/exit/')) { - client.close(); - io.exit(0); - } - request.response.close(); - }); - return server; -} - // TODO(https://github.com/flutter/devtools/issues/8223): Test support for // WebSockets. // TODO(https://github.com/flutter/devtools/issues/4829): Test support for the @@ -136,6 +147,13 @@ class _HttpClient { print('Received DELETE response: $response'); } + void packageHttpGet() async { + print('Sending package:http GET...'); + // No body. + final response = await http.get(_uri); + print('Received package:http GET response: $response'); + } + void packageHttpPost({bool hasBody = false}) async { print('Sending package:http POST...'); final response = await http.post( @@ -147,11 +165,10 @@ class _HttpClient { void packageHttpPostStreamed() async { print('Sending streamed package:http POST...'); - final request = - http.StreamedRequest('POST', _uri) - ..contentLength = 20 - ..sink.add([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]) - ..sink.add([21, 22, 23, 24, 25, 26, 27, 28, 29, 30]); + final request = http.StreamedRequest('POST', _uri) + ..contentLength = 20 + ..sink.add([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]) + ..sink.add([21, 22, 23, 24, 25, 26, 27, 28, 29, 30]); unawaited(request.sink.close()); final response = await request.send(); diff --git a/packages/devtools_app/test/test_infra/flutter_test_driver.dart b/packages/devtools_app/test/test_infra/flutter_test_driver.dart index 8d1c602c4a9..99eda70e734 100644 --- a/packages/devtools_app/test/test_infra/flutter_test_driver.dart +++ b/packages/devtools_app/test/test_infra/flutter_test_driver.dart @@ -56,8 +56,9 @@ abstract class FlutterTestDriver { String _debugPrint(String msg) { const maxLength = 500; - final truncatedMsg = - msg.length > maxLength ? '${msg.substring(0, maxLength)}...' : msg; + final truncatedMsg = msg.length > maxLength + ? '${msg.substring(0, maxLength)}...' + : msg; _allMessages.add(truncatedMsg); if (_printDebugOutputToStdOut) { print('$_logPrefix$truncatedMsg'); @@ -223,10 +224,9 @@ abstract class FlutterTestDriver { return _timeoutWithMessages>( () => response.future, timeout: timeout, - message: - event != null - ? 'Did not receive expected $event event.' - : 'Did not receive response to request "$id".', + message: event != null + ? 'Did not receive expected $event event.' + : 'Did not receive response to request "$id".', ).whenComplete(() => sub.cancel()); } diff --git a/packages/devtools_app/test/test_infra/goldens/codeview_scrollbars.png b/packages/devtools_app/test/test_infra/goldens/codeview_scrollbars.png index d9611e57e16..3773f9d2fb1 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/codeview_scrollbars.png and b/packages/devtools_app/test/test_infra/goldens/codeview_scrollbars.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/inspector_service_node_no_summary.txt b/packages/devtools_app/test/test_infra/goldens/inspector_service_node_no_summary.txt deleted file mode 100644 index 91f9d2b299c..00000000000 --- a/packages/devtools_app/test/test_infra/goldens/inspector_service_node_no_summary.txt +++ /dev/null @@ -1,246 +0,0 @@ -MaterialApp - └─ScrollConfiguration - └─HeroControllerScope - └─Focus - └─_FocusInheritedScope - └─Semantics - └─WidgetsApp-[GlobalObjectKey _MaterialAppState#00000] - └─RootRestorationScope - └─UnmanagedRestorationScope - └─RestorationScope - └─UnmanagedRestorationScope - └─SharedAppData - └─_SharedAppModel - └─NotificationListener - └─Shortcuts - └─Focus - └─_FocusInheritedScope - └─Semantics - └─DefaultTextEditingShortcuts - └─Shortcuts - └─Focus - └─_FocusInheritedScope - └─Semantics - └─Actions - └─_ActionsScope - └─FocusTraversalGroup - └─Focus - └─_FocusInheritedScope - └─TapRegionSurface - └─ShortcutRegistrar - └─_ShortcutRegistrarScope - └─Shortcuts - └─Focus - └─_FocusInheritedScope - └─Semantics - └─Localizations - └─Semantics - └─_LocalizationsScope-[GlobalKey#00000] - └─Directionality - └─Title - └─CheckedModeBanner - └─Banner - └─CustomPaint - └─ValueListenableBuilder - └─DefaultTextStyle - └─Builder - └─AnimatedTheme - └─Theme - └─_InheritedTheme - └─CupertinoTheme - └─InheritedCupertinoTheme - └─IconTheme - └─IconTheme - └─DefaultSelectionStyle - └─ScaffoldMessenger - └─_ScaffoldMessengerScope - └─DefaultSelectionStyle - └─FocusScope - └─Semantics - └─_FocusInheritedScope - └─Navigator-[GlobalObjectKey _WidgetsAppState#00000] - └─HeroControllerScope - └─NotificationListener - └─Listener - └─AbsorbPointer - └─FocusTraversalGroup - └─Focus - └─_FocusInheritedScope - └─Focus - └─_FocusInheritedScope - └─UnmanagedRestorationScope - └─Overlay-[LabeledGlobalKey#00000] - └─_Theater - ├─_OverlayEntryWidget-[LabeledGlobalKey<_OverlayEntryWidgetState>#00000] - │ └─TickerMode - │ └─_EffectiveTickerMode - │ └─_RenderTheaterMarker - │ └─IgnorePointer - │ └─ModalBarrier - │ └─BlockSemantics - │ └─ExcludeSemantics - │ └─_ModalBarrierGestureDetector - │ └─RawGestureDetector - │ └─_GestureSemantics - │ └─Listener - │ └─Semantics - │ └─MouseRegion - │ └─ConstrainedBox - └─_OverlayEntryWidget-[LabeledGlobalKey<_OverlayEntryWidgetState>#00000] - └─TickerMode - └─_EffectiveTickerMode - └─_RenderTheaterMarker - └─Semantics - └─_ModalScope-[LabeledGlobalKey<_ModalScopeState>#00000] - └─AnimatedBuilder - └─RestorationScope - └─UnmanagedRestorationScope - └─_ModalScopeStatus - └─Offstage - └─PageStorage - └─Builder - └─Actions - └─_ActionsScope - └─PrimaryScrollController - └─_FocusScopeWithExternalFocusNode - └─Semantics - └─_FocusInheritedScope - └─RepaintBoundary - └─ListenableBuilder - └─_PageTransitionsThemeTransitions - └─_ZoomPageTransition - └─DualTransitionBuilder - └─_ZoomEnterTransition - └─SnapshotWidget - └─_ZoomExitTransition - └─SnapshotWidget - └─DualTransitionBuilder - └─_ZoomEnterTransition - └─SnapshotWidget - └─_ZoomExitTransition - └─SnapshotWidget - └─ListenableBuilder - └─IgnorePointer - └─RepaintBoundary-[GlobalKey#00000] - └─Builder - └─Semantics - └─Scaffold - └─_ScaffoldScope - └─ScrollNotificationObserver - └─NotificationListener - └─NotificationListener - └─_ScrollNotificationObserverScope - └─Material - └─AnimatedPhysicalModel - └─PhysicalModel - └─NotificationListener - └─_InkFeatures-[GlobalKey#00000 ink renderer] - └─AnimatedDefaultTextStyle - └─DefaultTextStyle - └─AnimatedBuilder - └─Actions - └─_ActionsScope - └─CustomMultiChildLayout - ├─LayoutId-[<_ScaffoldSlot.body>] - │ └─MediaQuery - │ └─_BodyBuilder - │ └─KeyedSubtree-[GlobalKey#00000] - │ └─Center - │ └─Text - │ └─RichText - ├─LayoutId-[<_ScaffoldSlot.appBar>] - │ └─MediaQuery - │ └─ConstrainedBox - │ └─FlexibleSpaceBarSettings - │ └─AppBar - │ └─Semantics - │ └─AnnotatedRegion - │ └─Material - │ └─AnimatedPhysicalModel - │ └─PhysicalModel - │ └─NotificationListener - │ └─_InkFeatures-[GlobalKey#00000 ink renderer] - │ └─AnimatedDefaultTextStyle - │ └─DefaultTextStyle - │ └─Semantics - │ └─Align - │ └─SafeArea - │ └─Padding - │ └─MediaQuery - │ └─ClipRect - │ └─CustomSingleChildLayout - │ └─Builder - │ └─IconTheme - │ └─DefaultTextStyle - │ └─NavigationToolbar - │ └─CustomMultiChildLayout - │ └─LayoutId-[<_ToolbarSlot.middle>] - │ └─Builder - │ └─MediaQuery - │ └─DefaultTextStyle - │ └─Semantics - │ └─_AppBarTitleBox - │ └─Text - │ └─RichText - └─LayoutId-[<_ScaffoldSlot.floatingActionButton>] - └─MediaQuery - └─_FloatingActionButtonTransition - └─Stack - └─ScaleTransition - └─Transform - └─RotationTransition - └─Transform - └─FloatingActionButton - └─MergeSemantics - └─Hero - └─SizedBox - └─Offstage - └─TickerMode - └─_EffectiveTickerMode - └─KeyedSubtree-[GlobalKey#00000] - └─Tooltip - └─OverlayPortal - └─_OverlayPortal - └─_ExclusiveMouseRegion - └─Listener - └─Semantics - └─RawMaterialButton - └─Semantics - └─_InputPadding - └─ConstrainedBox - └─Material - └─_MaterialInterior - └─PhysicalShape - └─_ShapeBorderPaint - └─CustomPaint - └─NotificationListener - └─_InkFeatures-[GlobalKey#00000 ink renderer] - └─AnimatedDefaultTextStyle - └─DefaultTextStyle - └─InkWell - └─_InkResponseStateWidget - └─_ParentInkResponseProvider - └─Actions - └─_ActionsScope - └─Focus - └─_FocusInheritedScope - └─Semantics - └─MouseRegion - └─Builder - └─DefaultSelectionStyle - └─Semantics - └─GestureDetector - └─RawGestureDetector - └─Listener - └─Builder - └─IconTheme - └─Padding - └─Center - └─Builder - └─IconTheme - └─Icon - └─Semantics - └─ExcludeSemantics - └─SizedBox - └─Center - └─RichText diff --git a/packages/devtools_app/test/test_infra/goldens/inspector_service_node_summary.txt b/packages/devtools_app/test/test_infra/goldens/inspector_service_node_summary.txt index b842776e6c8..59ed4f8aa6c 100644 --- a/packages/devtools_app/test/test_infra/goldens/inspector_service_node_summary.txt +++ b/packages/devtools_app/test/test_infra/goldens/inspector_service_node_summary.txt @@ -1,8 +1,15 @@ -MaterialApp - └─Scaffold - ├─Center - │ └─Text - ├─AppBar - │ └─Text - └─FloatingActionButton - └─Icon +CustomApp + └─Directionality + └─DefaultTextStyle + └─HomeScreen + └─CustomContainer + └─Padding + └─Container + └─CustomCenter + └─CustomButton + └─GestureDetector + └─CustomContainer + └─Padding + └─Container + └─CustomText + └─Text diff --git a/packages/devtools_app/test/test_infra/goldens/inspector_service_tree_no_summary.txt b/packages/devtools_app/test/test_infra/goldens/inspector_service_tree_no_summary.txt deleted file mode 100644 index 18e64b7ef74..00000000000 --- a/packages/devtools_app/test/test_infra/goldens/inspector_service_tree_no_summary.txt +++ /dev/null @@ -1,260 +0,0 @@ -[root] - └─View - └─RawView - └─_RawViewInternal-[_DeprecatedRawViewKey FlutterView#00000] - └─_ViewScope - └─_PipelineOwnerScope - └─_MediaQueryFromView - └─MediaQuery - └─FocusTraversalGroup - └─Focus - └─_FocusInheritedScope - └─_FocusScopeWithExternalFocusNode - └─_FocusInheritedScope - └─MyApp - └─MaterialApp - └─ScrollConfiguration - └─HeroControllerScope - └─Focus - └─_FocusInheritedScope - └─Semantics - └─WidgetsApp-[GlobalObjectKey _MaterialAppState#00000] - └─RootRestorationScope - └─UnmanagedRestorationScope - └─RestorationScope - └─UnmanagedRestorationScope - └─SharedAppData - └─_SharedAppModel - └─NotificationListener - └─Shortcuts - └─Focus - └─_FocusInheritedScope - └─Semantics - └─DefaultTextEditingShortcuts - └─Shortcuts - └─Focus - └─_FocusInheritedScope - └─Semantics - └─Actions - └─_ActionsScope - └─FocusTraversalGroup - └─Focus - └─_FocusInheritedScope - └─TapRegionSurface - └─ShortcutRegistrar - └─_ShortcutRegistrarScope - └─Shortcuts - └─Focus - └─_FocusInheritedScope - └─Semantics - └─Localizations - └─Semantics - └─_LocalizationsScope-[GlobalKey#00000] - └─Directionality - └─Title - └─CheckedModeBanner - └─Banner - └─CustomPaint - └─ValueListenableBuilder - └─DefaultTextStyle - └─Builder - └─AnimatedTheme - └─Theme - └─_InheritedTheme - └─CupertinoTheme - └─InheritedCupertinoTheme - └─IconTheme - └─IconTheme - └─DefaultSelectionStyle - └─ScaffoldMessenger - └─_ScaffoldMessengerScope - └─DefaultSelectionStyle - └─FocusScope - └─Semantics - └─_FocusInheritedScope - └─Navigator-[GlobalObjectKey _WidgetsAppState#00000] - └─HeroControllerScope - └─NotificationListener - └─Listener - └─AbsorbPointer - └─FocusTraversalGroup - └─Focus - └─_FocusInheritedScope - └─Focus - └─_FocusInheritedScope - └─UnmanagedRestorationScope - └─Overlay-[LabeledGlobalKey#00000] - └─_Theater - ├─_OverlayEntryWidget-[LabeledGlobalKey<_OverlayEntryWidgetState>#00000] - │ └─TickerMode - │ └─_EffectiveTickerMode - │ └─_RenderTheaterMarker - │ └─IgnorePointer - │ └─ModalBarrier - │ └─BlockSemantics - │ └─ExcludeSemantics - │ └─_ModalBarrierGestureDetector - │ └─RawGestureDetector - │ └─_GestureSemantics - │ └─Listener - │ └─Semantics - │ └─MouseRegion - │ └─ConstrainedBox - └─_OverlayEntryWidget-[LabeledGlobalKey<_OverlayEntryWidgetState>#00000] - └─TickerMode - └─_EffectiveTickerMode - └─_RenderTheaterMarker - └─Semantics - └─_ModalScope-[LabeledGlobalKey<_ModalScopeState>#00000] - └─AnimatedBuilder - └─RestorationScope - └─UnmanagedRestorationScope - └─_ModalScopeStatus - └─Offstage - └─PageStorage - └─Builder - └─Actions - └─_ActionsScope - └─PrimaryScrollController - └─_FocusScopeWithExternalFocusNode - └─Semantics - └─_FocusInheritedScope - └─RepaintBoundary - └─ListenableBuilder - └─_PageTransitionsThemeTransitions - └─_ZoomPageTransition - └─DualTransitionBuilder - └─_ZoomEnterTransition - └─SnapshotWidget - └─_ZoomExitTransition - └─SnapshotWidget - └─DualTransitionBuilder - └─_ZoomEnterTransition - └─SnapshotWidget - └─_ZoomExitTransition - └─SnapshotWidget - └─ListenableBuilder - └─IgnorePointer - └─RepaintBoundary-[GlobalKey#00000] - └─Builder - └─Semantics - └─Scaffold - └─_ScaffoldScope - └─ScrollNotificationObserver - └─NotificationListener - └─NotificationListener - └─_ScrollNotificationObserverScope - └─Material - └─AnimatedPhysicalModel - └─PhysicalModel - └─NotificationListener - └─_InkFeatures-[GlobalKey#00000 ink renderer] - └─AnimatedDefaultTextStyle - └─DefaultTextStyle - └─AnimatedBuilder - └─Actions - └─_ActionsScope - └─CustomMultiChildLayout - ├─LayoutId-[<_ScaffoldSlot.body>] - │ └─MediaQuery - │ └─_BodyBuilder - │ └─KeyedSubtree-[GlobalKey#00000] - │ └─Center - │ └─Text - │ └─RichText - ├─LayoutId-[<_ScaffoldSlot.appBar>] - │ └─MediaQuery - │ └─ConstrainedBox - │ └─FlexibleSpaceBarSettings - │ └─AppBar - │ └─Semantics - │ └─AnnotatedRegion - │ └─Material - │ └─AnimatedPhysicalModel - │ └─PhysicalModel - │ └─NotificationListener - │ └─_InkFeatures-[GlobalKey#00000 ink renderer] - │ └─AnimatedDefaultTextStyle - │ └─DefaultTextStyle - │ └─Semantics - │ └─Align - │ └─SafeArea - │ └─Padding - │ └─MediaQuery - │ └─ClipRect - │ └─CustomSingleChildLayout - │ └─Builder - │ └─IconTheme - │ └─DefaultTextStyle - │ └─NavigationToolbar - │ └─CustomMultiChildLayout - │ └─LayoutId-[<_ToolbarSlot.middle>] - │ └─Builder - │ └─MediaQuery - │ └─DefaultTextStyle - │ └─Semantics - │ └─_AppBarTitleBox - │ └─Text - │ └─RichText - └─LayoutId-[<_ScaffoldSlot.floatingActionButton>] - └─MediaQuery - └─_FloatingActionButtonTransition - └─Stack - └─ScaleTransition - └─Transform - └─RotationTransition - └─Transform - └─FloatingActionButton - └─MergeSemantics - └─Hero - └─SizedBox - └─Offstage - └─TickerMode - └─_EffectiveTickerMode - └─KeyedSubtree-[GlobalKey#00000] - └─Tooltip - └─OverlayPortal - └─_OverlayPortal - └─_ExclusiveMouseRegion - └─Listener - └─Semantics - └─RawMaterialButton - └─Semantics - └─_InputPadding - └─ConstrainedBox - └─Material - └─_MaterialInterior - └─PhysicalShape - └─_ShapeBorderPaint - └─CustomPaint - └─NotificationListener - └─_InkFeatures-[GlobalKey#00000 ink renderer] - └─AnimatedDefaultTextStyle - └─DefaultTextStyle - └─InkWell - └─_InkResponseStateWidget - └─_ParentInkResponseProvider - └─Actions - └─_ActionsScope - └─Focus - └─_FocusInheritedScope - └─Semantics - └─MouseRegion - └─Builder - └─DefaultSelectionStyle - └─Semantics - └─GestureDetector - └─RawGestureDetector - └─Listener - └─Builder - └─IconTheme - └─Padding - └─Center - └─Builder - └─IconTheme - └─Icon - └─Semantics - └─ExcludeSemantics - └─SizedBox - └─Center - └─RichText diff --git a/packages/devtools_app/test/test_infra/goldens/inspector_service_tree_summary.txt b/packages/devtools_app/test/test_infra/goldens/inspector_service_tree_summary.txt index 05b579be5fb..3661c01fad0 100644 --- a/packages/devtools_app/test/test_infra/goldens/inspector_service_tree_summary.txt +++ b/packages/devtools_app/test/test_infra/goldens/inspector_service_tree_summary.txt @@ -1,10 +1,16 @@ [root] - └─MyApp - └─MaterialApp - └─Scaffold - ├─Center - │ └─Text - ├─AppBar - │ └─Text - └─FloatingActionButton - └─Icon + └─CustomApp + └─Directionality + └─DefaultTextStyle + └─HomeScreen + └─CustomContainer + └─Padding + └─Container + └─CustomCenter + └─CustomButton + └─GestureDetector + └─CustomContainer + └─Padding + └─Container + └─CustomText + └─Text diff --git a/packages/devtools_app/test/test_infra/goldens/integration_animated_physical_model_selected.png b/packages/devtools_app/test/test_infra/goldens/integration_animated_physical_model_selected.png index af266ce6aea..346fae48fce 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_animated_physical_model_selected.png and b/packages/devtools_app/test/test_infra/goldens/integration_animated_physical_model_selected.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_errors_1_initial_load.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_errors_1_initial_load.png index 741a64d0cbc..3c50814ca9c 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_errors_1_initial_load.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_errors_1_initial_load.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_errors_2_error_selected.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_errors_2_error_selected.png index b60547767b6..80f0bf9c286 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_errors_2_error_selected.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_errors_2_error_selected.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_initial_load.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_initial_load.png index b3ec485c8d6..fc7ac52325f 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_initial_load.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_initial_load.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_richtext_selected.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_richtext_selected.png index 91608fbacd0..d8ea91bff1f 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_richtext_selected.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_richtext_selected.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_scaffold_selected.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_scaffold_selected.png index 53bac544fcc..447934cbac3 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_scaffold_selected.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_scaffold_selected.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_select_center.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_select_center.png index 99bcf67bdec..18394b8db9b 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_select_center.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_select_center.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_select_center_details_tree.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_select_center_details_tree.png index 8575c84d77b..e259f55a051 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_select_center_details_tree.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_select_center_details_tree.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_errors_1_initial_load.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_errors_1_initial_load.png index 8a85abbe66d..5904b379b54 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_errors_1_initial_load.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_errors_1_initial_load.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_errors_2_error_selected.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_errors_2_error_selected.png index 5b29b3f3b07..d64b611d80f 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_errors_2_error_selected.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_errors_2_error_selected.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_hideable_widget_selected.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_hideable_widget_selected.png index 1be1c6d9236..58b46a7b7f3 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_hideable_widget_selected.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_hideable_widget_selected.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_hideable_widget_selected_from_search.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_hideable_widget_selected_from_search.png index 1be1c6d9236..58b46a7b7f3 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_hideable_widget_selected_from_search.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_hideable_widget_selected_from_search.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_collapsed.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_collapsed.png index df776daf6bf..e148d4679f1 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_collapsed.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_collapsed.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_expanded.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_expanded.png index 97d7267f616..1bf929100dd 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_expanded.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_expanded.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_hidden.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_hidden.png index 0d32fd4babd..f1347bd6ecc 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_hidden.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_implementation_widgets_hidden.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_initial_load.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_initial_load.png index 84081cfb97f..26d0044cf97 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_initial_load.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_initial_load.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_revert_to_legacy.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_revert_to_legacy.png index 99bcf67bdec..60a194d6b46 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_revert_to_legacy.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_revert_to_legacy.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_select_center.png b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_select_center.png index b1834645396..d2d00d92589 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_select_center.png and b/packages/devtools_app/test/test_infra/goldens/integration_inspector_v2_select_center.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/logging/metadata_chips.png b/packages/devtools_app/test/test_infra/goldens/logging/metadata_chips.png index c56998cc531..96156b81e92 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/logging/metadata_chips.png and b/packages/devtools_app/test/test_infra/goldens/logging/metadata_chips.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/memory/load_offline_data_profile_tab.png b/packages/devtools_app/test/test_infra/goldens/memory/load_offline_data_profile_tab.png index 7ee3a2273c5..97595ba6d0f 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/memory/load_offline_data_profile_tab.png and b/packages/devtools_app/test/test_infra/goldens/memory/load_offline_data_profile_tab.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/memory/load_offline_data_trace_tab.png b/packages/devtools_app/test/test_infra/goldens/memory/load_offline_data_trace_tab.png index 93d861a28db..bacc8c8b52a 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/memory/load_offline_data_trace_tab.png and b/packages/devtools_app/test/test_infra/goldens/memory/load_offline_data_trace_tab.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/settings_dialog_default.png b/packages/devtools_app/test/test_infra/goldens/settings_dialog_default.png index e394284c04f..0d5ba8cb7b1 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/settings_dialog_default.png and b/packages/devtools_app/test/test_infra/goldens/settings_dialog_default.png differ diff --git a/packages/devtools_app/test/test_infra/goldens/settings_dialog_modified.png b/packages/devtools_app/test/test_infra/goldens/settings_dialog_modified.png index 5439001a8ac..d73e69222e1 100644 Binary files a/packages/devtools_app/test/test_infra/goldens/settings_dialog_modified.png and b/packages/devtools_app/test/test_infra/goldens/settings_dialog_modified.png differ diff --git a/packages/devtools_app/test/test_infra/scenes/cpu_profiler/default.dart b/packages/devtools_app/test/test_infra/scenes/cpu_profiler/default.dart index 7c8bb9435a4..3bced37f561 100644 --- a/packages/devtools_app/test/test_infra/scenes/cpu_profiler/default.dart +++ b/packages/devtools_app/test/test_infra/scenes/cpu_profiler/default.dart @@ -41,7 +41,6 @@ class CpuProfilerDefaultScene extends Scene { setGlobal(IdeTheme, IdeTheme()); setGlobal(NotificationService, NotificationService()); setGlobal(PreferencesController, PreferencesController()); - setGlobal(BannerMessagesController, BannerMessagesController()); fakeServiceConnection = FakeServiceConnectionManager( service: FakeServiceManager.createFakeService( @@ -59,6 +58,7 @@ class CpuProfilerDefaultScene extends Scene { fakeServiceConnection.errorBadgeManager.errorCountNotifier('profiler'), ).thenReturn(ValueNotifier(0)); setGlobal(ServiceConnectionManager, fakeServiceConnection); + setGlobal(BannerMessagesController, BannerMessagesController()); final mockScriptManager = MockScriptManager(); when( diff --git a/packages/devtools_app/test/test_infra/scenes/memory/default.dart b/packages/devtools_app/test/test_infra/scenes/memory/default.dart index 7562a661d33..96d4a6bdbaf 100644 --- a/packages/devtools_app/test/test_infra/scenes/memory/default.dart +++ b/packages/devtools_app/test/test_infra/scenes/memory/default.dart @@ -27,13 +27,13 @@ import '../scene_test_extensions.dart'; // To run: // flutter run -t test/test_infra/scenes/memory/default.stager_app.g.dart -d macos -// ignore: avoid_classes_with_only_static_members, enum like classes are ok -abstract class MemoryDefaultSceneHeaps { +/// A namespace for stubbed data used in memory tests. +extension MemoryDefaultSceneHeaps on Never { /// Many instances of the same class with different long paths. /// /// If sorted by retaining path this class will be the second from the top. /// It is needed to measure if selection of this class will cause UI to jank. - static Future manyPaths() async { + static HeapSnapshotGraph manyPaths() { const pathLen = 100; const pathCount = 100; final result = FakeHeapSnapshotGraph(); @@ -56,14 +56,18 @@ abstract class MemoryDefaultSceneHeaps { {'B': 1, 'C': 2, 'D': 3}, {'B': 1, 'C': 2, 'D': 3}, ] - .map((e) => () async => FakeHeapSnapshotGraph()..addClassInstances(e)) + .map( + (e) => + () => FakeHeapSnapshotGraph()..addClassInstances(e), + ) .toList(); - static final golden = - goldenHeapTests - // ignore: avoid-redundant-async, match signature - .map((e) => () async => e.loadHeap()) - .toList(); + static final golden = goldenHeapTests + .map( + (e) => + () => e.loadHeap(), + ) + .toList(); static List get all => [ ...forDiffTesting, @@ -106,7 +110,6 @@ class MemoryDefaultScene extends Scene { setGlobal(OfflineDataController, OfflineDataController()); setGlobal(IdeTheme, IdeTheme()); setGlobal(NotificationService, NotificationService()); - setGlobal(BannerMessagesController, BannerMessagesController()); setGlobal( PreferencesController, PreferencesController()..memory.showChart.value = false, @@ -138,6 +141,7 @@ class MemoryDefaultScene extends Scene { fakeServiceConnection.serviceManager.vm.operatingSystem, ).thenReturn('ios'); setGlobal(ServiceConnectionManager, fakeServiceConnection); + setGlobal(BannerMessagesController, BannerMessagesController()); setGlobal(OfflineDataController, OfflineDataController()); final showAllFilter = ClassFilter( @@ -154,11 +158,11 @@ class MemoryDefaultScene extends Scene { final profileController = ProfilePaneController(rootPackage: 'root') ..setFilter(showAllFilter); - controller = - MemoryController()..init( - connectedDiff: diffController, - connectedProfile: profileController, - ); + controller = MemoryController() + ..init( + connectedDiff: diffController, + connectedProfile: profileController, + ); await controller.initialized; diff --git a/packages/devtools_app/test/test_infra/scenes/standalone_ui/editor_service/simulated_editor.dart b/packages/devtools_app/test/test_infra/scenes/standalone_ui/editor_service/simulated_editor.dart index fb82ee270c6..41c7eeec437 100644 --- a/packages/devtools_app/test/test_infra/scenes/standalone_ui/editor_service/simulated_editor.dart +++ b/packages/devtools_app/test/test_infra/scenes/standalone_ui/editor_service/simulated_editor.dart @@ -282,11 +282,10 @@ class SimulatedEditor { FutureOr enablePlatformType(String platformType) { for (var MapEntry(key: id, value: device) in devices.entries) { if (!device.supported && device.platformType == platformType) { - device = - devices[id] = EditorDevice.fromJson({ - ...device.toJson(), - 'supported': true, - }); + device = devices[id] = EditorDevice.fromJson({ + ...device.toJson(), + 'supported': true, + }); sendDeviceChanged(device); } } diff --git a/packages/devtools_app/test/test_infra/scenes/standalone_ui/mock_editor_widget.dart b/packages/devtools_app/test/test_infra/scenes/standalone_ui/mock_editor_widget.dart index 7ebbc86602d..196401e8bad 100644 --- a/packages/devtools_app/test/test_infra/scenes/standalone_ui/mock_editor_widget.dart +++ b/packages/devtools_app/test/test_infra/scenes/standalone_ui/mock_editor_widget.dart @@ -136,18 +136,16 @@ class _MockEditorWidgetState extends State children: [ const Text('Editor: '), ElevatedButton( - onPressed: - editor.connected - ? null - : _withUpdate(editor.connectEditor), + onPressed: editor.connected + ? null + : _withUpdate(editor.connectEditor), child: const Text('Connect'), ), const SizedBox(width: denseSpacing), ElevatedButton( - onPressed: - editor.connected - ? _withUpdate(editor.disconnectEditor) - : null, + onPressed: editor.connected + ? _withUpdate(editor.disconnectEditor) + : null, child: const Text('Disconnect'), ), ], @@ -173,42 +171,38 @@ class _MockEditorWidgetState extends State Row( children: [ ElevatedButton( - onPressed: - () => editor.startSession( - debuggerType: 'Flutter', - deviceId: 'macos', - flutterMode: 'debug', - ), + onPressed: () => editor.startSession( + debuggerType: 'Flutter', + deviceId: 'macos', + flutterMode: 'debug', + ), child: const Text('Desktop debug'), ), const SizedBox(width: denseSpacing), ElevatedButton( - onPressed: - () => editor.startSession( - debuggerType: 'Flutter', - deviceId: 'macos', - flutterMode: 'profile', - ), + onPressed: () => editor.startSession( + debuggerType: 'Flutter', + deviceId: 'macos', + flutterMode: 'profile', + ), child: const Text('Desktop profile'), ), const SizedBox(width: denseSpacing), ElevatedButton( - onPressed: - () => editor.startSession( - debuggerType: 'Flutter', - deviceId: 'macos', - flutterMode: 'release', - ), + onPressed: () => editor.startSession( + debuggerType: 'Flutter', + deviceId: 'macos', + flutterMode: 'release', + ), child: const Text('Desktop release'), ), const SizedBox(width: denseSpacing), ElevatedButton( - onPressed: - () => editor.startSession( - debuggerType: 'Flutter', - deviceId: 'macos', - flutterMode: 'jit_release', - ), + onPressed: () => editor.startSession( + debuggerType: 'Flutter', + deviceId: 'macos', + flutterMode: 'jit_release', + ), child: const Text('Desktop jit_release'), ), ], @@ -217,32 +211,29 @@ class _MockEditorWidgetState extends State Row( children: [ ElevatedButton( - onPressed: - () => editor.startSession( - debuggerType: 'Flutter', - deviceId: 'chrome', - flutterMode: 'debug', - ), + onPressed: () => editor.startSession( + debuggerType: 'Flutter', + deviceId: 'chrome', + flutterMode: 'debug', + ), child: const Text('Web debug'), ), const SizedBox(width: denseSpacing), ElevatedButton( - onPressed: - () => editor.startSession( - debuggerType: 'Flutter', - deviceId: 'chrome', - flutterMode: 'profile', - ), + onPressed: () => editor.startSession( + debuggerType: 'Flutter', + deviceId: 'chrome', + flutterMode: 'profile', + ), child: const Text('Web profile'), ), const SizedBox(width: denseSpacing), ElevatedButton( - onPressed: - () => editor.startSession( - debuggerType: 'Flutter', - deviceId: 'chrome', - flutterMode: 'release', - ), + onPressed: () => editor.startSession( + debuggerType: 'Flutter', + deviceId: 'chrome', + flutterMode: 'release', + ), child: const Text('Web release'), ), ], @@ -251,11 +242,10 @@ class _MockEditorWidgetState extends State Row( children: [ ElevatedButton( - onPressed: - () => editor.startSession( - debuggerType: 'Dart', - deviceId: 'macos', - ), + onPressed: () => editor.startSession( + debuggerType: 'Dart', + deviceId: 'macos', + ), child: const Text('Dart CLI'), ), ], @@ -294,24 +284,21 @@ class _MockEditorWidgetState extends State builder: (context, logRing, _) { return ListView.builder( itemCount: logRing.length, - itemBuilder: - (context, index) => - OutlineDecoration.onlyBottom( - child: Container( - width: double.infinity, - padding: - const EdgeInsets.symmetric( - vertical: denseSpacing, - ), - child: Text( - logRing.elementAt(index), - style: - Theme.of( - context, - ).fixedFontStyle, - ), - ), + itemBuilder: (context, index) => + OutlineDecoration.onlyBottom( + child: Container( + width: double.infinity, + padding: const EdgeInsets.symmetric( + vertical: denseSpacing, + ), + child: Text( + logRing.elementAt(index), + style: Theme.of( + context, + ).fixedFontStyle, ), + ), + ), ); }, ), diff --git a/packages/devtools_app/test/test_infra/scenes/standalone_ui/property_editor_sidebar.dart b/packages/devtools_app/test/test_infra/scenes/standalone_ui/property_editor_sidebar.dart index 8d1a8feccb1..6346811359d 100644 --- a/packages/devtools_app/test/test_infra/scenes/standalone_ui/property_editor_sidebar.dart +++ b/packages/devtools_app/test/test_infra/scenes/standalone_ui/property_editor_sidebar.dart @@ -66,17 +66,16 @@ class _PropertyEditorState extends State<_PropertyEditorSidebar> { Widget build(BuildContext context) { return IdeThemedMaterialApp( home: Scaffold( - body: - clientLog != null && clientDtd != null && editor != null - ? MockEditorWidget( - editor: editor!, - clientLog: clientLog!, - child: PropertyEditorPanel(clientDtd!), - ) - : _DtdUriForm( - onSaved: _connectToDtd, - formKey: GlobalKey(), - ), + body: clientLog != null && clientDtd != null && editor != null + ? MockEditorWidget( + editor: editor!, + clientLog: clientLog!, + child: PropertyEditorPanel(clientDtd!), + ) + : _DtdUriForm( + onSaved: _connectToDtd, + formKey: GlobalKey(), + ), ), ); } diff --git a/packages/devtools_app/test/test_infra/test_data/cpu_profiler/cpu_profile.dart b/packages/devtools_app/test/test_infra/test_data/cpu_profiler/cpu_profile.dart index 23f3e500d44..7e13acf7ce2 100644 --- a/packages/devtools_app/test/test_infra/test_data/cpu_profiler/cpu_profile.dart +++ b/packages/devtools_app/test/test_infra/test_data/cpu_profiler/cpu_profile.dart @@ -678,60 +678,62 @@ final goldenResolvedUriMap = { 'package:flutter/widgets/binding.dart', }; -final goldenCpuProfileStackFrames = Map.from(subProfileStackFrames)..addAll({ - '140357727781376-12': { - 'category': 'Dart', - 'name': 'RenderPhysicalModel.paint', - 'parent': '140357727781376-9', - 'resolvedUrl': - 'path/to/flutter/packages/flutter/lib/src/rendering/proxy_box.dart', - 'packageUri': 'package:flutter/lib/src/rendering/proxy_box.dart', - 'sourceLine': null, - }, - '140357727781376-13': { - 'category': 'Dart', - 'name': 'RenderCustomMultiChildLayoutBox.paint', - 'parent': '140357727781376-12', - 'resolvedUrl': - 'path/to/flutter/packages/flutter/lib/src/rendering/custom_layout.dart', - 'packageUri': 'package:flutter/rendering/custom_layout.dart', - 'sourceLine': null, - }, - '140357727781376-14': { - 'category': 'Dart', - 'name': '_RenderCustomMultiChildLayoutBox.defaultPaint', - 'parent': '140357727781376-13', - 'resolvedUrl': 'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/hash.dart', - 'packageUri': 'dart:vm/hash.dart', - 'sourceLine': null, - }, - '140357727781376-15': { - 'category': 'Dart', - 'name': 'RenderObject._paintWithContext', - 'parent': '140357727781376-14', - 'resolvedUrl': - 'path/to/flutter/packages/flutter/lib/src/rendering/object.dart', - 'packageUri': 'package:flutter/rendering/object.dart', - 'sourceLine': null, - }, - '140357727781376-16': { - 'category': 'Dart', - 'name': 'RenderStack.paintStack', - 'parent': '140357727781376-14', - 'resolvedUrl': - 'path/to/flutter/packages/flutter/lib/src/rendering/stack.dart', - 'packageUri': 'package:flutter/rendering/stack.dart', - 'sourceLine': null, - }, - '140357727781376-17': { - 'category': 'Dart', - 'name': '_WidgetsFlutterBinding&BindingBase&Gesture._invokeFrameCallback', - 'parent': '140357727781376-16', - 'resolvedUrl': '', - 'packageUri': '', - 'sourceLine': null, - }, -}); +final goldenCpuProfileStackFrames = Map.from(subProfileStackFrames) + ..addAll({ + '140357727781376-12': { + 'category': 'Dart', + 'name': 'RenderPhysicalModel.paint', + 'parent': '140357727781376-9', + 'resolvedUrl': + 'path/to/flutter/packages/flutter/lib/src/rendering/proxy_box.dart', + 'packageUri': 'package:flutter/lib/src/rendering/proxy_box.dart', + 'sourceLine': null, + }, + '140357727781376-13': { + 'category': 'Dart', + 'name': 'RenderCustomMultiChildLayoutBox.paint', + 'parent': '140357727781376-12', + 'resolvedUrl': + 'path/to/flutter/packages/flutter/lib/src/rendering/custom_layout.dart', + 'packageUri': 'package:flutter/rendering/custom_layout.dart', + 'sourceLine': null, + }, + '140357727781376-14': { + 'category': 'Dart', + 'name': '_RenderCustomMultiChildLayoutBox.defaultPaint', + 'parent': '140357727781376-13', + 'resolvedUrl': + 'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/hash.dart', + 'packageUri': 'dart:vm/hash.dart', + 'sourceLine': null, + }, + '140357727781376-15': { + 'category': 'Dart', + 'name': 'RenderObject._paintWithContext', + 'parent': '140357727781376-14', + 'resolvedUrl': + 'path/to/flutter/packages/flutter/lib/src/rendering/object.dart', + 'packageUri': 'package:flutter/rendering/object.dart', + 'sourceLine': null, + }, + '140357727781376-16': { + 'category': 'Dart', + 'name': 'RenderStack.paintStack', + 'parent': '140357727781376-14', + 'resolvedUrl': + 'path/to/flutter/packages/flutter/lib/src/rendering/stack.dart', + 'packageUri': 'package:flutter/rendering/stack.dart', + 'sourceLine': null, + }, + '140357727781376-17': { + 'category': 'Dart', + 'name': '_WidgetsFlutterBinding&BindingBase&Gesture._invokeFrameCallback', + 'parent': '140357727781376-16', + 'resolvedUrl': '', + 'packageUri': '', + 'sourceLine': null, + }, + }); final subProfileStackFrames = { '140357727781376-1': { @@ -1045,58 +1047,59 @@ final filteredCpuSampleTraceEvents = [ }, ]; -final goldenCpuProfileTraceEvents = List.of(subProfileTraceEvents)..addAll([ - { - 'ph': 'P', - 'name': '', - 'pid': 77616, - 'tid': 42247, - 'ts': 47377800363, - 'cat': 'Dart', - 'args': {'userTag': 'Default', 'vmTag': 'VM'}, - 'sf': '140357727781376-14', - }, - { - 'ph': 'P', - 'name': '', - 'pid': 77616, - 'tid': 42247, - 'ts': 47377800463, - 'cat': 'Dart', - 'args': {'userTag': 'Default', 'vmTag': 'VM'}, - 'sf': '140357727781376-14', - }, - { - 'ph': 'P', - 'name': '', - 'pid': 77616, - 'tid': 42247, - 'ts': 47377800563, - 'cat': 'Dart', - 'args': {'userTag': 'Default', 'vmTag': 'VM'}, - 'sf': '140357727781376-14', - }, - { - 'ph': 'P', - 'name': '', - 'pid': 77616, - 'tid': 42247, - 'ts': 47377800663, - 'cat': 'Dart', - 'args': {'userTag': 'Default', 'vmTag': 'VM'}, - 'sf': '140357727781376-15', - }, - { - 'ph': 'P', - 'name': '', - 'pid': 77616, - 'tid': 42247, - 'ts': 47377800763, - 'cat': 'Dart', - 'args': {'userTag': 'Default', 'vmTag': 'VM'}, - 'sf': '140357727781376-17', - }, -]); +final goldenCpuProfileTraceEvents = List.of(subProfileTraceEvents) + ..addAll([ + { + 'ph': 'P', + 'name': '', + 'pid': 77616, + 'tid': 42247, + 'ts': 47377800363, + 'cat': 'Dart', + 'args': {'userTag': 'Default', 'vmTag': 'VM'}, + 'sf': '140357727781376-14', + }, + { + 'ph': 'P', + 'name': '', + 'pid': 77616, + 'tid': 42247, + 'ts': 47377800463, + 'cat': 'Dart', + 'args': {'userTag': 'Default', 'vmTag': 'VM'}, + 'sf': '140357727781376-14', + }, + { + 'ph': 'P', + 'name': '', + 'pid': 77616, + 'tid': 42247, + 'ts': 47377800563, + 'cat': 'Dart', + 'args': {'userTag': 'Default', 'vmTag': 'VM'}, + 'sf': '140357727781376-14', + }, + { + 'ph': 'P', + 'name': '', + 'pid': 77616, + 'tid': 42247, + 'ts': 47377800663, + 'cat': 'Dart', + 'args': {'userTag': 'Default', 'vmTag': 'VM'}, + 'sf': '140357727781376-15', + }, + { + 'ph': 'P', + 'name': '', + 'pid': 77616, + 'tid': 42247, + 'ts': 47377800763, + 'cat': 'Dart', + 'args': {'userTag': 'Default', 'vmTag': 'VM'}, + 'sf': '140357727781376-17', + }, + ]); final subProfileTraceEvents = [ { @@ -1208,12 +1211,12 @@ final profileMetaData = CpuProfileMetaData( sampleCount: 10, samplePeriod: 1000, stackDepth: 128, - time: - TimeRange() - ..start = const Duration() - // Note this intentionally adds 10000 microseconds more than what - // was measured, regression test for Issue #8870. - ..end = const Duration(microseconds: 20000), + time: TimeRange( + start: 0, + // Note this intentionally adds 10000 microseconds more than what + // was measured, regression test for Issue #8870. + end: 20000, + ), ); final tagFrameA = CpuStackFrame( @@ -1382,18 +1385,16 @@ final stackFrameG = CpuStackFrame( final testStackFrameWithRoot = CpuStackFrame.root(profileMetaData) ..addChild(testStackFrame.deepCopy()); -final testStackFrame = - stackFrameA..addChild( - stackFrameB - ..addChild(stackFrameC) - ..addChild( - stackFrameD - ..addChild( - stackFrameE..addChild(stackFrameF..addChild(stackFrameC2)), - ) - ..addChild(stackFrameF2..addChild(stackFrameC3)), - ), - ); +final testStackFrame = stackFrameA + ..addChild( + stackFrameB + ..addChild(stackFrameC) + ..addChild( + stackFrameD + ..addChild(stackFrameE..addChild(stackFrameF..addChild(stackFrameC2))) + ..addChild(stackFrameF2..addChild(stackFrameC3)), + ), + ); final testTagRootedStackFrame = tagFrameA..addChild(testStackFrame.deepCopy()); @@ -1529,10 +1530,7 @@ final zeroProfileMetaData = CpuProfileMetaData( sampleCount: 0, samplePeriod: 50, stackDepth: 128, - time: - TimeRange() - ..start = const Duration() - ..end = const Duration(microseconds: 100), + time: TimeRange.ofDuration(100), ); final zeroStackFrame = CpuStackFrame( diff --git a/packages/devtools_app/test/test_infra/test_data/cpu_profiler/cpu_samples.json b/packages/devtools_app/test/test_infra/test_data/cpu_profiler/cpu_samples.json new file mode 100644 index 00000000000..b8e1af79ef4 --- /dev/null +++ b/packages/devtools_app/test/test_infra/test_data/cpu_profiler/cpu_samples.json @@ -0,0 +1,1909537 @@ +{ + "type": "CpuSamples", + "samplePeriod": 250, + "maxStackDepth": 128, + "sampleCount": 19401, + "timeOriginMicros": 651082874343, + "timeExtentMicros": 13359889, + "pid": 80843, + "functions": [ + { + "kind": "Collected", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Native] 2" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Native] 8" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19385, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "main" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[FlutterAppLifecycleRegistrar handleWillBecomeActive:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[FlutterAppLifecycleRegistrar handleWillResignActive:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "__copy_helper_block_ea8_32w" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[FlutterEngine setApplicationState:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[FlutterEngine sendOnChannel:message:binaryReply:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 64, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[FlutterEngine postMainThreadTask:targetTimeInNanoseconds:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19390, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__60-[FlutterEngine postMainThreadTask:targetTimeInNanoseconds:]_block_invoke" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__shared_weak_count::lock()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19384, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$s20InternalFlutterSwift0B7RunLoopCACyc33_D4CDF1FCA38C25E611593B39D16A3F51LlfcySvSgcfU_" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19388, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$s20InternalFlutterSwift0B7RunLoopC19performExpiredTasks33_D4CDF1FCA38C25E611593B39D16A3F51LLyyF" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19384, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$s20InternalFlutterSwift0B7RunLoopCACyc33_D4CDF1FCA38C25E611593B39D16A3F51LlfcySvSgcfU_To" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$s20InternalFlutterSwift0B7RunLoopCACyc33_D4CDF1FCA38C25E611593B39D16A3F51LlfcySo05CFRunE8TimerRefaSg_SvSgtcfU0_" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$s20InternalFlutterSwift0B7RunLoopCACyc33_D4CDF1FCA38C25E611593B39D16A3F51LlfcySo05CFRunE8TimerRefaSg_SvSgtcfU0_To" + } + }, + { + "kind": "Native", + "inclusiveTicks": 47, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$s20InternalFlutterSwift0B7RunLoopC7perform10afterDelay5blockySd_yyctF" + } + }, + { + "kind": "Native", + "inclusiveTicks": 60, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$s20InternalFlutterSwift0B7RunLoopC7perform10afterDelay5blockySd_yyctFTo" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19388, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$sIeyB_Ieg_TR" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "fml::DelayedTask::DelayedTask(unsigned long, std::_fl::function const&, fml::TimePoint, fml::TaskSourceGrade)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "fml::DelayedTask::DelayedTask(fml::DelayedTask const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 16, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "fml::MessageLoopTaskQueues::RegisterTask(fml::TaskQueueId, std::_fl::function const&, fml::TimePoint, fml::TaskSourceGrade)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "fml::TaskRunner::PostTask(std::_fl::function const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "fml::TaskRunner::RunNowAndFlushMessages(fml::RefPtr const&, std::_fl::function const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::priority_queue>, std::_fl::greater>::push(fml::DelayedTask const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "fml::tracing::TraceEvent1(char const*, char const*, unsigned long, unsigned long long const*, char const*, char const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "fml::tracing::TraceEventEnd(char const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 16, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "fml::tracing::TraceEventAsyncBegin0(char const*, char const*, long long, unsigned long, unsigned long long const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "fml::tracing::TraceEventAsyncEnd0(char const*, char const*, long long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "fml::tracing::TraceEventFlowStep0(char const*, char const*, long long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "fml::IsPlatformVersionAtLeast(unsigned long, unsigned long, unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "SkRefCntBase::internal_dispose() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::Build()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::~DisplayListBuilder()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::~DisplayListBuilder()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::SetAttributesFromPaint(flutter::DlPaint const&, flutter::DisplayListAttributeFlags)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::setColor(flutter::DlColor)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::Restore()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::Transform2DAffine(float, float, float, float, float, float)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::ClipRect(impeller::TRect const&, flutter::DlClipOp, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::ClipRoundRect(impeller::RoundRect const&, flutter::DlClipOp, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::ClipPath(flutter::DlPath const&, flutter::DlClipOp, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::DrawCircle(impeller::TPoint const&, float, flutter::DlPaint const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::DrawRoundRect(impeller::RoundRect const&, flutter::DlPaint const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::drawTextBlob(sk_sp, float, float)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "void* flutter::DisplayListBuilder::Push const&, float&, float&>(unsigned long, sk_sp const&, float&, float&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::DrawTextBlob(sk_sp const&, float, float, flutter::DlPaint const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::AdjustBoundsForPaint(impeller::TRect&, flutter::DisplayListAttributeFlags)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListBuilder::AccumulateBounds(impeller::TRect const&, flutter::DisplayListBuilder::SaveInfo&, int)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__shared_ptr_pointer::__shared_ptr_default_delete, std::_fl::allocator>::__on_zero_shared()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListStorage::realloc(unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListStorage::allocate(unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "flutter::DlRTree::DlRTree(impeller::TRect const*, int, int const*, bool (*)(int), int)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::vector>::__append(unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListMatrixClipState::clipRect(impeller::TRect const&, flutter::DlClipOp, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "impeller::TRect::GetCenter() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "flutter::DisplayListMatrixClipState::TransformedRRectCoversBounds(impeller::RoundRect const&, impeller::Matrix const&, impeller::TRect const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "impeller::RoundingRadii::Scaled(impeller::TRect const&) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "SkContainerAllocator::allocate(int, double)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "SkFont::getWidthsBounds(SkSpan, SkSpan, SkSpan, SkPaint const*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia_private::TArray::resize_back(int)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "SkPath::isRect(SkRect*, bool*, SkPathDirection*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "SkPath::addRect(SkRect const&, SkPathDirection, unsigned int)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "SkPath::addRRect(SkRRect const&, SkPathDirection, unsigned int)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "SkPath::offset(float, float, SkPath*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "SkPath::transform(SkMatrix const&, SkPath*, SkApplyPerspectiveClip) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "SkPath::contains(float, float) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia_private::TArray::operator=(skia_private::TArray const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "SkPathPriv::IsRectContour(SkSpan, SkSpan, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "SkPathPriv::IsRectContour(SkPath const&, bool, int*, SkPoint const**, bool*, SkPathDirection*, SkRect*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "SkPathRaw::Iter::next()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "SkPathRef::CreateTransformedCopy(sk_sp*, SkPathRef const&, SkMatrix const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "SkRRect::setRectRadii(SkRect const&, SkPoint const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "SkRRect::scaleRadii()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "SkScalerContext::internalMakeGlyph(SkPackedGlyphID, SkMask::Format, SkArenaAlloc*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "SkStrike::metrics(SkSpan, SkGlyph const**)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "SkStrike::digestFor(skglyph::ActionType, SkPackedGlyphID)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "sk_malloc_flags(unsigned long, unsigned int)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "SkScalerContext_Mac::generateMetrics(SkGlyph const&, SkArenaAlloc*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::TransformLayer::TransformLayer(impeller::Matrix const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "txt::ParagraphBuilderSkia::ParagraphBuilderSkia(txt::ParagraphStyle const&, std::_fl::shared_ptr const&, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::TextStyle::~TextStyle()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "txt::ParagraphSkia::GetMaxIntrinsicWidth()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 8, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "txt::ParagraphSkia::Paint(flutter::DisplayListBuilder*, double, double)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "txt::ParagraphBuilder::CreateSkiaBuilder(txt::ParagraphStyle const&, std::_fl::shared_ptr const&, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "txt::ParagraphStyle::GetTextStyle() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "txt::TextStyle::TextStyle()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "txt::GetDefaultFontFamilies()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_hb_ot_shape" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "hb_shape_plan_execute" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "hb_shape_full" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::OneLineShaper::iterateThroughFontStyles(skia::textlayout::SkRange, SkSpan, std::_fl::function)> const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::OneLineShaper::matchResolvedFonts(skia::textlayout::TextStyle const&, std::_fl::function)> const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::OneLineShaper::iterateThroughShapingRegions(std::_fl::function, SkSpan, float&, unsigned long, unsigned char)> const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::OneLineShaper::shape()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, float (skia::textlayout::SkRange, SkSpan, float&, unsigned long, unsigned char)>::operator()(skia::textlayout::SkRange&&, SkSpan&&, float&, unsigned long&&, unsigned char&&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, SkSpan, float&, unsigned long, unsigned char) const::'lambda'(skia::textlayout::Block, skia_private::TArray), std::_fl::allocator, SkSpan, float&, unsigned long, unsigned char) const::'lambda'(skia::textlayout::Block, skia_private::TArray)>, void (skia::textlayout::Block, skia_private::TArray)>::operator()(skia::textlayout::Block&&, skia_private::TArray&&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, SkSpan, float&, unsigned long, unsigned char) const::'lambda'(skia::textlayout::Block, skia_private::TArray)::operator()(skia::textlayout::Block, skia_private::TArray) const::'lambda'(sk_sp), std::_fl::allocator, SkSpan, float&, unsigned long, unsigned char) const::'lambda'(skia::textlayout::Block, skia_private::TArray)::operator()(skia::textlayout::Block, skia_private::TArray) const::'lambda'(sk_sp)>, skia::textlayout::OneLineShaper::Resolved (sk_sp)>::operator()(sk_sp&&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::ParagraphImpl::layout(float)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::ParagraphImpl::shapeTextIntoEndlessLine()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::ParagraphImpl::paint(skia::textlayout::ParagraphPainter*, float, float)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::ParagraphImpl::ensureUTF16Mapping()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::ParagraphImpl::getGlyphInfoAtUTF16Offset(unsigned long, skia::textlayout::Paragraph::GlyphInfo*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::ParagraphImpl::getClosestUTF16GlyphInfoAt(float, float, skia::textlayout::Paragraph::GlyphInfo*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::Cluster::run() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::TextLine::paint(skia::textlayout::ParagraphPainter*, float, float)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::TextLine::iterateThroughVisualRuns(bool, std::_fl::function, float*)> const&) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::TextLine::measureTextInsideOneRun(skia::textlayout::SkRange, skia::textlayout::Run const*, float, float, bool, skia::textlayout::TextLine::TextAdjustment) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::TextLine::iterateThroughSingleRunByStyles(skia::textlayout::TextLine::TextAdjustment, skia::textlayout::Run const*, float, skia::textlayout::SkRange, skia::textlayout::StyleType, std::_fl::function, skia::textlayout::TextStyle const&, skia::textlayout::TextLine::ClipContext const&)> const&) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "skia::textlayout::TextLine::getGlyphPositionAtCoordinate(float)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, bool (skia::textlayout::Run const*, float, skia::textlayout::SkRange, float*)>::operator()(skia::textlayout::Run const*&&, float&&, skia::textlayout::SkRange&&, float*&&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "(anonymous namespace)::ShaperHarfBuzz::shape(char const*, unsigned long, SkShaper::FontRunIterator&, SkShaper::BiDiRunIterator&, SkShaper::ScriptRunIterator&, SkShaper::LanguageRunIterator&, SkShaper::Feature const*, unsigned long, float, SkShaper::RunHandler*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "(anonymous namespace)::ShaperHarfBuzz::shape(char const*, unsigned long, char const*, char const*, SkShaper::BiDiRunIterator const&, SkShaper::LanguageRunIterator const&, SkShaper::ScriptRunIterator const&, SkShaper::FontRunIterator const&, SkShaper::Feature const*, unsigned long) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "(anonymous namespace)::skhb_glyph_h_advances(hb_font_t*, void*, unsigned int, unsigned int const*, unsigned int, int*, unsigned int, void*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "(anonymous namespace)::ShapeDontWrapOrReorder::wrap(char const*, unsigned long, SkShaper::BiDiRunIterator const&, SkShaper::LanguageRunIterator const&, SkShaper::ScriptRunIterator const&, SkShaper::FontRunIterator const&, (anonymous namespace)::RunIteratorQueue&, SkShaper::Feature const*, unsigned long, float, SkShaper::RunHandler*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 754, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Animator::BeginFrame(std::_fl::unique_ptr>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 96, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::Animator::RequestFrame(bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 28, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Animator::EndFrame()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 10, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Pipeline::ProducerContinuation::Complete(std::_fl::unique_ptr>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 10, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Animator::Render(long long, std::_fl::unique_ptr>, float)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, void ()>::operator()()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 8, + "exclusiveTicks": 7, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, void ()>::__clone() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, void ()>::destroy_deallocate()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 32, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, void ()>::operator()()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 752, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, void (std::_fl::unique_ptr>)>::operator()(std::_fl::unique_ptr>&&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Engine::ReportTimings(std::_fl::vector>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Engine::DispatchPlatformMessage(std::_fl::unique_ptr>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Engine::HandleLifecyclePlatformMessage(flutter::PlatformMessage*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 311, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Engine::DispatchPointerDataPacket(std::_fl::unique_ptr>, unsigned long long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "flutter::Engine::ScheduleFrame(bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 10, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Engine::Render(long long, std::_fl::unique_ptr>, float)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Engine::FlushMicrotaskQueue()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::PlatformView::DispatchPlatformMessage(std::_fl::unique_ptr>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 311, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DefaultPointerDataDispatcher::DispatchPacket(std::_fl::unique_ptr>, unsigned long long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Shell::OnPlatformViewDispatchPlatformMessage(std::_fl::unique_ptr>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "non-virtual thunk to flutter::Shell::OnAnimatorUpdateLatestFrameTargetTime(fml::TimePoint)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 16, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Shell::OnAnimatorDraw(std::_fl::shared_ptr>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func>)::$_0>, std::_fl::allocator>)::$_0>>, void ()>::operator()()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 311, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func>)::$_0>, std::_fl::allocator>)::$_0>>, void ()>::operator()()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func>)::$_0>, std::_fl::allocator>)::$_0>>, void ()>::__clone() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, void ()>::operator()()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, void ()>::__clone() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, void ()>::destroy_deallocate()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 751, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, void ()>::operator()()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18255, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::DartMessageHandler::OnHandleMessage(tonic::DartState*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18255, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, void ()>::operator()()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::DartMicrotaskQueue::RunMicrotasks()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::DartState::Scope::~Scope()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "tonic::DartState::Current()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "tonic::DartWeakPersistentValue::~DartWeakPersistentValue()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::DartWeakPersistentValue::Get()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::DartWrappable::AssociateWithDartWrapper(_Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::DartWrappable::ClearDartWrapper()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::DartConverterWrappable::FromDart(_Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::CheckAndHandleError(_Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::GetErrorHandleType(_Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 781, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "tonic::DartInvoke(_Dart_Handle*, std::initializer_list<_Dart_Handle*>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 314, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::DartInvokeVoid(_Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::DartByteData::Create(void const*, unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::SceneBuilder::~SceneBuilder()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::SceneBuilder::pushTransform(_Dart_Handle*, tonic::TypedList<(Dart_TypedData_Type)11, double>&, fml::RefPtr const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::EngineLayer::MakeRetained(_Dart_Handle*, std::_fl::shared_ptr const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::SceneBuilder::pushOffset(_Dart_Handle*, double, double, fml::RefPtr const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::SceneBuilder::addPicture(double, double, flutter::Picture*, int)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::FfiDispatcher, std::_fl::allocator> const&, std::_fl::vector, std::_fl::allocator>, std::_fl::allocator, std::_fl::allocator>>> const&, double, double, std::_fl::basic_string, std::_fl::allocator> const&, std::_fl::basic_string, std::_fl::allocator> const&), &flutter::ParagraphBuilder::Create(_Dart_Handle*, _Dart_Handle*, _Dart_Handle*, std::_fl::basic_string, std::_fl::allocator> const&, std::_fl::vector, std::_fl::allocator>, std::_fl::allocator, std::_fl::allocator>>> const&, double, double, std::_fl::basic_string, std::_fl::allocator> const&, std::_fl::basic_string, std::_fl::allocator> const&)>::Call(_Dart_Handle*, _Dart_Handle*, _Dart_Handle*, _Dart_Handle*, _Dart_Handle*, double, double, _Dart_Handle*, _Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "tonic::FfiDispatcher (*)(_Dart_Handle*), &flutter::CanvasPath::Create(_Dart_Handle*)>::Call(_Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::FfiDispatcher::Call(_Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::FfiDispatcher::Call(tonic::DartWrappable*, _Dart_Handle*, _Dart_Handle*, _Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::FfiDispatcher const&), &flutter::Canvas::transform(tonic::TypedList<(Dart_TypedData_Type)11, double> const&)>::Call(tonic::DartWrappable*, _Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::FfiDispatcher::Call(tonic::DartWrappable*, _Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "tonic::FfiDispatcher::Call(tonic::DartWrappable*, double, double)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::FfiDispatcher const&), &flutter::SceneBuilder::pushOffset(_Dart_Handle*, double, double, fml::RefPtr const&)>::Call(tonic::DartWrappable*, _Dart_Handle*, double, double, _Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::FfiDispatcher const&), &flutter::SceneBuilder::pushTransformHandle(_Dart_Handle*, _Dart_Handle*, fml::RefPtr const&)>::Call(tonic::DartWrappable*, _Dart_Handle*, _Dart_Handle*, _Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::Canvas::Create(_Dart_Handle*, flutter::PictureRecorder*, double, double, double, double)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Canvas::clipRect(double, double, double, double, flutter::DlClipOp, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Canvas::drawRRect(flutter::RRect const&, _Dart_Handle*, _Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Canvas::Invalidate()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::EngineLayer::~EngineLayer()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::CanvasPath::addRRect(flutter::RRect const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::CanvasPath::shift(_Dart_Handle*, double, double)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::Picture::CreateAndAssociateWithDartWrapper(_Dart_Handle*, sk_sp)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::PictureRecorder::Create(_Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::PictureRecorder::BeginRecording(impeller::TRect)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 10, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::PictureRecorder::endRecording(_Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::RefCountedDartWrappable::RetainDartWrappableReference() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tonic::DartConverter::FromDart(_Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::Paragraph::getClosestGlyphInfo(double, double, _Dart_Handle*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::ParagraphBuilder::Create(_Dart_Handle*, _Dart_Handle*, _Dart_Handle*, std::_fl::basic_string, std::_fl::allocator> const&, std::_fl::vector, std::_fl::allocator>, std::_fl::allocator, std::_fl::allocator>>> const&, double, double, std::_fl::basic_string, std::_fl::allocator> const&, std::_fl::basic_string, std::_fl::allocator> const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::ParagraphBuilder::ParagraphBuilder(_Dart_Handle*, _Dart_Handle*, std::_fl::basic_string, std::_fl::allocator> const&, std::_fl::vector, std::_fl::allocator>, std::_fl::allocator, std::_fl::allocator>>> const&, double, double, std::_fl::basic_string, std::_fl::allocator> const&, std::_fl::basic_string, std::_fl::allocator> const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::UIDartState::ThrowIfUIOperationsProhibited()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "flutter::UIDartState::Current()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::UIDartState::ScheduleMicrotask(_Dart_Handle*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::PlatformConfiguration::UpdateInitialLifecycleState(std::_fl::basic_string, std::_fl::allocator> const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 310, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::PlatformConfiguration::DispatchPointerDataPacket(flutter::PointerDataPacket const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 753, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::PlatformConfiguration::BeginFrame(fml::TimePoint, unsigned long long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::PlatformConfiguration::ReportTimings(std::_fl::vector>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::PlatformConfigurationNativeApi::ScheduleFrame()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func, flutter::PlatformMessageResponseDart::Complete(std::_fl::unique_ptr>)::$_0>(tonic::DartPersistentValue&&, fml::RefPtr const&, bool*, std::_fl::basic_string, std::_fl::allocator> const&, flutter::PlatformMessageResponseDart::Complete(std::_fl::unique_ptr>)::$_0&&)::'lambda'()>, std::_fl::allocator, flutter::PlatformMessageResponseDart::Complete(std::_fl::unique_ptr>)::$_0>(tonic::DartPersistentValue&&, fml::RefPtr const&, bool*, std::_fl::basic_string, std::_fl::allocator> const&, flutter::PlatformMessageResponseDart::Complete(std::_fl::unique_ptr>)::$_0&&)::'lambda'()>>, void ()>::operator()()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18255, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "std::_fl::__function::__func const&, bool)::$_0::operator()(std::_fl::function) const::'lambda'(), std::_fl::allocator const&, bool)::$_0::operator()(std::_fl::function) const::'lambda'()>, void ()>::operator()()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::DartTimestampProvider::Now()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::RuntimeController::SetInitialLifecycleState(std::_fl::basic_string, std::_fl::allocator> const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 754, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::RuntimeController::BeginFrame(fml::TimePoint, unsigned long long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::RuntimeController::ReportTimings(std::_fl::vector>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 35, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::RuntimeController::NotifyIdle(fml::TimeDelta)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 311, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::RuntimeController::DispatchPointerDataPacket(flutter::PointerDataPacket const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "flutter::RuntimeController::ScheduleFrame()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 39, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::RuntimeController::Render(long long, flutter::Scene*, double, double)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "FlutterEngineSendPlatformMessage" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19390, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "FlutterEngineRunTask" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::EmbedderEngine::SendPlatformMessage(std::_fl::unique_ptr>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19390, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::EmbedderEngine::RunTask(FlutterTask const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "flutter::EmbedderTaskRunner::PostTask(std::_fl::function const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 69, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::EmbedderTaskRunner::PostTaskForTime(std::_fl::function const&, fml::TimePoint)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19390, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "flutter::EmbedderTaskRunner::PostTask(unsigned long long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "std::_fl::pair>, void*>*>, bool> std::_fl::__hash_table>, std::_fl::__unordered_map_hasher>, std::_fl::hash, std::_fl::equal_to, true>, std::_fl::__unordered_map_equal>, std::_fl::equal_to, std::_fl::hash, true>, std::_fl::allocator>>>::__emplace_unique_key_args, std::_fl::tuple<>>(unsigned long long const&, std::_fl::piecewise_construct_t const&, std::_fl::tuple&&, std::_fl::tuple<>&&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::calloc(unsigned long, unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::malloc(unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 13, + "exclusiveTicks": 13, + "resolvedUrl": "", + "function": { + "name": "dart::SimpleHashMap::Lookup(void*, unsigned int, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::ConditionVariable::Notify()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::ConditionVariable::NotifyAll()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::BaseTextBuffer::Printf(char const*, ...)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::BaseTextBuffer::VPrintf(char const*, char*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "dart::BaseTextBuffer::AddChar(char)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 14, + "exclusiveTicks": 13, + "resolvedUrl": "", + "function": { + "name": "dart::BaseTextBuffer::AddEscapedUTF8(char const*, long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 5, + "exclusiveTicks": 5, + "resolvedUrl": "", + "function": { + "name": "dart::TextBuffer::EnsureCapacity(long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 41, + "exclusiveTicks": 41, + "resolvedUrl": "", + "function": { + "name": "dart::Utf8::CodeUnitCount(unsigned char const*, long, dart::Utf8::Type*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 6, + "exclusiveTicks": 6, + "resolvedUrl": "", + "function": { + "name": "dart::Utf8::IsValid(unsigned char const*, long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Utf8::Length(int)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 7, + "resolvedUrl": "", + "function": { + "name": "dart::Utf8::DecodeToLatin1(unsigned char const*, long, unsigned char*, long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 14, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Utils::VSNPrint(char*, unsigned long, char const*, char*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Instance::CheckedHandle(dart::Zone*, dart::ObjectPtr)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::TypeArguments::Handle(dart::Zone*, dart::TypeArgumentsPtr)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 10, + "exclusiveTicks": 7, + "resolvedUrl": "", + "function": { + "name": "dart::Object::HandleImpl(dart::Zone*, dart::ObjectPtr, long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "void dart::UntaggedObject::StoreCompressedArrayPointer(dart::ObjectPtr const*, dart::ObjectPtr)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Array::Handle(dart::Zone*, dart::ArrayPtr)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::BootstrapNatives::DN_Closure_equals(dart::Thread*, dart::Zone*, dart::NativeArguments*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Closure::CheckedHandle(dart::Zone*, dart::ObjectPtr)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Class::Handle(dart::Zone*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::AbstractType::operator=(dart::AbstractTypePtr)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Function::Handle(dart::Zone*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::BootstrapNatives::DN_Developer_postEvent(dart::Thread*, dart::Zone*, dart::NativeArguments*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 116, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "dart::BootstrapNatives::DN_Timeline_reportTaskEvent(dart::Thread*, dart::Zone*, dart::NativeArguments*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::FfiResolve(_Dart_Handle*, _Dart_Handle*, unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::StackResource::~StackResource()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::StackResource::Init(dart::ThreadState*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::IsDeeplyImmutableCid(long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18254, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 12, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::DartEntry::ResolveCallable(dart::Thread*, dart::Array const&, dart::Array const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::ArgumentsDescriptor::TypeArgsLen() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1047, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 12, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::DartEntry::InvokeClosure(dart::Thread*, dart::Array const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::ArgumentsDescriptor::Count() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Class::Handle(dart::ClassPtr)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18254, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::DartLibraryCalls::HandleMessage(long long, dart::Instance const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 6, + "exclusiveTicks": 6, + "resolvedUrl": "", + "function": { + "name": "dart::VMHandles::AllocateHandle(dart::Zone*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::HandleScope::HandleScope(dart::ThreadState*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::IdleTimeHandler::NotifyIdle(long long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::IsolateGroup::PrintJSON(dart::JSONStream*, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::IsolateGroup::PrintToJSONObject(dart::JSONObject*, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18255, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::IsolateMessageHandler::HandleMessage(std::_fl::unique_ptr>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 6, + "exclusiveTicks": 6, + "resolvedUrl": "", + "function": { + "name": "dart::IsolateMessageHandler::isolate() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::JSONStream::PostReply()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::JSONStream::PrintValue(dart::TimelineEvent const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::JSONStream::PrintProperty(char const*, dart::Isolate*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::JSONObject::AddPropertyF(char const*, char const*, ...) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::JSONWriter::JSONWriter(long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::JSONWriter::PrintCommaIfNeeded()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 12, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::JSONWriter::PrintPropertyName(char const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::JSONWriter::OpenObject(char const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::JSONWriter::PrintValue(char const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::JSONWriter::PrintProperty64(char const*, long long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::JSONWriter::PrintProperty(char const*, char const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 12, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::JSONWriter::PrintfProperty(char const*, char const*, ...)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 13, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::JSONWriter::VPrintfProperty(char const*, char const*, char*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::MessageQueue::Dequeue()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::MessageHandler::PostMessage(std::_fl::unique_ptr>, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18256, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::MessageHandler::HandleMessages(dart::MonitorLocker*, bool, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18255, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::MessageHandler::HandleNextMessage()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::MessageHandler::HandleOOBMessages()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::ApiMessageSerializer::Trace(_Dart_CObject*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 60, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::ApiMessageSerializer::Serialize(_Dart_CObject*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 60, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::WriteApiMessage(dart::Zone*, _Dart_CObject*, long long, dart::Message::Priority)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::ArrayMessageSerializationCluster::TraceApi(dart::ApiMessageSerializer*, _Dart_CObject*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 36, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::OneByteStringMessageSerializationCluster::WriteNodesApi(dart::ApiMessageSerializer*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "DRT_BootstrapNativeCall" + } + }, + { + "kind": "Native", + "inclusiveTicks": 139, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::NativeEntry::BootstrapNativeCallWrapper(_Dart_NativeArguments*, void (*)(_Dart_NativeArguments*))" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::TransitionGeneratedToVM::TransitionGeneratedToVM(dart::Thread*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::TypedData::New(long, long, dart::Heap::Space)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Library::PrivateName(dart::String const&) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 11, + "exclusiveTicks": 11, + "resolvedUrl": "", + "function": { + "name": "dart::Object::InitializeObject(unsigned long, long, long, bool, unsigned long, unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 93, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "dart::Object::Allocate(long, long, dart::Heap::Space, bool, unsigned long, unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Type::Handle(dart::TypePtr)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Class::NumTypeArguments() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "dart::Class::GetInstanceTypeArguments(dart::Thread*, dart::TypeArguments const&, bool) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::TypeArguments::InstantiateFrom(dart::TypeArguments const&, dart::TypeArguments const&, long, dart::Heap::Space, dart::FunctionTypeMapping*, long) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 6, + "resolvedUrl": "", + "function": { + "name": "dart::Instance::RuntimeTypeIsSubtypeOf(dart::AbstractType const&, dart::TypeArguments const&, dart::TypeArguments const&) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 9, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::Function::AreValidArguments(dart::ArgumentsDescriptor const&, dart::String*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "dart::Function::DoArgumentTypesMatch(dart::Array const&, dart::ArgumentsDescriptor const&, dart::TypeArguments const&) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 10, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::String::ToMallocCString() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 21, + "exclusiveTicks": 7, + "resolvedUrl": "", + "function": { + "name": "dart::Class::IsSubtypeOf(dart::Class const&, dart::TypeArguments const&, dart::Nullability, dart::AbstractType const&, dart::Heap::Space, dart::FunctionTypeMapping*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 6, + "exclusiveTicks": 6, + "resolvedUrl": "", + "function": { + "name": "dart::Function::AreValidArgumentCounts(long, long, long, dart::String*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Function::DoArgumentTypesMatch(dart::Array const&, dart::ArgumentsDescriptor const&) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 49, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "dart::Function::DoArgumentTypesMatch(dart::Array const&, dart::ArgumentsDescriptor const&, dart::TypeArguments const&, dart::TypeArguments const&) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Library::Invoke(dart::String const&, dart::Array const&, dart::Array const&, bool, bool) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Library::LookupLibrary(dart::Thread*, dart::String const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 68, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Double::New(double, dart::Heap::Space)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::Instance::IsCallable(dart::Function*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "dart::Instance::NewAlreadyFinalized(dart::Class const&, dart::Heap::Space)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 12, + "exclusiveTicks": 12, + "resolvedUrl": "", + "function": { + "name": "dart::Type::type_class_id() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "dart::Type::type_class() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Type::IsInstantiated(dart::Genericity, long) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::TypeParameter::IsInstantiated(dart::Genericity, long) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 14, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Array::NewUninitialized(long, long, dart::Heap::Space)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 69, + "exclusiveTicks": 11, + "resolvedUrl": "", + "function": { + "name": "dart::Array::New(long, long, dart::Heap::Space)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::VerifyEntryPoint(dart::Library const&, dart::Object const&, dart::Object const&, dart::EntryPointPragma)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 7, + "resolvedUrl": "", + "function": { + "name": "dart::Function::HandleTag() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::Instance::HandleTag() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Type::HandleTag() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::Type::arguments() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "dart::Smi::HandleTag() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 6, + "exclusiveTicks": 6, + "resolvedUrl": "", + "function": { + "name": "dart::String::HandleTag() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::Closure::HandleTag() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 77, + "exclusiveTicks": 77, + "resolvedUrl": "", + "function": { + "name": "void dart::UntaggedObject::StoreCompressedArrayPointer(dart::ObjectPtr const*, dart::ObjectPtr, dart::Thread*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::Object::HandleTag() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 8, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::OS::GetCurrentMonotonicMicrosForTimeline()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::PortMap::PostMessage(std::_fl::unique_ptr>, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 10, + "exclusiveTicks": 7, + "resolvedUrl": "", + "function": { + "name": "dart::UntaggedObject::VisitPointersPredefined(dart::ObjectPointerVisitor*, long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 89, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DRT_AllocateArray" + } + }, + { + "kind": "Native", + "inclusiveTicks": 68, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DRT_AllocateDouble" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18, + "exclusiveTicks": 5, + "resolvedUrl": "", + "function": { + "name": "DRT_AllocateObject" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "DLRT_NewMarkingStackBlockProcess" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DRT_Instanceof" + } + }, + { + "kind": "Native", + "inclusiveTicks": 24, + "exclusiveTicks": 5, + "resolvedUrl": "", + "function": { + "name": "DRT_InterruptOrStackOverflow" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DLRT_ExitSafepoint" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DLRT_EnterHandleScope" + } + }, + { + "kind": "Native", + "inclusiveTicks": 5, + "exclusiveTicks": 5, + "resolvedUrl": "", + "function": { + "name": "dart::Class::CheckedHandle(dart::Zone*, dart::ObjectPtr)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 104, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Service::HandleEvent(dart::ServiceEvent*, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Service::InvokeMethod(dart::Isolate*, dart::Array const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Service::HandleIsolateMessage(dart::Isolate*, dart::Array const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Service::PostEvent(dart::IsolateGroup*, dart::Isolate*, char const*, char const*, dart::JSONStream*, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 61, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Service::PostEventImpl(dart::IsolateGroup*, dart::Isolate*, char const*, char const*, dart::JSONStream*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Service::SendExtensionEvent(dart::Isolate*, dart::String const&, dart::String const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 40, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::ServiceEvent::PrintJSON(dart::JSONStream*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::ServiceEvent::PrintJSONHeader(dart::JSONObject*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Symbols::FromConcat(dart::Thread*, dart::String const&, dart::String const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "long dart::HashTable::FindKey(dart::ConcatString const&) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 13, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::Thread::HandleInterrupts(unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "dart::Thread::GetAndClearStackOverflowFlags()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 29, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Thread::NewMarkingStackBlockProcess()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Thread::EnterApiScope()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Thread::ExitApiScope()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::ThreadPool::RunImpl(std::_fl::unique_ptr>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::ThreadPool::ScheduleTaskLocked(std::_fl::unique_ptr>)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineEventArguments::SetNumArguments(long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineEvent::Reset()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineEvent::CompleteWithPreSerializedArgs(char*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 16, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineEvent::Complete()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 36, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineEvent::PrintJSON(dart::JSONWriter*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 102, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineStream::StartEvent()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 13, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineBeginEndScope::TimelineBeginEndScope(dart::Thread*, dart::TimelineStream*, char const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineBeginEndScope::EmitEnd()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineBeginEndScope::~TimelineBeginEndScope()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 120, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineEventRecorder::ThreadBlockStartEvent()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 14, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineEventRecorder::AddAsyncTrackMetadataBasedOnEvent(dart::TimelineEvent const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 96, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineEventRecorder::FinishBlock(dart::TimelineEventBlock*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineEventFixedBufferRecorder::CompleteEvent(dart::TimelineEvent*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineEventRingRecorder::GetNewBlockLocked()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 37, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::TimelineEventBlock::PrintJSON(dart::JSONStream*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::DartTimelineEventHelpers::ReportTaskEvent(dart::TimelineEvent*, long long, long, std::_fl::unique_ptr>&, long, char*, char*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "dart::Utf8::Length(dart::String const&)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "dart::Utf8::Encode(dart::String const&, char*, long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::VirtualMemory::AllocateAligned(long, long, bool, bool, char const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::GenericMapAligned(void*, int, long, long, long, int)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::Zone::~Zone()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Zone::Reset()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::StackZone::StackZone(dart::ThreadState*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::StackZone::~StackZone()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 77, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Heap::AllocateNew(dart::Thread*, long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Heap::AllocateOld(dart::Thread*, long, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Heap::NotifyIdle(long long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Heap::CheckFinalizeMarking(dart::Thread*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 61, + "exclusiveTicks": 19, + "resolvedUrl": "", + "function": { + "name": "dart::MarkingVisitor::ProcessOldMarkingStack(long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 67, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::GCMarker::IncrementalMarkWithSizeBudget(dart::PageSpace*, long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::MarkingVisitor::VisitPointers(dart::ObjectPtr*, dart::ObjectPtr*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Page::ClearCache()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::Page::Allocate(long, unsigned long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::PageSpace::AllocateLargePage(long, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::PageSpace::TryAllocateInFreshLargePage(long, bool, dart::PageSpace::GrowthPolicy)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 23, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::BlockStack<64>::PopEmptyBlock()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::BlockStack<64>::PopNonEmptyBlock()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 13, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::BlockStack<64>::PushBlockImpl(dart::PointerBlock<64>*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::StoreBuffer::Overflowed()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::SafepointHandler::ExitSafepointLocked(dart::Thread*, dart::MonitorLocker*, dart::SafepointLevel)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::SafepointHandler::ExitSafepointUsingLock(dart::Thread*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dart::HeapProfileSampler::UpdateThreadEnable()" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::HeapProfileSampler::HandleNewTLAB(long, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 77, + "exclusiveTicks": 7, + "resolvedUrl": "", + "function": { + "name": "dart::Scavenger::TryAllocateNewTLAB(dart::Thread*, long, bool)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "Dart_IsError" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "Dart_HandleFromPersistent" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "Dart_CurrentIsolateData" + } + }, + { + "kind": "Native", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Dart_NotifyIdle" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "Dart_ExitIsolate" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18255, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Dart_HandleMessage" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "Dart_ExitScope" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "Dart_IsClosure" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "Dart_NewDouble" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "dart::GetType(long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Dart_NewTypedData" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::NewByteData(dart::Thread*, long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Dart_TypedDataAcquireData" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Dart_Invoke" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1091, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "Dart_InvokeClosure" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "Dart_GetNativeInstanceField" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "Dart_SetNativeInstanceField" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Dart_LookupLibrary" + } + }, + { + "kind": "Native", + "inclusiveTicks": 37, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "Dart_RecordTimelineEvent" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "dart::PostCObjectHelper(long long, _Dart_CObject*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Native] /Users/elliottbrooks/dev/test_apps/cpu_profiler_app/build/macos/Build/Products/Profile/cpu_profiler_app.app/Contents/Frameworks/FlutterMacOS.framework/Versions/A/FlutterMacOS+0xb52a1c" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Native] /Users/elliottbrooks/dev/test_apps/cpu_profiler_app/build/macos/Build/Products/Profile/cpu_profiler_app.app/Contents/Frameworks/FlutterMacOS.framework/Versions/A/FlutterMacOS+0xb52a20" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "[Native] /Users/elliottbrooks/dev/test_apps/cpu_profiler_app/build/macos/Build/Products/Profile/cpu_profiler_app.app/Contents/Frameworks/FlutterMacOS.framework/Versions/A/FlutterMacOS+0xb52ee4" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Native] /Users/elliottbrooks/dev/test_apps/cpu_profiler_app/build/macos/Build/Products/Profile/cpu_profiler_app.app/Contents/Frameworks/FlutterMacOS.framework/Versions/A/FlutterMacOS+0xb53188" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "operator new(unsigned long)" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] CheckIsolateFieldAccess" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] FfiAsyncCallbackSend" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] CloneSuspendState" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AsyncExceptionHandler" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] SuspendSyncStarAtYield" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] SuspendSyncStarAtStart" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InitSyncStar" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] ReturnAsyncStar" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] YieldAsyncStar" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InitAsyncStar" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] ReturnAsyncNotFuture" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] ReturnAsync" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Resume" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InitAsync" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AwaitWithTypeCheck" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Await" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] NoSuchMethodDispatcher" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InstantiateTypeArgumentsMayShareFunctionTA" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InstantiateTypeArgumentsMayShareInstantiatorTA" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 6, + "exclusiveTicks": 6, + "resolvedUrl": "", + "function": { + "name": "[Stub] InstantiateTypeArguments" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InstantiateTypeNullableFunctionTypeParameter" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InstantiateTypeNonNullableFunctionTypeParameter" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InstantiateTypeNullableClassTypeParameter" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] InstantiateTypeNonNullableClassTypeParameter" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InstantiateType" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InstanceOf" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] ReThrow" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Throw" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InitSharedLateStaticField" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InitLateFinalInstanceField" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InitLateInstanceField" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InitInstanceField" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InitLateFinalStaticField" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InitLateStaticField" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InitStaticField" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] FfiCallbackTrampoline" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 209, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "[Stub] CallNativeThroughSafepoint" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] ExitSafepoint" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] EnterSafepoint" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] OneArgOptimizedCheckInlineCacheWithExactnessCheck" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] OneArgCheckInlineCacheWithExactnessCheck" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] DoubleToInteger" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] StackOverflowSharedWithoutFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] StackOverflowSharedWithFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] FieldAccessErrorSharedWithoutFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] FieldAccessErrorSharedWithFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] WriteErrorSharedWithoutFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] WriteErrorSharedWithFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] RangeErrorSharedWithoutFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] RangeErrorSharedWithFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] NullCastErrorSharedWithoutFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] NullCastErrorSharedWithFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] NullArgErrorSharedWithoutFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] NullArgErrorSharedWithFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] NullErrorSharedWithoutFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] NullErrorSharedWithFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] LateInitializationErrorSharedWithoutFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] LateInitializationErrorSharedWithFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] DispatchTableNullError" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] NotLoaded" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AsynchronousGapMarker" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] FrameAwaitingMaterialization" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] CallClosureNoSuchMethod" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] LazySpecializeNullableTypeTest" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] LazySpecializeTypeTest" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 6, + "exclusiveTicks": 6, + "resolvedUrl": "", + "function": { + "name": "[Stub] SlowTypeTest" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] NullableTypeParameterTypeTest" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] TypeParameterTypeTest" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] UnreachableTypeTest" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] TopTypeTypeTest" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] DefaultNullableTypeTest" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 5, + "exclusiveTicks": 5, + "resolvedUrl": "", + "function": { + "name": "[Stub] DefaultTypeTest" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Subtype7TestCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 10, + "exclusiveTicks": 10, + "resolvedUrl": "", + "function": { + "name": "[Stub] Subtype6TestCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Subtype4TestCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "[Stub] Subtype3TestCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Subtype2TestCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Subtype1TestCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] NullIsAssignableToType" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] TypeIsTopTypeForSubtyping" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AssertAssignable" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AssertSubtype" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] TwoArgsUnoptimizedStaticCall" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] OneArgUnoptimizedStaticCall" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] ZeroArgsUnoptimizedStaticCall" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] TwoArgsOptimizedCheckInlineCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] OneArgOptimizedCheckInlineCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] SmiEqualInlineCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] SmiLessInlineCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] SmiAddInlineCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] TwoArgsCheckInlineCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] OneArgCheckInlineCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] RuntimeCallBreakpoint" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] UnoptStaticCallBreakpoint" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] ICCallBreakpoint" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] OptimizedIdenticalWithNumberCheck" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] UnoptimizedIdenticalWithNumberCheck" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] DeoptimizeLazyFromThrow" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] DeoptimizeLazyFromReturn" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Deoptimize" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] FixParameterizedAllocationStubTarget" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] FixAllocationStubTarget" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] MegamorphicCall" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] ICCallThroughCode" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] SingleTargetCall" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] MonomorphicSmiableCheck" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] SwitchableCallMiss" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] DebugStepCheck" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InvokeDartCodeFromBytecode" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 19241, + "exclusiveTicks": 5, + "resolvedUrl": "", + "function": { + "name": "[Stub] InvokeDartCode" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] OptimizeFunction" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] CallStaticFunction" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] FixCallersTarget" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] CallAutoScopeNative" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] CallNoScopeNative" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 146, + "exclusiveTicks": 5, + "resolvedUrl": "", + "function": { + "name": "[Stub] CallBootstrapNative" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] ResumeInterpreter" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] InterpretCall" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] LazyCompile" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 201, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] CallToRuntime" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] CloneContext" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] BoxFloat64x2" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] BoxFloat32x4" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] BoxDouble" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateUnhandledException" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateRecord3Named" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateRecord3" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateRecord2Named" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateRecord2" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateRecord" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 29, + "exclusiveTicks": 5, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateObjectSlow" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateObjectParameterized" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateObject" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateGrowableArray" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateContext" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateClosureTAGeneric" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateClosureTA" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateClosureGeneric" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateClosure" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateMintSharedWithoutFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateMintSharedWithFPURegs" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateFloat64x2Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateInt32x4Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateFloat32x4Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateFloat64Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateFloat32Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateUint64Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateInt64Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateUint32Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateInt32Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateUint16Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateInt16Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateUint8ClampedArray" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateUint8Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateInt8Array" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateInt32x4" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateFloat64x2" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateFloat32x4" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateDouble" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateMint" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocateArray" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] AllocationProbePoint" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] ArrayWriteBarrier" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] WriteBarrierWrappers" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] WriteBarrier" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] DeoptForRewind" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] RunExceptionHandlerUnbox" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] RunExceptionHandler" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] JumpToFrame" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] GetCStackPointer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1975/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/1976/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2523/functions/_clone%4010040228", + "fixedId": true, + "name": "_clone", + "owner": { + "type": "@Class", + "id": "classes/2523", + "fixedId": true, + "name": "CastSet", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1977/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/1978/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/88/functions/addAll", + "fixedId": true, + "name": "addAll", + "owner": { + "type": "@Class", + "id": "classes/88", + "fixedId": true, + "name": "_Set", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1979/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2336/field_inits/cidSymbol", + "fixedId": true, + "name": "cidSymbol", + "owner": { + "type": "@Class", + "id": "classes/2336", + "fixedId": true, + "name": "_OperatorEqualsAndCanonicalHashCode", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2359/functions/_hashCode%403099033", + "fixedId": true, + "name": "_hashCode", + "owner": { + "type": "@Class", + "id": "classes/2359", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1980/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/1981/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/_init%403099033", + "fixedId": true, + "name": "_init", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1982/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/1983/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 521 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Uint8List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/typed_data/typed_data.dart", + "function": { + "type": "@Function", + "id": "classes/2203/functions/Uint8List.sublistView", + "fixedId": true, + "name": "Uint8List.sublistView", + "owner": { + "type": "@Class", + "id": "classes/2203", + "fixedId": true, + "name": "Uint8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data/0", + "fixedId": true, + "uri": "dart:typed_data" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data/0", + "fixedId": true, + "uri": "dart:typed_data" + }, + "tokenPos": -1, + "line": 938 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/typed_data/typed_data.dart", + "function": { + "type": "@Function", + "id": "classes/2203/functions/Uint8List.view", + "fixedId": true, + "name": "Uint8List.view", + "owner": { + "type": "@Class", + "id": "classes/2203", + "fixedId": true, + "name": "Uint8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data/0", + "fixedId": true, + "uri": "dart:typed_data" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data/0", + "fixedId": true, + "uri": "dart:typed_data" + }, + "tokenPos": -1, + "line": 914 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2203/functions/Uint8List.fromList", + "fixedId": true, + "name": "Uint8List.fromList", + "owner": { + "type": "@Class", + "id": "classes/2203", + "fixedId": true, + "name": "Uint8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data/0", + "fixedId": true, + "uri": "dart:typed_data" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1640 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/implicit_closures/4", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2101/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1642 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1642 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/typed_data/typed_data.dart", + "function": { + "type": "@Function", + "id": "classes/2130/functions/ByteData.sublistView", + "fixedId": true, + "name": "ByteData.sublistView", + "owner": { + "type": "@Class", + "id": "classes/2130", + "fixedId": true, + "name": "ByteData", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data/0", + "fixedId": true, + "uri": "dart:typed_data" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data/0", + "fixedId": true, + "uri": "dart:typed_data" + }, + "tokenPos": -1, + "line": 506 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ByteBuffer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/170/functions/get%3AlengthInBytes", + "fixedId": true, + "name": "lengthInBytes", + "owner": { + "type": "@Class", + "id": "classes/170", + "fixedId": true, + "name": "_ByteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1951 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/170/functions/_ByteBuffer%408027147._New%408027147", + "fixedId": true, + "name": "_ByteBuffer._New", + "owner": { + "type": "@Class", + "id": "classes/170", + "fixedId": true, + "name": "_ByteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1947 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2130/functions/ByteData.", + "fixedId": true, + "name": "ByteData", + "owner": { + "type": "@Class", + "id": "classes/2130", + "fixedId": true, + "name": "ByteData", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data/0", + "fixedId": true, + "uri": "dart:typed_data" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 39 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ByteDataView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@8027147/functions/_rangeCheck%408027147", + "fixedId": true, + "name": "_rangeCheck", + "owner": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5432 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@8027147/functions/_offsetAlignmentCheck%408027147", + "fixedId": true, + "name": "_offsetAlignmentCheck", + "owner": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5444 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_interpolate%400150898", + "fixedId": true, + "name": "_interpolate", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 897 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_createStringFromIterable%400150898", + "fixedId": true, + "name": "_createStringFromIterable", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 201 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ArgumentError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2578/functions/check", + "fixedId": true, + "name": "check", + "owner": { + "type": "@Class", + "id": "classes/2578", + "fixedId": true, + "name": "IndexError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 509 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IndexError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2579/functions/checkNotNegative", + "fixedId": true, + "name": "checkNotNegative", + "owner": { + "type": "@Class", + "id": "classes/2579", + "fixedId": true, + "name": "RangeError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 408 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2579/functions/checkValueInInterval", + "fixedId": true, + "name": "checkValueInInterval", + "owner": { + "type": "@Class", + "id": "classes/2579", + "fixedId": true, + "name": "RangeError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2579/functions/RangeError.range", + "fixedId": true, + "name": "RangeError.range", + "owner": { + "type": "@Class", + "id": "classes/2579", + "fixedId": true, + "name": "RangeError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/79/functions/_ExecuteMatchSticky%400150898", + "fixedId": true, + "name": "_ExecuteMatchSticky", + "owner": { + "type": "@Class", + "id": "classes/79", + "fixedId": true, + "name": "_RegExp", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 302 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/79/functions/_ExecuteMatch%400150898", + "fixedId": true, + "name": "_ExecuteMatch", + "owner": { + "type": "@Class", + "id": "classes/79", + "fixedId": true, + "name": "_RegExp", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 298 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/79/functions/get%3A_groupCount%400150898", + "fixedId": true, + "name": "_groupCount", + "owner": { + "type": "@Class", + "id": "classes/79", + "fixedId": true, + "name": "_RegExp", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/79/functions/get%3AisUnicode", + "fixedId": true, + "name": "isUnicode", + "owner": { + "type": "@Class", + "id": "classes/79", + "fixedId": true, + "name": "_RegExp", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/79/functions/allMatches", + "fixedId": true, + "name": "allMatches", + "owner": { + "type": "@Class", + "id": "classes/79", + "fixedId": true, + "name": "_RegExp", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 167 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AllMatchesIterable" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2462/functions/group", + "fixedId": true, + "name": "group", + "owner": { + "type": "@Class", + "id": "classes/2462", + "fixedId": true, + "name": "_RegExpMatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_substringUnchecked%400150898", + "fixedId": true, + "name": "_substringUnchecked", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 444 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2462/functions/_end%400150898", + "fixedId": true, + "name": "_end", + "owner": { + "type": "@Class", + "id": "classes/2462", + "fixedId": true, + "name": "_RegExpMatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2462/functions/_start%400150898", + "fixedId": true, + "name": "_start", + "owner": { + "type": "@Class", + "id": "classes/2462", + "fixedId": true, + "name": "_RegExpMatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2462/functions/get%3Aend", + "fixedId": true, + "name": "end", + "owner": { + "type": "@Class", + "id": "classes/2462", + "fixedId": true, + "name": "_RegExpMatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 87 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2462/functions/get%3Astart", + "fixedId": true, + "name": "start", + "owner": { + "type": "@Class", + "id": "classes/2462", + "fixedId": true, + "name": "_RegExpMatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Match" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RegExpMatch" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/79/functions/firstMatch", + "fixedId": true, + "name": "firstMatch", + "owner": { + "type": "@Class", + "id": "classes/79", + "fixedId": true, + "name": "_RegExp", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RegExpMatch" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/79/functions/_RegExp%400150898.", + "fixedId": true, + "name": "_RegExp", + "owner": { + "type": "@Class", + "id": "classes/79", + "fixedId": true, + "name": "_RegExp", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 148 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2494/functions/RegExp.", + "fixedId": true, + "name": "RegExp", + "owner": { + "type": "@Class", + "id": "classes/2494", + "fixedId": true, + "name": "RegExp", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fregexp.dart/0", + "fixedId": true, + "uri": "dart:core/regexp.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1169/functions/doCompare", + "fixedId": true, + "name": "doCompare", + "owner": { + "type": "@Class", + "id": "classes/1169", + "fixedId": true, + "name": "OrdinalSortKey", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 6227 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: AnimatedWidget" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "libraries/@151399801/functions/_debugDumpAppString%40151399801", + "fixedId": true, + "name": "_debugDumpAppString", + "owner": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1580 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1036/functions/ensureInitialized", + "fixedId": true, + "name": "ensureInitialized", + "owner": { + "type": "@Class", + "id": "classes/1036", + "fixedId": true, + "name": "WidgetsFlutterBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1774 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/_WidgetsFlutterBinding%26BindingBase%26GestureBinding%26SchedulerBinding%26ServicesBinding%26PaintingBinding%26SemanticsBinding%26RendererBinding%26WidgetsBinding%40151399801.", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2444/implicit_closures/1", + "fixedId": true, + "name": "complete", + "owner": { + "type": "@Function", + "id": "classes/2444/functions/complete", + "fixedId": true, + "name": "complete", + "owner": { + "type": "@Class", + "id": "classes/2444", + "fixedId": true, + "name": "_AsyncCompleter", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1984/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 96 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2445/functions/Completer.sync", + "fixedId": true, + "name": "Completer.sync", + "owner": { + "type": "@Class", + "id": "classes/2445", + "fixedId": true, + "name": "Completer", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1985/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 1246 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SyncCompleter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/dyn%3Athen", + "fixedId": true, + "name": "then", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1986/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Function?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/functions/scheduleMicrotask", + "fixedId": true, + "name": "scheduleMicrotask", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_rootScheduleMicrotask%405048458", + "fixedId": true, + "name": "_rootScheduleMicrotask", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1609 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_rootRunBinary%405048458", + "fixedId": true, + "name": "_rootRunBinary", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1552 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_rootHandleError%405048458", + "fixedId": true, + "name": "_rootHandleError", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1510 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/schedule_microtask.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_schedulePriorityAsyncCallback%405048458", + "fixedId": true, + "name": "_schedulePriorityAsyncCallback", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fschedule_microtask.dart/0", + "fixedId": true, + "uri": "dart:async/schedule_microtask.dart" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/schedule_microtask_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_beforeSchedulePriorityCallback%405048458", + "fixedId": true, + "name": "_beforeSchedulePriorityCallback", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/schedule_microtask_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2369/functions/_onSchedulePriorityAsyncCallback%405048458", + "fixedId": true, + "name": "_onSchedulePriorityAsyncCallback", + "owner": { + "type": "@Class", + "id": "classes/2369", + "fixedId": true, + "name": "_MicrotaskMirrorQueue", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1, + "line": 18 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/schedule_microtask_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2369/functions/_onAsyncCallbackComplete%405048458", + "fixedId": true, + "name": "_onAsyncCallbackComplete", + "owner": { + "type": "@Class", + "id": "classes/2369", + "fixedId": true, + "name": "_MicrotaskMirrorQueue", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1, + "line": 24 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/schedule_microtask_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2369/functions/_onScheduleAsyncCallback%405048458", + "fixedId": true, + "name": "_onScheduleAsyncCallback", + "owner": { + "type": "@Class", + "id": "classes/2369", + "fixedId": true, + "name": "_MicrotaskMirrorQueue", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1, + "line": 15 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AsyncCallbackEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/closures/65", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@5048458/functions/_rootHandleError%405048458", + "fixedId": true, + "name": "_rootHandleError", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1510 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1511 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2559/functions/throwWithStackTrace", + "fixedId": true, + "name": "throwWithStackTrace", + "owner": { + "type": "@Class", + "id": "classes/2559", + "fixedId": true, + "name": "Error", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2559/functions/_throw%400150898", + "fixedId": true, + "name": "_throw", + "owner": { + "type": "@Class", + "id": "classes/2559", + "fixedId": true, + "name": "Error", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 25 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/core_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2489/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2489", + "fixedId": true, + "name": "StackTrace", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstacktrace.dart/0", + "fixedId": true, + "uri": "dart:core/stacktrace.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fcore_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/core_patch.dart" + }, + "tokenPos": -1, + "line": 101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/implicit_closures/22", + "fixedId": true, + "name": "_nullDoneHandler", + "owner": { + "type": "@Function", + "id": "libraries/@5048458/functions/_nullDoneHandler%405048458", + "fixedId": true, + "name": "_nullDoneHandler", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 557 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 557 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_cancelAndError%405048458", + "fixedId": true, + "name": "_cancelAndError", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 27 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_completeErrorObject%405048458", + "fixedId": true, + "name": "_completeErrorObject", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1987/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 733 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_propagateToListeners%405048458", + "fixedId": true, + "name": "_propagateToListeners", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1988/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_setValue%405048458", + "fixedId": true, + "name": "_setValue", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1989/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 500 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_cloneResult%405048458", + "fixedId": true, + "name": "_cloneResult", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1990/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2441/functions/get%3Aresult", + "fixedId": true, + "name": "result", + "owner": { + "type": "@Class", + "id": "classes/2441", + "fixedId": true, + "name": "_FutureListener", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1991/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/1992/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2441/functions/set%3A_nextListener%405048458", + "fixedId": true, + "name": "_nextListener=", + "owner": { + "type": "@Class", + "id": "classes/2441", + "fixedId": true, + "name": "_FutureListener", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1993/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/1994/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2441/functions/handleValue", + "fixedId": true, + "name": "handleValue", + "owner": { + "type": "@Class", + "id": "classes/2441", + "fixedId": true, + "name": "_FutureListener", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1995/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/1996/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/functions/runUnary", + "fixedId": true, + "name": "runUnary", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1847 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_rootRunUnary%405048458", + "fixedId": true, + "name": "_rootRunUnary", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1531 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2441/functions/matchesErrorTest", + "fixedId": true, + "name": "matchesErrorTest", + "owner": { + "type": "@Class", + "id": "classes/2441", + "fixedId": true, + "name": "_FutureListener", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1997/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/1998/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2441/functions/get%3AhasErrorCallback", + "fixedId": true, + "name": "hasErrorCallback", + "owner": { + "type": "@Class", + "id": "classes/2441", + "fixedId": true, + "name": "_FutureListener", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/1999/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2000/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2441/functions/get%3Acallback", + "fixedId": true, + "name": "callback", + "owner": { + "type": "@Class", + "id": "classes/2441", + "fixedId": true, + "name": "_FutureListener", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2001/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2002/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 158 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2441/functions/handleError", + "fixedId": true, + "name": "handleError", + "owner": { + "type": "@Class", + "id": "classes/2441", + "fixedId": true, + "name": "_FutureListener", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2003/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2004/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2570/functions/_throwNew%400150898", + "fixedId": true, + "name": "_throwNew", + "owner": { + "type": "@Class", + "id": "classes/2570", + "fixedId": true, + "name": "_TypeError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2570/functions/_TypeError%400150898._create%400150898", + "fixedId": true, + "name": "_TypeError._create", + "owner": { + "type": "@Class", + "id": "classes/2570", + "fixedId": true, + "name": "_TypeError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 98 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/functions/runBinary", + "fixedId": true, + "name": "runBinary", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1853 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2441/functions/handleWhenComplete", + "fixedId": true, + "name": "handleWhenComplete", + "owner": { + "type": "@Class", + "id": "classes/2441", + "fixedId": true, + "name": "_FutureListener", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2005/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2006/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 270 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/functions/run", + "fixedId": true, + "name": "run", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1842 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_rootRun%405048458", + "fixedId": true, + "name": "_rootRun", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2441/functions/get%3A_nextListener%405048458", + "fixedId": true, + "name": "_nextListener", + "owner": { + "type": "@Class", + "id": "classes/2441", + "fixedId": true, + "name": "_FutureListener", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2007/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2008/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2441/functions/get%3Astate", + "fixedId": true, + "name": "state", + "owner": { + "type": "@Class", + "id": "classes/2441", + "fixedId": true, + "name": "_FutureListener", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2009/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2010/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/get%3A_ignoreError%405048458", + "fixedId": true, + "name": "_ignoreError", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2011/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 381 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_chainForeignFuture%405048458", + "fixedId": true, + "name": "_chainForeignFuture", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2012/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 610 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/schedule_microtask.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/scheduleMicrotask", + "fixedId": true, + "name": "scheduleMicrotask", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fschedule_microtask.dart/0", + "fixedId": true, + "uri": "dart:async/schedule_microtask.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_setPendingComplete%405048458", + "fixedId": true, + "name": "_setPendingComplete", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2013/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 479 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/62", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_chainForeignFuture%405048458", + "fixedId": true, + "name": "_chainForeignFuture", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2014/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 610 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 637 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_completeError%405048458", + "fixedId": true, + "name": "_completeError", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2015/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 741 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/implicit_closures/35", + "fixedId": true, + "name": "_completeError", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_completeError%405048458", + "fixedId": true, + "name": "_completeError", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2016/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 741 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 741 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AsyncError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/61", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_chainForeignFuture%405048458", + "fixedId": true, + "name": "_chainForeignFuture", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2017/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 610 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 627 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/60", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_chainForeignFuture%405048458", + "fixedId": true, + "name": "_chainForeignFuture", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2018/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 610 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 618 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_completeWithValue%405048458", + "fixedId": true, + "name": "_completeWithValue", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2019/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 715 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_clearPendingComplete%405048458", + "fixedId": true, + "name": "_clearPendingComplete", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2020/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_chainCoreFuture%405048458", + "fixedId": true, + "name": "_chainCoreFuture", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2021/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 649 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_prependListeners%405048458", + "fixedId": true, + "name": "_prependListeners", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2022/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 548 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/64", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_prependListeners%405048458", + "fixedId": true, + "name": "_prependListeners", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2023/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 548 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 576 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_setChained%405048458", + "fixedId": true, + "name": "_setChained", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2024/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 383 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_asyncCompleteError%405048458", + "fixedId": true, + "name": "_asyncCompleteError", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2025/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 823 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_asyncCompleteErrorObject%405048458", + "fixedId": true, + "name": "_asyncCompleteErrorObject", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2026/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 827 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/0", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_asyncCompleteErrorObject%405048458", + "fixedId": true, + "name": "_asyncCompleteErrorObject", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2027/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 827 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/63", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_chainCoreFuture%405048458", + "fixedId": true, + "name": "_chainCoreFuture", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2028/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 649 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 689 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_reverseListeners%405048458", + "fixedId": true, + "name": "_reverseListeners", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2029/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 591 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/functions/handleUncaughtError", + "fixedId": true, + "name": "handleUncaughtError", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/get%3A_error%405048458", + "fixedId": true, + "name": "_error", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2030/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 489 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Future" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/57", + "fixedId": true, + "name": "handleError", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_propagateToListeners%405048458", + "fixedId": true, + "name": "_propagateToListeners", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2031/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 838 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 955 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/56", + "fixedId": true, + "name": "handleValueCallback", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_propagateToListeners%405048458", + "fixedId": true, + "name": "_propagateToListeners", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2032/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 838 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 946 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/55", + "fixedId": true, + "name": "handleWhenCompleteCallback", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_propagateToListeners%405048458", + "fixedId": true, + "name": "_propagateToListeners", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2033/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 838 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 901 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_newFutureWithSameType%405048458", + "fixedId": true, + "name": "_newFutureWithSameType", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2034/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1028 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/59", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/closures/55", + "fixedId": true, + "name": "handleWhenCompleteCallback", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_propagateToListeners%405048458", + "fixedId": true, + "name": "_propagateToListeners", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2035/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 838 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 901 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 937 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/58", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/closures/55", + "fixedId": true, + "name": "handleWhenCompleteCallback", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_propagateToListeners%405048458", + "fixedId": true, + "name": "_propagateToListeners", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2036/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 838 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 901 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 934 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_completeWithResultOf%405048458", + "fixedId": true, + "name": "_completeWithResultOf", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2037/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 723 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_setErrorObject%405048458", + "fixedId": true, + "name": "_setErrorObject", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2038/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_removeListeners%405048458", + "fixedId": true, + "name": "_removeListeners", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2039/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 582 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/closures/184", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@5048458/functions/_cancelAndError%405048458", + "fixedId": true, + "name": "_cancelAndError", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 27 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2447/field_inits/_nullFuture%405048458", + "fixedId": true, + "name": "_nullFuture", + "owner": { + "type": "@Class", + "id": "classes/2447", + "fixedId": true, + "name": "Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2040/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/field_inits/nullFuture", + "fixedId": true, + "name": "nullFuture", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 160 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/closures/69", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@10040228/field_inits/nullFuture", + "fixedId": true, + "name": "nullFuture", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 160 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 160 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2447/functions/Future.value", + "fixedId": true, + "name": "Future.value", + "owner": { + "type": "@Class", + "id": "classes/2447", + "fixedId": true, + "name": "Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2041/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 348 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_asyncComplete%405048458", + "fixedId": true, + "name": "_asyncComplete", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2042/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 746 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_asyncCompleteWithValue%405048458", + "fixedId": true, + "name": "_asyncCompleteWithValue", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2043/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 801 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/54", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_asyncCompleteWithValue%405048458", + "fixedId": true, + "name": "_asyncCompleteWithValue", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2044/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 801 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 803 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_chainFuture%405048458", + "fixedId": true, + "name": "_chainFuture", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2045/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 812 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Future" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/print_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/field_inits/_printClosure%4010040228", + "fixedId": true, + "name": "_printClosure", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Fprint_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/print_patch.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/print_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/implicit_closures/12", + "fixedId": true, + "name": "_unsupportedPrint", + "owner": { + "type": "@Function", + "id": "libraries/@10040228/functions/_unsupportedPrint%4010040228", + "fixedId": true, + "name": "_unsupportedPrint", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Fprint_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/print_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Fprint_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/print_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/print_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/_unsupportedPrint%4010040228", + "fixedId": true, + "name": "_unsupportedPrint", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Fprint_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/print_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate UnsupportedError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/385/functions/readSize", + "fixedId": true, + "name": "readSize", + "owner": { + "type": "@Class", + "id": "classes/385", + "fixedId": true, + "name": "StandardMessageCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 559 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/getUint32", + "fixedId": true, + "name": "getUint32", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/field_inits/_zeroBuffer%4040185525", + "fixedId": true, + "name": "_zeroBuffer", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/putInt64", + "fixedId": true, + "name": "putInt64", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/_addAll%4040185525", + "fixedId": true, + "name": "_addAll", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/_resize%4040185525", + "fixedId": true, + "name": "_resize", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 65 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/_add%4040185525", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 38 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/putFloat64", + "fixedId": true, + "name": "putFloat64", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/_alignTo%4040185525", + "fixedId": true, + "name": "_alignTo", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/_append%4040185525", + "fixedId": true, + "name": "_append", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/putInt32List", + "fixedId": true, + "name": "putInt32List", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/putUint16", + "fixedId": true, + "name": "putUint16", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 80 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/putUint32", + "fixedId": true, + "name": "putUint32", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 87 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/putFloat32List", + "fixedId": true, + "name": "putFloat32List", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/putInt64List", + "fixedId": true, + "name": "putInt64List", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/done", + "fixedId": true, + "name": "done", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 158 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate StateError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2573/functions/_throwNew%400150898", + "fixedId": true, + "name": "_throwNew", + "owner": { + "type": "@Class", + "id": "classes/2573", + "fixedId": true, + "name": "StateError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2573/implicit_closures/1", + "fixedId": true, + "name": "_throwNew", + "owner": { + "type": "@Function", + "id": "classes/2573/functions/_throwNew%400150898", + "fixedId": true, + "name": "_throwNew", + "owner": { + "type": "@Class", + "id": "classes/2573", + "fixedId": true, + "name": "StateError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 137 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2573/functions/StateError.", + "fixedId": true, + "name": "StateError", + "owner": { + "type": "@Class", + "id": "classes/2573", + "fixedId": true, + "name": "StateError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 621 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/WriteBuffer.", + "fixedId": true, + "name": "WriteBuffer", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WriteBuffer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/putFloat64List", + "fixedId": true, + "name": "putFloat64List", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 143 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/941/functions/putInt32", + "fixedId": true, + "name": "putInt32", + "owner": { + "type": "@Class", + "id": "classes/941", + "fixedId": true, + "name": "WriteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/_alignTo%4040185525", + "fixedId": true, + "name": "_alignTo", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 265 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/getFloat64List", + "fixedId": true, + "name": "getFloat64List", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 258 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/getFloat32List", + "fixedId": true, + "name": "getFloat32List", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 250 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/getInt64List", + "fixedId": true, + "name": "getInt64List", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/getInt32List", + "fixedId": true, + "name": "getInt32List", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 234 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/getUint8List", + "fixedId": true, + "name": "getUint8List", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/getFloat64", + "fixedId": true, + "name": "getFloat64", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 219 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/getInt64", + "fixedId": true, + "name": "getInt64", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/getInt32", + "fixedId": true, + "name": "getInt32", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/get%3AhasRemaining", + "fixedId": true, + "name": "hasRemaining", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/getUint16", + "fixedId": true, + "name": "getUint16", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/serialization.dart", + "function": { + "type": "@Function", + "id": "classes/940/functions/getUint8", + "fixedId": true, + "name": "getUint8", + "owner": { + "type": "@Class", + "id": "classes/940", + "fixedId": true, + "name": "ReadBuffer", + "library": { + "type": "@Library", + "id": "libraries/@40185525", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@40185525/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fserialization.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/serialization.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/385/functions/writeSize", + "fixedId": true, + "name": "writeSize", + "owner": { + "type": "@Class", + "id": "classes/385", + "fixedId": true, + "name": "StandardMessageCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 542 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/385/functions/readValueOfType", + "fixedId": true, + "name": "readValueOfType", + "owner": { + "type": "@Class", + "id": "classes/385", + "fixedId": true, + "name": "StandardMessageCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/map_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2498/functions/Map._fromLiteral%400150898", + "fixedId": true, + "name": "Map._fromLiteral", + "owner": { + "type": "@Class", + "id": "classes/2498", + "fixedId": true, + "name": "Map", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fmap.dart/0", + "fixedId": true, + "uri": "dart:core/map.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2046/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2047/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fmap_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/map_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Map" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Map" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/field_inits/_signalControllers%4015069316", + "fixedId": true, + "name": "_signalControllers", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/_badEventState%405048458", + "fixedId": true, + "name": "_badEventState", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2048/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 581 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/implicit_closures/27", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Function", + "id": "classes/2395/functions/_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2049/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 677 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 677 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/implicit_closures/21", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2395/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2050/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 616 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 616 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/_ensureDoneFuture%405048458", + "fixedId": true, + "name": "_ensureDoneFuture", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2051/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 612 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/implicit_closures/26", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Function", + "id": "classes/2395/functions/_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2052/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 669 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 669 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/set%3A_varData%405048458", + "fixedId": true, + "name": "_varData=", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2053/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 482 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3A_subscription%405048458", + "fixedId": true, + "name": "_subscription", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2054/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 568 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _BroadcastSubscription@5048458" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _BroadcastSubscription@5048458?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2392/implicit_closures/9", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Function", + "id": "classes/2392/functions/_onResume%405048458", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Class", + "id": "classes/2392", + "fixedId": true, + "name": "_BroadcastSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2055/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 58 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2392/implicit_closures/8", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Function", + "id": "classes/2392/functions/_onPause%405048458", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Class", + "id": "classes/2392", + "fixedId": true, + "name": "_BroadcastSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2056/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 54 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2392/functions/_setRemoveAfterFiring%405048458", + "fixedId": true, + "name": "_setRemoveAfterFiring", + "owner": { + "type": "@Class", + "id": "classes/2392", + "fixedId": true, + "name": "_BroadcastSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2057/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2392/functions/_BroadcastSubscription%405048458.", + "fixedId": true, + "name": "_BroadcastSubscription", + "owner": { + "type": "@Class", + "id": "classes/2392", + "fixedId": true, + "name": "_BroadcastSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2058/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_BufferingStreamSubscription%405048458.", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2059/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "libraries/@16463476/field_inits/_digitsValidator%4016463476", + "fixedId": true, + "name": "_digitsValidator", + "owner": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 7 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/embedder_config.dart", + "function": { + "type": "@Function", + "id": "libraries/@16463476/field_inits/_httpConnectionHook%4016463476", + "fixedId": true, + "name": "_httpConnectionHook", + "owner": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fembedder_config.dart/0", + "fixedId": true, + "uri": "dart:_http/embedder_config.dart" + }, + "tokenPos": -1, + "line": 21 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/embedder_config.dart", + "function": { + "type": "@Function", + "id": "libraries/@16463476/closures/202", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@16463476/field_inits/_httpConnectionHook%4016463476", + "fixedId": true, + "name": "_httpConnectionHook", + "owner": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fembedder_config.dart/0", + "fixedId": true, + "uri": "dart:_http/embedder_config.dart" + }, + "tokenPos": -1, + "line": 21 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fembedder_config.dart/0", + "fixedId": true, + "uri": "dart:_http/embedder_config.dart" + }, + "tokenPos": -1, + "line": 21 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3A_isHttps%400150898", + "fixedId": true, + "name": "_isHttps", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4439 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/startsWith", + "fixedId": true, + "name": "startsWith", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 376 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_substringMatches%400150898", + "fixedId": true, + "name": "_substringMatches", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 356 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/_isPort%400150898", + "fixedId": true, + "name": "_isPort", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4546 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3A_isPackage%400150898", + "fixedId": true, + "name": "_isPackage", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4440 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/_computeScheme%400150898", + "fixedId": true, + "name": "_computeScheme", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4461 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/substring", + "fixedId": true, + "name": "substring", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 439 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3A_isFile%400150898", + "fixedId": true, + "name": "_isFile", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4437 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3A_isHttp%400150898", + "fixedId": true, + "name": "_isHttp", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4438 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/_simpleMerge%400150898", + "fixedId": true, + "name": "_simpleMerge", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4684 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/_packageNameEnd%400150898", + "fixedId": true, + "name": "_packageNameEnd", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4670 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/uri_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/field_inits/_uriBaseClosure%400150898", + "fixedId": true, + "name": "_uriBaseClosure", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Furi_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/uri_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/uri_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/implicit_closures/15", + "fixedId": true, + "name": "_unsupportedUriBase", + "owner": { + "type": "@Function", + "id": "libraries/@0150898/functions/_unsupportedUriBase%400150898", + "fixedId": true, + "name": "_unsupportedUriBase", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Furi_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/uri_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Furi_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/uri_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/uri_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_unsupportedUriBase%400150898", + "fixedId": true, + "name": "_unsupportedUriBase", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Furi_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/uri_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/object.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/field_inits/_hashSeed%400150898", + "fixedId": true, + "name": "_hashSeed", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1, + "line": 599 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/identical_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/identityHashCode", + "fixedId": true, + "name": "identityHashCode", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fidentical_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/identical_patch.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/identical_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/implicit_closures/5", + "fixedId": true, + "name": "identityHashCode", + "owner": { + "type": "@Function", + "id": "libraries/@0150898/functions/identityHashCode", + "fixedId": true, + "name": "identityHashCode", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fidentical_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/identical_patch.dart" + }, + "tokenPos": -1, + "line": 13 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fidentical_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/identical_patch.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_getHash%400150898", + "fixedId": true, + "name": "_getHash", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 7 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_checkLoaded%400150898", + "fixedId": true, + "name": "_checkLoaded", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DeferredNotLoadedError" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Symbol" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/invocation_mirror_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2463/functions/_allocateInvocationMirrorForClosure%400150898", + "fixedId": true, + "name": "_allocateInvocationMirrorForClosure", + "owner": { + "type": "@Class", + "id": "classes/2463", + "fixedId": true, + "name": "_InvocationMirror", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1, + "line": 234 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InvocationMirror" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/invocation_mirror_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2463/functions/_allocateInvocationMirror%400150898", + "fixedId": true, + "name": "_allocateInvocationMirror", + "owner": { + "type": "@Class", + "id": "classes/2463", + "fixedId": true, + "name": "_InvocationMirror", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/invocation_mirror_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2463/functions/get%3AnamedArguments", + "fixedId": true, + "name": "namedArguments", + "owner": { + "type": "@Class", + "id": "classes/2463", + "fixedId": true, + "name": "_InvocationMirror", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/map_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2498/functions/Map.", + "fixedId": true, + "name": "Map", + "owner": { + "type": "@Class", + "id": "classes/2498", + "fixedId": true, + "name": "Map", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fmap.dart/0", + "fixedId": true, + "uri": "dart:core/map.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2060/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2061/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fmap_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/map_patch.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/map_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2498/functions/Map.unmodifiable", + "fixedId": true, + "name": "Map.unmodifiable", + "owner": { + "type": "@Class", + "id": "classes/2498", + "fixedId": true, + "name": "Map", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fmap.dart/0", + "fixedId": true, + "uri": "dart:core/map.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2062/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2063/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fmap_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/map_patch.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate UnmodifiableMapView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/2366/functions/LinkedHashMap.from", + "fixedId": true, + "name": "LinkedHashMap.from", + "owner": { + "type": "@Class", + "id": "classes/2366", + "fixedId": true, + "name": "LinkedHashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_hash_map.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_hash_map.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2064/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2065/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_hash_map.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_hash_map.dart" + }, + "tokenPos": -1, + "line": 190 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/2366/functions/LinkedHashMap.fromIterables", + "fixedId": true, + "name": "LinkedHashMap.fromIterables", + "owner": { + "type": "@Class", + "id": "classes/2366", + "fixedId": true, + "name": "LinkedHashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_hash_map.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_hash_map.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2066/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2067/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_hash_map.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_hash_map.dart" + }, + "tokenPos": -1, + "line": 253 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2321/functions/_fillMapWithIterables%404220832", + "fixedId": true, + "name": "_fillMapWithIterables", + "owner": { + "type": "@Class", + "id": "classes/2321", + "fixedId": true, + "name": "MapBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2068/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2069/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 164 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Iterable?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2282/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2282", + "fixedId": true, + "name": "_HashSetEntry", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2070/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 857 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HashSetEntry@4220832?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _SplayTreeSetNode@4220832?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/_add%404220832", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2071/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2291/functions/_addNewRoot%404220832", + "fixedId": true, + "name": "_addNewRoot", + "owner": { + "type": "@Class", + "id": "classes/2291", + "fixedId": true, + "name": "_SplayTree", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2072/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2073/0", + "kind": "TypeParameter", + "identityHashCode": 1920638107, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/lastKey", + "fixedId": true, + "name": "lastKey", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2074/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/2075/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 681 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2291/functions/_splayMax%404220832", + "fixedId": true, + "name": "_splayMax", + "owner": { + "type": "@Class", + "id": "classes/2291", + "fixedId": true, + "name": "_SplayTree", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2076/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2077/0", + "kind": "TypeParameter", + "identityHashCode": 1920638107, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/firstKey", + "fixedId": true, + "name": "firstKey", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2078/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/2079/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 672 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2291/functions/_splayMin%404220832", + "fixedId": true, + "name": "_splayMin", + "owner": { + "type": "@Class", + "id": "classes/2291", + "fixedId": true, + "name": "_SplayTree", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2080/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2081/0", + "kind": "TypeParameter", + "identityHashCode": 1920638107, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 179 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/SplayTreeMap.", + "fixedId": true, + "name": "SplayTreeMap", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2082/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/2083/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 418 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "libraries/@4220832/functions/_dynamicCompare%404220832", + "fixedId": true, + "name": "_dynamicCompare", + "owner": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 296 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 10436, + "exclusiveTicks": 1354, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/comparable.dart", + "function": { + "type": "@Function", + "id": "classes/2763/functions/compare", + "fixedId": true, + "name": "compare", + "owner": { + "type": "@Class", + "id": "classes/2763", + "fixedId": true, + "name": "Comparable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fcomparable.dart/0", + "fixedId": true, + "uri": "dart:core/comparable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2084/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fcomparable.dart/0", + "fixedId": true, + "uri": "dart:core/comparable.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/comparable.dart", + "function": { + "type": "@Function", + "id": "classes/2763/implicit_closures/0", + "fixedId": true, + "name": "compare", + "owner": { + "type": "@Function", + "id": "classes/2763/functions/compare", + "fixedId": true, + "name": "compare", + "owner": { + "type": "@Class", + "id": "classes/2763", + "fixedId": true, + "name": "Comparable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fcomparable.dart/0", + "fixedId": true, + "uri": "dart:core/comparable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2085/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fcomparable.dart/0", + "fixedId": true, + "uri": "dart:core/comparable.dart" + }, + "tokenPos": -1, + "line": 88 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fcomparable.dart/0", + "fixedId": true, + "uri": "dart:core/comparable.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1187, + "exclusiveTicks": 1187, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Comparable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "libraries/@4220832/implicit_closures/3", + "fixedId": true, + "name": "_dynamicCompare", + "owner": { + "type": "@Function", + "id": "libraries/@4220832/functions/_dynamicCompare%404220832", + "fixedId": true, + "name": "_dynamicCompare", + "owner": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 296 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 296 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/iterable.dart", + "function": { + "type": "@Function", + "id": "libraries/@4220832/functions/IterableExtensions%7CelementAtOrNull", + "fixedId": true, + "name": "IterableExtensions.elementAtOrNull", + "owner": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:collection/iterable.dart" + }, + "tokenPos": -1, + "line": 92 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/iterable.dart", + "function": { + "type": "@Function", + "id": "libraries/@4220832/functions/IterableExtensions%7Cget%23lastOrNull", + "fixedId": true, + "name": "IterableExtensions.lastOrNull", + "owner": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:collection/iterable.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/iterable.dart", + "function": { + "type": "@Function", + "id": "libraries/@4220832/functions/IterableExtensions%7Cget%23firstOrNull", + "fixedId": true, + "name": "IterableExtensions.firstOrNull", + "owner": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:collection/iterable.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HashMapEntry@4220832?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/_resize%404220832", + "fixedId": true, + "name": "_resize", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2086/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2087/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/_addEntry%404220832", + "fixedId": true, + "name": "_addEntry", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2088/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2089/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HashMapEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/_removeEntry%404220832", + "fixedId": true, + "name": "_removeEntry", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2090/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2091/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 188 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2321/functions/mapToString", + "fixedId": true, + "name": "mapToString", + "owner": { + "type": "@Class", + "id": "classes/2321", + "fixedId": true, + "name": "MapBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2092/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2093/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/set%3Alength", + "fixedId": true, + "name": "length=", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2094/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_shrink%400150898", + "fixedId": true, + "name": "_shrink", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2095/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 408 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 95, + "exclusiveTicks": 6, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_allocateData%400150898", + "fixedId": true, + "name": "_allocateData", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2096/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/field_inits/_emptyList%400150898", + "fixedId": true, + "name": "_emptyList", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2097/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 12, + "exclusiveTicks": 3, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_grow%400150898", + "fixedId": true, + "name": "_grow", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2098/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 384 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/isToStringVisiting", + "fixedId": true, + "name": "isToStringVisiting", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 1130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2321/closures/434", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2321/functions/mapToString", + "fixedId": true, + "name": "mapToString", + "owner": { + "type": "@Class", + "id": "classes/2321", + "fixedId": true, + "name": "MapBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2099/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2100/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 111 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2291/functions/_untypedLookup%404220832", + "fixedId": true, + "name": "_untypedLookup", + "owner": { + "type": "@Class", + "id": "classes/2291", + "fixedId": true, + "name": "_SplayTree", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2101/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2102/0", + "kind": "TypeParameter", + "identityHashCode": 1920638107, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2291/functions/_removeRoot%404220832", + "fixedId": true, + "name": "_removeRoot", + "owner": { + "type": "@Class", + "id": "classes/2291", + "fixedId": true, + "name": "_SplayTree", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2103/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2104/0", + "kind": "TypeParameter", + "identityHashCode": 1920638107, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SplayTreeSetNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2291/functions/_splay%404220832", + "fixedId": true, + "name": "_splay", + "owner": { + "type": "@Class", + "id": "classes/2291", + "fixedId": true, + "name": "_SplayTree", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2105/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2106/0", + "kind": "TypeParameter", + "identityHashCode": 1920638107, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/implicit_closures/5", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2294/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2107/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1118 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/_clone%404220832", + "fixedId": true, + "name": "_clone", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2108/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/_copyNode%404220832", + "fixedId": true, + "name": "_copyNode", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2109/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1211 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SplayTreeSet" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/_filter%404220832", + "fixedId": true, + "name": "_filter", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2110/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2316/functions/setToString", + "fixedId": true, + "name": "setToString", + "owner": { + "type": "@Class", + "id": "classes/2316", + "fixedId": true, + "name": "SetBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2111/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 300 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/iterableToFullString", + "fixedId": true, + "name": "iterableToFullString", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2112/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 893 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/writeAll", + "fixedId": true, + "name": "writeAll", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "classes/1942/implicit_closures/1", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/1942/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/1942", + "fixedId": true, + "name": "_StdSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 464 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "classes/1942/functions/writeln", + "fixedId": true, + "name": "writeln", + "owner": { + "type": "@Class", + "id": "classes/1942", + "fixedId": true, + "name": "_StdSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 440 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _WebSocketImpl@16463476" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HttpServer@16463476" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_validateField%4016463476", + "fixedId": true, + "name": "_validateField", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 662 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_doParse%4016463476", + "fixedId": true, + "name": "_doParse", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2113/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 507 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2765/functions/String.fromCharCodes", + "fixedId": true, + "name": "String.fromCharCodes", + "owner": { + "type": "@Class", + "id": "classes/2765", + "fixedId": true, + "name": "String", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring.dart/0", + "fixedId": true, + "uri": "dart:core/string.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate HttpException" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_releaseBuffer%4016463476", + "fixedId": true, + "name": "_releaseBuffer", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1041 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_pauseStateChanged%4016463476", + "fixedId": true, + "name": "_pauseStateChanged", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1229 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_parse%4016463476", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_reportHttpError%4016463476", + "fixedId": true, + "name": "_reportHttpError", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1241 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_reportBodyError%4016463476", + "fixedId": true, + "name": "_reportBodyError", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1248 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2428/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2428", + "fixedId": true, + "name": "_HttpIncoming", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 438 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_reset%4016463476", + "fixedId": true, + "name": "_reset", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1013 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_expectHexDigit%4016463476", + "fixedId": true, + "name": "_expectHexDigit", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_headersEnd%4016463476", + "fixedId": true, + "name": "_headersEnd", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_closeIncoming%4016463476", + "fixedId": true, + "name": "_closeIncoming", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1214 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/functions/parse", + "fixedId": true, + "name": "parse", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 856 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_Uri%400150898.notSimple", + "fixedId": true, + "name": "_Uri.notSimple", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1781 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_makePort%400150898", + "fixedId": true, + "name": "_makePort", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_fail%400150898", + "fixedId": true, + "name": "_fail", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1952 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Uri" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_makeFragment%400150898", + "fixedId": true, + "name": "_makeFragment", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2680 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_normalizeOrSubstring%400150898", + "fixedId": true, + "name": "_normalizeOrSubstring", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2769 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_normalize%400150898", + "fixedId": true, + "name": "_normalize", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2797 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_escapeChar%400150898", + "fixedId": true, + "name": "_escapeChar", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2730 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_normalizeEscape%400150898", + "fixedId": true, + "name": "_normalizeEscape", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2702 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2765/functions/String.fromCharCode", + "fixedId": true, + "name": "String.fromCharCode", + "owner": { + "type": "@Class", + "id": "classes/2765", + "fixedId": true, + "name": "String", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring.dart/0", + "fixedId": true, + "uri": "dart:core/string.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 28 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/allocateTwoByteString", + "fixedId": true, + "name": "allocateTwoByteString", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 79 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/allocateOneByteString", + "fixedId": true, + "name": "allocateOneByteString", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_makeQuery%400150898", + "fixedId": true, + "name": "_makeQuery", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2621 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_makeQueryFromParametersDefault%400150898", + "fixedId": true, + "name": "_makeQueryFromParametersDefault", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2651 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/closures/49", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2479/functions/_makeQueryFromParametersDefault%400150898", + "fixedId": true, + "name": "_makeQueryFromParametersDefault", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2651 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2667 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Iterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/closures/48", + "fixedId": true, + "name": "writeParameter", + "owner": { + "type": "@Function", + "id": "classes/2479/functions/_makeQueryFromParametersDefault%400150898", + "fixedId": true, + "name": "_makeQueryFromParametersDefault", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2651 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2657 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/functions/encodeQueryComponent", + "fixedId": true, + "name": "encodeQueryComponent", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1273 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/uri_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_uriEncode%400150898", + "fixedId": true, + "name": "_uriEncode", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Furi_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/uri_patch.dart" + }, + "tokenPos": -1, + "line": 35 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2235/functions/decode", + "fixedId": true, + "name": "decode", + "owner": { + "type": "@Class", + "id": "classes/2235", + "fixedId": true, + "name": "JsonCodec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@11003594/functions/_parseJson%4011003594", + "fixedId": true, + "name": "_parseJson", + "owner": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2211/functions/handleNull", + "fixedId": true, + "name": "handleNull", + "owner": { + "type": "@Class", + "id": "classes/2211", + "fixedId": true, + "name": "_JsonListener", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2211/functions/handleString", + "fixedId": true, + "name": "handleString", + "owner": { + "type": "@Class", + "id": "classes/2211", + "fixedId": true, + "name": "_JsonListener", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2211/functions/popContainer", + "fixedId": true, + "name": "popContainer", + "owner": { + "type": "@Class", + "id": "classes/2211", + "fixedId": true, + "name": "_JsonListener", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2211/functions/beginContainer", + "fixedId": true, + "name": "beginContainer", + "owner": { + "type": "@Class", + "id": "classes/2211", + "fixedId": true, + "name": "_JsonListener", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "libraries/@11003594/functions/_defaultToEncodable%4011003594", + "fixedId": true, + "name": "_defaultToEncodable", + "owner": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "libraries/@11003594/implicit_closures/5", + "fixedId": true, + "name": "_defaultToEncodable", + "owner": { + "type": "@Function", + "id": "libraries/@11003594/functions/_defaultToEncodable%4011003594", + "fixedId": true, + "name": "_defaultToEncodable", + "owner": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 658 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "libraries/@11003594/functions/jsonDecode", + "fixedId": true, + "name": "jsonDecode", + "owner": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "libraries/@11003594/functions/jsonEncode", + "fixedId": true, + "name": "jsonEncode", + "owner": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "libraries/@11003594/functions/base64Encode", + "fixedId": true, + "name": "base64Encode", + "owner": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@11003594/functions/_parseDouble%4011003594", + "fixedId": true, + "name": "_parseDouble", + "owner": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1660 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 478 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2208/functions/parseDouble", + "fixedId": true, + "name": "parseDouble", + "owner": { + "type": "@Class", + "id": "classes/2208", + "fixedId": true, + "name": "_JsonStringParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1519 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2208/functions/endString", + "fixedId": true, + "name": "endString", + "owner": { + "type": "@Class", + "id": "classes/2208", + "fixedId": true, + "name": "_JsonStringParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2208/functions/addCharToString", + "fixedId": true, + "name": "addCharToString", + "owner": { + "type": "@Class", + "id": "classes/2208", + "fixedId": true, + "name": "_JsonStringParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2208/functions/addSliceToString", + "fixedId": true, + "name": "addSliceToString", + "owner": { + "type": "@Class", + "id": "classes/2208", + "fixedId": true, + "name": "_JsonStringParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2208/functions/beginString", + "fixedId": true, + "name": "beginString", + "owner": { + "type": "@Class", + "id": "classes/2208", + "fixedId": true, + "name": "_JsonStringParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1492 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2212/functions/_makeUint8List%4011003594", + "fixedId": true, + "name": "_makeUint8List", + "owner": { + "type": "@Class", + "id": "classes/2212", + "fixedId": true, + "name": "_Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 669 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2212/functions/decodeGeneral", + "fixedId": true, + "name": "decodeGeneral", + "owner": { + "type": "@Class", + "id": "classes/2212", + "fixedId": true, + "name": "_Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 577 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2212/functions/flush", + "fixedId": true, + "name": "flush", + "owner": { + "type": "@Class", + "id": "classes/2212", + "fixedId": true, + "name": "_Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 563 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2212/functions/decode16", + "fixedId": true, + "name": "decode16", + "owner": { + "type": "@Class", + "id": "classes/2212", + "fixedId": true, + "name": "_Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 2064 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2212/functions/decode8", + "fixedId": true, + "name": "decode8", + "owner": { + "type": "@Class", + "id": "classes/2212", + "fixedId": true, + "name": "_Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 2012 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2212/functions/convertChunked", + "fixedId": true, + "name": "convertChunked", + "owner": { + "type": "@Class", + "id": "classes/2212", + "fixedId": true, + "name": "_Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1869 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2212/functions/convertSingle", + "fixedId": true, + "name": "convertSingle", + "owner": { + "type": "@Class", + "id": "classes/2212", + "fixedId": true, + "name": "_Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1805 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2212/functions/reset", + "fixedId": true, + "name": "reset", + "owner": { + "type": "@Class", + "id": "classes/2212", + "fixedId": true, + "name": "_Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1766 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2206/field_inits/emptyChunk", + "fixedId": true, + "name": "emptyChunk", + "owner": { + "type": "@Class", + "id": "classes/2206", + "fixedId": true, + "name": "_JsonUtf8Parser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1580 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2206/functions/parseDouble", + "fixedId": true, + "name": "parseDouble", + "owner": { + "type": "@Class", + "id": "classes/2206", + "fixedId": true, + "name": "_JsonUtf8Parser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1654 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2206/functions/endString", + "fixedId": true, + "name": "endString", + "owner": { + "type": "@Class", + "id": "classes/2206", + "fixedId": true, + "name": "_JsonUtf8Parser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1642 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2206/functions/addCharToString", + "fixedId": true, + "name": "addCharToString", + "owner": { + "type": "@Class", + "id": "classes/2206", + "fixedId": true, + "name": "_JsonUtf8Parser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1636 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2206/functions/addSliceToString", + "fixedId": true, + "name": "addSliceToString", + "owner": { + "type": "@Class", + "id": "classes/2206", + "fixedId": true, + "name": "_JsonUtf8Parser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1631 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2206/functions/beginString", + "fixedId": true, + "name": "beginString", + "owner": { + "type": "@Class", + "id": "classes/2206", + "fixedId": true, + "name": "_JsonUtf8Parser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1626 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2206/functions/getString", + "fixedId": true, + "name": "getString", + "owner": { + "type": "@Class", + "id": "classes/2206", + "fixedId": true, + "name": "_JsonUtf8Parser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1615 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2206/functions/parseChunk", + "fixedId": true, + "name": "parseChunk", + "owner": { + "type": "@Class", + "id": "classes/2206", + "fixedId": true, + "name": "_JsonUtf8Parser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1594 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parse", + "fixedId": true, + "name": "parse", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 826 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "libraries/@3099033/functions/_roundUpToPowerOfTwo%403099033", + "fixedId": true, + "name": "_roundUpToPowerOfTwo", + "owner": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 483 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "libraries/@3099033/functions/_rehashObjects%403099033", + "fixedId": true, + "name": "_rehashObjects", + "owner": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 104 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/fail", + "fixedId": true, + "name": "fail", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parseNumber", + "fixedId": true, + "name": "parseNumber", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1304 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_Double%400150898.fromInteger", + "fixedId": true, + "name": "_Double.fromInteger", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 10 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/beginChunkNumber", + "fixedId": true, + "name": "beginChunkNumber", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2210/functions/_NumberBuffer%4011003594.", + "fixedId": true, + "name": "_NumberBuffer", + "owner": { + "type": "@Class", + "id": "classes/2210", + "fixedId": true, + "name": "_NumberBuffer", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2210/functions/parseDouble", + "fixedId": true, + "name": "parseDouble", + "owner": { + "type": "@Class", + "id": "classes/2210", + "fixedId": true, + "name": "_NumberBuffer", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2814/functions/parse", + "fixedId": true, + "name": "parse", + "owner": { + "type": "@Class", + "id": "classes/2814", + "fixedId": true, + "name": "double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core/double.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double_patch.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2814/functions/_tryParseDouble%400150898", + "fixedId": true, + "name": "_tryParseDouble", + "owner": { + "type": "@Class", + "id": "classes/2814", + "fixedId": true, + "name": "double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core/double.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/integers_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2813/functions/_tryParseSmi%400150898", + "fixedId": true, + "name": "_tryParseSmi", + "owner": { + "type": "@Class", + "id": "classes/2813", + "fixedId": true, + "name": "int", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fint.dart/0", + "fixedId": true, + "uri": "dart:core/int.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers_patch.dart" + }, + "tokenPos": -1, + "line": 21 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/integers_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2813/field_inits/_int64OverflowLimits%400150898", + "fixedId": true, + "name": "_int64OverflowLimits", + "owner": { + "type": "@Class", + "id": "classes/2813", + "fixedId": true, + "name": "int", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fint.dart/0", + "fixedId": true, + "uri": "dart:core/int.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers_patch.dart" + }, + "tokenPos": -1, + "line": 316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/integers_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2813/functions/_initInt64OverflowLimits%400150898", + "fixedId": true, + "name": "_initInt64OverflowLimits", + "owner": { + "type": "@Class", + "id": "classes/2813", + "fixedId": true, + "name": "int", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fint.dart/0", + "fixedId": true, + "uri": "dart:core/int.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers_patch.dart" + }, + "tokenPos": -1, + "line": 320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/integers_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2813/functions/_parseBlock%400150898", + "fixedId": true, + "name": "_parseBlock", + "owner": { + "type": "@Class", + "id": "classes/2813", + "fixedId": true, + "name": "int", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fint.dart/0", + "fixedId": true, + "uri": "dart:core/int.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers_patch.dart" + }, + "tokenPos": -1, + "line": 232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/integers_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2813/functions/_parseRadix%400150898", + "fixedId": true, + "name": "_parseRadix", + "owner": { + "type": "@Class", + "id": "classes/2813", + "fixedId": true, + "name": "int", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fint.dart/0", + "fixedId": true, + "uri": "dart:core/int.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers_patch.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/integers_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2813/functions/_handleFormatError%400150898", + "fixedId": true, + "name": "_handleFormatError", + "owner": { + "type": "@Class", + "id": "classes/2813", + "fixedId": true, + "name": "int", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fint.dart/0", + "fixedId": true, + "uri": "dart:core/int.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers_patch.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/integers_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2813/implicit_closures/4", + "fixedId": true, + "name": "_kNull", + "owner": { + "type": "@Function", + "id": "classes/2813/functions/_kNull%400150898", + "fixedId": true, + "name": "_kNull", + "owner": { + "type": "@Class", + "id": "classes/2813", + "fixedId": true, + "name": "int", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fint.dart/0", + "fixedId": true, + "uri": "dart:core/int.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers_patch.dart" + }, + "tokenPos": -1, + "line": 121 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers_patch.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/integers_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2813/functions/_parse%400150898", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2813", + "fixedId": true, + "name": "int", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fint.dart/0", + "fixedId": true, + "uri": "dart:core/int.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers_patch.dart" + }, + "tokenPos": -1, + "line": 66 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_firstNonWhitespace%400150898", + "fixedId": true, + "name": "_firstNonWhitespace", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 504 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_lastNonWhitespace%400150898", + "fixedId": true, + "name": "_lastNonWhitespace", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/integers_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2813/functions/parse", + "fixedId": true, + "name": "parse", + "owner": { + "type": "@Class", + "id": "classes/2813", + "fixedId": true, + "name": "int", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fint.dart/0", + "fixedId": true, + "uri": "dart:core/int.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers_patch.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2814/functions/_nativeParse%400150898", + "fixedId": true, + "name": "_nativeParse", + "owner": { + "type": "@Class", + "id": "classes/2814", + "fixedId": true, + "name": "double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core/double.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double_patch.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2814/functions/_parse%400150898", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2814", + "fixedId": true, + "name": "double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core/double.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double_patch.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2210/functions/getString", + "fixedId": true, + "name": "getString", + "owner": { + "type": "@Class", + "id": "classes/2210", + "fixedId": true, + "name": "_NumberBuffer", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 237 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2210/functions/parseNum", + "fixedId": true, + "name": "parseNum", + "owner": { + "type": "@Class", + "id": "classes/2210", + "fixedId": true, + "name": "_NumberBuffer", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/num.dart", + "function": { + "type": "@Function", + "id": "classes/58/functions/parse", + "fixedId": true, + "name": "parse", + "owner": { + "type": "@Class", + "id": "classes/58", + "fixedId": true, + "name": "num", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fnum.dart/0", + "fixedId": true, + "uri": "dart:core/num.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fnum.dart/0", + "fixedId": true, + "uri": "dart:core/num.dart" + }, + "tokenPos": -1, + "line": 571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/num.dart", + "function": { + "type": "@Function", + "id": "classes/58/functions/tryParse", + "fixedId": true, + "name": "tryParse", + "owner": { + "type": "@Class", + "id": "classes/58", + "fixedId": true, + "name": "num", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fnum.dart/0", + "fixedId": true, + "uri": "dart:core/num.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fnum.dart/0", + "fixedId": true, + "uri": "dart:core/num.dart" + }, + "tokenPos": -1, + "line": 597 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/trim", + "fixedId": true, + "name": "trim", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 525 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2210/functions/ensureCapacity", + "fixedId": true, + "name": "ensureCapacity", + "owner": { + "type": "@Class", + "id": "classes/2210", + "fixedId": true, + "name": "_NumberBuffer", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 229 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NumberBuffer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/_populateUnsafe%403099033", + "fixedId": true, + "name": "_populateUnsafe", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2114/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2115/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 549 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2363/functions/_indexSizeToHashMask%403099033", + "fixedId": true, + "name": "_indexSizeToHashMask", + "owner": { + "type": "@Class", + "id": "classes/2363", + "fixedId": true, + "name": "_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2357/functions/__Map%26_HashVMBase%26MapMixin%403099033.", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin", + "owner": { + "type": "@Class", + "id": "classes/2357", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2116/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2117/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parseTrue", + "fixedId": true, + "name": "parseTrue", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 947 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parseKeywordPrefix", + "fixedId": true, + "name": "parseKeywordPrefix", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1000 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parseNull", + "fixedId": true, + "name": "parseNull", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 986 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parseFalse", + "fixedId": true, + "name": "parseFalse", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 966 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parseString", + "fixedId": true, + "name": "parseString", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1051 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/chunkString", + "fixedId": true, + "name": "chunkString", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parseStringToBuffer", + "fixedId": true, + "name": "parseStringToBuffer", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parseStringEscape", + "fixedId": true, + "name": "parseStringEscape", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/chunkStringEscapeU", + "fixedId": true, + "name": "chunkStringEscapeU", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parsePartial", + "fixedId": true, + "name": "parsePartial", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 623 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parsePartialKeyword", + "fixedId": true, + "name": "parsePartialKeyword", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 774 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parsePartialNumber", + "fixedId": true, + "name": "parsePartialNumber", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 650 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/continueChunkNumber", + "fixedId": true, + "name": "continueChunkNumber", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1277 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/addNumberChunk", + "fixedId": true, + "name": "addNumberChunk", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1266 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/finishChunkNumber", + "fixedId": true, + "name": "finishChunkNumber", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/parsePartialString", + "fixedId": true, + "name": "parsePartialString", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 747 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2206/functions/_JsonUtf8Parser%4011003594.", + "fixedId": true, + "name": "_JsonUtf8Parser", + "owner": { + "type": "@Class", + "id": "classes/2206", + "fixedId": true, + "name": "_JsonUtf8Parser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1586 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Utf8Decoder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/get%3Aresult", + "fixedId": true, + "name": "result", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 507 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2205/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2205", + "fixedId": true, + "name": "__JsonUtf8Parser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 478 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/beginChunkNumber", + "fixedId": true, + "name": "beginChunkNumber", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parseNumber", + "fixedId": true, + "name": "parseNumber", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1304 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parseStringEscape", + "fixedId": true, + "name": "parseStringEscape", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/chunkString", + "fixedId": true, + "name": "chunkString", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/chunkStringEscapeU", + "fixedId": true, + "name": "chunkStringEscapeU", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parseTrue", + "fixedId": true, + "name": "parseTrue", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 947 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parseKeywordPrefix", + "fixedId": true, + "name": "parseKeywordPrefix", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1000 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/addNumberChunk", + "fixedId": true, + "name": "addNumberChunk", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1266 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parseStringToBuffer", + "fixedId": true, + "name": "parseStringToBuffer", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/continueChunkNumber", + "fixedId": true, + "name": "continueChunkNumber", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1277 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parseString", + "fixedId": true, + "name": "parseString", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1051 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parseFalse", + "fixedId": true, + "name": "parseFalse", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 966 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parsePartial", + "fixedId": true, + "name": "parsePartial", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 623 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parsePartialKeyword", + "fixedId": true, + "name": "parsePartialKeyword", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 774 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parsePartialNumber", + "fixedId": true, + "name": "parsePartialNumber", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 650 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parsePartialString", + "fixedId": true, + "name": "parsePartialString", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 747 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parseNull", + "fixedId": true, + "name": "parseNull", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 986 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/fail", + "fixedId": true, + "name": "fail", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/finishChunkNumber", + "fixedId": true, + "name": "finishChunkNumber", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2207/functions/parse", + "fixedId": true, + "name": "parse", + "owner": { + "type": "@Class", + "id": "classes/2207", + "fixedId": true, + "name": "__JsonStringParser&_JsonParserWithListener&_ChunkedJsonParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 826 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2208/functions/_JsonStringParser%4011003594.", + "fixedId": true, + "name": "_JsonStringParser", + "owner": { + "type": "@Class", + "id": "classes/2208", + "fixedId": true, + "name": "_JsonStringParser", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1479 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _JsonStringParser" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _JsonListener" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2237/functions/_checkPadding%4011003594", + "fixedId": true, + "name": "_checkPadding", + "owner": { + "type": "@Class", + "id": "classes/2237", + "fixedId": true, + "name": "Base64Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2237/functions/normalize", + "fixedId": true, + "name": "normalize", + "owner": { + "type": "@Class", + "id": "classes/2237", + "fixedId": true, + "name": "Base64Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2230/field_inits/_inverseAlphabet%4011003594", + "fixedId": true, + "name": "_inverseAlphabet", + "owner": { + "type": "@Class", + "id": "classes/2230", + "fixedId": true, + "name": "_Base64Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 592 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2230/field_inits/_emptyBuffer%4011003594", + "fixedId": true, + "name": "_emptyBuffer", + "owner": { + "type": "@Class", + "id": "classes/2230", + "fixedId": true, + "name": "_Base64Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 774 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2230/functions/_checkPadding%4011003594", + "fixedId": true, + "name": "_checkPadding", + "owner": { + "type": "@Class", + "id": "classes/2230", + "fixedId": true, + "name": "_Base64Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 865 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2230/functions/_trimPaddingChars%4011003594", + "fixedId": true, + "name": "_trimPaddingChars", + "owner": { + "type": "@Class", + "id": "classes/2230", + "fixedId": true, + "name": "_Base64Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 813 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2230/functions/_allocateBuffer%4011003594", + "fixedId": true, + "name": "_allocateBuffer", + "owner": { + "type": "@Class", + "id": "classes/2230", + "fixedId": true, + "name": "_Base64Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 779 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2230/functions/decodeChunk", + "fixedId": true, + "name": "decodeChunk", + "owner": { + "type": "@Class", + "id": "classes/2230", + "fixedId": true, + "name": "_Base64Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 699 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2230/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2230", + "fixedId": true, + "name": "_Base64Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 680 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2230/functions/decode", + "fixedId": true, + "name": "decode", + "owner": { + "type": "@Class", + "id": "classes/2230", + "fixedId": true, + "name": "_Base64Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 665 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2237/functions/decode", + "fixedId": true, + "name": "decode", + "owner": { + "type": "@Class", + "id": "classes/2237", + "fixedId": true, + "name": "Base64Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/codec.dart", + "function": { + "type": "@Function", + "id": "classes/2233/functions/fuse", + "fixedId": true, + "name": "fuse", + "owner": { + "type": "@Class", + "id": "classes/2233", + "fixedId": true, + "name": "Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fcodec.dart/0", + "fixedId": true, + "uri": "dart:convert/codec.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2118/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2119/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fcodec.dart/0", + "fixedId": true, + "uri": "dart:convert/codec.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FusedCodec" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Codec" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/codec.dart", + "function": { + "type": "@Function", + "id": "classes/2233/functions/decode", + "fixedId": true, + "name": "decode", + "owner": { + "type": "@Class", + "id": "classes/2233", + "fixedId": true, + "name": "Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fcodec.dart/0", + "fixedId": true, + "uri": "dart:convert/codec.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2120/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2121/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fcodec.dart/0", + "fixedId": true, + "uri": "dart:convert/codec.dart" + }, + "tokenPos": -1, + "line": 30 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/codec.dart", + "function": { + "type": "@Function", + "id": "classes/2233/implicit_closures/1", + "fixedId": true, + "name": "decode", + "owner": { + "type": "@Function", + "id": "classes/2233/functions/decode", + "fixedId": true, + "name": "decode", + "owner": { + "type": "@Class", + "id": "classes/2233", + "fixedId": true, + "name": "Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fcodec.dart/0", + "fixedId": true, + "uri": "dart:convert/codec.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2122/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2123/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fcodec.dart/0", + "fixedId": true, + "uri": "dart:convert/codec.dart" + }, + "tokenPos": -1, + "line": 30 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fcodec.dart/0", + "fixedId": true, + "uri": "dart:convert/codec.dart" + }, + "tokenPos": -1, + "line": 30 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/encoding.dart", + "function": { + "type": "@Function", + "id": "classes/2238/field_inits/_nameToEncoding%4011003594", + "fixedId": true, + "name": "_nameToEncoding", + "owner": { + "type": "@Class", + "id": "classes/2238", + "fixedId": true, + "name": "Encoding", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fencoding.dart/0", + "fixedId": true, + "uri": "dart:convert/encoding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fencoding.dart/0", + "fixedId": true, + "uri": "dart:convert/encoding.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/encoding.dart", + "function": { + "type": "@Function", + "id": "classes/2238/functions/getByName", + "fixedId": true, + "name": "getByName", + "owner": { + "type": "@Class", + "id": "classes/2238", + "fixedId": true, + "name": "Encoding", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fencoding.dart/0", + "fixedId": true, + "uri": "dart:convert/encoding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fencoding.dart/0", + "fixedId": true, + "uri": "dart:convert/encoding.dart" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 19, + "exclusiveTicks": 5, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/_getValueOrData%403099033", + "fixedId": true, + "name": "_getValueOrData", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2124/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2125/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 714 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Encoding" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2239/functions/decode", + "fixedId": true, + "name": "decode", + "owner": { + "type": "@Class", + "id": "classes/2239", + "fixedId": true, + "name": "Utf8Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2239/implicit_closures/0", + "fixedId": true, + "name": "decode", + "owner": { + "type": "@Function", + "id": "classes/2239/functions/decode", + "fixedId": true, + "name": "decode", + "owner": { + "type": "@Class", + "id": "classes/2239", + "fixedId": true, + "name": "Utf8Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 58 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/_ensureCapacity%400150898", + "fixedId": true, + "name": "_ensureCapacity", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/_consumeBuffer%400150898", + "fixedId": true, + "name": "_consumeBuffer", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/_addPart%400150898", + "fixedId": true, + "name": "_addPart", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/_compact%400150898", + "fixedId": true, + "name": "_compact", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 188 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_concatRange%400150898", + "fixedId": true, + "name": "_concatRange", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1008 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_GrowableList%400150898.withCapacity", + "fixedId": true, + "name": "_GrowableList.withCapacity", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2126/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/_create%400150898", + "fixedId": true, + "name": "_create", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 206 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/writeCharCode", + "fixedId": true, + "name": "writeCharCode", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_makePath%400150898", + "fixedId": true, + "name": "_makePath", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2569 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_normalizePath%400150898", + "fixedId": true, + "name": "_normalizePath", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2611 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_removeDotSegments%400150898", + "fixedId": true, + "name": "_removeDotSegments", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2931 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ConcurrentModificationError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_mayContainDotSegments%400150898", + "fixedId": true, + "name": "_mayContainDotSegments", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2920 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_normalizeRelativePath%400150898", + "fixedId": true, + "name": "_normalizeRelativePath", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2967 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2156/functions/noElement", + "fixedId": true, + "name": "noElement", + "owner": { + "type": "@Class", + "id": "classes/2156", + "fixedId": true, + "name": "IterableElementError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 1079 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2156/functions/tooMany", + "fixedId": true, + "name": "tooMany", + "owner": { + "type": "@Class", + "id": "classes/2156", + "fixedId": true, + "name": "IterableElementError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 1081 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_escapeScheme%400150898", + "fixedId": true, + "name": "_escapeScheme", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3000 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/closures/47", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2479/functions/_makePath%400150898", + "fixedId": true, + "name": "_makePath", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2569 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2583 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_defaultPort%400150898", + "fixedId": true, + "name": "_defaultPort", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1934 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/integers_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2813/functions/tryParse", + "fixedId": true, + "name": "tryParse", + "owner": { + "type": "@Class", + "id": "classes/2813", + "fixedId": true, + "name": "int", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fint.dart/0", + "fixedId": true, + "uri": "dart:core/int.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers_patch.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_makeHost%400150898", + "fixedId": true, + "name": "_makeHost", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2310 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_normalizeRegName%400150898", + "fixedId": true, + "name": "_normalizeRegName", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/functions/parseIPv6Address", + "fixedId": true, + "name": "parseIPv6Address", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1597 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/functions/_parseIPv4Address%400150898", + "fixedId": true, + "name": "_parseIPv4Address", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1413 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/closures/51", + "fixedId": true, + "name": "parseHex", + "owner": { + "type": "@Function", + "id": "classes/2482/functions/parseIPv6Address", + "fixedId": true, + "name": "parseIPv6Address", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1597 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1612 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/closures/50", + "fixedId": true, + "name": "error", + "owner": { + "type": "@Function", + "id": "classes/2482/functions/parseIPv6Address", + "fixedId": true, + "name": "parseIPv6Address", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1597 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1607 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/functions/_validateIPvAddress%400150898", + "fixedId": true, + "name": "_validateIPvAddress", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1471 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/functions/_validateIPvFutureAddress%400150898", + "fixedId": true, + "name": "_validateIPvFutureAddress", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1491 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_normalizeZoneID%400150898", + "fixedId": true, + "name": "_normalizeZoneID", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2377 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_checkZoneID%400150898", + "fixedId": true, + "name": "_checkZoneID", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2361 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_makeUserInfo%400150898", + "fixedId": true, + "name": "_makeUserInfo", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2564 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_makeScheme%400150898", + "fixedId": true, + "name": "_makeScheme", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2532 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_canonicalizeScheme%400150898", + "fixedId": true, + "name": "_canonicalizeScheme", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2556 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/replaceRange", + "fixedId": true, + "name": "replaceRange", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 632 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_joinReplaceAllResult%400150898", + "fixedId": true, + "name": "_joinReplaceAllResult", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 763 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2478/functions/get%3Auri", + "fixedId": true, + "name": "uri", + "owner": { + "type": "@Class", + "id": "classes/2478", + "fixedId": true, + "name": "UriData", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3785 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2478/functions/_computeUri%400150898", + "fixedId": true, + "name": "_computeUri", + "owner": { + "type": "@Class", + "id": "classes/2478", + "fixedId": true, + "name": "UriData", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3789 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2480/functions/_DataUri%400150898.", + "fixedId": true, + "name": "_DataUri", + "owner": { + "type": "@Class", + "id": "classes/2480", + "fixedId": true, + "name": "_DataUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4940 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DataUri" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2478/functions/_parse%400150898", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2478", + "fixedId": true, + "name": "UriData", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4070 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate UriData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/get%3AisOdd", + "fixedId": true, + "name": "isOdd", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 173 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_GrowableList%400150898._literal1%400150898", + "fixedId": true, + "name": "_GrowableList._literal1", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2127/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 566 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_startsWithData%400150898", + "fixedId": true, + "name": "_startsWithData", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4954 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_createIncoming%4016463476", + "fixedId": true, + "name": "_createIncoming", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1174 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HttpIncoming" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ControllerStream" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Stream" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2436/functions/_createSubscription%405048458", + "fixedId": true, + "name": "_createSubscription", + "owner": { + "type": "@Class", + "id": "classes/2436", + "fixedId": true, + "name": "_ControllerStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2128/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 849 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2402/functions/StreamController.", + "fixedId": true, + "name": "StreamController", + "owner": { + "type": "@Class", + "id": "classes/2402", + "fixedId": true, + "name": "StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2129/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AsyncStreamController" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SyncStreamController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/closures/195", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2421/functions/_createIncoming%4016463476", + "fixedId": true, + "name": "_createIncoming", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1174 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/closures/194", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2421/functions/_createIncoming%4016463476", + "fixedId": true, + "name": "_createIncoming", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1174 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/closures/193", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2421/functions/_createIncoming%4016463476", + "fixedId": true, + "name": "_createIncoming", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1174 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/closures/192", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2421/functions/_createIncoming%4016463476", + "fixedId": true, + "name": "_createIncoming", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1174 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_add%4016463476", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 328 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_addIfModifiedSince%4016463476", + "fixedId": true, + "name": "_addIfModifiedSince", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 424 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_set%4016463476", + "fixedId": true, + "name": "_set", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_addTransferEncoding%4016463476", + "fixedId": true, + "name": "_addTransferEncoding", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 396 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/set%3AchunkedTransferEncoding", + "fixedId": true, + "name": "chunkedTransferEncoding=", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 98 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_validateValue%4016463476", + "fixedId": true, + "name": "_validateValue", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 675 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/set%3AcontentLength", + "fixedId": true, + "name": "contentLength=", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 164 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_checkMutable%4016463476", + "fixedId": true, + "name": "_checkMutable", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_addContentLength%4016463476", + "fixedId": true, + "name": "_addContentLength", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_addContentType%4016463476", + "fixedId": true, + "name": "_addContentType", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 477 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_addConnection%4016463476", + "fixedId": true, + "name": "_addConnection", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 467 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_addExpires%4016463476", + "fixedId": true, + "name": "_addExpires", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 414 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_addHost%4016463476", + "fixedId": true, + "name": "_addHost", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 434 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/lastIndexOf", + "fixedId": true, + "name": "lastIndexOf", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_addDate%4016463476", + "fixedId": true, + "name": "_addDate", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 404 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_addValue%4016463476", + "fixedId": true, + "name": "_addValue", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 481 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_valueToString%4016463476", + "fixedId": true, + "name": "_valueToString", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 486 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_tokenizeFieldValue%4016463476", + "fixedId": true, + "name": "_tokenizeFieldValue", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1065 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_removeTrailingSpaces%4016463476", + "fixedId": true, + "name": "_removeTrailingSpaces", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1054 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/createFromCharCodes", + "fixedId": true, + "name": "createFromCharCodes", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_createFromCodePoints%400150898", + "fixedId": true, + "name": "_createFromCodePoints", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_scanCodeUnits%400150898", + "fixedId": true, + "name": "_scanCodeUnits", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_addWithValidation%4016463476", + "fixedId": true, + "name": "_addWithValidation", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_HttpHeaders%4016463476.", + "fixedId": true, + "name": "_HttpHeaders", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HashMap" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/closures/25", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2039/functions/_HttpHeaders%4016463476.", + "fixedId": true, + "name": "_HttpHeaders", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 26 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HttpHeaders" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_reportSizeLimitError%4016463476", + "fixedId": true, + "name": "_reportSizeLimitError", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_HttpParser%4016463476._%4016463476", + "fixedId": true, + "name": "_HttpParser._", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/closures/23", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2421/functions/_HttpParser%4016463476._%4016463476", + "fixedId": true, + "name": "_HttpParser._", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 293 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 307 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/closures/22", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2421/functions/_HttpParser%4016463476._%4016463476", + "fixedId": true, + "name": "_HttpParser._", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 293 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/closures/21", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2421/functions/_HttpParser%4016463476._%4016463476", + "fixedId": true, + "name": "_HttpParser._", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 293 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/closures/20", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2421/functions/_HttpParser%4016463476._%4016463476", + "fixedId": true, + "name": "_HttpParser._", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 293 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 296 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_HttpParser%4016463476.requestParser", + "fixedId": true, + "name": "_HttpParser.requestParser", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 285 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HttpParser" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/listenToStream", + "fixedId": true, + "name": "listenToStream", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 327 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/implicit_closures/8", + "fixedId": true, + "name": "_onDone", + "owner": { + "type": "@Function", + "id": "classes/2421/functions/_onDone%4016463476", + "fixedId": true, + "name": "_onDone", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 921 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 921 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_onDone%4016463476", + "fixedId": true, + "name": "_onDone", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 921 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/implicit_closures/22", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Function", + "id": "classes/2395/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2130/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 622 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 622 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/implicit_closures/7", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Function", + "id": "classes/2421/functions/_onData%4016463476", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 913 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/_onData%4016463476", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/detachIncoming", + "fixedId": true, + "name": "detachIncoming", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 997 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HttpDetachedIncoming" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/readUnparsedData", + "fixedId": true, + "name": "readUnparsedData", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 1003 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FormatException" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/set%3ApersistentConnection", + "fixedId": true, + "name": "persistentConnection=", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 59 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_addAll%4016463476", + "fixedId": true, + "name": "_addAll", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_originalHeaderName%4016463476", + "fixedId": true, + "name": "_originalHeaderName", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 689 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/set", + "fixedId": true, + "name": "set", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_finalize%4016463476", + "fixedId": true, + "name": "_finalize", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 519 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/set%3AcontentType", + "fixedId": true, + "name": "contentType=", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 308 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_foldHeader%4016463476", + "fixedId": true, + "name": "_foldHeader", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 513 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/get%3AcontentType", + "fixedId": true, + "name": "contentType", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/functions/_parse%4016463476", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 765 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/closures/175", + "fixedId": true, + "name": "parseParameters", + "owner": { + "type": "@Function", + "id": "classes/2037/functions/_parse%4016463476", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 765 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 811 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/closures/177", + "fixedId": true, + "name": "parseParameterValue", + "owner": { + "type": "@Function", + "id": "classes/2037/closures/175", + "fixedId": true, + "name": "parseParameters", + "owner": { + "type": "@Function", + "id": "classes/2037/functions/_parse%4016463476", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 765 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 811 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 827 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/closures/176", + "fixedId": true, + "name": "parseParameterName", + "owner": { + "type": "@Function", + "id": "classes/2037/closures/175", + "fixedId": true, + "name": "parseParameters", + "owner": { + "type": "@Function", + "id": "classes/2037/functions/_parse%4016463476", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 765 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 811 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 812 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/closures/174", + "fixedId": true, + "name": "maybeExpect", + "owner": { + "type": "@Function", + "id": "classes/2037/functions/_parse%4016463476", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 765 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 803 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/closures/173", + "fixedId": true, + "name": "expect", + "owner": { + "type": "@Function", + "id": "classes/2037/functions/_parse%4016463476", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 765 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 796 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/closures/172", + "fixedId": true, + "name": "parseValue", + "owner": { + "type": "@Function", + "id": "classes/2037/functions/_parse%4016463476", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 765 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 782 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/closures/171", + "fixedId": true, + "name": "skipWS", + "owner": { + "type": "@Function", + "id": "classes/2037/functions/_parse%4016463476", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 765 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 775 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/closures/170", + "fixedId": true, + "name": "done", + "owner": { + "type": "@Function", + "id": "classes/2037/functions/_parse%4016463476", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 765 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 773 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/functions/_isToken%4016463476", + "fixedId": true, + "name": "_isToken", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 718 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/functions/get%3Aparameters", + "fixedId": true, + "name": "parameters", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 715 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/functions/parse", + "fixedId": true, + "name": "parse", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 701 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HeaderValue" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2038/functions/get%3Acharset", + "fixedId": true, + "name": "charset", + "owner": { + "type": "@Class", + "id": "classes/2038", + "fixedId": true, + "name": "_ContentType", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 945 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2038/functions/_createParams%4016463476", + "fixedId": true, + "name": "_createParams", + "owner": { + "type": "@Class", + "id": "classes/2038", + "fixedId": true, + "name": "_ContentType", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 902 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2038/closures/19", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2038/functions/_createParams%4016463476", + "fixedId": true, + "name": "_createParams", + "owner": { + "type": "@Class", + "id": "classes/2038", + "fixedId": true, + "name": "_ContentType", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 902 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 907 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2038/functions/_ContentType%4016463476.", + "fixedId": true, + "name": "_ContentType", + "owner": { + "type": "@Class", + "id": "classes/2038", + "fixedId": true, + "name": "_ContentType", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 895 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http.dart", + "function": { + "type": "@Function", + "id": "classes/2050/field_inits/text", + "fixedId": true, + "name": "text", + "owner": { + "type": "@Class", + "id": "classes/2050", + "fixedId": true, + "name": "ContentType", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http/0", + "fixedId": true, + "uri": "dart:_http" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http/0", + "fixedId": true, + "uri": "dart:_http" + }, + "tokenPos": -1, + "line": 715 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http.dart", + "function": { + "type": "@Function", + "id": "classes/2050/functions/ContentType.", + "fixedId": true, + "name": "ContentType", + "owner": { + "type": "@Class", + "id": "classes/2050", + "fixedId": true, + "name": "ContentType", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http/0", + "fixedId": true, + "uri": "dart:_http" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http/0", + "fixedId": true, + "uri": "dart:_http" + }, + "tokenPos": -1, + "line": 739 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ContentType" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2038/functions/parse", + "fixedId": true, + "name": "parse", + "owner": { + "type": "@Class", + "id": "classes/2038", + "fixedId": true, + "name": "_ContentType", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 923 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/value", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/_build%4016463476", + "fixedId": true, + "name": "_build", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 523 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/closures/169", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2039/functions/_build%4016463476", + "fixedId": true, + "name": "_build", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 523 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 532 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/bytes_builder.dart", + "function": { + "type": "@Function", + "id": "classes/2168/functions/_clear%4010040228", + "fixedId": true, + "name": "_clear", + "owner": { + "type": "@Class", + "id": "classes/2168", + "fixedId": true, + "name": "_BytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1, + "line": 237 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/bytes_builder.dart", + "function": { + "type": "@Function", + "id": "classes/2168/functions/toBytes", + "fixedId": true, + "name": "toBytes", + "owner": { + "type": "@Class", + "id": "classes/2168", + "fixedId": true, + "name": "_BytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1, + "line": 216 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/bytes_builder.dart", + "function": { + "type": "@Function", + "id": "classes/2169/field_inits/_emptyList%4010040228", + "fixedId": true, + "name": "_emptyList", + "owner": { + "type": "@Class", + "id": "classes/2169", + "fixedId": true, + "name": "_CopyingBytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/bytes_builder.dart", + "function": { + "type": "@Function", + "id": "classes/2168/functions/takeBytes", + "fixedId": true, + "name": "takeBytes", + "owner": { + "type": "@Class", + "id": "classes/2168", + "fixedId": true, + "name": "_BytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1, + "line": 199 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/bytes_builder.dart", + "function": { + "type": "@Function", + "id": "classes/2168/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2168", + "fixedId": true, + "name": "_BytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/bytes_builder.dart", + "function": { + "type": "@Function", + "id": "classes/2169/functions/_clear%4010040228", + "fixedId": true, + "name": "_clear", + "owner": { + "type": "@Class", + "id": "classes/2169", + "fixedId": true, + "name": "_CopyingBytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/bytes_builder.dart", + "function": { + "type": "@Function", + "id": "classes/2169/functions/takeBytes", + "fixedId": true, + "name": "takeBytes", + "owner": { + "type": "@Class", + "id": "classes/2169", + "fixedId": true, + "name": "_CopyingBytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/bytes_builder.dart", + "function": { + "type": "@Function", + "id": "classes/2169/functions/_grow%4010040228", + "fixedId": true, + "name": "_grow", + "owner": { + "type": "@Class", + "id": "classes/2169", + "fixedId": true, + "name": "_CopyingBytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/bytes_builder.dart", + "function": { + "type": "@Function", + "id": "classes/2169/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2169", + "fixedId": true, + "name": "_CopyingBytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/bytes_builder.dart", + "function": { + "type": "@Function", + "id": "classes/2170/functions/BytesBuilder.", + "fixedId": true, + "name": "BytesBuilder", + "owner": { + "type": "@Class", + "id": "classes/2170", + "fixedId": true, + "name": "BytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fbytes_builder.dart/0", + "fixedId": true, + "uri": "dart:_internal/bytes_builder.dart" + }, + "tokenPos": -1, + "line": 30 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BytesBuilder" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CopyingBytesBuilder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2032/field_inits/_emptyList%4016463476", + "fixedId": true, + "name": "_emptyList", + "owner": { + "type": "@Class", + "id": "classes/2032", + "fixedId": true, + "name": "_CopyingBytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2032/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/2032", + "fixedId": true, + "name": "_CopyingBytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2032/functions/takeBytes", + "fixedId": true, + "name": "takeBytes", + "owner": { + "type": "@Class", + "id": "classes/2032", + "fixedId": true, + "name": "_CopyingBytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2032/functions/_grow%4016463476", + "fixedId": true, + "name": "_grow", + "owner": { + "type": "@Class", + "id": "classes/2032", + "fixedId": true, + "name": "_CopyingBytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 332 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2032/functions/addByte", + "fixedId": true, + "name": "addByte", + "owner": { + "type": "@Class", + "id": "classes/2032", + "fixedId": true, + "name": "_CopyingBytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 321 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2032/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2032", + "fixedId": true, + "name": "_CopyingBytesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 303 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CodeUnits" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/2469/functions/_sliceInternal%400150898", + "fixedId": true, + "name": "_sliceInternal", + "owner": { + "type": "@Class", + "id": "classes/2469", + "fixedId": true, + "name": "_Array", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2131/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2132/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2133/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/addAll", + "fixedId": true, + "name": "addAll", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2134/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/listToString", + "fixedId": true, + "name": "listToString", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2135/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 555 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/expand", + "fixedId": true, + "name": "expand", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2136/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ExpandIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 16344, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/sort", + "fixedId": true, + "name": "sort", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2137/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 16344, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/sort.dart", + "function": { + "type": "@Function", + "id": "classes/2154/functions/sort", + "fixedId": true, + "name": "sort", + "owner": { + "type": "@Class", + "id": "classes/2154", + "fixedId": true, + "name": "Sort", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsort.dart/0", + "fixedId": true, + "uri": "dart:_internal/sort.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsort.dart/0", + "fixedId": true, + "uri": "dart:_internal/sort.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 16317, + "exclusiveTicks": 2195, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/sort.dart", + "function": { + "type": "@Function", + "id": "classes/2154/functions/_dualPivotQuicksort%4010040228", + "fixedId": true, + "name": "_dualPivotQuicksort", + "owner": { + "type": "@Class", + "id": "classes/2154", + "fixedId": true, + "name": "Sort", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsort.dart/0", + "fixedId": true, + "uri": "dart:_internal/sort.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsort.dart/0", + "fixedId": true, + "uri": "dart:_internal/sort.dart" + }, + "tokenPos": -1, + "line": 85 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1560, + "exclusiveTicks": 472, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/sort.dart", + "function": { + "type": "@Function", + "id": "classes/2154/functions/_insertionSort%4010040228", + "fixedId": true, + "name": "_insertionSort", + "owner": { + "type": "@Class", + "id": "classes/2154", + "fixedId": true, + "name": "Sort", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsort.dart/0", + "fixedId": true, + "uri": "dart:_internal/sort.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsort.dart/0", + "fixedId": true, + "uri": "dart:_internal/sort.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 16344, + "exclusiveTicks": 8, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/sort.dart", + "function": { + "type": "@Function", + "id": "classes/2154/functions/_doSort%4010040228", + "fixedId": true, + "name": "_doSort", + "owner": { + "type": "@Class", + "id": "classes/2154", + "fixedId": true, + "name": "Sort", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsort.dart/0", + "fixedId": true, + "uri": "dart:_internal/sort.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsort.dart/0", + "fixedId": true, + "uri": "dart:_internal/sort.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/implicit_closures/25", + "fixedId": true, + "name": "_compareAny", + "owner": { + "type": "@Function", + "id": "classes/2464/functions/_compareAny%404220832", + "fixedId": true, + "name": "_compareAny", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2138/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 324 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 324 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11527, + "exclusiveTicks": 1113, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/_compareAny%404220832", + "fixedId": true, + "name": "_compareAny", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2139/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 324 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/every", + "fixedId": true, + "name": "every", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2140/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/implicit_closures/4", + "fixedId": true, + "name": "_allowDescendantsToBeFocused", + "owner": { + "type": "@Function", + "id": "classes/477/functions/_allowDescendantsToBeFocused%40160042876", + "fixedId": true, + "name": "_allowDescendantsToBeFocused", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 537 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 537 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: FocusNode" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: FocusTraversalGroup" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1678/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1678", + "fixedId": true, + "name": "FocusTraversalGroup", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1678/functions/maybeOfNode", + "fixedId": true, + "name": "maybeOfNode", + "owner": { + "type": "@Class", + "id": "classes/1678", + "fixedId": true, + "name": "FocusTraversalGroup", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2092 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1678/functions/_getGroupNode%40162280150", + "fixedId": true, + "name": "_getGroupNode", + "owner": { + "type": "@Class", + "id": "classes/1678", + "fixedId": true, + "name": "FocusTraversalGroup", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2096 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1679/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1679", + "fixedId": true, + "name": "Focus", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 452 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1680/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1680", + "fixedId": true, + "name": "FocusScope", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 834 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1461/field_inits/instance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/1461", + "fixedId": true, + "name": "_NullElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7351 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NullElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart", + "function": { + "type": "@Function", + "id": "libraries/@234171358/functions/debugIsWidgetLocalCreation", + "fixedId": true, + "name": "debugIsWidgetLocalCreation", + "owner": { + "type": "@Library", + "id": "libraries/@234171358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1, + "line": 4261 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart", + "function": { + "type": "@Function", + "id": "classes/215/functions/_isLocalCreationLocation%40234171358", + "fixedId": true, + "name": "_isLocalCreationLocation", + "owner": { + "type": "@Class", + "id": "classes/215", + "fixedId": true, + "name": "__WidgetInspectorService&Object&WidgetInspectorService", + "library": { + "type": "@Library", + "id": "libraries/@234171358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1, + "line": 1808 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart", + "function": { + "type": "@Function", + "id": "classes/216/functions/_WidgetInspectorService%40234171358.", + "fixedId": true, + "name": "_WidgetInspectorService", + "owner": { + "type": "@Class", + "id": "classes/216", + "fixedId": true, + "name": "_WidgetInspectorService", + "library": { + "type": "@Library", + "id": "libraries/@234171358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1, + "line": 757 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart", + "function": { + "type": "@Function", + "id": "classes/215/functions/__WidgetInspectorService%26Object%26WidgetInspectorService%40234171358.", + "fixedId": true, + "name": "__WidgetInspectorService&Object&WidgetInspectorService", + "owner": { + "type": "@Class", + "id": "classes/215", + "fixedId": true, + "name": "__WidgetInspectorService&Object&WidgetInspectorService", + "library": { + "type": "@Library", + "id": "libraries/@234171358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart", + "function": { + "type": "@Function", + "id": "classes/212/functions/_ElementLocationStatsTracker%40234171358.", + "fixedId": true, + "name": "_ElementLocationStatsTracker", + "owner": { + "type": "@Class", + "id": "classes/212", + "fixedId": true, + "name": "_ElementLocationStatsTracker", + "library": { + "type": "@Library", + "id": "libraries/@234171358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _LocationCount@234171358" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _LocationCount@234171358?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ElementLocationStatsTracker" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart", + "function": { + "type": "@Function", + "id": "classes/223/functions/InspectorSelection.", + "fixedId": true, + "name": "InspectorSelection", + "owner": { + "type": "@Class", + "id": "classes/223", + "fixedId": true, + "name": "InspectorSelection", + "library": { + "type": "@Library", + "id": "libraries/@234171358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1, + "line": 3249 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Intent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: SingleActivator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/hct.dart", + "function": { + "type": "@Function", + "id": "classes/185/functions/fromInt", + "fixedId": true, + "name": "fromInt", + "owner": { + "type": "@Class", + "id": "classes/185", + "fixedId": true, + "name": "Hct", + "library": { + "type": "@Library", + "id": "libraries/@388004467", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1, + "line": 57 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/hct.dart", + "function": { + "type": "@Function", + "id": "classes/185/functions/Hct._%40388004467", + "fixedId": true, + "name": "Hct._", + "owner": { + "type": "@Class", + "id": "classes/185", + "fixedId": true, + "name": "Hct", + "library": { + "type": "@Library", + "id": "libraries/@388004467", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1, + "line": 119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/color_utils.dart", + "function": { + "type": "@Function", + "id": "classes/180/functions/lstarFromArgb", + "fixedId": true, + "name": "lstarFromArgb", + "owner": { + "type": "@Class", + "id": "classes/180", + "fixedId": true, + "name": "ColorUtils", + "library": { + "type": "@Library", + "id": "libraries/@401338837", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1, + "line": 172 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/color_utils.dart", + "function": { + "type": "@Function", + "id": "classes/180/field_inits/_whitePointD65%40401338837", + "fixedId": true, + "name": "_whitePointD65", + "owner": { + "type": "@Class", + "id": "classes/180", + "fixedId": true, + "name": "ColorUtils", + "library": { + "type": "@Library", + "id": "libraries/@401338837", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/color_utils.dart", + "function": { + "type": "@Function", + "id": "classes/180/field_inits/_srgbToXyz%40401338837", + "fixedId": true, + "name": "_srgbToXyz", + "owner": { + "type": "@Class", + "id": "classes/180", + "fixedId": true, + "name": "ColorUtils", + "library": { + "type": "@Library", + "id": "libraries/@401338837", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1, + "line": 25 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/color_utils.dart", + "function": { + "type": "@Function", + "id": "classes/180/functions/delinearized", + "fixedId": true, + "name": "delinearized", + "owner": { + "type": "@Class", + "id": "classes/180", + "fixedId": true, + "name": "ColorUtils", + "library": { + "type": "@Library", + "id": "libraries/@401338837", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1, + "line": 224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/math_utils.dart", + "function": { + "type": "@Function", + "id": "classes/179/functions/matrixMultiply", + "fixedId": true, + "name": "matrixMultiply", + "owner": { + "type": "@Class", + "id": "classes/179", + "fixedId": true, + "name": "MathUtils", + "library": { + "type": "@Library", + "id": "libraries/@402321680", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/math_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@402321680/scripts/package%3Amaterial_color_utilities%2Futils%2Fmath_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/math_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@402321680/scripts/package%3Amaterial_color_utilities%2Futils%2Fmath_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/math_utils.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/math_utils.dart", + "function": { + "type": "@Function", + "id": "classes/179/functions/sanitizeDegreesDouble", + "fixedId": true, + "name": "sanitizeDegreesDouble", + "owner": { + "type": "@Class", + "id": "classes/179", + "fixedId": true, + "name": "MathUtils", + "library": { + "type": "@Library", + "id": "libraries/@402321680", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/math_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@402321680/scripts/package%3Amaterial_color_utilities%2Futils%2Fmath_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/math_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@402321680/scripts/package%3Amaterial_color_utilities%2Futils%2Fmath_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/math_utils.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/color_utils.dart", + "function": { + "type": "@Function", + "id": "classes/180/functions/linearized", + "fixedId": true, + "name": "linearized", + "owner": { + "type": "@Class", + "id": "classes/180", + "fixedId": true, + "name": "ColorUtils", + "library": { + "type": "@Library", + "id": "libraries/@401338837", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/color_utils.dart", + "function": { + "type": "@Function", + "id": "classes/180/functions/lstarFromY", + "fixedId": true, + "name": "lstarFromY", + "owner": { + "type": "@Class", + "id": "classes/180", + "fixedId": true, + "name": "ColorUtils", + "library": { + "type": "@Library", + "id": "libraries/@401338837", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1, + "line": 199 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/color_utils.dart", + "function": { + "type": "@Function", + "id": "classes/180/functions/yFromLstar", + "fixedId": true, + "name": "yFromLstar", + "owner": { + "type": "@Class", + "id": "classes/180", + "fixedId": true, + "name": "ColorUtils", + "library": { + "type": "@Library", + "id": "libraries/@401338837", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/color_utils.dart", + "function": { + "type": "@Function", + "id": "classes/180/functions/argbFromLstar", + "fixedId": true, + "name": "argbFromLstar", + "owner": { + "type": "@Class", + "id": "classes/180", + "fixedId": true, + "name": "ColorUtils", + "library": { + "type": "@Library", + "id": "libraries/@401338837", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1, + "line": 162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/color_utils.dart", + "function": { + "type": "@Function", + "id": "classes/180/functions/argbFromLinrgb", + "fixedId": true, + "name": "argbFromLinrgb", + "owner": { + "type": "@Class", + "id": "classes/180", + "fixedId": true, + "name": "ColorUtils", + "library": { + "type": "@Library", + "id": "libraries/@401338837", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1, + "line": 57 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/color_utils.dart", + "function": { + "type": "@Function", + "id": "classes/180/functions/_labF%40401338837", + "fixedId": true, + "name": "_labF", + "owner": { + "type": "@Class", + "id": "classes/180", + "fixedId": true, + "name": "ColorUtils", + "library": { + "type": "@Library", + "id": "libraries/@401338837", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1, + "line": 242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/utils/color_utils.dart", + "function": { + "type": "@Function", + "id": "classes/180/functions/xyzFromArgb", + "fixedId": true, + "name": "xyzFromArgb", + "owner": { + "type": "@Class", + "id": "classes/180", + "fixedId": true, + "name": "ColorUtils", + "library": { + "type": "@Library", + "id": "libraries/@401338837", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@401338837/scripts/package%3Amaterial_color_utilities%2Futils%2Fcolor_utils.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/utils/color_utils.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/cam16.dart", + "function": { + "type": "@Function", + "id": "classes/186/functions/fromInt", + "fixedId": true, + "name": "fromInt", + "owner": { + "type": "@Class", + "id": "classes/186", + "fixedId": true, + "name": "Cam16", + "library": { + "type": "@Library", + "id": "libraries/@387467674", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/cam16.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@387467674/scripts/package%3Amaterial_color_utilities%2Fhct%2Fcam16.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/cam16.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@387467674/scripts/package%3Amaterial_color_utilities%2Fhct%2Fcam16.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/cam16.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/cam16.dart", + "function": { + "type": "@Function", + "id": "classes/186/functions/fromXyzInViewingConditions", + "fixedId": true, + "name": "fromXyzInViewingConditions", + "owner": { + "type": "@Class", + "id": "classes/186", + "fixedId": true, + "name": "Cam16", + "library": { + "type": "@Library", + "id": "libraries/@387467674", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/cam16.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@387467674/scripts/package%3Amaterial_color_utilities%2Fhct%2Fcam16.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/cam16.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@387467674/scripts/package%3Amaterial_color_utilities%2Fhct%2Fcam16.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/cam16.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Cam16" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/cam16.dart", + "function": { + "type": "@Function", + "id": "classes/186/functions/fromIntInViewingConditions", + "fixedId": true, + "name": "fromIntInViewingConditions", + "owner": { + "type": "@Class", + "id": "classes/186", + "fixedId": true, + "name": "Cam16", + "library": { + "type": "@Library", + "id": "libraries/@387467674", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/cam16.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@387467674/scripts/package%3Amaterial_color_utilities%2Fhct%2Fcam16.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/cam16.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@387467674/scripts/package%3Amaterial_color_utilities%2Fhct%2Fcam16.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/cam16.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/viewing_conditions.dart", + "function": { + "type": "@Function", + "id": "classes/183/field_inits/sRgb", + "fixedId": true, + "name": "sRgb", + "owner": { + "type": "@Class", + "id": "classes/183", + "fixedId": true, + "name": "ViewingConditions", + "library": { + "type": "@Library", + "id": "libraries/@389096708", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/viewing_conditions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@389096708/scripts/package%3Amaterial_color_utilities%2Fhct%2Fviewing_conditions.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/viewing_conditions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@389096708/scripts/package%3Amaterial_color_utilities%2Fhct%2Fviewing_conditions.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/viewing_conditions.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/viewing_conditions.dart", + "function": { + "type": "@Function", + "id": "classes/183/functions/ViewingConditions.make", + "fixedId": true, + "name": "ViewingConditions.make", + "owner": { + "type": "@Class", + "id": "classes/183", + "fixedId": true, + "name": "ViewingConditions", + "library": { + "type": "@Library", + "id": "libraries/@389096708", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/viewing_conditions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@389096708/scripts/package%3Amaterial_color_utilities%2Fhct%2Fviewing_conditions.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/viewing_conditions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@389096708/scripts/package%3Amaterial_color_utilities%2Fhct%2Fviewing_conditions.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/viewing_conditions.dart" + }, + "tokenPos": -1, + "line": 79 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ViewingConditions" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/viewing_conditions.dart", + "function": { + "type": "@Function", + "id": "classes/183/field_inits/standard", + "fixedId": true, + "name": "standard", + "owner": { + "type": "@Class", + "id": "classes/183", + "fixedId": true, + "name": "ViewingConditions", + "library": { + "type": "@Library", + "id": "libraries/@389096708", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/viewing_conditions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@389096708/scripts/package%3Amaterial_color_utilities%2Fhct%2Fviewing_conditions.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/viewing_conditions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@389096708/scripts/package%3Amaterial_color_utilities%2Fhct%2Fviewing_conditions.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/viewing_conditions.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Hct" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/hct.dart", + "function": { + "type": "@Function", + "id": "classes/185/functions/from", + "fixedId": true, + "name": "from", + "owner": { + "type": "@Class", + "id": "classes/185", + "fixedId": true, + "name": "Hct", + "library": { + "type": "@Library", + "id": "libraries/@388004467", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1, + "line": 35 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/functions/solveToInt", + "fixedId": true, + "name": "solveToInt", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 648 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/field_inits/_criticalPlanes%40406253021", + "fixedId": true, + "name": "_criticalPlanes", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_GrowableList%400150898._literal%400150898", + "fixedId": true, + "name": "_GrowableList._literal", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2141/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 557 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/field_inits/_yFromLinrgb%40406253021", + "fixedId": true, + "name": "_yFromLinrgb", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 62 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/field_inits/_linrgbFromScaledDiscount%40406253021", + "fixedId": true, + "name": "_linrgbFromScaledDiscount", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/field_inits/_scaledDiscountFromLinrgb%40406253021", + "fixedId": true, + "name": "_scaledDiscountFromLinrgb", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/functions/_hueOf%40406253021", + "fixedId": true, + "name": "_hueOf", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 354 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/functions/_chromaticAdaptation%40406253021", + "fixedId": true, + "name": "_chromaticAdaptation", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/functions/_nthVertex%40406253021", + "fixedId": true, + "name": "_nthVertex", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/functions/_midpoint%40406253021", + "fixedId": true, + "name": "_midpoint", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/functions/_bisectToSegment%40406253021", + "fixedId": true, + "name": "_bisectToSegment", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 461 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/functions/_sanitizeRadians%40406253021", + "fixedId": true, + "name": "_sanitizeRadians", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/functions/_lerpPoint%40406253021", + "fixedId": true, + "name": "_lerpPoint", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 381 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/functions/_bisectToLimit%40406253021", + "fixedId": true, + "name": "_bisectToLimit", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 517 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/src/hct_solver.dart", + "function": { + "type": "@Function", + "id": "classes/184/functions/_findResultByJ%40406253021", + "fixedId": true, + "name": "_findResultByJ", + "owner": { + "type": "@Class", + "id": "classes/184", + "fixedId": true, + "name": "HctSolver", + "library": { + "type": "@Library", + "id": "libraries/@406253021", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@406253021/scripts/package%3Amaterial_color_utilities%2Fhct%2Fsrc%2Fhct_solver.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/src/hct_solver.dart" + }, + "tokenPos": -1, + "line": 566 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Hct" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/scheme/scheme_tonal_spot.dart", + "function": { + "type": "@Function", + "id": "classes/192/functions/SchemeTonalSpot.", + "fixedId": true, + "name": "SchemeTonalSpot", + "owner": { + "type": "@Class", + "id": "classes/192", + "fixedId": true, + "name": "SchemeTonalSpot", + "library": { + "type": "@Library", + "id": "libraries/@398252194", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/scheme/scheme_tonal_spot.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@398252194/scripts/package%3Amaterial_color_utilities%2Fscheme%2Fscheme_tonal_spot.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/scheme/scheme_tonal_spot.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@398252194/scripts/package%3Amaterial_color_utilities%2Fscheme%2Fscheme_tonal_spot.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/scheme/scheme_tonal_spot.dart" + }, + "tokenPos": -1, + "line": 24 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/dynamic_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/190/functions/DynamicScheme.", + "fixedId": true, + "name": "DynamicScheme", + "owner": { + "type": "@Class", + "id": "classes/190", + "fixedId": true, + "name": "DynamicScheme", + "library": { + "type": "@Library", + "id": "libraries/@384275895", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/dynamic_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@384275895/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_scheme.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@384275895/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_scheme.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_scheme.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/palettes/tonal_palette.dart", + "function": { + "type": "@Function", + "id": "classes/182/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/182", + "fixedId": true, + "name": "TonalPalette", + "library": { + "type": "@Library", + "id": "libraries/@390207939", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/palettes/tonal_palette.dart", + "function": { + "type": "@Function", + "id": "classes/182/functions/getHct", + "fixedId": true, + "name": "getHct", + "owner": { + "type": "@Class", + "id": "classes/182", + "fixedId": true, + "name": "TonalPalette", + "library": { + "type": "@Library", + "id": "libraries/@390207939", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/palettes/tonal_palette.dart", + "function": { + "type": "@Function", + "id": "classes/182/functions/createKeyColor", + "fixedId": true, + "name": "createKeyColor", + "owner": { + "type": "@Class", + "id": "classes/182", + "fixedId": true, + "name": "TonalPalette", + "library": { + "type": "@Library", + "id": "libraries/@390207939", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1, + "line": 119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/palettes/tonal_palette.dart", + "function": { + "type": "@Function", + "id": "classes/182/functions/TonalPalette._fromHueAndChroma%40390207939", + "fixedId": true, + "name": "TonalPalette._fromHueAndChroma", + "owner": { + "type": "@Class", + "id": "classes/182", + "fixedId": true, + "name": "TonalPalette", + "library": { + "type": "@Library", + "id": "libraries/@390207939", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TonalPalette" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: DynamicScheme" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/src/contrast_curve.dart", + "function": { + "type": "@Function", + "id": "classes/188/functions/get", + "fixedId": true, + "name": "get", + "owner": { + "type": "@Class", + "id": "classes/188", + "fixedId": true, + "name": "ContrastCurve", + "library": { + "type": "@Library", + "id": "libraries/@404516606", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/src/contrast_curve.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@404516606/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fsrc%2Fcontrast_curve.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/src/contrast_curve.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@404516606/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fsrc%2Fcontrast_curve.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/src/contrast_curve.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/dynamic_color.dart", + "function": { + "type": "@Function", + "id": "classes/200/functions/tonePrefersLightForeground", + "fixedId": true, + "name": "tonePrefersLightForeground", + "owner": { + "type": "@Class", + "id": "classes/200", + "fixedId": true, + "name": "DynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@383317754", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1, + "line": 390 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/dynamic_color.dart", + "function": { + "type": "@Function", + "id": "classes/200/functions/foregroundTone", + "fixedId": true, + "name": "foregroundTone", + "owner": { + "type": "@Class", + "id": "classes/200", + "fixedId": true, + "name": "DynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@383317754", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1, + "line": 340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/contrast/contrast.dart", + "function": { + "type": "@Function", + "id": "classes/202/functions/ratioOfTones", + "fixedId": true, + "name": "ratioOfTones", + "owner": { + "type": "@Class", + "id": "classes/202", + "fixedId": true, + "name": "Contrast", + "library": { + "type": "@Library", + "id": "libraries/@381426701", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@381426701/scripts/package%3Amaterial_color_utilities%2Fcontrast%2Fcontrast.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@381426701/scripts/package%3Amaterial_color_utilities%2Fcontrast%2Fcontrast.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/contrast/contrast.dart", + "function": { + "type": "@Function", + "id": "classes/202/functions/darker", + "fixedId": true, + "name": "darker", + "owner": { + "type": "@Class", + "id": "classes/202", + "fixedId": true, + "name": "Contrast", + "library": { + "type": "@Library", + "id": "libraries/@381426701", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@381426701/scripts/package%3Amaterial_color_utilities%2Fcontrast%2Fcontrast.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@381426701/scripts/package%3Amaterial_color_utilities%2Fcontrast%2Fcontrast.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/contrast/contrast.dart", + "function": { + "type": "@Function", + "id": "classes/202/functions/lighter", + "fixedId": true, + "name": "lighter", + "owner": { + "type": "@Class", + "id": "classes/202", + "fixedId": true, + "name": "Contrast", + "library": { + "type": "@Library", + "id": "libraries/@381426701", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@381426701/scripts/package%3Amaterial_color_utilities%2Fcontrast%2Fcontrast.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@381426701/scripts/package%3Amaterial_color_utilities%2Fcontrast%2Fcontrast.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/contrast/contrast.dart", + "function": { + "type": "@Function", + "id": "classes/202/functions/darkerUnsafe", + "fixedId": true, + "name": "darkerUnsafe", + "owner": { + "type": "@Class", + "id": "classes/202", + "fixedId": true, + "name": "Contrast", + "library": { + "type": "@Library", + "id": "libraries/@381426701", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@381426701/scripts/package%3Amaterial_color_utilities%2Fcontrast%2Fcontrast.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@381426701/scripts/package%3Amaterial_color_utilities%2Fcontrast%2Fcontrast.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/contrast/contrast.dart", + "function": { + "type": "@Function", + "id": "classes/202/functions/lighterUnsafe", + "fixedId": true, + "name": "lighterUnsafe", + "owner": { + "type": "@Class", + "id": "classes/202", + "fixedId": true, + "name": "Contrast", + "library": { + "type": "@Library", + "id": "libraries/@381426701", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@381426701/scripts/package%3Amaterial_color_utilities%2Fcontrast%2Fcontrast.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@381426701/scripts/package%3Amaterial_color_utilities%2Fcontrast%2Fcontrast.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/contrast/contrast.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/dynamic_color.dart", + "function": { + "type": "@Function", + "id": "classes/200/functions/getTone", + "fixedId": true, + "name": "getTone", + "owner": { + "type": "@Class", + "id": "classes/200", + "fixedId": true, + "name": "DynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@383317754", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1, + "line": 167 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/dynamic_color.dart", + "function": { + "type": "@Function", + "id": "classes/200/functions/getHct", + "fixedId": true, + "name": "getHct", + "owner": { + "type": "@Class", + "id": "classes/200", + "fixedId": true, + "name": "DynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@383317754", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2142/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2143/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 510 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/dynamic_color.dart", + "function": { + "type": "@Function", + "id": "classes/200/functions/getArgb", + "fixedId": true, + "name": "getArgb", + "owner": { + "type": "@Class", + "id": "classes/200", + "fixedId": true, + "name": "DynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@383317754", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/dynamic_color.dart", + "function": { + "type": "@Function", + "id": "classes/200/functions/DynamicColor.fromPalette", + "fixedId": true, + "name": "DynamicColor.fromPalette", + "owner": { + "type": "@Class", + "id": "classes/200", + "fixedId": true, + "name": "DynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@383317754", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1, + "line": 110 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/dynamic_color.dart", + "function": { + "type": "@Function", + "id": "classes/200/functions/DynamicColor.", + "fixedId": true, + "name": "DynamicColor", + "owner": { + "type": "@Class", + "id": "classes/200", + "fixedId": true, + "name": "DynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@383317754", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@383317754/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fdynamic_color.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/dynamic_color.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DynamicColor" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: StandardComponentType" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/standard_component_type.dart", + "function": { + "type": "@Function", + "id": "classes/2587/functions/get%3Akey", + "fixedId": true, + "name": "key", + "owner": { + "type": "@Class", + "id": "classes/2587", + "fixedId": true, + "name": "StandardComponentType", + "library": { + "type": "@Library", + "id": "libraries/@224370736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/standard_component_type.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@224370736/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fstandard_component_type.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/standard_component_type.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@224370736/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fstandard_component_type.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/standard_component_type.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ValueKey" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/visibility.dart", + "function": { + "type": "@Function", + "id": "classes/218/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/218", + "fixedId": true, + "name": "Visibility", + "library": { + "type": "@Library", + "id": "libraries/@233346943", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/visibility.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@233346943/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fvisibility.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/visibility.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@233346943/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fvisibility.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/visibility.dart" + }, + "tokenPos": -1, + "line": 237 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/getElementForInheritedWidgetOfExactType", + "fixedId": true, + "name": "getElementForInheritedWidgetOfExactType", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5002 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/946/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/946", + "fixedId": true, + "name": "PersistentHashMap", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2144/0", + "kind": "TypeParameter", + "identityHashCode": 2392223670, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2145/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/943/functions/_HashCollisionNode%4037137193.fromCollision", + "fixedId": true, + "name": "_HashCollisionNode.fromCollision", + "owner": { + "type": "@Class", + "id": "classes/943", + "fixedId": true, + "name": "_HashCollisionNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 303 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HashCollisionNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/944/field_inits/_emptyArray%4037137193", + "fixedId": true, + "name": "_emptyArray", + "owner": { + "type": "@Class", + "id": "classes/944", + "fixedId": true, + "name": "_CompressedNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 143 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/944/field_inits/empty", + "fixedId": true, + "name": "empty", + "owner": { + "type": "@Class", + "id": "classes/944", + "fixedId": true, + "name": "_CompressedNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CompressedNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/944/functions/_resolveCollision%4037137193", + "fixedId": true, + "name": "_resolveCollision", + "owner": { + "type": "@Class", + "id": "classes/944", + "fixedId": true, + "name": "_CompressedNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 278 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/944/functions/_inflate%4037137193", + "fixedId": true, + "name": "_inflate", + "owner": { + "type": "@Class", + "id": "classes/944", + "fixedId": true, + "name": "_CompressedNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 249 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FullNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/944/functions/_CompressedNode%4037137193.single", + "fixedId": true, + "name": "_CompressedNode.single", + "owner": { + "type": "@Class", + "id": "classes/944", + "fixedId": true, + "name": "_CompressedNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/946/functions/put", + "fixedId": true, + "name": "put", + "owner": { + "type": "@Class", + "id": "classes/946", + "fixedId": true, + "name": "PersistentHashMap", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2146/0", + "kind": "TypeParameter", + "identityHashCode": 2392223670, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2147/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PersistentHashMap" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/943/functions/_indexOf%4037137193", + "fixedId": true, + "name": "_indexOf", + "owner": { + "type": "@Class", + "id": "classes/943", + "fixedId": true, + "name": "_HashCollisionNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 352 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1381/functions/get%3ArestorationId", + "fixedId": true, + "name": "restorationId", + "owner": { + "type": "@Class", + "id": "classes/1381", + "fixedId": true, + "name": "_RestorationScopeState", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1658/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1658", + "fixedId": true, + "name": "RestorationScope", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RestorationScope" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RestorationBucket" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/272/field_inits/_wallTime%40185319124", + "fixedId": true, + "name": "_wallTime", + "owner": { + "type": "@Class", + "id": "classes/272", + "fixedId": true, + "name": "OverlayPortalController", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1631 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/272/functions/hide", + "fixedId": true, + "name": "hide", + "owner": { + "type": "@Class", + "id": "classes/272", + "fixedId": true, + "name": "OverlayPortalController", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1675 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/functions/hide", + "fixedId": true, + "name": "hide", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1978 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 9, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1355/functions/setState", + "fixedId": true, + "name": "setState", + "owner": { + "type": "@Class", + "id": "classes/1355", + "fixedId": true, + "name": "State", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2148/0", + "kind": "TypeParameter", + "identityHashCode": 4205870085, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/closures/628", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1386/functions/hide", + "fixedId": true, + "name": "hide", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1978 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1980 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/272/functions/show", + "fixedId": true, + "name": "show", + "owner": { + "type": "@Class", + "id": "classes/272", + "fixedId": true, + "name": "OverlayPortalController", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/functions/show", + "fixedId": true, + "name": "show", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1966 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/closures/627", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1386/functions/show", + "fixedId": true, + "name": "show", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1966 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1971 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/272/functions/_now%40185319124", + "fixedId": true, + "name": "_now", + "owner": { + "type": "@Class", + "id": "classes/272", + "fixedId": true, + "name": "OverlayPortalController", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1639 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _OverlayEntryLocation@185319124" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ListenerEntry@205016095" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ScrollNotificationObserver" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart", + "function": { + "type": "@Function", + "id": "classes/1653/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1653", + "fixedId": true, + "name": "ScrollNotificationObserver", + "library": { + "type": "@Library", + "id": "libraries/@205016095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ScrollNotificationObserverState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2529/functions/_unlink%404220832", + "fixedId": true, + "name": "_unlink", + "owner": { + "type": "@Class", + "id": "classes/2529", + "fixedId": true, + "name": "LinkedList", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2149/0", + "kind": "TypeParameter", + "identityHashCode": 1493998246, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 217 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: LinkedList?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2529/functions/_insertBefore%404220832", + "fixedId": true, + "name": "_insertBefore", + "owner": { + "type": "@Class", + "id": "classes/2529", + "fixedId": true, + "name": "LinkedList", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2150/0", + "kind": "TypeParameter", + "identityHashCode": 1493998246, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2529/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2529", + "fixedId": true, + "name": "LinkedList", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2151/0", + "kind": "TypeParameter", + "identityHashCode": 1493998246, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2529/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2529", + "fixedId": true, + "name": "LinkedList", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2152/0", + "kind": "TypeParameter", + "identityHashCode": 1493998246, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2529/functions/addFirst", + "fixedId": true, + "name": "addFirst", + "owner": { + "type": "@Class", + "id": "classes/2529", + "fixedId": true, + "name": "LinkedList", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2153/0", + "kind": "TypeParameter", + "identityHashCode": 1493998246, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart", + "function": { + "type": "@Function", + "id": "classes/1373/functions/_notifyListeners%40205016095", + "fixedId": true, + "name": "_notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1373", + "fixedId": true, + "name": "ScrollNotificationObserverState", + "library": { + "type": "@Library", + "id": "libraries/@205016095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/implicit_closures/3", + "fixedId": true, + "name": "dumpErrorToConsole", + "owner": { + "type": "@Function", + "id": "classes/2561/functions/dumpErrorToConsole", + "fixedId": true, + "name": "dumpErrorToConsole", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1022 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1022 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _RenderObjectSemantics@248266271" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: SemanticsConfiguration" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/__constructor%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__constructor$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2189/functions/_ffi_resolver_function%409050071", + "fixedId": true, + "name": "_ffi_resolver_function", + "owner": { + "type": "@Class", + "id": "classes/2189", + "fixedId": true, + "name": "Native", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2154/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 1937 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2189/field_inits/_ffi_resolver%409050071", + "fixedId": true, + "name": "_ffi_resolver", + "owner": { + "type": "@Class", + "id": "classes/2189", + "fixedId": true, + "name": "Native", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2155/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 1931 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2189/functions/_get_ffi_native_resolver%409050071", + "fixedId": true, + "name": "_get_ffi_native_resolver", + "owner": { + "type": "@Class", + "id": "classes/2189", + "fixedId": true, + "name": "Native", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2156/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 1922 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2193/functions/Array._%409050071", + "fixedId": true, + "name": "Array._", + "owner": { + "type": "@Class", + "id": "classes/2193", + "fixedId": true, + "name": "Array", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2157/0", + "kind": "TypeParameter", + "identityHashCode": 3649195028, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 395 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2193/functions/get%3A_nestedDimensions%409050071", + "fixedId": true, + "name": "_nestedDimensions", + "owner": { + "type": "@Class", + "id": "classes/2193", + "fixedId": true, + "name": "Array", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2158/0", + "kind": "TypeParameter", + "identityHashCode": 3649195028, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2193/functions/get%3A_variableLength%409050071", + "fixedId": true, + "name": "_variableLength", + "owner": { + "type": "@Class", + "id": "classes/2193", + "fixedId": true, + "name": "Array", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2159/0", + "kind": "TypeParameter", + "identityHashCode": 3649195028, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 386 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2193/functions/get%3A_size%409050071", + "fixedId": true, + "name": "_size", + "owner": { + "type": "@Class", + "id": "classes/2193", + "fixedId": true, + "name": "Array", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2160/0", + "kind": "TypeParameter", + "identityHashCode": 3649195028, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/ffi/struct.dart", + "function": { + "type": "@Function", + "id": "classes/2190/functions/get%3A_offsetInBytes%409050071", + "fixedId": true, + "name": "_offsetInBytes", + "owner": { + "type": "@Class", + "id": "classes/2190", + "fixedId": true, + "name": "_Compound", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fstruct.dart/0", + "fixedId": true, + "uri": "dart:ffi/struct.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fstruct.dart/0", + "fixedId": true, + "uri": "dart:ffi/struct.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/ffi/struct.dart", + "function": { + "type": "@Function", + "id": "classes/2190/functions/get%3A_typedDataBase%409050071", + "fixedId": true, + "name": "_typedDataBase", + "owner": { + "type": "@Class", + "id": "classes/2190", + "fixedId": true, + "name": "_Compound", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fstruct.dart/0", + "fixedId": true, + "uri": "dart:ffi/struct.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fstruct.dart/0", + "fixedId": true, + "uri": "dart:ffi/struct.dart" + }, + "tokenPos": -1, + "line": 18 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2189/closures/213", + "fixedId": true, + "name": "#ffiClosure0", + "owner": { + "type": "@Function", + "id": "classes/2189/field_inits/_ffi_resolver%409050071", + "fixedId": true, + "name": "_ffi_resolver", + "owner": { + "type": "@Class", + "id": "classes/2189", + "fixedId": true, + "name": "Native", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2161/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 1931 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 1935 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2189/functions/get%3A_ffi_resolver%409050071", + "fixedId": true, + "name": "_ffi_resolver", + "owner": { + "type": "@Class", + "id": "classes/2189", + "fixedId": true, + "name": "Native", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2162/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 1931 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/__pushStyle%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__pushStyle$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/__build%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__build$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3737 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativeParagraph" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Pointer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/pushStyle", + "fixedId": true, + "name": "pushStyle", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3577 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: BoxShadow" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_shadow.dart", + "function": { + "type": "@Function", + "id": "classes/1888/functions/lerpList", + "fixedId": true, + "name": "lerpList", + "owner": { + "type": "@Class", + "id": "classes/1888", + "fixedId": true, + "name": "BoxShadow", + "library": { + "type": "@Library", + "id": "libraries/@338053944", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_shadow.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@338053944/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_shadow.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_shadow.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@338053944/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_shadow.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_shadow.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_shadow.dart", + "function": { + "type": "@Function", + "id": "classes/1888/functions/toPaint", + "fixedId": true, + "name": "toPaint", + "owner": { + "type": "@Class", + "id": "classes/1888", + "fixedId": true, + "name": "BoxShadow", + "library": { + "type": "@Library", + "id": "libraries/@338053944", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_shadow.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@338053944/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_shadow.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_shadow.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@338053944/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_shadow.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_shadow.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Paint" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1901/field_inits/_kBlendModeDefault%4017065589", + "fixedId": true, + "name": "_kBlendModeDefault", + "owner": { + "type": "@Class", + "id": "classes/1901", + "fixedId": true, + "name": "Paint", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1414 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1901/functions/set%3Ashader", + "fixedId": true, + "name": "shader=", + "owner": { + "type": "@Class", + "id": "classes/1901", + "fixedId": true, + "name": "Paint", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1615 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1901/functions/_ensureObjectsInitialized%4017065589", + "fixedId": true, + "name": "_ensureObjectsInitialized", + "owner": { + "type": "@Class", + "id": "classes/1901", + "fixedId": true, + "name": "Paint", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1901/functions/set%3AblendMode", + "fixedId": true, + "name": "blendMode=", + "owner": { + "type": "@Class", + "id": "classes/1901", + "fixedId": true, + "name": "Paint", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1439 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1901/functions/set%3Acolor", + "fixedId": true, + "name": "color=", + "owner": { + "type": "@Class", + "id": "classes/1901", + "fixedId": true, + "name": "Paint", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1405 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/field_inits/channelBuffers", + "fixedId": true, + "name": "channelBuffers", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 640 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1930/functions/resize", + "fixedId": true, + "name": "resize", + "owner": { + "type": "@Class", + "id": "classes/1930", + "fixedId": true, + "name": "ChannelBuffers", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 596 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1931/functions/set%3Acapacity", + "fixedId": true, + "name": "capacity=", + "owner": { + "type": "@Class", + "id": "classes/1931", + "fixedId": true, + "name": "_Channel", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _Channel@17065589" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ByteData?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1933/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1933", + "fixedId": true, + "name": "_ChannelCallbackRecord", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_invoke2%4017065589", + "fixedId": true, + "name": "_invoke2", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/functions/runGuarded", + "fixedId": true, + "name": "runGuarded", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1763 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/closures/201", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_invoke2%4017065589", + "fixedId": true, + "name": "_invoke2", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 357 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2549/functions/get%3A_startIndex%4010040228", + "fixedId": true, + "name": "_startIndex", + "owner": { + "type": "@Class", + "id": "classes/2549", + "fixedId": true, + "name": "SubListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2163/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 267 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2549/functions/get%3A_endIndex%4010040228", + "fixedId": true, + "name": "_endIndex", + "owner": { + "type": "@Class", + "id": "classes/2549", + "fixedId": true, + "name": "SubListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2164/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2549/functions/SubListIterable.", + "fixedId": true, + "name": "SubListIterable", + "owner": { + "type": "@Class", + "id": "classes/2549", + "fixedId": true, + "name": "SubListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2165/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2513/functions/SkipIterable.", + "fixedId": true, + "name": "SkipIterable", + "owner": { + "type": "@Class", + "id": "classes/2513", + "fixedId": true, + "name": "SkipIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2166/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 616 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SkipIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/_checkCount%4010040228", + "fixedId": true, + "name": "_checkCount", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 657 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2514/functions/EfficientLengthSkipIterable.", + "fixedId": true, + "name": "EfficientLengthSkipIterable", + "owner": { + "type": "@Class", + "id": "classes/2514", + "fixedId": true, + "name": "EfficientLengthSkipIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2167/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 636 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate EfficientLengthSkipIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2519/functions/MappedIterable.", + "fixedId": true, + "name": "MappedIterable", + "owner": { + "type": "@Class", + "id": "classes/2519", + "fixedId": true, + "name": "MappedIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2168/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2169/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 383 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MappedIterable" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate EfficientLengthMappedIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2170/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 837 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/_calculateCapacity%404220832", + "fixedId": true, + "name": "_calculateCapacity", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2171/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 609 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/_checkModification%404220832", + "fixedId": true, + "name": "_checkModification", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2172/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 869 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/_writeToList%404220832", + "fixedId": true, + "name": "_writeToList", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2173/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 930 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 71, + "exclusiveTicks": 9, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/addAll", + "fixedId": true, + "name": "addAll", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2174/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 730 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/_add%404220832", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2175/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 876 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/_grow%404220832", + "fixedId": true, + "name": "_grow", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2176/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 920 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/_preGrow%404220832", + "fixedId": true, + "name": "_preGrow", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2177/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 945 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/removeFirst", + "fixedId": true, + "name": "removeFirst", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2178/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 828 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/addFirst", + "fixedId": true, + "name": "addFirst", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2179/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 821 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/ListQueue.", + "fixedId": true, + "name": "ListQueue", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2180/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 604 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2181/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 803 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1932/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1932", + "fixedId": true, + "name": "_StoredMessage", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 581, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_invoke1%4017065589", + "fixedId": true, + "name": "_invoke1", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/functions/runUnaryGuarded", + "fixedId": true, + "name": "runUnaryGuarded", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1775 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1932/implicit_closures/0", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Function", + "id": "classes/1932/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1932", + "fixedId": true, + "name": "_StoredMessage", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 68 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _StoredMessage@17065589" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1931/functions/_drainStep%4017065589", + "fixedId": true, + "name": "_drainStep", + "owner": { + "type": "@Class", + "id": "classes/1931", + "fixedId": true, + "name": "_Channel", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1931/functions/pop", + "fixedId": true, + "name": "pop", + "owner": { + "type": "@Class", + "id": "classes/1931", + "fixedId": true, + "name": "_Channel", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1931/implicit_closures/7", + "fixedId": true, + "name": "_drainStep", + "owner": { + "type": "@Function", + "id": "classes/1931/functions/_drainStep%4017065589", + "fixedId": true, + "name": "_drainStep", + "owner": { + "type": "@Class", + "id": "classes/1931", + "fixedId": true, + "name": "_Channel", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 225 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1931/functions/_drain%4017065589", + "fixedId": true, + "name": "_drain", + "owner": { + "type": "@Class", + "id": "classes/1931", + "fixedId": true, + "name": "_Channel", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 216 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1931/functions/setListener", + "fixedId": true, + "name": "setListener", + "owner": { + "type": "@Class", + "id": "classes/1931", + "fixedId": true, + "name": "_Channel", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ChannelCallbackRecord" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1931/functions/push", + "fixedId": true, + "name": "push", + "owner": { + "type": "@Class", + "id": "classes/1931", + "fixedId": true, + "name": "_Channel", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1931/functions/_dropOverflowMessages%4017065589", + "fixedId": true, + "name": "_dropOverflowMessages", + "owner": { + "type": "@Class", + "id": "classes/1931", + "fixedId": true, + "name": "_Channel", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 160 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1931/functions/_Channel%4017065589.", + "fixedId": true, + "name": "_Channel", + "owner": { + "type": "@Class", + "id": "classes/1931", + "fixedId": true, + "name": "_Channel", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 78 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ListQueue" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Channel" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1930/functions/handleMessage", + "fixedId": true, + "name": "handleMessage", + "owner": { + "type": "@Class", + "id": "classes/1930", + "fixedId": true, + "name": "ChannelBuffers", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 470 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/exceptions.dart", + "function": { + "type": "@Function", + "id": "classes/2556/functions/Exception.", + "fixedId": true, + "name": "Exception", + "owner": { + "type": "@Class", + "id": "classes/2556", + "fixedId": true, + "name": "Exception", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1, + "line": 24 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Exception" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1930/functions/_sendChannelUpdate%4017065589", + "fixedId": true, + "name": "_sendChannelUpdate", + "owner": { + "type": "@Class", + "id": "classes/1930", + "fixedId": true, + "name": "ChannelBuffers", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 401 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1930/functions/setListener", + "fixedId": true, + "name": "setListener", + "owner": { + "type": "@Class", + "id": "classes/1930", + "fixedId": true, + "name": "ChannelBuffers", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1930/closures/357", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1930/functions/setListener", + "fixedId": true, + "name": "setListener", + "owner": { + "type": "@Class", + "id": "classes/1930", + "fixedId": true, + "name": "ChannelBuffers", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 380 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1930/functions/push", + "fixedId": true, + "name": "push", + "owner": { + "type": "@Class", + "id": "classes/1930", + "fixedId": true, + "name": "ChannelBuffers", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "classes/1908/functions/_printDebugString%4017065589", + "fixedId": true, + "name": "_printDebugString", + "owner": { + "type": "@Class", + "id": "classes/1908", + "fixedId": true, + "name": "_Logger", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "classes/1908/functions/_printString%4017065589", + "fixedId": true, + "name": "_printString", + "owner": { + "type": "@Class", + "id": "classes/1908", + "fixedId": true, + "name": "_Logger", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StoredMessage" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/channel_buffers.dart", + "function": { + "type": "@Function", + "id": "classes/1930/closures/200", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1930/functions/push", + "fixedId": true, + "name": "push", + "owner": { + "type": "@Class", + "id": "classes/1930", + "fixedId": true, + "name": "ChannelBuffers", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 341 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fchannel_buffers.dart/0", + "fixedId": true, + "uri": "dart:ui/channel_buffers.dart" + }, + "tokenPos": -1, + "line": 343 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ChannelBuffers" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_dispatchSemanticsAction%4017065589", + "fixedId": true, + "name": "_dispatchSemanticsAction", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_dispatchSemanticsAction%4017065589", + "fixedId": true, + "name": "_dispatchSemanticsAction", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1334 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: SemanticsAction" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1875/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1875", + "fixedId": true, + "name": "SemanticsActionEvent", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2993 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1880/field_inits/_dataLength%4017065589", + "fixedId": true, + "name": "_dataLength", + "owner": { + "type": "@Class", + "id": "classes/1880", + "fixedId": true, + "name": "FrameTiming", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2063 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1880/functions/get%3AframeNumber", + "fixedId": true, + "name": "frameNumber", + "owner": { + "type": "@Class", + "id": "classes/1880", + "fixedId": true, + "name": "FrameTiming", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1880/functions/get%3AtotalSpan", + "fixedId": true, + "name": "totalSpan", + "owner": { + "type": "@Class", + "id": "classes/1880", + "fixedId": true, + "name": "FrameTiming", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/duration.dart", + "function": { + "type": "@Function", + "id": "classes/2761/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/2761", + "fixedId": true, + "name": "Duration", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Duration" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1880/functions/_rawDuration%4017065589", + "fixedId": true, + "name": "_rawDuration", + "owner": { + "type": "@Class", + "id": "classes/1880", + "fixedId": true, + "name": "FrameTiming", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2069 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1880/functions/get%3AvsyncOverhead", + "fixedId": true, + "name": "vsyncOverhead", + "owner": { + "type": "@Class", + "id": "classes/1880", + "fixedId": true, + "name": "FrameTiming", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1880/functions/get%3ArasterDuration", + "fixedId": true, + "name": "rasterDuration", + "owner": { + "type": "@Class", + "id": "classes/1880", + "fixedId": true, + "name": "FrameTiming", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2096 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1880/functions/get%3AbuildDuration", + "fixedId": true, + "name": "buildDuration", + "owner": { + "type": "@Class", + "id": "classes/1880", + "fixedId": true, + "name": "FrameTiming", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2089 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1880/functions/timestampInMicroseconds", + "fixedId": true, + "name": "timestampInMicroseconds", + "owner": { + "type": "@Class", + "id": "classes/1880", + "fixedId": true, + "name": "FrameTiming", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2067 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: FrameTiming" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PointerDeviceKind" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/pointer.dart", + "function": { + "type": "@Function", + "id": "classes/1871/implicit_closures/0", + "fixedId": true, + "name": "respond", + "owner": { + "type": "@Function", + "id": "classes/1871/functions/respond", + "fixedId": true, + "name": "respond", + "owner": { + "type": "@Class", + "id": "classes/1871", + "fixedId": true, + "name": "PointerData", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpointer.dart/0", + "fixedId": true, + "uri": "dart:ui/pointer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpointer.dart/0", + "fixedId": true, + "uri": "dart:ui/pointer.dart" + }, + "tokenPos": -1, + "line": 411 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpointer.dart/0", + "fixedId": true, + "uri": "dart:ui/pointer.dart" + }, + "tokenPos": -1, + "line": 411 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PointerData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/get%3AtopRight", + "fixedId": true, + "name": "topRight", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 833 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Offset" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 261 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 261 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Offset" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: AppBar" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1448/functions/_systemOverlayStyleForBrightness%4048187611", + "fixedId": true, + "name": "_systemOverlayStyleForBrightness", + "owner": { + "type": "@Class", + "id": "classes/1448", + "fixedId": true, + "name": "_AppBarState", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 884 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SystemUiOverlayStyle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_chrome.dart", + "function": { + "type": "@Function", + "id": "classes/366/functions/setSystemUIOverlayStyle", + "fixedId": true, + "name": "setSystemUIOverlayStyle", + "owner": { + "type": "@Class", + "id": "classes/366", + "fixedId": true, + "name": "SystemChrome", + "library": { + "type": "@Library", + "id": "libraries/@289077576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1, + "line": 715 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_chrome.dart", + "function": { + "type": "@Function", + "id": "classes/366/closures/333", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/366/functions/setSystemUIOverlayStyle", + "fixedId": true, + "name": "setSystemUIOverlayStyle", + "owner": { + "type": "@Class", + "id": "classes/366", + "fixedId": true, + "name": "SystemChrome", + "library": { + "type": "@Library", + "id": "libraries/@289077576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1, + "line": 715 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1, + "line": 727 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/377/functions/invokeMethod", + "fixedId": true, + "name": "invokeMethod", + "owner": { + "type": "@Class", + "id": "classes/377", + "fixedId": true, + "name": "OptionalMethodChannel", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 632 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "libraries/@327222615/functions/defaultSchedulingStrategy", + "fixedId": true, + "name": "defaultSchedulingStrategy", + "owner": { + "type": "@Library", + "id": "libraries/@327222615", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/get%3AtransientCallbackCount", + "fixedId": true, + "name": "transientCallbackCount", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 574 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "libraries/@327222615/implicit_closures/1", + "fixedId": true, + "name": "defaultSchedulingStrategy", + "owner": { + "type": "@Function", + "id": "libraries/@327222615/functions/defaultSchedulingStrategy", + "fixedId": true, + "name": "defaultSchedulingStrategy", + "owner": { + "type": "@Library", + "id": "libraries/@327222615", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1469 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "libraries/@327222615/functions/set%3AtimeDilation", + "fixedId": true, + "name": "timeDilation=", + "owner": { + "type": "@Library", + "id": "libraries/@327222615", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 45 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/resetEpoch", + "fixedId": true, + "name": "resetEpoch", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/_adjustForEpoch%40327222615", + "fixedId": true, + "name": "_adjustForEpoch", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/432/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/432", + "fixedId": true, + "name": "PerformanceModeRequestHandle", + "library": { + "type": "@Library", + "id": "libraries/@327222615", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/implicit_closures/32", + "fixedId": true, + "name": "_disposePerformanceModeRequest", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/_disposePerformanceModeRequest%40327222615", + "fixedId": true, + "name": "_disposePerformanceModeRequest", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1311 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1311 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/_disposePerformanceModeRequest%40327222615", + "fixedId": true, + "name": "_disposePerformanceModeRequest", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1311 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_requestDartPerformanceMode%4017065589", + "fixedId": true, + "name": "_requestDartPerformanceMode", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 829 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _FrameCallbackEntry@327222615" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1038/functions/get%3Ainstance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/1038", + "fixedId": true, + "name": "SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@327222615", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/2196/functions/_finish%406383715", + "fixedId": true, + "name": "_finish", + "owner": { + "type": "@Class", + "id": "classes/2196", + "fixedId": true, + "name": "_AsyncBlock", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 349 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 128, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timeline.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_reportTaskEvent%406383715", + "fixedId": true, + "name": "_reportTaskEvent", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/timeline.dart" + }, + "tokenPos": -1, + "line": 19 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/http_profiling.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/field_inits/_developerProfilingData%406383715", + "fixedId": true, + "name": "_developerProfilingData", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fhttp_profiling.dart/0", + "fixedId": true, + "uri": "dart:developer/http_profiling.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Map" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_argumentsAsJson%406383715", + "fixedId": true, + "name": "_argumentsAsJson", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/http_profiling.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/getHttpClientProfilingData", + "fixedId": true, + "name": "getHttpClientProfilingData", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fhttp_profiling.dart/0", + "fixedId": true, + "uri": "dart:developer/http_profiling.dart" + }, + "tokenPos": -1, + "line": 25 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate UnmodifiableListView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 10, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/extension.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/postEvent", + "fixedId": true, + "name": "postEvent", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fextension.dart/0", + "fixedId": true, + "uri": "dart:developer/extension.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/developer.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_postEvent%406383715", + "fixedId": true, + "name": "_postEvent", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/extension.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/registerExtension", + "fixedId": true, + "name": "registerExtension", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fextension.dart/0", + "fixedId": true, + "uri": "dart:developer/extension.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/developer.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_registerExtension%406383715", + "fixedId": true, + "name": "_registerExtension", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/developer.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_lookupExtension%406383715", + "fixedId": true, + "name": "_lookupExtension", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Map" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/extension.dart", + "function": { + "type": "@Function", + "id": "classes/2202/functions/_toString%406383715", + "fixedId": true, + "name": "_toString", + "owner": { + "type": "@Class", + "id": "classes/2202", + "fixedId": true, + "name": "ServiceExtensionResponse", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fextension.dart/0", + "fixedId": true, + "uri": "dart:developer/extension.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fextension.dart/0", + "fixedId": true, + "uri": "dart:developer/extension.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/extension.dart", + "function": { + "type": "@Function", + "id": "classes/2202/functions/_errorCodeMessage%406383715", + "fixedId": true, + "name": "_errorCodeMessage", + "owner": { + "type": "@Class", + "id": "classes/2202", + "fixedId": true, + "name": "ServiceExtensionResponse", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fextension.dart/0", + "fixedId": true, + "uri": "dart:developer/extension.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fextension.dart/0", + "fixedId": true, + "uri": "dart:developer/extension.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/extension.dart", + "function": { + "type": "@Function", + "id": "classes/2202/functions/_validateErrorCode%406383715", + "fixedId": true, + "name": "_validateErrorCode", + "owner": { + "type": "@Class", + "id": "classes/2202", + "fixedId": true, + "name": "ServiceExtensionResponse", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fextension.dart/0", + "fixedId": true, + "uri": "dart:developer/extension.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fextension.dart/0", + "fixedId": true, + "uri": "dart:developer/extension.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ServiceExtensionResponse" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/closures/187", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2373/functions/bindBinaryCallback", + "fixedId": true, + "name": "bindBinaryCallback", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1807 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1810 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timeline.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_getNextTaskId%406383715", + "fixedId": true, + "name": "_getNextTaskId", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/timeline.dart" + }, + "tokenPos": -1, + "line": 15 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timeline.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_getTraceClock%406383715", + "fixedId": true, + "name": "_getTraceClock", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/timeline.dart" + }, + "tokenPos": -1, + "line": 11 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timeline.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_isDartStreamEnabled%406383715", + "fixedId": true, + "name": "_isDartStreamEnabled", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/timeline.dart" + }, + "tokenPos": -1, + "line": 7 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/profiler.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_getDefaultTag%406383715", + "fixedId": true, + "name": "_getDefaultTag", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fprofiler.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/profiler.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/profiler.dart", + "function": { + "type": "@Function", + "id": "classes/84/functions/makeCurrent", + "fixedId": true, + "name": "makeCurrent", + "owner": { + "type": "@Class", + "id": "classes/84", + "fixedId": true, + "name": "_UserTag", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fprofiler.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/profiler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fprofiler.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/profiler.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/developer.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_getIsolateIdFromSendPort%406383715", + "fixedId": true, + "name": "_getIsolateIdFromSendPort", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 214 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/76/functions/_sendInternal%401026248", + "fixedId": true, + "name": "_sendInternal", + "owner": { + "type": "@Class", + "id": "classes/76", + "fixedId": true, + "name": "_SendPort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 258 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/76/functions/_get_hashcode%401026248", + "fixedId": true, + "name": "_get_hashcode", + "owner": { + "type": "@Class", + "id": "classes/76", + "fixedId": true, + "name": "_SendPort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/76/functions/_get_id%401026248", + "fixedId": true, + "name": "_get_id", + "owner": { + "type": "@Class", + "id": "classes/76", + "fixedId": true, + "name": "_SendPort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/76/functions/send", + "fixedId": true, + "name": "send", + "owner": { + "type": "@Class", + "id": "classes/76", + "fixedId": true, + "name": "_SendPort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/74/functions/_get_hashcode%401026248", + "fixedId": true, + "name": "_get_hashcode", + "owner": { + "type": "@Class", + "id": "classes/74", + "fixedId": true, + "name": "_Capability", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/74/functions/_equals%401026248", + "fixedId": true, + "name": "_equals", + "owner": { + "type": "@Class", + "id": "classes/74", + "fixedId": true, + "name": "_Capability", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/developer.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_postResponse%406383715", + "fixedId": true, + "name": "_postResponse", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/print.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/print", + "fixedId": true, + "name": "print", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fprint.dart/0", + "fixedId": true, + "uri": "dart:core/print.dart" + }, + "tokenPos": -1, + "line": 19 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/print_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/printToConsole", + "fixedId": true, + "name": "printToConsole", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Fprint_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/print_patch.dart" + }, + "tokenPos": -1, + "line": 11 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_interpolateSingle%400150898", + "fixedId": true, + "name": "_interpolateSingle", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 881 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/developer.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/functions/_runExtension%406383715", + "fixedId": true, + "name": "_runExtension", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ServiceExtensionResponse" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/developer.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/closures/216", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@6383715/functions/_runExtension%406383715", + "fixedId": true, + "name": "_runExtension", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 95 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/developer.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/closures/215", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@6383715/functions/_runExtension%406383715", + "fixedId": true, + "name": "_runExtension", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 95 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 138 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/developer.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/closures/214", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@6383715/functions/_runExtension%406383715", + "fixedId": true, + "name": "_runExtension", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 95 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/developer.dart", + "function": { + "type": "@Function", + "id": "libraries/@6383715/implicit_closures/3", + "fixedId": true, + "name": "_runExtension", + "owner": { + "type": "@Function", + "id": "libraries/@6383715/functions/_runExtension%406383715", + "fixedId": true, + "name": "_runExtension", + "owner": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 95 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper-patch%2Fdeveloper.dart/0", + "fixedId": true, + "uri": "dart:developer-patch/developer.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 47, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/2196/functions/_start%406383715", + "fixedId": true, + "name": "_start", + "owner": { + "type": "@Class", + "id": "classes/2196", + "fixedId": true, + "name": "_AsyncBlock", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _AsyncBlock@6383715?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/2197/functions/finish", + "fixedId": true, + "name": "finish", + "owner": { + "type": "@Class", + "id": "classes/2197", + "fixedId": true, + "name": "TimelineTask", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 60, + "exclusiveTicks": 4, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/2197/functions/start", + "fixedId": true, + "name": "start", + "owner": { + "type": "@Class", + "id": "classes/2197", + "fixedId": true, + "name": "TimelineTask", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AsyncBlock" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _TaskEntry@327222615" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 5, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/ensureVisualUpdate", + "fixedId": true, + "name": "ensureVisualUpdate", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 908 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 112, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/scheduleFrame", + "fixedId": true, + "name": "scheduleFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 948 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 112, + "exclusiveTicks": 3, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_scheduleFrame%4017065589", + "fixedId": true, + "name": "_scheduleFrame", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 857 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/ensureFrameCallbacksRegistered", + "fixedId": true, + "name": "ensureFrameCallbacksRegistered", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 889 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonDrawFrame", + "fixedId": true, + "name": "onDrawFrame=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 437 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonBeginFrame", + "fixedId": true, + "name": "onBeginFrame=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 419 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/implicit_closures/29", + "fixedId": true, + "name": "_handleDrawFrame", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/_handleDrawFrame%40327222615", + "fixedId": true, + "name": "_handleDrawFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1182 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 315, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/_handleDrawFrame%40327222615", + "fixedId": true, + "name": "_handleDrawFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 314, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/handleDrawFrame", + "fixedId": true, + "name": "handleDrawFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 45, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/937/functions/finishSync", + "fixedId": true, + "name": "finishSync", + "owner": { + "type": "@Class", + "id": "classes/937", + "fixedId": true, + "name": "FlutterTimeline", + "library": { + "type": "@Library", + "id": "libraries/@44340514", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/timeline.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@44340514/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Ftimeline.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@44340514/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Ftimeline.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/timeline.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/937/functions/startSync", + "fixedId": true, + "name": "startSync", + "owner": { + "type": "@Class", + "id": "classes/937", + "fixedId": true, + "name": "FlutterTimeline", + "library": { + "type": "@Library", + "id": "libraries/@44340514", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/timeline.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@44340514/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Ftimeline.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@44340514/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Ftimeline.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/timeline.dart" + }, + "tokenPos": -1, + "line": 66 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 44, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/2198/functions/finishSync", + "fixedId": true, + "name": "finishSync", + "owner": { + "type": "@Class", + "id": "classes/2198", + "fixedId": true, + "name": "Timeline", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/2198/functions/instantSync", + "fixedId": true, + "name": "instantSync", + "owner": { + "type": "@Class", + "id": "classes/2198", + "fixedId": true, + "name": "Timeline", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 158 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 44, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/2195/functions/finish", + "fixedId": true, + "name": "finish", + "owner": { + "type": "@Class", + "id": "classes/2195", + "fixedId": true, + "name": "_SyncBlock", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/2195/functions/_startSync%406383715", + "fixedId": true, + "name": "_startSync", + "owner": { + "type": "@Class", + "id": "classes/2195", + "fixedId": true, + "name": "_SyncBlock", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 381 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/2195/field_inits/_jsonArguments%406383715", + "fixedId": true, + "name": "_jsonArguments", + "owner": { + "type": "@Class", + "id": "classes/2195", + "fixedId": true, + "name": "_SyncBlock", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 376 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/2198/field_inits/_stack%406383715", + "fixedId": true, + "name": "_stack", + "owner": { + "type": "@Class", + "id": "classes/2198", + "fixedId": true, + "name": "Timeline", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _SyncBlock@6383715?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/timeline.dart", + "function": { + "type": "@Function", + "id": "classes/2198/functions/startSync", + "fixedId": true, + "name": "startSync", + "owner": { + "type": "@Class", + "id": "classes/2198", + "fixedId": true, + "name": "Timeline", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Ftimeline.dart/0", + "fixedId": true, + "uri": "dart:developer/timeline.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SyncBlock" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 558, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/_invokeFrameCallback%40327222615", + "fixedId": true, + "name": "_invokeFrameCallback", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1422 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/functions/reportError", + "fixedId": true, + "name": "reportError", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_GrowableList%400150898._ofGrowableList%400150898", + "fixedId": true, + "name": "_GrowableList._ofGrowableList", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2182/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 173 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/closures/238", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/_handleDrawFrame%40327222615", + "fixedId": true, + "name": "_handleDrawFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1182 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1187 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/implicit_closures/28", + "fixedId": true, + "name": "_handleBeginFrame", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/_handleBeginFrame%40327222615", + "fixedId": true, + "name": "_handleBeginFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1170 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 361, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/_handleBeginFrame%40327222615", + "fixedId": true, + "name": "_handleBeginFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 358, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/handleBeginFrame", + "fixedId": true, + "name": "handleBeginFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1228 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2183/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 758 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 281, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/closures/247", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/handleBeginFrame", + "fixedId": true, + "name": "handleBeginFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1228 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/get%3AframesEnabled", + "fixedId": true, + "name": "framesEnabled", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1304 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/handleAppLifecycleStateChanged", + "fixedId": true, + "name": "handleAppLifecycleStateChanged", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 412 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/_setFramesEnabledState%40327222615", + "fixedId": true, + "name": "_setFramesEnabledState", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 877 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/addTimingsCallback", + "fixedId": true, + "name": "addTimingsCallback", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 321 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonReportTimings", + "fixedId": true, + "name": "onReportTimings=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 620 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/implicit_closures/29", + "fixedId": true, + "name": "_nativeSetNeedsReportTimings", + "owner": { + "type": "@Function", + "id": "classes/1884/functions/_nativeSetNeedsReportTimings%4017065589", + "fixedId": true, + "name": "_nativeSetNeedsReportTimings", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 630 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 630 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/__nativeSetNeedsReportTimings%4017065589", + "fixedId": true, + "name": "__nativeSetNeedsReportTimings", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 632 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/implicit_closures/4", + "fixedId": true, + "name": "_executeTimingsCallbacks", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/_executeTimingsCallbacks%40327222615", + "fixedId": true, + "name": "_executeTimingsCallbacks", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 339 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 15, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/_executeTimingsCallbacks%40327222615", + "fixedId": true, + "name": "_executeTimingsCallbacks", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/cancelFrameCallbackWithId", + "fixedId": true, + "name": "cancelFrameCallbackWithId", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 631 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/requestPerformanceMode", + "fixedId": true, + "name": "requestPerformanceMode", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1289 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PerformanceModeRequestHandle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 371 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/functions/registerNumericServiceExtension", + "fixedId": true, + "name": "registerNumericServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 802 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "libraries/@27264518/functions/_exitApplication%4027264518", + "fixedId": true, + "name": "_exitApplication", + "owner": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 989 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/process.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/exit", + "fixedId": true, + "name": "exit", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1969/functions/_exit%4015069316", + "fixedId": true, + "name": "_exit", + "owner": { + "type": "@Class", + "id": "classes/1969", + "fixedId": true, + "name": "_ProcessUtils", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1969/functions/_watchSignalInternal%4015069316", + "fixedId": true, + "name": "_watchSignalInternal", + "owner": { + "type": "@Class", + "id": "classes/1969", + "fixedId": true, + "name": "_ProcessUtils", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1939/functions/get%3Astream", + "fixedId": true, + "name": "stream", + "owner": { + "type": "@Class", + "id": "classes/1939", + "fixedId": true, + "name": "_SignalController", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1939/functions/_SignalController%4015069316.", + "fixedId": true, + "name": "_SignalController", + "owner": { + "type": "@Class", + "id": "classes/1939", + "fixedId": true, + "name": "_SignalController", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2402/functions/StreamController.broadcast", + "fixedId": true, + "name": "StreamController.broadcast", + "owner": { + "type": "@Class", + "id": "classes/2402", + "fixedId": true, + "name": "StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2184/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 172 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AsyncBroadcastStreamController" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _StreamControllerAddStreamState@5048458" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2387/functions/_StreamControllerAddStreamState%405048458.", + "fixedId": true, + "name": "_StreamControllerAddStreamState", + "owner": { + "type": "@Class", + "id": "classes/2387", + "fixedId": true, + "name": "_StreamControllerAddStreamState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2185/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 977 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2386/functions/_AddStreamState%405048458.", + "fixedId": true, + "name": "_AddStreamState", + "owner": { + "type": "@Class", + "id": "classes/2386", + "fixedId": true, + "name": "_AddStreamState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2186/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 921 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2387/functions/set%3A_varData%405048458", + "fixedId": true, + "name": "_varData=", + "owner": { + "type": "@Class", + "id": "classes/2387", + "fixedId": true, + "name": "_StreamControllerAddStreamState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2187/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 975 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2387/functions/get%3A_varData%405048458", + "fixedId": true, + "name": "_varData", + "owner": { + "type": "@Class", + "id": "classes/2387", + "fixedId": true, + "name": "_StreamControllerAddStreamState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2188/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 975 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2386/functions/complete", + "fixedId": true, + "name": "complete", + "owner": { + "type": "@Class", + "id": "classes/2386", + "fixedId": true, + "name": "_AddStreamState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2189/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 965 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2386/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2386", + "fixedId": true, + "name": "_AddStreamState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2190/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 954 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2386/closures/432", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2386/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2386", + "fixedId": true, + "name": "_AddStreamState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2191/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 954 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 960 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2386/functions/resume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2386", + "fixedId": true, + "name": "_AddStreamState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2192/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 944 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2386/functions/pause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2386", + "fixedId": true, + "name": "_AddStreamState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2193/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 940 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2386/functions/get%3AaddStreamFuture", + "fixedId": true, + "name": "addStreamFuture", + "owner": { + "type": "@Class", + "id": "classes/2386", + "fixedId": true, + "name": "_AddStreamState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2194/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 916 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/implicit_closures/23", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Function", + "id": "classes/2451/functions/_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2195/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 297 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/implicit_closures/17", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2451/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2196/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 255 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_ensureDoneFuture%405048458", + "fixedId": true, + "name": "_ensureDoneFuture", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2197/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/implicit_closures/22", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Function", + "id": "classes/2451/functions/_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2198/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 293 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/implicit_closures/21", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Function", + "id": "classes/2451/functions/_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2199/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 289 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_removeListener%405048458", + "fixedId": true, + "name": "_removeListener", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2200/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_callOnCancel%405048458", + "fixedId": true, + "name": "_callOnCancel", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2201/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 348 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_runGuarded%405048458", + "fixedId": true, + "name": "_runGuarded", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 835 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_addListener%405048458", + "fixedId": true, + "name": "_addListener", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2202/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 163 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_forEachListener%405048458", + "fixedId": true, + "name": "_forEachListener", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2203/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 306 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1939/implicit_closures/3", + "fixedId": true, + "name": "_cancel", + "owner": { + "type": "@Function", + "id": "classes/1939/functions/_cancel%4015069316", + "fixedId": true, + "name": "_cancel", + "owner": { + "type": "@Class", + "id": "classes/1939", + "fixedId": true, + "name": "_SignalController", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 133 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1939/functions/_cancel%4015069316", + "fixedId": true, + "name": "_cancel", + "owner": { + "type": "@Class", + "id": "classes/1939", + "fixedId": true, + "name": "_SignalController", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1939/functions/_clearSignalHandler%4015069316", + "fixedId": true, + "name": "_clearSignalHandler", + "owner": { + "type": "@Class", + "id": "classes/1939", + "fixedId": true, + "name": "_SignalController", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1939/implicit_closures/2", + "fixedId": true, + "name": "_listen", + "owner": { + "type": "@Function", + "id": "classes/1939/functions/_listen%4015069316", + "fixedId": true, + "name": "_listen", + "owner": { + "type": "@Class", + "id": "classes/1939", + "fixedId": true, + "name": "_SignalController", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 115 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1939/functions/_listen%4015069316", + "fixedId": true, + "name": "_listen", + "owner": { + "type": "@Class", + "id": "classes/1939", + "fixedId": true, + "name": "_SignalController", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 115 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _NativeSocket@15069316" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _InternetAddress@15069316" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/socket.dart", + "function": { + "type": "@Function", + "id": "classes/1956/functions/InternetAddressType._from%4015069316", + "fixedId": true, + "name": "InternetAddressType._from", + "owner": { + "type": "@Class", + "id": "classes/1956", + "fixedId": true, + "name": "InternetAddressType", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/field_inits/anyIPv6", + "fixedId": true, + "name": "anyIPv6", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/functions/_InternetAddress%4015069316.fixed", + "fixedId": true, + "name": "_InternetAddress.fixed", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 360 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InternetAddress" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/field_inits/loopbackIPv6", + "fixedId": true, + "name": "loopbackIPv6", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 167 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/functions/_parse%4015069316", + "fixedId": true, + "name": "_parse", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 438 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/functions/_parseScopedLinkLocalAddress%4015069316", + "fixedId": true, + "name": "_parseScopedLinkLocalAddress", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 434 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/functions/tryParse", + "fixedId": true, + "name": "tryParse", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/functions/_parseAddressString%4015069316", + "fixedId": true, + "name": "_parseAddressString", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/functions/_InternetAddress%4015069316.fromString", + "fixedId": true, + "name": "_InternetAddress.fromString", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 307 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/functions/get%3AisLoopback", + "fixedId": true, + "name": "isLoopback", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1955/functions/lookup", + "fixedId": true, + "name": "lookup", + "owner": { + "type": "@Class", + "id": "classes/1955", + "fixedId": true, + "name": "InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/lookup", + "fixedId": true, + "name": "lookup", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 585 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/io_service_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1978/functions/_dispatch%4015069316", + "fixedId": true, + "name": "_dispatch", + "owner": { + "type": "@Class", + "id": "classes/1978", + "fixedId": true, + "name": "_IOService", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_service.dart/0", + "fixedId": true, + "uri": "dart:io/io_service.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fio_service_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/io_service_patch.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _RawReceivePort@1026248" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2145/functions/RawReceivePort.", + "fixedId": true, + "name": "RawReceivePort", + "owner": { + "type": "@Class", + "id": "classes/2145", + "fixedId": true, + "name": "RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 62 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/functions/_RawReceivePort%401026248.", + "fixedId": true, + "name": "_RawReceivePort", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/functions/_get_id%401026248", + "fixedId": true, + "name": "_get_id", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 168 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/functions/_RawReceivePort%401026248._%401026248", + "fixedId": true, + "name": "_RawReceivePort._", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/field_inits/_portMap%401026248", + "fixedId": true, + "name": "_portMap", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 228 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RawReceivePort" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/functions/_closeInternal%401026248", + "fixedId": true, + "name": "_closeInternal", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 199 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 18254, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/functions/_handleMessage%401026248", + "fixedId": true, + "name": "_handleMessage", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@1026248/functions/_runPendingImmediateCallback%401026248", + "fixedId": true, + "name": "_runPendingImmediateCallback", + "owner": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "libraries/@1026248/functions/_setupHooks%401026248", + "fixedId": true, + "name": "_setupHooks", + "owner": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 513 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/implicit_closures/21", + "fixedId": true, + "name": "_factory", + "owner": { + "type": "@Function", + "id": "classes/2140/functions/_factory%401026248", + "fixedId": true, + "name": "_factory", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 501 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_factory%401026248", + "fixedId": true, + "name": "_factory", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_createTimer%401026248", + "fixedId": true, + "name": "_createTimer", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/eventhandler_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1999/implicit_closures/1", + "fixedId": true, + "name": "_timerMillisecondClock", + "owner": { + "type": "@Function", + "id": "classes/1999/functions/_timerMillisecondClock%4015069316", + "fixedId": true, + "name": "_timerMillisecondClock", + "owner": { + "type": "@Class", + "id": "classes/1999", + "fixedId": true, + "name": "_EventHandler", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Feventhandler.dart/0", + "fixedId": true, + "uri": "dart:io/eventhandler.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Feventhandler_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/eventhandler_patch.dart" + }, + "tokenPos": -1, + "line": 13 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Feventhandler_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/eventhandler_patch.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/eventhandler_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1999/functions/_sendData%4015069316", + "fixedId": true, + "name": "_sendData", + "owner": { + "type": "@Class", + "id": "classes/1999", + "fixedId": true, + "name": "_EventHandler", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Feventhandler.dart/0", + "fixedId": true, + "uri": "dart:io/eventhandler.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Feventhandler_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/eventhandler_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/eventhandler_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1999/implicit_closures/0", + "fixedId": true, + "name": "_sendData", + "owner": { + "type": "@Function", + "id": "classes/1999/functions/_sendData%4015069316", + "fixedId": true, + "name": "_sendData", + "owner": { + "type": "@Class", + "id": "classes/1999", + "fixedId": true, + "name": "_EventHandler", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Feventhandler.dart/0", + "fixedId": true, + "uri": "dart:io/eventhandler.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Feventhandler_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/eventhandler_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Feventhandler_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/eventhandler_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_enqueue%401026248", + "fixedId": true, + "name": "_enqueue", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_notifyEventHandler%401026248", + "fixedId": true, + "name": "_notifyEventHandler", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 318 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _Timer@1026248" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2141/functions/_bubbleDown%401026248", + "fixedId": true, + "name": "_bubbleDown", + "owner": { + "type": "@Class", + "id": "classes/2141", + "fixedId": true, + "name": "_TimerHeap", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2141/functions/_bubbleUp%401026248", + "fixedId": true, + "name": "_bubbleUp", + "owner": { + "type": "@Class", + "id": "classes/2141", + "fixedId": true, + "name": "_TimerHeap", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2141/functions/_resize%401026248", + "fixedId": true, + "name": "_resize", + "owner": { + "type": "@Class", + "id": "classes/2141", + "fixedId": true, + "name": "_TimerHeap", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 73 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/field_inits/_sentinelTimer%401026248", + "fixedId": true, + "name": "_sentinelTimer", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2141/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2141", + "fixedId": true, + "name": "_TimerHeap", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 51 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2141/functions/_TimerHeap%401026248.", + "fixedId": true, + "name": "_TimerHeap", + "owner": { + "type": "@Class", + "id": "classes/2141", + "fixedId": true, + "name": "_TimerHeap", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_scheduleWakeup%401026248", + "fixedId": true, + "name": "_scheduleWakeup", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 461 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_createTimerHandler%401026248", + "fixedId": true, + "name": "_createTimerHandler", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 479 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/implicit_closures/16", + "fixedId": true, + "name": "_handleMessage", + "owner": { + "type": "@Function", + "id": "classes/2140/functions/_handleMessage%401026248", + "fixedId": true, + "name": "_handleMessage", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 444 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 444 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 18254, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_handleMessage%401026248", + "fixedId": true, + "name": "_handleMessage", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 444 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 18254, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_runTimers%401026248", + "fixedId": true, + "name": "_runTimers", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 374 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "libraries/@1026248/functions/_postTimerEvent%401026248", + "fixedId": true, + "name": "_postTimerEvent", + "owner": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 11 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_queueFromTimeoutEvent%401026248", + "fixedId": true, + "name": "_queueFromTimeoutEvent", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 348 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_queueFromZeroEvent%401026248", + "fixedId": true, + "name": "_queueFromZeroEvent", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 298 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/timer.dart", + "function": { + "type": "@Function", + "id": "classes/2377/functions/run", + "fixedId": true, + "name": "run", + "owner": { + "type": "@Class", + "id": "classes/2377", + "fixedId": true, + "name": "Timer", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ftimer.dart/0", + "fixedId": true, + "uri": "dart:async/timer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ftimer.dart/0", + "fixedId": true, + "uri": "dart:async/timer.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/timer.dart", + "function": { + "type": "@Function", + "id": "classes/2377/functions/Timer.", + "fixedId": true, + "name": "Timer", + "owner": { + "type": "@Class", + "id": "classes/2377", + "fixedId": true, + "name": "Timer", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ftimer.dart/0", + "fixedId": true, + "uri": "dart:async/timer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ftimer.dart/0", + "fixedId": true, + "uri": "dart:async/timer.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2377/functions/_createTimer%405048458", + "fixedId": true, + "name": "_createTimer", + "owner": { + "type": "@Class", + "id": "classes/2377", + "fixedId": true, + "name": "Timer", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ftimer.dart/0", + "fixedId": true, + "uri": "dart:async/timer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Ftimer_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/timer_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 18254, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2377/closures/141", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2377/functions/_createTimer%405048458", + "fixedId": true, + "name": "_createTimer", + "owner": { + "type": "@Class", + "id": "classes/2377", + "fixedId": true, + "name": "Timer", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ftimer.dart/0", + "fixedId": true, + "uri": "dart:async/timer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Ftimer_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/timer_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Ftimer_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/timer_patch.dart" + }, + "tokenPos": -1, + "line": 17 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/timer.dart", + "function": { + "type": "@Function", + "id": "classes/2377/functions/Timer.periodic", + "fixedId": true, + "name": "Timer.periodic", + "owner": { + "type": "@Class", + "id": "classes/2377", + "fixedId": true, + "name": "Timer", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ftimer.dart/0", + "fixedId": true, + "uri": "dart:async/timer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ftimer.dart/0", + "fixedId": true, + "uri": "dart:async/timer.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2377/functions/_createPeriodicTimer%405048458", + "fixedId": true, + "name": "_createPeriodicTimer", + "owner": { + "type": "@Class", + "id": "classes/2377", + "fixedId": true, + "name": "Timer", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ftimer.dart/0", + "fixedId": true, + "uri": "dart:async/timer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Ftimer_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/timer_patch.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/closures/103", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2373/functions/bindUnaryCallbackGuarded", + "fixedId": true, + "name": "bindUnaryCallbackGuarded", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1817 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1818 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2152/functions/get%3AplatformScript", + "fixedId": true, + "name": "platformScript", + "owner": { + "type": "@Class", + "id": "classes/2152", + "fixedId": true, + "name": "VMLibraryHooks", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_shutdownTimerHandler%401026248", + "fixedId": true, + "name": "_shutdownTimerHandler", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_cancelWakeup%401026248", + "fixedId": true, + "name": "_cancelWakeup", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 470 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2141/functions/isFirst", + "fixedId": true, + "name": "isFirst", + "owner": { + "type": "@Class", + "id": "classes/2141", + "fixedId": true, + "name": "_TimerHeap", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2141/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2141", + "fixedId": true, + "name": "_TimerHeap", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 35 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_notifyZeroHandler%401026248", + "fixedId": true, + "name": "_notifyZeroHandler", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/field_inits/_heap%401026248", + "fixedId": true, + "name": "_heap", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 143 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TimerHeap" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/field_inits/_lastZeroTimer%401026248", + "fixedId": true, + "name": "_lastZeroTimer", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/_Timer%401026248._internal%401026248", + "fixedId": true, + "name": "_Timer._internal", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 185 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Timer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/eventhandler_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1999/functions/_timerMillisecondClock%4015069316", + "fixedId": true, + "name": "_timerMillisecondClock", + "owner": { + "type": "@Class", + "id": "classes/1999", + "fixedId": true, + "name": "_EventHandler", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Feventhandler.dart/0", + "fixedId": true, + "uri": "dart:io/eventhandler.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Feventhandler_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/eventhandler_patch.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2140/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2140", + "fixedId": true, + "name": "_Timer", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Ftimer_impl.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/timer_impl.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@1026248/functions/_delayEntrypointInvocation%401026248", + "fixedId": true, + "name": "_delayEntrypointInvocation", + "owner": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@1026248/closures/229", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@1026248/functions/_delayEntrypointInvocation%401026248", + "fixedId": true, + "name": "_delayEntrypointInvocation", + "owner": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 299 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 306 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@1026248/functions/_startIsolate%401026248", + "fixedId": true, + "name": "_startIsolate", + "owner": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@1026248/functions/_getStartMainIsolateFunction%401026248", + "fixedId": true, + "name": "_getStartMainIsolateFunction", + "owner": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 280 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@1026248/implicit_closures/3", + "fixedId": true, + "name": "_startMainIsolate", + "owner": { + "type": "@Function", + "id": "libraries/@1026248/functions/_startMainIsolate%401026248", + "fixedId": true, + "name": "_startMainIsolate", + "owner": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 269 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@1026248/functions/_startMainIsolate%401026248", + "fixedId": true, + "name": "_startMainIsolate", + "owner": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@1026248/functions/_getIsolateScheduleImmediateClosure%401026248", + "fixedId": true, + "name": "_getIsolateScheduleImmediateClosure", + "owner": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@1026248/implicit_closures/0", + "fixedId": true, + "name": "_isolateScheduleImmediate", + "owner": { + "type": "@Function", + "id": "libraries/@1026248/functions/_isolateScheduleImmediate%401026248", + "fixedId": true, + "name": "_isolateScheduleImmediate", + "owner": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 114 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/functions/_lookupOpenPorts%401026248", + "fixedId": true, + "name": "_lookupOpenPorts", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_GrowableList%400150898._ofEfficientLengthIterable%400150898", + "fixedId": true, + "name": "_GrowableList._ofEfficientLengthIterable", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2204/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 187 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CompactValuesIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/functions/_lookupHandler%401026248", + "fixedId": true, + "name": "_lookupHandler", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 172 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/io_service_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1978/functions/_forwardResponse%4015069316", + "fixedId": true, + "name": "_forwardResponse", + "owner": { + "type": "@Class", + "id": "classes/1978", + "fixedId": true, + "name": "_IOService", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_service.dart/0", + "fixedId": true, + "uri": "dart:io/io_service.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fio_service_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/io_service_patch.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/functions/_setActive%401026248", + "fixedId": true, + "name": "_setActive", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 204 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/io_service_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1978/field_inits/_port%4015069316", + "fixedId": true, + "name": "_port", + "owner": { + "type": "@Class", + "id": "classes/1978", + "fixedId": true, + "name": "_IOService", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_service.dart/0", + "fixedId": true, + "uri": "dart:io/io_service.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fio_service_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/io_service_patch.dart" + }, + "tokenPos": -1, + "line": 12 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/io_service_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_newServicePort%4015069316", + "fixedId": true, + "name": "_newServicePort", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fio_service_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/io_service_patch.dart" + }, + "tokenPos": -1, + "line": 7 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/io_service_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1978/field_inits/_receivePort%4015069316", + "fixedId": true, + "name": "_receivePort", + "owner": { + "type": "@Class", + "id": "classes/1978", + "fixedId": true, + "name": "_IOService", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_service.dart/0", + "fixedId": true, + "uri": "dart:io/io_service.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fio_service_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/io_service_patch.dart" + }, + "tokenPos": -1, + "line": 14 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/io_service_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1978/closures/72", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1978/field_inits/_receivePort%4015069316", + "fixedId": true, + "name": "_receivePort", + "owner": { + "type": "@Class", + "id": "classes/1978", + "fixedId": true, + "name": "_IOService", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_service.dart/0", + "fixedId": true, + "uri": "dart:io/io_service.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fio_service_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/io_service_patch.dart" + }, + "tokenPos": -1, + "line": 14 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fio_service_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/io_service_patch.dart" + }, + "tokenPos": -1, + "line": 14 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/io_service_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1978/field_inits/_messageMap%4015069316", + "fixedId": true, + "name": "_messageMap", + "owner": { + "type": "@Class", + "id": "classes/1978", + "fixedId": true, + "name": "_IOService", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_service.dart/0", + "fixedId": true, + "uri": "dart:io/io_service.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fio_service_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/io_service_patch.dart" + }, + "tokenPos": -1, + "line": 20 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Completer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/139", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/lookup", + "fixedId": true, + "name": "lookup", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 585 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 592 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/createError", + "fixedId": true, + "name": "createError", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1901 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AssertionError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2571/functions/get%3A_messageString%400150898", + "fixedId": true, + "name": "_messageString", + "owner": { + "type": "@Class", + "id": "classes/2571", + "fixedId": true, + "name": "_AssertionError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2559/functions/safeToString", + "fixedId": true, + "name": "safeToString", + "owner": { + "type": "@Class", + "id": "classes/2559", + "fixedId": true, + "name": "Error", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 79 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/_toString%400150898", + "fixedId": true, + "name": "_toString", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2559/functions/_stringToSafeString%400150898", + "fixedId": true, + "name": "_stringToSafeString", + "owner": { + "type": "@Class", + "id": "classes/2559", + "fixedId": true, + "name": "Error", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 14 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2571/functions/_doThrowNew%400150898", + "fixedId": true, + "name": "_doThrowNew", + "owner": { + "type": "@Class", + "id": "classes/2571", + "fixedId": true, + "name": "_AssertionError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 62 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2571/functions/_throwNewSource%400150898", + "fixedId": true, + "name": "_throwNewSource", + "owner": { + "type": "@Class", + "id": "classes/2571", + "fixedId": true, + "name": "_AssertionError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 52 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2571/functions/_throwNew%400150898", + "fixedId": true, + "name": "_throwNew", + "owner": { + "type": "@Class", + "id": "classes/2571", + "fixedId": true, + "name": "_AssertionError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 43 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2571/functions/_AssertionError%400150898._create%400150898", + "fixedId": true, + "name": "_AssertionError._create", + "owner": { + "type": "@Class", + "id": "classes/2571", + "fixedId": true, + "name": "_AssertionError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OSError" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SocketException" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/isErrorResponse", + "fixedId": true, + "name": "isErrorResponse", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1895 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: InternetAddress" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeCreateUnixDomainConnect%4015069316", + "fixedId": true, + "name": "_nativeCreateUnixDomainConnect", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2067 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/namespace_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1976/functions/_setupNamespace%4015069316", + "fixedId": true, + "name": "_setupNamespace", + "owner": { + "type": "@Class", + "id": "classes/1976", + "fixedId": true, + "name": "_Namespace", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnamespace_impl.dart/0", + "fixedId": true, + "uri": "dart:io/namespace_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/namespace_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2805/functions/_setupNamespace%4015069316", + "fixedId": true, + "name": "_setupNamespace", + "owner": { + "type": "@Class", + "id": "classes/2805", + "fixedId": true, + "name": "_NamespaceImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/namespace_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2805/functions/_create%4015069316", + "fixedId": true, + "name": "_create", + "owner": { + "type": "@Class", + "id": "classes/2805", + "fixedId": true, + "name": "_NamespaceImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1, + "line": 12 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NamespaceImpl" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/namespace_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1976/implicit_closures/0", + "fixedId": true, + "name": "_setupNamespace", + "owner": { + "type": "@Function", + "id": "classes/1976/functions/_setupNamespace%4015069316", + "fixedId": true, + "name": "_setupNamespace", + "owner": { + "type": "@Class", + "id": "classes/1976", + "fixedId": true, + "name": "_Namespace", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnamespace_impl.dart/0", + "fixedId": true, + "uri": "dart:io/namespace_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1, + "line": 41 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/returnTokens", + "fixedId": true, + "name": "returnTokens", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1781 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_sendToEventHandler%4015069316", + "fixedId": true, + "name": "_sendToEventHandler", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1872 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/connectToEventHandler", + "fixedId": true, + "name": "connectToEventHandler", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1879 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/implicit_closures/22", + "fixedId": true, + "name": "multiplex", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/multiplex", + "fixedId": true, + "name": "multiplex", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1695 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1695 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/multiplex", + "fixedId": true, + "name": "multiplex", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1695 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_complete%405048458", + "fixedId": true, + "name": "_complete", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2205/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 700 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Error" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/reportError", + "fixedId": true, + "name": "reportError", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1934 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1821 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeGetError%4015069316", + "fixedId": true, + "name": "_nativeGetError", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeAvailable%4015069316", + "fixedId": true, + "name": "_nativeAvailable", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2036 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeAvailableDatagram%4015069316", + "fixedId": true, + "name": "_nativeAvailableDatagram", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2038 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/106", + "fixedId": true, + "name": "issue", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/issueWriteEvent", + "fixedId": true, + "name": "issueWriteEvent", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1672 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1675 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/105", + "fixedId": true, + "name": "issue", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/issueReadEvent", + "fixedId": true, + "name": "issueReadEvent", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1628 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1632 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/stopRead", + "fixedId": true, + "name": "stopRead", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1664 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeWrite%4015069316", + "fixedId": true, + "name": "_nativeWrite", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2046 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/accept", + "fixedId": true, + "name": "accept", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1577 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeAccept%4015069316", + "fixedId": true, + "name": "_nativeAccept", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_NativeSocket%4015069316.normal", + "fixedId": true, + "name": "_NativeSocket.normal", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/connect", + "fixedId": true, + "name": "connect", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/startConnect", + "fixedId": true, + "name": "startConnect", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 778 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_throwOnBadPort%4015069316", + "fixedId": true, + "name": "_throwOnBadPort", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/124", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/startConnect", + "fixedId": true, + "name": "startConnect", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 778 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 823 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/staggeredLookup", + "fixedId": true, + "name": "staggeredLookup", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 699 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/125", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/staggeredLookup", + "fixedId": true, + "name": "staggeredLookup", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 699 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 705 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2447/functions/wait", + "fixedId": true, + "name": "wait", + "owner": { + "type": "@Class", + "id": "classes/2447", + "fixedId": true, + "name": "Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2206/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 475 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_interceptCaughtError%405048458", + "fixedId": true, + "name": "_interceptCaughtError", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_interceptError%405048458", + "fixedId": true, + "name": "_interceptError", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 18 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2447/closures/140", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2447/functions/wait", + "fixedId": true, + "name": "wait", + "owner": { + "type": "@Class", + "id": "classes/2447", + "fixedId": true, + "name": "Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2207/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 475 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 525 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2447/closures/138", + "fixedId": true, + "name": "handleError", + "owner": { + "type": "@Function", + "id": "classes/2447/functions/wait", + "fixedId": true, + "name": "wait", + "owner": { + "type": "@Class", + "id": "classes/2447", + "fixedId": true, + "name": "Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2208/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 475 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 488 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/137", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/closures/125", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/staggeredLookup", + "fixedId": true, + "name": "staggeredLookup", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 699 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 705 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 766 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2442/functions/get%3AisCompleted", + "fixedId": true, + "name": "isCompleted", + "owner": { + "type": "@Class", + "id": "classes/2442", + "fixedId": true, + "name": "_Completer", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2209/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/136", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/closures/125", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/staggeredLookup", + "fixedId": true, + "name": "staggeredLookup", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 699 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 705 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 758 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/135", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/closures/125", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/staggeredLookup", + "fixedId": true, + "name": "staggeredLookup", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 699 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 705 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 757 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/134", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/closures/125", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/staggeredLookup", + "fixedId": true, + "name": "staggeredLookup", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 699 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 705 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 752 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/133", + "fixedId": true, + "name": "lookupAddresses", + "owner": { + "type": "@Function", + "id": "classes/2802/closures/125", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/staggeredLookup", + "fixedId": true, + "name": "staggeredLookup", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 699 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 705 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 716 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2442/functions/completeError", + "fixedId": true, + "name": "completeError", + "owner": { + "type": "@Class", + "id": "classes/2442", + "fixedId": true, + "name": "_Completer", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2210/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 80 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2442/implicit_closures/2", + "fixedId": true, + "name": "completeError", + "owner": { + "type": "@Function", + "id": "classes/2442/functions/completeError", + "fixedId": true, + "name": "completeError", + "owner": { + "type": "@Class", + "id": "classes/2442", + "fixedId": true, + "name": "_Completer", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2211/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 80 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 80 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_interceptUserError%405048458", + "fixedId": true, + "name": "_interceptUserError", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_trySetStackTrace%405048458", + "fixedId": true, + "name": "_trySetStackTrace", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 20 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[unknown stub]" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[unknown stub]" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Completer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/tryConnectToResolvedAddresses", + "fixedId": true, + "name": "tryConnectToResolvedAddresses", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 859 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ConnectionTask" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Set" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/129", + "fixedId": true, + "name": "onCancel", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/tryConnectToResolvedAddresses", + "fixedId": true, + "name": "tryConnectToResolvedAddresses", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 859 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2564/functions/_throwLocalNotInitialized%4010040228", + "fixedId": true, + "name": "_throwLocalNotInitialized", + "owner": { + "type": "@Class", + "id": "classes/2564", + "fixedId": true, + "name": "LateError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2564/functions/_throwLocalAssignedDuringInitialization%4010040228", + "fixedId": true, + "name": "_throwLocalAssignedDuringInitialization", + "owner": { + "type": "@Class", + "id": "classes/2564", + "fixedId": true, + "name": "LateError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2564/implicit_closures/9", + "fixedId": true, + "name": "_throwLocalAssignedDuringInitialization", + "owner": { + "type": "@Function", + "id": "classes/2564/functions/_throwLocalAssignedDuringInitialization%4010040228", + "fixedId": true, + "name": "_throwLocalAssignedDuringInitialization", + "owner": { + "type": "@Class", + "id": "classes/2564", + "fixedId": true, + "name": "LateError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 222 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2564/functions/_throwLocalAlreadyInitialized%4010040228", + "fixedId": true, + "name": "_throwLocalAlreadyInitialized", + "owner": { + "type": "@Class", + "id": "classes/2564", + "fixedId": true, + "name": "LateError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2564/implicit_closures/8", + "fixedId": true, + "name": "_throwLocalAlreadyInitialized", + "owner": { + "type": "@Function", + "id": "classes/2564/functions/_throwLocalAlreadyInitialized%4010040228", + "fixedId": true, + "name": "_throwLocalAlreadyInitialized", + "owner": { + "type": "@Class", + "id": "classes/2564", + "fixedId": true, + "name": "LateError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 217 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2564/functions/_throwFieldAlreadyInitialized%4010040228", + "fixedId": true, + "name": "_throwFieldAlreadyInitialized", + "owner": { + "type": "@Class", + "id": "classes/2564", + "fixedId": true, + "name": "LateError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2564/implicit_closures/6", + "fixedId": true, + "name": "_throwFieldAlreadyInitialized", + "owner": { + "type": "@Function", + "id": "classes/2564/functions/_throwFieldAlreadyInitialized%4010040228", + "fixedId": true, + "name": "_throwFieldAlreadyInitialized", + "owner": { + "type": "@Class", + "id": "classes/2564", + "fixedId": true, + "name": "LateError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 207 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2564/functions/LateError.fieldNI", + "fixedId": true, + "name": "LateError.fieldNI", + "owner": { + "type": "@Class", + "id": "classes/2564", + "fixedId": true, + "name": "LateError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2564/functions/LateError.fieldADI", + "fixedId": true, + "name": "LateError.fieldADI", + "owner": { + "type": "@Class", + "id": "classes/2564", + "fixedId": true, + "name": "LateError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1, + "line": 17 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2564/implicit_closures/7", + "fixedId": true, + "name": "_throwLocalNotInitialized", + "owner": { + "type": "@Function", + "id": "classes/2564/functions/_throwLocalNotInitialized%4010040228", + "fixedId": true, + "name": "_throwLocalNotInitialized", + "owner": { + "type": "@Class", + "id": "classes/2564", + "fixedId": true, + "name": "LateError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 212 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate LateError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2212/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1025 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/setListening", + "fixedId": true, + "name": "setListening", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1807 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/issueWriteEvent", + "fixedId": true, + "name": "issueWriteEvent", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1672 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/issueReadEvent", + "fixedId": true, + "name": "issueReadEvent", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1628 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/132", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/tryConnectToResolvedAddresses", + "fixedId": true, + "name": "tryConnectToResolvedAddresses", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 859 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/131", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/tryConnectToResolvedAddresses", + "fixedId": true, + "name": "tryConnectToResolvedAddresses", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 859 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/130", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/tryConnectToResolvedAddresses", + "fixedId": true, + "name": "tryConnectToResolvedAddresses", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 859 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/128", + "fixedId": true, + "name": "connectNext", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/tryConnectToResolvedAddresses", + "fixedId": true, + "name": "tryConnectToResolvedAddresses", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 859 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 994 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/setHandlers", + "fixedId": true, + "name": "setHandlers", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1793 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/get%3A_inProgressErrorCode%4015069316", + "fixedId": true, + "name": "_inProgressErrorCode", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 459 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/get%3Aport", + "fixedId": true, + "name": "port", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1590 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeGetPort%4015069316", + "fixedId": true, + "name": "_nativeGetPort", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeCreateConnect%4015069316", + "fixedId": true, + "name": "_nativeCreateConnect", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2065 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/namespace_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2805/functions/get%3A_namespace%4015069316", + "fixedId": true, + "name": "_namespace", + "owner": { + "type": "@Class", + "id": "classes/2805", + "fixedId": true, + "name": "_NamespaceImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/namespace_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2805/functions/_getDefault%4015069316", + "fixedId": true, + "name": "_getDefault", + "owner": { + "type": "@Class", + "id": "classes/2805", + "fixedId": true, + "name": "_NamespaceImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/143", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/closures/128", + "fixedId": true, + "name": "connectNext", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/tryConnectToResolvedAddresses", + "fixedId": true, + "name": "tryConnectToResolvedAddresses", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 859 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 994 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1088 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/142", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/closures/128", + "fixedId": true, + "name": "connectNext", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/tryConnectToResolvedAddresses", + "fixedId": true, + "name": "tryConnectToResolvedAddresses", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 859 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 994 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1054 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/127", + "fixedId": true, + "name": "createConnectionError", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/tryConnectToResolvedAddresses", + "fixedId": true, + "name": "tryConnectToResolvedAddresses", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 859 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 964 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/126", + "fixedId": true, + "name": "createConnection", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/tryConnectToResolvedAddresses", + "fixedId": true, + "name": "tryConnectToResolvedAddresses", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 859 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 889 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeCreateBindConnect%4015069316", + "fixedId": true, + "name": "_nativeCreateBindConnect", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2069 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeCreateUnixDomainBindConnect%4015069316", + "fixedId": true, + "name": "_nativeCreateUnixDomainBindConnect", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2077 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/Stream.value", + "fixedId": true, + "name": "Stream.value", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2213/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/_closeUnchecked%405048458", + "fixedId": true, + "name": "_closeUnchecked", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2214/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 649 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2381/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2381", + "fixedId": true, + "name": "_PendingEvents", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2215/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 660 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _PendingEvents@5048458" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2381/functions/handleNext", + "fixedId": true, + "name": "handleNext", + "owner": { + "type": "@Class", + "id": "classes/2381", + "fixedId": true, + "name": "_PendingEvents", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2216/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 669 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2381/functions/cancelSchedule", + "fixedId": true, + "name": "cancelSchedule", + "owner": { + "type": "@Class", + "id": "classes/2381", + "fixedId": true, + "name": "_PendingEvents", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2217/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 654 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2381/functions/schedule", + "fixedId": true, + "name": "schedule", + "owner": { + "type": "@Class", + "id": "classes/2381", + "fixedId": true, + "name": "_PendingEvents", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2218/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 637 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2381/closures/74", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2381/functions/schedule", + "fixedId": true, + "name": "schedule", + "owner": { + "type": "@Class", + "id": "classes/2381", + "fixedId": true, + "name": "_PendingEvents", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2219/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 637 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 645 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _EventDispatch@5048458" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/_ensurePendingEvents%405048458", + "fixedId": true, + "name": "_ensurePendingEvents", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2220/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 548 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _PendingEvents" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_addPending%405048458", + "fixedId": true, + "name": "_addPending", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2221/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/123", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/connect", + "fixedId": true, + "name": "connect", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1139 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeSetOption%4015069316", + "fixedId": true, + "name": "_nativeSetOption", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeGetSocketId%4015069316", + "fixedId": true, + "name": "_nativeGetSocketId", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeCreateBindListen%4015069316", + "fixedId": true, + "name": "_nativeCreateBindListen", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2085 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeCreateUnixDomainBindListen%4015069316", + "fixedId": true, + "name": "_nativeCreateUnixDomainBindListen", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2094 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/link.dart", + "function": { + "type": "@Function", + "id": "classes/2004/functions/targetSync", + "fixedId": true, + "name": "targetSync", + "owner": { + "type": "@Class", + "id": "classes/2004", + "fixedId": true, + "name": "_Link", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file.dart", + "function": { + "type": "@Function", + "id": "classes/1997/functions/File.fromRawPath", + "fixedId": true, + "name": "File.fromRawPath", + "owner": { + "type": "@Class", + "id": "classes/1997", + "fixedId": true, + "name": "File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1, + "line": 217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/_toStringFromUtf8Array%4015069316", + "fixedId": true, + "name": "_toStringFromUtf8Array", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 688 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _File" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/_toNullTerminatedUtf8Array%4015069316", + "fixedId": true, + "name": "_toNullTerminatedUtf8Array", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 678 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file.dart", + "function": { + "type": "@Function", + "id": "classes/1997/functions/File.fromUri", + "fixedId": true, + "name": "File.fromUri", + "owner": { + "type": "@Class", + "id": "classes/1997", + "fixedId": true, + "name": "File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file.dart", + "function": { + "type": "@Function", + "id": "classes/1997/functions/File.", + "fixedId": true, + "name": "File", + "owner": { + "type": "@Class", + "id": "classes/1997", + "fixedId": true, + "name": "File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/_toUtf8Array%4015069316", + "fixedId": true, + "name": "_toUtf8Array", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 675 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: File" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/exists", + "fixedId": true, + "name": "exists", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/_dispatchWithNamespace%4015069316", + "fixedId": true, + "name": "_dispatchWithNamespace", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/namespace_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2805/functions/get%3A_namespacePointer%4015069316", + "fixedId": true, + "name": "_namespacePointer", + "owner": { + "type": "@Class", + "id": "classes/2805", + "fixedId": true, + "name": "_NamespaceImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1, + "line": 35 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/namespace_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2805/functions/_getPointer%4015069316", + "fixedId": true, + "name": "_getPointer", + "owner": { + "type": "@Class", + "id": "classes/2805", + "fixedId": true, + "name": "_NamespaceImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fnamespace_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/namespace_patch.dart" + }, + "tokenPos": -1, + "line": 14 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/93", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/exists", + "fixedId": true, + "name": "exists", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 286 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/common.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_checkForErrorResponse%4015069316", + "fixedId": true, + "name": "_checkForErrorResponse", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fcommon.dart/0", + "fixedId": true, + "uri": "dart:io/common.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FileSystemException" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file.dart", + "function": { + "type": "@Function", + "id": "classes/1992/functions/_toStringHelper%4015069316", + "fixedId": true, + "name": "_toStringHelper", + "owner": { + "type": "@Class", + "id": "classes/1992", + "fixedId": true, + "name": "FileSystemException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1, + "line": 1122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file.dart", + "function": { + "type": "@Function", + "id": "classes/1992/functions/FileSystemException._fromOSError%4015069316", + "fixedId": true, + "name": "FileSystemException._fromOSError", + "owner": { + "type": "@Class", + "id": "classes/1992", + "fixedId": true, + "name": "FileSystemException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1, + "line": 1074 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PathExistsException" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PathAccessException" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PathNotFoundException" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/_openStdio%4015069316", + "fixedId": true, + "name": "_openStdio", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 85 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/readAsBytes", + "fixedId": true, + "name": "readAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 605 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/open", + "fixedId": true, + "name": "open", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 427 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2447/functions/Future.error", + "fixedId": true, + "name": "Future.error", + "owner": { + "type": "@Class", + "id": "classes/2447", + "fixedId": true, + "name": "Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2222/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 371 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/4", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/open", + "fixedId": true, + "name": "open", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 427 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 441 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/_RandomAccessFile%4015069316.", + "fixedId": true, + "name": "_RandomAccessFile", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 824 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _FileResourceInfo@15069316" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _SpawnedProcessResourceInfo@15069316" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1984/field_inits/startedProcesses", + "fixedId": true, + "name": "startedProcesses", + "owner": { + "type": "@Class", + "id": "classes/1984", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 149 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Socket" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/_dispatch%4015069316", + "fixedId": true, + "name": "_dispatch", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 1217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/_pointer%4015069316", + "fixedId": true, + "name": "_pointer", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 1215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2809/functions/_getPointer%4015069316", + "fixedId": true, + "name": "_getPointer", + "owner": { + "type": "@Class", + "id": "classes/2809", + "fixedId": true, + "name": "_RandomAccessFileOpsImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 104 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/closures/84", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1989/functions/_dispatch%4015069316", + "fixedId": true, + "name": "_dispatch", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 1217 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 1232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/writeFrom", + "fixedId": true, + "name": "writeFrom", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 976 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/common.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_ensureFastAndSerializableByteData%4015069316", + "fixedId": true, + "name": "_ensureFastAndSerializableByteData", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fcommon.dart/0", + "fixedId": true, + "uri": "dart:io/common.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BufferAndStart" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/closures/98", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1989/functions/writeFrom", + "fixedId": true, + "name": "writeFrom", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 976 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 1000 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1985/functions/addWrite", + "fixedId": true, + "name": "addWrite", + "owner": { + "type": "@Class", + "id": "classes/1985", + "fixedId": true, + "name": "_ReadWriteResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/stopwatch_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2487/functions/get%3AelapsedMicroseconds", + "fixedId": true, + "name": "elapsedMicroseconds", + "owner": { + "type": "@Class", + "id": "classes/2487", + "fixedId": true, + "name": "Stopwatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstopwatch_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/stopwatch_patch.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/stopwatch.dart", + "function": { + "type": "@Function", + "id": "classes/2487/functions/get%3Aelapsed", + "fixedId": true, + "name": "elapsed", + "owner": { + "type": "@Class", + "id": "classes/2487", + "fixedId": true, + "name": "Stopwatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/stopwatch.dart", + "function": { + "type": "@Function", + "id": "classes/2487/functions/reset", + "fixedId": true, + "name": "reset", + "owner": { + "type": "@Class", + "id": "classes/2487", + "fixedId": true, + "name": "Stopwatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/stopwatch_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2487/functions/_now%400150898", + "fixedId": true, + "name": "_now", + "owner": { + "type": "@Class", + "id": "classes/2487", + "fixedId": true, + "name": "Stopwatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstopwatch_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/stopwatch_patch.dart" + }, + "tokenPos": -1, + "line": 15 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/stopwatch.dart", + "function": { + "type": "@Function", + "id": "classes/2487/functions/stop", + "fixedId": true, + "name": "stop", + "owner": { + "type": "@Class", + "id": "classes/2487", + "fixedId": true, + "name": "Stopwatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/stopwatch.dart", + "function": { + "type": "@Function", + "id": "classes/2487/functions/start", + "fixedId": true, + "name": "start", + "owner": { + "type": "@Class", + "id": "classes/2487", + "fixedId": true, + "name": "Stopwatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/stopwatch_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2487/functions/get%3AelapsedMilliseconds", + "fixedId": true, + "name": "elapsedMilliseconds", + "owner": { + "type": "@Class", + "id": "classes/2487", + "fixedId": true, + "name": "Stopwatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstopwatch_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/stopwatch_patch.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/stopwatch_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2487/functions/_computeFrequency%400150898", + "fixedId": true, + "name": "_computeFrequency", + "owner": { + "type": "@Class", + "id": "classes/2487", + "fixedId": true, + "name": "Stopwatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstopwatch_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/stopwatch_patch.dart" + }, + "tokenPos": -1, + "line": 20 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/stopwatch.dart", + "function": { + "type": "@Function", + "id": "classes/2487/functions/get%3AelapsedTicks", + "fixedId": true, + "name": "elapsedTicks", + "owner": { + "type": "@Class", + "id": "classes/2487", + "fixedId": true, + "name": "Stopwatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1, + "line": 116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/stopwatch.dart", + "function": { + "type": "@Function", + "id": "classes/2487/field_inits/_frequency%400150898", + "fixedId": true, + "name": "_frequency", + "owner": { + "type": "@Class", + "id": "classes/2487", + "fixedId": true, + "name": "Stopwatch", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstopwatch.dart/0", + "fixedId": true, + "uri": "dart:core/stopwatch.dart" + }, + "tokenPos": -1, + "line": 52 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1983/field_inits/_sw%4015069316", + "fixedId": true, + "name": "_sw", + "owner": { + "type": "@Class", + "id": "classes/1983", + "fixedId": true, + "name": "_IOResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Stopwatch" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1983/field_inits/_startTime%4015069316", + "fixedId": true, + "name": "_startTime", + "owner": { + "type": "@Class", + "id": "classes/1983", + "fixedId": true, + "name": "_IOResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 14 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_getCurrentMicros%400150898", + "fixedId": true, + "name": "_getCurrentMicros", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 12 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/length", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 1097 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/closures/82", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1989/functions/length", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 1097 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 1098 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/readInto", + "fixedId": true, + "name": "readInto", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 919 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/closures/89", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1989/functions/readInto", + "fixedId": true, + "name": "readInto", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 919 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 927 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1985/functions/addRead", + "fixedId": true, + "name": "addRead", + "owner": { + "type": "@Class", + "id": "classes/1985", + "fixedId": true, + "name": "_ReadWriteResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/closeSync", + "fixedId": true, + "name": "closeSync", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/_maybePerformCleanup%4015069316", + "fixedId": true, + "name": "_maybePerformCleanup", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1986/functions/fileClosed", + "fixedId": true, + "name": "fileClosed", + "owner": { + "type": "@Class", + "id": "classes/1986", + "fixedId": true, + "name": "_FileResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 104 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1986/field_inits/openFiles", + "fixedId": true, + "name": "openFiles", + "owner": { + "type": "@Class", + "id": "classes/1986", + "fixedId": true, + "name": "_FileResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2809/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2809", + "fixedId": true, + "name": "_RandomAccessFileOpsImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/_checkAvailable%4015069316", + "fixedId": true, + "name": "_checkAvailable", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 1237 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/readIntoSync", + "fixedId": true, + "name": "readIntoSync", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 938 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2809/functions/readInto", + "fixedId": true, + "name": "readInto", + "owner": { + "type": "@Class", + "id": "classes/2809", + "fixedId": true, + "name": "_RandomAccessFileOpsImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/writeFromSync", + "fixedId": true, + "name": "writeFromSync", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 1007 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2809/functions/writeFrom", + "fixedId": true, + "name": "writeFrom", + "owner": { + "type": "@Class", + "id": "classes/2809", + "fixedId": true, + "name": "_RandomAccessFileOpsImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/read", + "fixedId": true, + "name": "read", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 896 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/closures/90", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1989/functions/read", + "fixedId": true, + "name": "read", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 896 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 899 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/lengthSync", + "fixedId": true, + "name": "lengthSync", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 1104 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2809/functions/length", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2809", + "fixedId": true, + "name": "_RandomAccessFileOpsImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 856 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/closures/83", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1989/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 856 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 857 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/implicit_closures/3", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Function", + "id": "classes/1989/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 856 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 856 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/readSync", + "fixedId": true, + "name": "readSync", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 907 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2809/functions/read", + "fixedId": true, + "name": "read", + "owner": { + "type": "@Class", + "id": "classes/2809", + "fixedId": true, + "name": "_RandomAccessFileOpsImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RandomAccessFile" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: File?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/functions/closeSocket", + "fixedId": true, + "name": "closeSocket", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1025 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/functions/_cancel%4016463476", + "fixedId": true, + "name": "_cancel", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 931 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1016 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/functions/_ensureController%4016463476", + "fixedId": true, + "name": "_ensureController", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 939 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2244/functions/_ZLibDecoderSink%4015069316._%4015069316", + "fixedId": true, + "name": "_ZLibDecoderSink._", + "owner": { + "type": "@Class", + "id": "classes/2244", + "fixedId": true, + "name": "_ZLibDecoderSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/filter_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2008/functions/_makeZLibInflateFilter%4015069316", + "fixedId": true, + "name": "_makeZLibInflateFilter", + "owner": { + "type": "@Class", + "id": "classes/2008", + "fixedId": true, + "name": "RawZLibFilter", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1, + "line": 78 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2008/functions/RawZLibFilter.inflateFilter", + "fixedId": true, + "name": "RawZLibFilter.inflateFilter", + "owner": { + "type": "@Class", + "id": "classes/2008", + "fixedId": true, + "name": "RawZLibFilter", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 427 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/filter_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2008/functions/_makeZLibDeflateFilter%4015069316", + "fixedId": true, + "name": "_makeZLibDeflateFilter", + "owner": { + "type": "@Class", + "id": "classes/2008", + "fixedId": true, + "name": "RawZLibFilter", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/filter_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2807/functions/_ZLibDeflateFilter%4015069316.", + "fixedId": true, + "name": "_ZLibDeflateFilter", + "owner": { + "type": "@Class", + "id": "classes/2807", + "fixedId": true, + "name": "_ZLibDeflateFilter", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1, + "line": 35 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/filter_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2807/functions/_init%4015069316", + "fixedId": true, + "name": "_init", + "owner": { + "type": "@Class", + "id": "classes/2807", + "fixedId": true, + "name": "_ZLibDeflateFilter", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ZLibDeflateFilter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/filter_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2808/functions/_init%4015069316", + "fixedId": true, + "name": "_init", + "owner": { + "type": "@Class", + "id": "classes/2808", + "fixedId": true, + "name": "_ZLibInflateFilter", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1, + "line": 25 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ZLibInflateFilter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2243/implicit_closures/0", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2243/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2243", + "fixedId": true, + "name": "_FilterSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 536 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 536 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2243/functions/addSlice", + "fixedId": true, + "name": "addSlice", + "owner": { + "type": "@Class", + "id": "classes/2243", + "fixedId": true, + "name": "_FilterSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/filter_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2806/functions/processed", + "fixedId": true, + "name": "processed", + "owner": { + "type": "@Class", + "id": "classes/2806", + "fixedId": true, + "name": "_FilterImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1, + "line": 12 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/filter_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2806/functions/process", + "fixedId": true, + "name": "process", + "owner": { + "type": "@Class", + "id": "classes/2806", + "fixedId": true, + "name": "_FilterImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffilter_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/filter_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2246/implicit_closures/1", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2246/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2246", + "fixedId": true, + "name": "_BufferSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 473 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2248/functions/_createParser%4011003594", + "fixedId": true, + "name": "_createParser", + "owner": { + "type": "@Class", + "id": "classes/2248", + "fixedId": true, + "name": "_JsonUtf8DecoderSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 1674 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _JsonUtf8Parser" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2249/implicit_closures/3", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2249/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2249", + "fixedId": true, + "name": "_Utf8ConversionSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 305 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2249/functions/addSlice", + "fixedId": true, + "name": "addSlice", + "owner": { + "type": "@Class", + "id": "classes/2249", + "fixedId": true, + "name": "_Utf8ConversionSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/string_buffer.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/string_buffer.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2260/functions/addSlice", + "fixedId": true, + "name": "addSlice", + "owner": { + "type": "@Class", + "id": "classes/2260", + "fixedId": true, + "name": "_StringAdapterSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 231 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Sink" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2260/implicit_closures/0", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2260/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2260", + "fixedId": true, + "name": "_StringAdapterSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 227 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2249/functions/_Utf8ConversionSink%4011003594._%4011003594", + "fixedId": true, + "name": "_Utf8ConversionSink._", + "owner": { + "type": "@Class", + "id": "classes/2249", + "fixedId": true, + "name": "_Utf8ConversionSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 287 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2249/functions/_Utf8ConversionSink%4011003594.", + "fixedId": true, + "name": "_Utf8ConversionSink", + "owner": { + "type": "@Class", + "id": "classes/2249", + "fixedId": true, + "name": "_Utf8ConversionSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/byte_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2252/implicit_closures/0", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2252/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2252", + "fixedId": true, + "name": "_ByteAdapterSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbyte_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/byte_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbyte_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/byte_conversion.dart" + }, + "tokenPos": -1, + "line": 49 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbyte_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/byte_conversion.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2258/functions/asUtf8Sink", + "fixedId": true, + "name": "asUtf8Sink", + "owner": { + "type": "@Class", + "id": "classes/2258", + "fixedId": true, + "name": "StringConversionSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Utf8ConversionSink" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/chunked_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2226/implicit_closures/1", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2226/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2226", + "fixedId": true, + "name": "_ConverterStreamEventSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fchunked_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/chunked_conversion.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2223/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2224/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fchunked_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/chunked_conversion.dart" + }, + "tokenPos": -1, + "line": 69 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fchunked_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/chunked_conversion.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2378/implicit_closures/0", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2378/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2378", + "fixedId": true, + "name": "_EventSinkWrapper", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2225/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 12 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 12 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2012/functions/processOutgoingMessage", + "fixedId": true, + "name": "processOutgoingMessage", + "owner": { + "type": "@Class", + "id": "classes/2012", + "fixedId": true, + "name": "_WebSocketPerMessageDeflate", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 655 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2012/functions/_ensureEncoder%4016463476", + "fixedId": true, + "name": "_ensureEncoder", + "owner": { + "type": "@Class", + "id": "classes/2012", + "fixedId": true, + "name": "_WebSocketPerMessageDeflate", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 626 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2012/functions/processIncomingMessage", + "fixedId": true, + "name": "processIncomingMessage", + "owner": { + "type": "@Class", + "id": "classes/2012", + "fixedId": true, + "name": "_WebSocketPerMessageDeflate", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 631 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2012/functions/_ensureDecoder%4016463476", + "fixedId": true, + "name": "_ensureDecoder", + "owner": { + "type": "@Class", + "id": "classes/2012", + "fixedId": true, + "name": "_WebSocketPerMessageDeflate", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 621 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/implicit_closures/4", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2407/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 127 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/functions/_prepareForNextFrame%4016463476", + "fixedId": true, + "name": "_prepareForNextFrame", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 397 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/functions/_controlFrameEnd%4016463476", + "fixedId": true, + "name": "_controlFrameEnd", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 359 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WebSocketException" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WebSocketPong" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WebSocketPing" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/functions/_messageFrameEnd%4016463476", + "fixedId": true, + "name": "_messageFrameEnd", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/functions/_startPayload%4016463476", + "fixedId": true, + "name": "_startPayload", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 311 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/functions/_unmask%4016463476", + "fixedId": true, + "name": "_unmask", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 251 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/65/functions/%5E", + "fixedId": true, + "name": "^", + "owner": { + "type": "@Class", + "id": "classes/65", + "fixedId": true, + "name": "_Int32x4", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4003 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/typed_data/typed_data.dart", + "function": { + "type": "@Function", + "id": "classes/2118/functions/Int32x4List.view", + "fixedId": true, + "name": "Int32x4List.view", + "owner": { + "type": "@Class", + "id": "classes/2118", + "fixedId": true, + "name": "Int32x4List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data/0", + "fixedId": true, + "uri": "dart:typed_data" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data/0", + "fixedId": true, + "uri": "dart:typed_data" + }, + "tokenPos": -1, + "line": 2415 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/functions/_WebSocketProtocolTransformer%4016463476.", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2406/implicit_closures/2", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2406/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2406", + "fixedId": true, + "name": "_WebSocketOutgoingTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 728 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 728 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2406/functions/createFrame", + "fixedId": true, + "name": "createFrame", + "owner": { + "type": "@Class", + "id": "classes/2406", + "fixedId": true, + "name": "_WebSocketOutgoingTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 798 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2406/functions/addFrame", + "fixedId": true, + "name": "addFrame", + "owner": { + "type": "@Class", + "id": "classes/2406", + "fixedId": true, + "name": "_WebSocketOutgoingTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 785 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/transform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2226/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1038 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: StreamTransformer" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WebSocketOutgoingTransformer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/closures/163", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2011/functions/_ensureController%4016463476", + "fixedId": true, + "name": "_ensureController", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 939 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 958 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/functions/_done%4016463476", + "fixedId": true, + "name": "_done", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 974 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/closures/162", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2011/functions/_ensureController%4016463476", + "fixedId": true, + "name": "_ensureController", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 939 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 954 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/implicit_closures/1", + "fixedId": true, + "name": "_onListen", + "owner": { + "type": "@Function", + "id": "classes/2011/functions/_onListen%4016463476", + "fixedId": true, + "name": "_onListen", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 909 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 909 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/functions/_onListen%4016463476", + "fixedId": true, + "name": "_onListen", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 909 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/implicit_closures/3", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Function", + "id": "classes/2011/functions/_onResume%4016463476", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 922 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 922 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/functions/_onResume%4016463476", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 922 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/implicit_closures/2", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Function", + "id": "classes/2011/functions/_onPause%4016463476", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 913 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/functions/_onPause%4016463476", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/implicit_closures/6", + "fixedId": true, + "name": "_done", + "owner": { + "type": "@Function", + "id": "classes/2011/functions/_done%4016463476", + "fixedId": true, + "name": "_done", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 974 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 974 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2031/functions/_findReasonPhrase%4016463476", + "fixedId": true, + "name": "_findReasonPhrase", + "owner": { + "type": "@Class", + "id": "classes/2031", + "fixedId": true, + "name": "_HttpResponse", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1374 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2031/functions/_writeHeader%4016463476", + "fixedId": true, + "name": "_writeHeader", + "owner": { + "type": "@Class", + "id": "classes/2031", + "fixedId": true, + "name": "_HttpResponse", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/functions/setHeader", + "fixedId": true, + "name": "setHeader", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 2029 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2031/functions/get%3AreasonPhrase", + "fixedId": true, + "name": "reasonPhrase", + "owner": { + "type": "@Class", + "id": "classes/2031", + "fixedId": true, + "name": "_HttpResponse", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1269 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CopyingBytesBuilder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2031/functions/set%3Adeadline", + "fixedId": true, + "name": "deadline=", + "owner": { + "type": "@Class", + "id": "classes/2031", + "fixedId": true, + "name": "_HttpResponse", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2031/functions/detachSocket", + "fixedId": true, + "name": "detachSocket", + "owner": { + "type": "@Class", + "id": "classes/2031", + "fixedId": true, + "name": "_HttpResponse", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/functions/writeHeaders", + "fixedId": true, + "name": "writeHeaders", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1791 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/drain", + "fixedId": true, + "name": "drain", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2227/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1479 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/closures/167", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2027/functions/writeHeaders", + "fixedId": true, + "name": "writeHeaders", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1791 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1835 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/closures/166", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2027/functions/writeHeaders", + "fixedId": true, + "name": "writeHeaders", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1791 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1819 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2312/functions/detachSocket", + "fixedId": true, + "name": "detachSocket", + "owner": { + "type": "@Class", + "id": "classes/2312", + "fixedId": true, + "name": "_HttpConnection", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3412 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HttpConnection@16463476" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2312/field_inits/_connections%4016463476", + "fixedId": true, + "name": "_connections", + "owner": { + "type": "@Class", + "id": "classes/2312", + "fixedId": true, + "name": "_HttpConnection", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2312/functions/destroy", + "fixedId": true, + "name": "destroy", + "owner": { + "type": "@Class", + "id": "classes/2312", + "fixedId": true, + "name": "_HttpConnection", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3404 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2311/functions/get%3A_serviceId%4016463476", + "fixedId": true, + "name": "_serviceId", + "owner": { + "type": "@Class", + "id": "classes/2311", + "fixedId": true, + "name": "__HttpConnection&LinkedListEntry&_ServiceObject", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2312/functions/_HttpConnection%4016463476.", + "fixedId": true, + "name": "_HttpConnection", + "owner": { + "type": "@Class", + "id": "classes/2312", + "fixedId": true, + "name": "_HttpConnection", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2312/closures/13", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2312/functions/_HttpConnection%4016463476.", + "fixedId": true, + "name": "_HttpConnection", + "owner": { + "type": "@Class", + "id": "classes/2312", + "fixedId": true, + "name": "_HttpConnection", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3331 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3391 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2312/closures/12", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2312/functions/_HttpConnection%4016463476.", + "fixedId": true, + "name": "_HttpConnection", + "owner": { + "type": "@Class", + "id": "classes/2312", + "fixedId": true, + "name": "_HttpConnection", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3331 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2312/closures/11", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2312/functions/_HttpConnection%4016463476.", + "fixedId": true, + "name": "_HttpConnection", + "owner": { + "type": "@Class", + "id": "classes/2312", + "fixedId": true, + "name": "_HttpConnection", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3331 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3336 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/_handleRequest%4016463476", + "fixedId": true, + "name": "_handleRequest", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3621 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2427/functions/_HttpRequest%4016463476.", + "fixedId": true, + "name": "_HttpRequest", + "owner": { + "type": "@Class", + "id": "classes/2427", + "fixedId": true, + "name": "_HttpRequest", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 484 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HttpRequest" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2030/functions/_HttpOutboundMessage%4016463476.", + "fixedId": true, + "name": "_HttpOutboundMessage", + "owner": { + "type": "@Class", + "id": "classes/2030", + "fixedId": true, + "name": "_HttpOutboundMessage", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2228/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2029/functions/_IOSinkImpl%4016463476.", + "fixedId": true, + "name": "_IOSinkImpl", + "owner": { + "type": "@Class", + "id": "classes/2029", + "fixedId": true, + "name": "_IOSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1083 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HttpResponse" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/functions/_HttpOutgoing%4016463476.", + "fixedId": true, + "name": "_HttpOutgoing", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1787 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HttpOutgoing" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/_markActive%4016463476", + "fixedId": true, + "name": "_markActive", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3640 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2312/closures/191", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2312/closures/11", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2312/functions/_HttpConnection%4016463476.", + "fixedId": true, + "name": "_HttpConnection", + "owner": { + "type": "@Class", + "id": "classes/2312", + "fixedId": true, + "name": "_HttpConnection", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3331 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3336 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2312/closures/190", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2312/closures/11", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2312/functions/_HttpConnection%4016463476.", + "fixedId": true, + "name": "_HttpConnection", + "owner": { + "type": "@Class", + "id": "classes/2312", + "fixedId": true, + "name": "_HttpConnection", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3331 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3336 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/_markIdle%4016463476", + "fixedId": true, + "name": "_markIdle", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3635 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2426/functions/get%3ApersistentConnection", + "fixedId": true, + "name": "persistentConnection", + "owner": { + "type": "@Class", + "id": "classes/2426", + "fixedId": true, + "name": "_HttpInboundMessage", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 470 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2030/functions/get%3ApersistentConnection", + "fixedId": true, + "name": "persistentConnection", + "owner": { + "type": "@Class", + "id": "classes/2030", + "fixedId": true, + "name": "_HttpOutboundMessage", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2229/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2312/closures/189", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2312/closures/11", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2312/functions/_HttpConnection%4016463476.", + "fixedId": true, + "name": "_HttpConnection", + "owner": { + "type": "@Class", + "id": "classes/2312", + "fixedId": true, + "name": "_HttpConnection", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3331 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3336 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/_connectionClosed%4016463476", + "fixedId": true, + "name": "_connectionClosed", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3629 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/_maybePerformCleanup%4016463476", + "fixedId": true, + "name": "_maybePerformCleanup", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3595 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2308/functions/unlink", + "fixedId": true, + "name": "unlink", + "owner": { + "type": "@Class", + "id": "classes/2308", + "fixedId": true, + "name": "LinkedListEntry", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2230/0", + "kind": "TypeParameter", + "identityHashCode": 1814063396, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2312/closures/168", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2312/functions/detachSocket", + "fixedId": true, + "name": "detachSocket", + "owner": { + "type": "@Class", + "id": "classes/2312", + "fixedId": true, + "name": "_HttpConnection", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3412 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3419 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DetachedSocket" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/implicit_closures/2", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2423/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3823 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3823 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2031/closures/160", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2031/functions/detachSocket", + "fixedId": true, + "name": "detachSocket", + "owner": { + "type": "@Class", + "id": "classes/2031", + "fixedId": true, + "name": "_HttpResponse", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1282 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1298 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2031/functions/redirect", + "fixedId": true, + "name": "redirect", + "owner": { + "type": "@Class", + "id": "classes/2031", + "fixedId": true, + "name": "_HttpResponse", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1275 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2031/functions/set%3AstatusCode", + "fixedId": true, + "name": "statusCode=", + "owner": { + "type": "@Class", + "id": "classes/2031", + "fixedId": true, + "name": "_HttpResponse", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1264 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2031/functions/get%3A_isConnectionClosed%4016463476", + "fixedId": true, + "name": "_isConnectionClosed", + "owner": { + "type": "@Class", + "id": "classes/2031", + "fixedId": true, + "name": "_HttpResponse", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2030/implicit_closures/3", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2030/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2030", + "fixedId": true, + "name": "_HttpOutboundMessage", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2231/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1201 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2030/functions/get%3Aencoding", + "fixedId": true, + "name": "encoding", + "owner": { + "type": "@Class", + "id": "classes/2030", + "fixedId": true, + "name": "_HttpOutboundMessage", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2232/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1187 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/functions/_addChunk%4016463476", + "fixedId": true, + "name": "_addChunk", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 2084 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1936/functions/stop", + "fixedId": true, + "name": "stop", + "owner": { + "type": "@Class", + "id": "classes/1936", + "fixedId": true, + "name": "_SocketStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2703 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_disableWriteEvent%4015069316", + "fixedId": true, + "name": "_disableWriteEvent", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2953 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/set%3AwriteEventsEnabled", + "fixedId": true, + "name": "writeEventsEnabled=", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2446 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/functions/_onPauseStateChange%4015069316", + "fixedId": true, + "name": "_onPauseStateChange", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/functions/_resume%4015069316", + "fixedId": true, + "name": "_resume", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2231 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/functions/_pause%4015069316", + "fixedId": true, + "name": "_pause", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/implicit_closures/8", + "fixedId": true, + "name": "_onPauseStateChange", + "owner": { + "type": "@Function", + "id": "classes/2417/functions/_onPauseStateChange%4015069316", + "fixedId": true, + "name": "_onPauseStateChange", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2243 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/functions/_onSubscriptionStateChange%4015069316", + "fixedId": true, + "name": "_onSubscriptionStateChange", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/implicit_closures/7", + "fixedId": true, + "name": "_onSubscriptionStateChange", + "owner": { + "type": "@Function", + "id": "classes/2417/functions/_onSubscriptionStateChange%4015069316", + "fixedId": true, + "name": "_onSubscriptionStateChange", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2235 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/closures/104", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2417/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2223 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/functions/get%3Aaddress", + "fixedId": true, + "name": "address", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/functions/get%3Aport", + "fixedId": true, + "name": "port", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2219 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/closures/180", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2417/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2151 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2166 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RawServerSocket" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RawSocket" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/_onPauseStateChange%4015069316", + "fixedId": true, + "name": "_onPauseStateChange", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2468 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/_pause%4015069316", + "fixedId": true, + "name": "_pause", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2460 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/implicit_closures/15", + "fixedId": true, + "name": "_onPauseStateChange", + "owner": { + "type": "@Function", + "id": "classes/2416/functions/_onPauseStateChange%4015069316", + "fixedId": true, + "name": "_onPauseStateChange", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2468 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2468 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/_onSubscriptionStateChange%4015069316", + "fixedId": true, + "name": "_onSubscriptionStateChange", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2476 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/implicit_closures/16", + "fixedId": true, + "name": "_onSubscriptionStateChange", + "owner": { + "type": "@Function", + "id": "classes/2416/functions/_onSubscriptionStateChange%4015069316", + "fixedId": true, + "name": "_onSubscriptionStateChange", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2476 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2476 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/set%3AreadEventsEnabled", + "fixedId": true, + "name": "readEventsEnabled=", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2438 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/_RawSocket%4015069316._writePipe%4015069316", + "fixedId": true, + "name": "_RawSocket._writePipe", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_NativeSocket%4015069316.pipe", + "fixedId": true, + "name": "_NativeSocket.pipe", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/connect", + "fixedId": true, + "name": "connect", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/closures/121", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2416/functions/connect", + "fixedId": true, + "name": "connect", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2268 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1974/functions/collectNewSocket", + "fixedId": true, + "name": "collectNewSocket", + "owner": { + "type": "@Class", + "id": "classes/1974", + "fixedId": true, + "name": "_SocketProfile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 237 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1974/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/1974", + "fixedId": true, + "name": "_SocketProfile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 310 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_success%4015069316", + "fixedId": true, + "name": "_success", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1974/functions/pause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/1974", + "fixedId": true, + "name": "_SocketProfile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 304 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1974/functions/set%3AenableSocketProfiling", + "fixedId": true, + "name": "enableSocketProfiling=", + "owner": { + "type": "@Class", + "id": "classes/1974", + "fixedId": true, + "name": "_SocketProfile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/service.dart", + "function": { + "type": "@Function", + "id": "classes/2200/functions/getIsolateID", + "fixedId": true, + "name": "getIsolateID", + "owner": { + "type": "@Class", + "id": "classes/2200", + "fixedId": true, + "name": "Service", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fservice.dart/0", + "fixedId": true, + "uri": "dart:developer/service.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fservice.dart/0", + "fixedId": true, + "uri": "dart:developer/service.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/developer/service.dart", + "function": { + "type": "@Function", + "id": "classes/2200/functions/getIsolateId", + "fixedId": true, + "name": "getIsolateId", + "owner": { + "type": "@Class", + "id": "classes/2200", + "fixedId": true, + "name": "Service", + "library": { + "type": "@Library", + "id": "libraries/@6383715", + "fixedId": true, + "name": "dart.developer", + "uri": "dart:developer" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fservice.dart/0", + "fixedId": true, + "uri": "dart:developer/service.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@6383715/scripts/dart%3Adeveloper%2Fservice.dart/0", + "fixedId": true, + "uri": "dart:developer/service.dart" + }, + "tokenPos": -1, + "line": 117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2148/field_inits/_currentIsolate%401026248", + "fixedId": true, + "name": "_currentIsolate", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2148/functions/_getCurrentIsolate%401026248", + "fixedId": true, + "name": "_getCurrentIsolate", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 699 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Isolate" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2148/functions/run", + "fixedId": true, + "name": "run", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2148/functions/spawn", + "fixedId": true, + "name": "spawn", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2148/functions/_spawnCommon%401026248", + "fixedId": true, + "name": "_spawnCommon", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 527 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2148/closures/353", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2148/functions/_spawnCommon%401026248", + "fixedId": true, + "name": "_spawnCommon", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 527 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 529 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IsolateSpawnException" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2148/functions/_spawnFunction%401026248", + "fixedId": true, + "name": "_spawnFunction", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 419 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2142/implicit_closures/0", + "fixedId": true, + "name": "_remoteExecute", + "owner": { + "type": "@Function", + "id": "classes/2142/functions/_remoteExecute%401026248", + "fixedId": true, + "name": "_remoteExecute", + "owner": { + "type": "@Class", + "id": "classes/2142", + "fixedId": true, + "name": "_RemoteRunner", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2233/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 1109 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 1109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2142/functions/_run%401026248", + "fixedId": true, + "name": "_run", + "owner": { + "type": "@Class", + "id": "classes/2142", + "fixedId": true, + "name": "_RemoteRunner", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2234/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 1113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2142/functions/_list2%401026248", + "fixedId": true, + "name": "_list2", + "owner": { + "type": "@Class", + "id": "classes/2142", + "fixedId": true, + "name": "_RemoteRunner", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2235/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 1133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2148/functions/exit", + "fixedId": true, + "name": "exit", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 728 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2148/functions/_exit%401026248", + "fixedId": true, + "name": "_exit", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 722 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2142/functions/_list1%401026248", + "fixedId": true, + "name": "_list1", + "owner": { + "type": "@Class", + "id": "classes/2142", + "fixedId": true, + "name": "_RemoteRunner", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2236/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 1130 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RemoteRunner" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2148/closures/352", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2148/functions/run", + "fixedId": true, + "name": "run", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 252 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2148/closures/351", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2148/functions/run", + "fixedId": true, + "name": "run", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 252 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 296 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2148/closures/350", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2148/functions/run", + "fixedId": true, + "name": "run", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 252 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 256 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StringStackTrace" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RemoteError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2148/functions/_getPortAndCapabilitiesOfCurrentIsolate%401026248", + "fixedId": true, + "name": "_getPortAndCapabilitiesOfCurrentIsolate", + "owner": { + "type": "@Class", + "id": "classes/2148", + "fixedId": true, + "name": "Isolate", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 708 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Isolate" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1974/functions/start", + "fixedId": true, + "name": "start", + "owner": { + "type": "@Class", + "id": "classes/1974", + "fixedId": true, + "name": "_SocketProfile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1974/functions/collectStatistic", + "fixedId": true, + "name": "collectStatistic", + "owner": { + "type": "@Class", + "id": "classes/1974", + "fixedId": true, + "name": "_SocketProfile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 262 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1974/functions/toJson", + "fixedId": true, + "name": "toJson", + "owner": { + "type": "@Class", + "id": "classes/1974", + "fixedId": true, + "name": "_SocketProfile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1974/closures/209", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1974/functions/toJson", + "fixedId": true, + "name": "toJson", + "owner": { + "type": "@Class", + "id": "classes/1974", + "fixedId": true, + "name": "_SocketProfile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 232 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 234 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1973/functions/toMap", + "fixedId": true, + "name": "toMap", + "owner": { + "type": "@Class", + "id": "classes/1973", + "fixedId": true, + "name": "_SocketStatistic", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 349 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _SocketStatistic@15069316" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1973/functions/_setIfNotNull%4015069316", + "fixedId": true, + "name": "_setIfNotNull", + "owner": { + "type": "@Class", + "id": "classes/1973", + "fixedId": true, + "name": "_SocketStatistic", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SocketStatistic" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1974/field_inits/_idToSocketStatistic%4015069316", + "fixedId": true, + "name": "_idToSocketStatistic", + "owner": { + "type": "@Class", + "id": "classes/1974", + "fixedId": true, + "name": "_SocketProfile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1433 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/closures/122", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2802/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1433 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/get%3Aaddress", + "fixedId": true, + "name": "address", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2433 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/read", + "fixedId": true, + "name": "read", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2386 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/read", + "fixedId": true, + "name": "read", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeRead%4015069316", + "fixedId": true, + "name": "_nativeRead", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2040 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/shutdown", + "fixedId": true, + "name": "shutdown", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2427 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/shutdown", + "fixedId": true, + "name": "shutdown", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1829 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/shutdownWrite", + "fixedId": true, + "name": "shutdownWrite", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1847 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/shutdownRead", + "fixedId": true, + "name": "shutdownRead", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1858 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2417 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/closures/412", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2416/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2417 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2417 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/_RawSocket%4015069316._readPipe%4015069316", + "fixedId": true, + "name": "_RawSocket._readPipe", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/_resume%4015069316", + "fixedId": true, + "name": "_resume", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1936/functions/done", + "fixedId": true, + "name": "done", + "owner": { + "type": "@Class", + "id": "classes/1936", + "fixedId": true, + "name": "_SocketStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2691 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1936/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/1936", + "fixedId": true, + "name": "_SocketStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2660 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_enableWriteEvent%4015069316", + "fixedId": true, + "name": "_enableWriteEvent", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2949 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_write%4015069316", + "fixedId": true, + "name": "_write", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2941 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_onPauseStateChange%4015069316", + "fixedId": true, + "name": "_onPauseStateChange", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2903 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/implicit_closures/17", + "fixedId": true, + "name": "_onPauseStateChange", + "owner": { + "type": "@Function", + "id": "classes/2414/functions/_onPauseStateChange%4015069316", + "fixedId": true, + "name": "_onPauseStateChange", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2903 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2903 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_ensureRawSocketSubscription%4015069316", + "fixedId": true, + "name": "_ensureRawSocketSubscription", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/implicit_closures/19", + "fixedId": true, + "name": "_onDone", + "owner": { + "type": "@Function", + "id": "classes/2414/functions/_onDone%4015069316", + "fixedId": true, + "name": "_onDone", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2924 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2924 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_onDone%4015069316", + "fixedId": true, + "name": "_onDone", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2924 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/implicit_closures/20", + "fixedId": true, + "name": "_onError", + "owner": { + "type": "@Function", + "id": "classes/2414/functions/_onError%4015069316", + "fixedId": true, + "name": "_onError", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2932 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2932 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_onError%4015069316", + "fixedId": true, + "name": "_onError", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2932 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/implicit_closures/18", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Function", + "id": "classes/2414/functions/_onData%4015069316", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2907 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2907 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_onData%4015069316", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2907 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RawSocketEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_onSubscriptionStateChange%4015069316", + "fixedId": true, + "name": "_onSubscriptionStateChange", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2887 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/implicit_closures/16", + "fixedId": true, + "name": "_onSubscriptionStateChange", + "owner": { + "type": "@Function", + "id": "classes/2414/functions/_onSubscriptionStateChange%4015069316", + "fixedId": true, + "name": "_onSubscriptionStateChange", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2887 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2887 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_Socket%4015069316._writePipe%4015069316", + "fixedId": true, + "name": "_Socket._writePipe", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2739 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_Socket%4015069316.", + "fixedId": true, + "name": "_Socket", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2723 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/2046/functions/IOSink.", + "fixedId": true, + "name": "IOSink", + "owner": { + "type": "@Class", + "id": "classes/2046", + "fixedId": true, + "name": "IOSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1980/functions/_IOSinkImpl%4015069316.", + "fixedId": true, + "name": "_IOSinkImpl", + "owner": { + "type": "@Class", + "id": "classes/1980", + "fixedId": true, + "name": "_IOSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 279 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _IOSinkImpl" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SocketStreamConsumer" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Socket" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/implicit_closures/6", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2414/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2782 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2782 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_closeRawSocket%4015069316", + "fixedId": true, + "name": "_closeRawSocket", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2880 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_consumerDone%4015069316", + "fixedId": true, + "name": "_consumerDone", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2957 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/_Socket%4015069316._readPipe%4015069316", + "fixedId": true, + "name": "_Socket._readPipe", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2743 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2804/functions/kill", + "fixedId": true, + "name": "kill", + "owner": { + "type": "@Class", + "id": "classes/2804", + "fixedId": true, + "name": "_ProcessImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 585 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1969/functions/_killPid%4015069316", + "fixedId": true, + "name": "_killPid", + "owner": { + "type": "@Class", + "id": "classes/1969", + "fixedId": true, + "name": "_ProcessUtils", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1969/functions/_pid%4015069316", + "fixedId": true, + "name": "_pid", + "owner": { + "type": "@Class", + "id": "classes/1969", + "fixedId": true, + "name": "_ProcessUtils", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 163 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ProcessSignal" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2804/functions/get%3Astderr", + "fixedId": true, + "name": "stderr", + "owner": { + "type": "@Class", + "id": "classes/2804", + "fixedId": true, + "name": "_ProcessImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 577 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2804/functions/_startNative%4015069316", + "fixedId": true, + "name": "_startNative", + "owner": { + "type": "@Class", + "id": "classes/2804", + "fixedId": true, + "name": "_ProcessImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 551 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1938/functions/set%3A_errorMessage%4015069316", + "fixedId": true, + "name": "_errorMessage=", + "owner": { + "type": "@Class", + "id": "classes/1938", + "fixedId": true, + "name": "_ProcessStartStatus", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1938/functions/set%3A_errorCode%4015069316", + "fixedId": true, + "name": "_errorCode=", + "owner": { + "type": "@Class", + "id": "classes/1938", + "fixedId": true, + "name": "_ProcessStartStatus", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 219 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2804/functions/_start%4015069316", + "fixedId": true, + "name": "_start", + "owner": { + "type": "@Class", + "id": "classes/2804", + "fixedId": true, + "name": "_ProcessImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 419 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2804/closures/185", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2804/functions/_start%4015069316", + "fixedId": true, + "name": "_start", + "owner": { + "type": "@Class", + "id": "classes/2804", + "fixedId": true, + "name": "_ProcessImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 419 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 427 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1984/functions/_SpawnedProcessResourceInfo%4015069316.", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "owner": { + "type": "@Class", + "id": "classes/1984", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1984/functions/processStarted", + "fixedId": true, + "name": "processStarted", + "owner": { + "type": "@Class", + "id": "classes/1984", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 174 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SpawnedProcessResourceInfo" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ProcessException" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ProcessStartStatus" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2804/functions/get%3A_stderrNativeSocket%4015069316", + "fixedId": true, + "name": "_stderrNativeSocket", + "owner": { + "type": "@Class", + "id": "classes/2804", + "fixedId": true, + "name": "_ProcessImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2804/functions/get%3A_stdoutNativeSocket%4015069316", + "fixedId": true, + "name": "_stdoutNativeSocket", + "owner": { + "type": "@Class", + "id": "classes/2804", + "fixedId": true, + "name": "_ProcessImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 311 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2804/functions/get%3A_stdinNativeSocket%4015069316", + "fixedId": true, + "name": "_stdinNativeSocket", + "owner": { + "type": "@Class", + "id": "classes/2804", + "fixedId": true, + "name": "_ProcessImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1981/functions/start", + "fixedId": true, + "name": "start", + "owner": { + "type": "@Class", + "id": "classes/1981", + "fixedId": true, + "name": "Process", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2804/functions/_ProcessImpl%4015069316.", + "fixedId": true, + "name": "_ProcessImpl", + "owner": { + "type": "@Class", + "id": "classes/2804", + "fixedId": true, + "name": "_ProcessImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 231 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StdStream" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StdSink" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/platform_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1970/functions/get%3Aenvironment", + "fixedId": true, + "name": "environment", + "owner": { + "type": "@Class", + "id": "classes/1970", + "fixedId": true, + "name": "_Platform", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fplatform_impl.dart/0", + "fixedId": true, + "uri": "dart:io/platform_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fplatform_impl.dart/0", + "fixedId": true, + "uri": "dart:io/platform_impl.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/platform_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1970/field_inits/executable", + "fixedId": true, + "name": "executable", + "owner": { + "type": "@Class", + "id": "classes/1970", + "fixedId": true, + "name": "_Platform", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fplatform_impl.dart/0", + "fixedId": true, + "uri": "dart:io/platform_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fplatform_impl.dart/0", + "fixedId": true, + "uri": "dart:io/platform_impl.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/platform_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1970/functions/_executable%4015069316", + "fixedId": true, + "name": "_executable", + "owner": { + "type": "@Class", + "id": "classes/1970", + "fixedId": true, + "name": "_Platform", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fplatform_impl.dart/0", + "fixedId": true, + "uri": "dart:io/platform_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fplatform_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/platform_patch.dart" + }, + "tokenPos": -1, + "line": 25 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/platform_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1970/functions/set%3A_nativeScript%4015069316", + "fixedId": true, + "name": "_nativeScript=", + "owner": { + "type": "@Class", + "id": "classes/1970", + "fixedId": true, + "name": "_Platform", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fplatform_impl.dart/0", + "fixedId": true, + "uri": "dart:io/platform_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fplatform_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/platform_patch.dart" + }, + "tokenPos": -1, + "line": 52 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/platform_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1970/closures/205", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1970/functions/set%3A_nativeScript%4015069316", + "fixedId": true, + "name": "_nativeScript=", + "owner": { + "type": "@Class", + "id": "classes/1970", + "fixedId": true, + "name": "_Platform", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fplatform_impl.dart/0", + "fixedId": true, + "uri": "dart:io/platform_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fplatform_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/platform_patch.dart" + }, + "tokenPos": -1, + "line": 52 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fplatform_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/platform_patch.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_Uri%400150898.file", + "fixedId": true, + "name": "_Uri.file", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2033 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_makeFileUri%400150898", + "fixedId": true, + "name": "_makeFileUri", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2096 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_Uri%400150898.", + "fixedId": true, + "name": "_Uri", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1837 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_makeWindowsFileUrl%400150898", + "fixedId": true, + "name": "_makeWindowsFileUrl", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_checkWindowsPathReservedCharacters%400150898", + "fixedId": true, + "name": "_checkWindowsPathReservedCharacters", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2064 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_checkWindowsDriveLetter%400150898", + "fixedId": true, + "name": "_checkWindowsDriveLetter", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2080 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/replaceAll", + "fixedId": true, + "name": "replaceAll", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 672 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_joinReplaceAllOneByteResult%400150898", + "fixedId": true, + "name": "_joinReplaceAllOneByteResult", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 712 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StringAllMatchesIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/allMatches", + "fixedId": true, + "name": "allMatches", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 937 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StringAllMatchesIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/uri_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2479/field_inits/_isWindowsCached%400150898", + "fixedId": true, + "name": "_isWindowsCached", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Furi_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/uri_patch.dart" + }, + "tokenPos": -1, + "line": 27 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/uri_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3A_isWindowsPlatform%400150898", + "fixedId": true, + "name": "_isWindowsPlatform", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Furi_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/uri_patch.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/uri_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2482/functions/get%3Abase", + "fixedId": true, + "name": "base", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Furi_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/uri_patch.dart" + }, + "tokenPos": -1, + "line": 20 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/platform_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1970/functions/_environment%4015069316", + "fixedId": true, + "name": "_environment", + "owner": { + "type": "@Class", + "id": "classes/1970", + "fixedId": true, + "name": "_Platform", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fplatform_impl.dart/0", + "fixedId": true, + "uri": "dart:io/platform_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fplatform_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/platform_patch.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2804/closures/3", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2804/functions/_ProcessImpl%4015069316.", + "fixedId": true, + "name": "_ProcessImpl", + "owner": { + "type": "@Class", + "id": "classes/2804", + "fixedId": true, + "name": "_ProcessImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 231 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2804/closures/2", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2804/functions/_ProcessImpl%4015069316.", + "fixedId": true, + "name": "_ProcessImpl", + "owner": { + "type": "@Class", + "id": "classes/2804", + "fixedId": true, + "name": "_ProcessImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 231 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1984/implicit_closures/6", + "fixedId": true, + "name": "getProcessInfoMapById", + "owner": { + "type": "@Function", + "id": "classes/1984/functions/getProcessInfoMapById", + "fixedId": true, + "name": "getProcessInfoMapById", + "owner": { + "type": "@Class", + "id": "classes/1984", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 200 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1984/functions/getProcessInfoMapById", + "fixedId": true, + "name": "getProcessInfoMapById", + "owner": { + "type": "@Class", + "id": "classes/1984", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1984/functions/get%3AfullValueMap", + "fixedId": true, + "name": "fullValueMap", + "owner": { + "type": "@Class", + "id": "classes/1984", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1984/implicit_closures/5", + "fixedId": true, + "name": "getStartedProcesses", + "owner": { + "type": "@Function", + "id": "classes/1984/functions/getStartedProcesses", + "fixedId": true, + "name": "getStartedProcesses", + "owner": { + "type": "@Class", + "id": "classes/1984", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 187 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 187 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1984/functions/getStartedProcesses", + "fixedId": true, + "name": "getStartedProcesses", + "owner": { + "type": "@Class", + "id": "classes/1984", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 187 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1984/functions/getStartedProcessesList", + "fixedId": true, + "name": "getStartedProcessesList", + "owner": { + "type": "@Class", + "id": "classes/1984", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2499/functions/List.from", + "fixedId": true, + "name": "List.from", + "owner": { + "type": "@Class", + "id": "classes/2499", + "fixedId": true, + "name": "List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Flist.dart/0", + "fixedId": true, + "uri": "dart:core/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2237/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array_patch.dart" + }, + "tokenPos": -1, + "line": 21 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/90/functions/_List%400150898.of", + "fixedId": true, + "name": "_List.of", + "owner": { + "type": "@Class", + "id": "classes/90", + "fixedId": true, + "name": "_List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2238/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/90/functions/_List%400150898._ofOther%400150898", + "fixedId": true, + "name": "_List._ofOther", + "owner": { + "type": "@Class", + "id": "classes/90", + "fixedId": true, + "name": "_List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2239/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_GrowableList%400150898._ofOther%400150898", + "fixedId": true, + "name": "_GrowableList._ofOther", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2240/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/90/functions/_List%400150898._ofEfficientLengthIterable%400150898", + "fixedId": true, + "name": "_List._ofEfficientLengthIterable", + "owner": { + "type": "@Class", + "id": "classes/90", + "fixedId": true, + "name": "_List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2241/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 163 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1984/closures/186", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1984/functions/getStartedProcessesList", + "fixedId": true, + "name": "getStartedProcessesList", + "owner": { + "type": "@Class", + "id": "classes/1984", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 184 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1983/functions/get%3AreferenceValueMap", + "fixedId": true, + "name": "referenceValueMap", + "owner": { + "type": "@Class", + "id": "classes/1983", + "fixedId": true, + "name": "_IOResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ProcessImpl" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Process" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1985/functions/get%3AfullValueMap", + "fixedId": true, + "name": "fullValueMap", + "owner": { + "type": "@Class", + "id": "classes/1985", + "fixedId": true, + "name": "_ReadWriteResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1986/functions/getOpenFileInfoMapByID", + "fixedId": true, + "name": "getOpenFileInfoMapByID", + "owner": { + "type": "@Class", + "id": "classes/1986", + "fixedId": true, + "name": "_FileResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1986/implicit_closures/6", + "fixedId": true, + "name": "getOpenFileInfoMapByID", + "owner": { + "type": "@Function", + "id": "classes/1986/functions/getOpenFileInfoMapByID", + "fixedId": true, + "name": "getOpenFileInfoMapByID", + "owner": { + "type": "@Class", + "id": "classes/1986", + "fixedId": true, + "name": "_FileResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 125 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1986/functions/getOpenFiles", + "fixedId": true, + "name": "getOpenFiles", + "owner": { + "type": "@Class", + "id": "classes/1986", + "fixedId": true, + "name": "_FileResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1986/functions/getOpenFilesList", + "fixedId": true, + "name": "getOpenFilesList", + "owner": { + "type": "@Class", + "id": "classes/1986", + "fixedId": true, + "name": "_FileResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1986/closures/206", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1986/functions/getOpenFilesList", + "fixedId": true, + "name": "getOpenFilesList", + "owner": { + "type": "@Class", + "id": "classes/1986", + "fixedId": true, + "name": "_FileResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 109 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 110 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1986/implicit_closures/4", + "fixedId": true, + "name": "getOpenFiles", + "owner": { + "type": "@Function", + "id": "classes/1986/functions/getOpenFiles", + "fixedId": true, + "name": "getOpenFiles", + "owner": { + "type": "@Class", + "id": "classes/1986", + "fixedId": true, + "name": "_FileResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 113 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1989/functions/_maybeConnectHandler%4015069316", + "fixedId": true, + "name": "_maybeConnectHandler", + "owner": { + "type": "@Class", + "id": "classes/1989", + "fixedId": true, + "name": "_RandomAccessFile", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 837 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1986/functions/fileOpened", + "fixedId": true, + "name": "fileOpened", + "owner": { + "type": "@Class", + "id": "classes/1986", + "fixedId": true, + "name": "_FileResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1985/functions/_ReadWriteResourceInfo%4015069316.", + "fixedId": true, + "name": "_ReadWriteResourceInfo", + "owner": { + "type": "@Class", + "id": "classes/1985", + "fixedId": true, + "name": "_ReadWriteResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 66 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FileResourceInfo" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1990/functions/_RandomAccessFileOps%4015069316._%4015069316", + "fixedId": true, + "name": "_RandomAccessFileOps._", + "owner": { + "type": "@Class", + "id": "classes/1990", + "fixedId": true, + "name": "_RandomAccessFileOps", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 92 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2809/functions/_setPointer%4015069316", + "fixedId": true, + "name": "_setPointer", + "owner": { + "type": "@Class", + "id": "classes/2809", + "fixedId": true, + "name": "_RandomAccessFileOpsImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RandomAccessFileOpsImpl" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RandomAccessFile" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/80", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/readAsBytes", + "fixedId": true, + "name": "readAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 605 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 649 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/81", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2005/closures/80", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/readAsBytes", + "fixedId": true, + "name": "readAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 605 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 649 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 652 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/87", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2005/closures/85", + "fixedId": true, + "name": "read", + "owner": { + "type": "@Function", + "id": "classes/2005/closures/79", + "fixedId": true, + "name": "readSized", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/readAsBytes", + "fixedId": true, + "name": "readAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 605 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 624 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 628 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 629 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/85", + "fixedId": true, + "name": "read", + "owner": { + "type": "@Function", + "id": "classes/2005/closures/79", + "fixedId": true, + "name": "readSized", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/readAsBytes", + "fixedId": true, + "name": "readAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 605 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 624 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 628 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/88", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2005/closures/86", + "fixedId": true, + "name": "read", + "owner": { + "type": "@Function", + "id": "classes/2005/closures/78", + "fixedId": true, + "name": "readUnsized", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/readAsBytes", + "fixedId": true, + "name": "readAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 605 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 606 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 609 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 610 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/86", + "fixedId": true, + "name": "read", + "owner": { + "type": "@Function", + "id": "classes/2005/closures/78", + "fixedId": true, + "name": "readUnsized", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/readAsBytes", + "fixedId": true, + "name": "readAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 605 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 606 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 609 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/79", + "fixedId": true, + "name": "readSized", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/readAsBytes", + "fixedId": true, + "name": "readAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 605 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 624 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/78", + "fixedId": true, + "name": "readUnsized", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/readAsBytes", + "fixedId": true, + "name": "readAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 605 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 606 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/_open%4015069316", + "fixedId": true, + "name": "_open", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/writeAsBytes", + "fixedId": true, + "name": "writeAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 727 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/96", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/writeAsBytes", + "fixedId": true, + "name": "writeAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 727 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 732 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/97", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2005/closures/96", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/writeAsBytes", + "fixedId": true, + "name": "writeAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 727 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 732 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 735 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/_openStdioSync%4015069316", + "fixedId": true, + "name": "_openStdioSync", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 582 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/_tryDecode%4015069316", + "fixedId": true, + "name": "_tryDecode", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 704 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/readAsBytesSync", + "fixedId": true, + "name": "readAsBytesSync", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 663 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/openSync", + "fixedId": true, + "name": "openSync", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/throwIfError", + "fixedId": true, + "name": "throwIfError", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 781 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/readAsStringSync", + "fixedId": true, + "name": "readAsStringSync", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 718 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/openWrite", + "fixedId": true, + "name": "openWrite", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 594 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FileStreamConsumer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/writeAsString", + "fixedId": true, + "name": "writeAsString", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 757 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory.dart", + "function": { + "type": "@Function", + "id": "classes/2007/functions/get%3AsystemTemp", + "fixedId": true, + "name": "systemTemp", + "owner": { + "type": "@Class", + "id": "classes/2007", + "fixedId": true, + "name": "Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory.dart/0", + "fixedId": true, + "uri": "dart:io/directory.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory.dart/0", + "fixedId": true, + "uri": "dart:io/directory.dart" + }, + "tokenPos": -1, + "line": 215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/get%3AsystemTemp", + "fixedId": true, + "name": "systemTemp", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory.dart", + "function": { + "type": "@Function", + "id": "classes/2007/functions/Directory.", + "fixedId": true, + "name": "Directory", + "owner": { + "type": "@Class", + "id": "classes/2007", + "fixedId": true, + "name": "Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory.dart/0", + "fixedId": true, + "uri": "dart:io/directory.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory.dart/0", + "fixedId": true, + "uri": "dart:io/directory.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Directory" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/_systemTemp%4015069316", + "fixedId": true, + "name": "_systemTemp", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 18 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory.dart", + "function": { + "type": "@Function", + "id": "classes/2007/functions/Directory.fromUri", + "fixedId": true, + "name": "Directory.fromUri", + "owner": { + "type": "@Class", + "id": "classes/2007", + "fixedId": true, + "name": "Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory.dart/0", + "fixedId": true, + "uri": "dart:io/directory.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory.dart/0", + "fixedId": true, + "uri": "dart:io/directory.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory.dart", + "function": { + "type": "@Function", + "id": "classes/2007/functions/Directory.fromRawPath", + "fixedId": true, + "name": "Directory.fromRawPath", + "owner": { + "type": "@Class", + "id": "classes/2007", + "fixedId": true, + "name": "Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory.dart/0", + "fixedId": true, + "uri": "dart:io/directory.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory.dart/0", + "fixedId": true, + "uri": "dart:io/directory.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/exists", + "fixedId": true, + "name": "exists", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/closures/94", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2006/functions/exists", + "fixedId": true, + "name": "exists", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 93 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/existsSync", + "fixedId": true, + "name": "existsSync", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/_exists%4015069316", + "fixedId": true, + "name": "_exists", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 21 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/_current%4015069316", + "fixedId": true, + "name": "_current", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/_deleteSync%4015069316", + "fixedId": true, + "name": "_deleteSync", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/_deleteNative%4015069316", + "fixedId": true, + "name": "_deleteNative", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 27 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/create", + "fixedId": true, + "name": "create", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/closures/92", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2006/functions/create", + "fixedId": true, + "name": "create", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 113 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/closures/91", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2006/functions/create", + "fixedId": true, + "name": "create", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 113 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/get%3Aparent", + "fixedId": true, + "name": "parent", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 829 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/parentOf", + "fixedId": true, + "name": "parentOf", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 803 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/field_inits/_parentRegExp%4015069316", + "fixedId": true, + "name": "_parentRegExp", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 790 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/closures/95", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2006/closures/91", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2006/functions/create", + "fixedId": true, + "name": "create", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 113 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 115 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/list", + "fixedId": true, + "name": "list", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 250 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/functions/get%3Astream", + "fixedId": true, + "name": "stream", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2002/functions/_AsyncDirectoryListerOps%4015069316._%4015069316", + "fixedId": true, + "name": "_AsyncDirectoryListerOps._", + "owner": { + "type": "@Class", + "id": "classes/2002", + "fixedId": true, + "name": "_AsyncDirectoryListerOps", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2810/functions/_setPointer%4015069316", + "fixedId": true, + "name": "_setPointer", + "owner": { + "type": "@Class", + "id": "classes/2810", + "fixedId": true, + "name": "_AsyncDirectoryListerOpsImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AsyncDirectoryListerOpsImpl" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/functions/error", + "fixedId": true, + "name": "error", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 450 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 431 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/functions/_cleanup%4015069316", + "fixedId": true, + "name": "_cleanup", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 425 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/functions/_pointer%4015069316", + "fixedId": true, + "name": "_pointer", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 337 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2810/functions/_getPointer%4015069316", + "fixedId": true, + "name": "_getPointer", + "owner": { + "type": "@Class", + "id": "classes/2810", + "fixedId": true, + "name": "_AsyncDirectoryListerOpsImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 66 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/implicit_closures/7", + "fixedId": true, + "name": "_cleanup", + "owner": { + "type": "@Function", + "id": "classes/2001/functions/_cleanup%4015069316", + "fixedId": true, + "name": "_cleanup", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 425 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 425 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/functions/next", + "fixedId": true, + "name": "next", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 379 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/closures/75", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2001/functions/next", + "fixedId": true, + "name": "next", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 379 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 392 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/link.dart", + "function": { + "type": "@Function", + "id": "classes/1977/functions/Link.fromRawPath", + "fixedId": true, + "name": "Link.fromRawPath", + "owner": { + "type": "@Class", + "id": "classes/1977", + "fixedId": true, + "name": "Link", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1, + "line": 20 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Link" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/functions/onCancel", + "fixedId": true, + "name": "onCancel", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/implicit_closures/5", + "fixedId": true, + "name": "onCancel", + "owner": { + "type": "@Function", + "id": "classes/2001/functions/onCancel", + "fixedId": true, + "name": "onCancel", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 369 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/functions/onResume", + "fixedId": true, + "name": "onResume", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 363 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/implicit_closures/4", + "fixedId": true, + "name": "onResume", + "owner": { + "type": "@Function", + "id": "classes/2001/functions/onResume", + "fixedId": true, + "name": "onResume", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 363 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 363 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/functions/onListen", + "fixedId": true, + "name": "onListen", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 343 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/closures/77", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2001/functions/onListen", + "fixedId": true, + "name": "onListen", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 343 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 349 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/implicit_closures/3", + "fixedId": true, + "name": "onListen", + "owner": { + "type": "@Function", + "id": "classes/2001/functions/onListen", + "fixedId": true, + "name": "onListen", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 343 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 343 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2001/functions/_AsyncDirectoryLister%4015069316.", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "owner": { + "type": "@Class", + "id": "classes/2001", + "fixedId": true, + "name": "_AsyncDirectoryLister", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 325 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AsyncDirectoryLister" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/_ensureTrailingPathSeparators%4015069316", + "fixedId": true, + "name": "_ensureTrailingPathSeparators", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/get%3Auri", + "fixedId": true, + "name": "uri", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_Uri%400150898.directory", + "fixedId": true, + "name": "_Uri.directory", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2040 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/createTempSync", + "fixedId": true, + "name": "createTempSync", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 181 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/_createTemp%4015069316", + "fixedId": true, + "name": "_createTemp", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 15 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/createTemp", + "fixedId": true, + "name": "createTemp", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/closures/101", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2006/functions/createTemp", + "fixedId": true, + "name": "createTemp", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 152 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/typeSync", + "fixedId": true, + "name": "typeSync", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 722 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/_getTypeSync%4015069316", + "fixedId": true, + "name": "_getTypeSync", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 840 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/_getTypeSyncHelper%4015069316", + "fixedId": true, + "name": "_getTypeSyncHelper", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/_throwIfError%4015069316", + "fixedId": true, + "name": "_throwIfError", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 883 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_system_entity_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/_getTypeNative%4015069316", + "fixedId": true, + "name": "_getTypeNative", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_system_entity_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_system_entity_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/delete", + "fixedId": true, + "name": "delete", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 414 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/_isLinkRawSync%4015069316", + "fixedId": true, + "name": "_isLinkRawSync", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 759 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/get%3Auri", + "fixedId": true, + "name": "uri", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: FileSystemEntity" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/link.dart", + "function": { + "type": "@Function", + "id": "classes/2004/functions/throwIfError", + "fixedId": true, + "name": "throwIfError", + "owner": { + "type": "@Class", + "id": "classes/2004", + "fixedId": true, + "name": "_Link", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1, + "line": 356 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/_linkTarget%4015069316", + "fixedId": true, + "name": "_linkTarget", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/link.dart", + "function": { + "type": "@Function", + "id": "classes/1977/functions/Link.", + "fixedId": true, + "name": "Link", + "owner": { + "type": "@Class", + "id": "classes/1977", + "fixedId": true, + "name": "Link", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1, + "line": 11 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/2003/functions/isLinkSync", + "fixedId": true, + "name": "isLinkSync", + "owner": { + "type": "@Class", + "id": "classes/2003", + "fixedId": true, + "name": "FileSystemEntity", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 757 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_NativeSocket%4015069316.listen", + "fixedId": true, + "name": "_NativeSocket.listen", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1277 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_resolveHost%4015069316", + "fixedId": true, + "name": "_resolveHost", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/setOption", + "fixedId": true, + "name": "setOption", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1958 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_nativeSetSocketId%4015069316", + "fixedId": true, + "name": "_nativeSetSocketId", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2034 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/_RawSocket%4015069316.", + "fixedId": true, + "name": "_RawSocket", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/closures/8", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2416/functions/_RawSocket%4015069316.", + "fixedId": true, + "name": "_RawSocket", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2323 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/closures/7", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2416/functions/_RawSocket%4015069316.", + "fixedId": true, + "name": "_RawSocket", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2323 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/closures/6", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2416/functions/_RawSocket%4015069316.", + "fixedId": true, + "name": "_RawSocket", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2323 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2332 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/closures/5", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2416/functions/_RawSocket%4015069316.", + "fixedId": true, + "name": "_RawSocket", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2323 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/closures/10", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2373/functions/bindBinaryCallbackGuarded", + "fixedId": true, + "name": "bindBinaryCallbackGuarded", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1821 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1824 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/functions/runBinaryGuarded", + "fixedId": true, + "name": "runBinaryGuarded", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1787 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/closures/9", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2416/functions/_RawSocket%4015069316.", + "fixedId": true, + "name": "_RawSocket", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2323 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2343 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RawSocket" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2802/functions/_NativeSocket%4015069316._watchCommon%4015069316", + "fixedId": true, + "name": "_NativeSocket._watchCommon", + "owner": { + "type": "@Class", + "id": "classes/2802", + "fixedId": true, + "name": "_NativeSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 1284 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativeSocket" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SignalException" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1939/functions/_setSignalHandler%4015069316", + "fixedId": true, + "name": "_setSignalHandler", + "owner": { + "type": "@Class", + "id": "classes/1939", + "fixedId": true, + "name": "_SignalController", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1939/closures/203", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1939/functions/_listen%4015069316", + "fixedId": true, + "name": "_listen", + "owner": { + "type": "@Class", + "id": "classes/1939", + "fixedId": true, + "name": "_SignalController", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 115 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SignalController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1969/implicit_closures/3", + "fixedId": true, + "name": "_watchSignalInternal", + "owner": { + "type": "@Function", + "id": "classes/1969/functions/_watchSignalInternal%4015069316", + "fixedId": true, + "name": "_watchSignalInternal", + "owner": { + "type": "@Class", + "id": "classes/1969", + "fixedId": true, + "name": "_ProcessUtils", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 182 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/functions/registerStringServiceExtension", + "fixedId": true, + "name": "registerStringServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 860 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/closures/294", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/functions/registerStringServiceExtension", + "fixedId": true, + "name": "registerStringServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 860 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/functions/_postExtensionStateChangedEvent%4027264518", + "fixedId": true, + "name": "_postExtensionStateChangedEvent", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/functions/registerBoolServiceExtension", + "fixedId": true, + "name": "registerBoolServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 771 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/closures/280", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/functions/registerBoolServiceExtension", + "fixedId": true, + "name": "registerBoolServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 771 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 779 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/functions/registerSignalServiceExtension", + "fixedId": true, + "name": "registerSignalServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 746 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/closures/293", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/functions/registerSignalServiceExtension", + "fixedId": true, + "name": "registerSignalServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 746 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 750 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/functions/lockEvents", + "fixedId": true, + "name": "lockEvents", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 659 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TimelineTask" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/closures/236", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/functions/lockEvents", + "fixedId": true, + "name": "lockEvents", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 659 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 668 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/unlocked", + "fixedId": true, + "name": "unlocked", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 481 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/unlocked", + "fixedId": true, + "name": "unlocked", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 97, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/_flushPointerEventQueue%40298304576", + "fixedId": true, + "name": "_flushPointerEventQueue", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 337 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/implicit_closures/6", + "fixedId": true, + "name": "_flushPointerEventQueue", + "owner": { + "type": "@Function", + "id": "classes/1029/functions/_flushPointerEventQueue%40298304576", + "fixedId": true, + "name": "_flushPointerEventQueue", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 337 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 337 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 84, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/_handlePointerEventImmediately%40298304576", + "fixedId": true, + "name": "_handlePointerEventImmediately", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 397 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/implicit_closures/8", + "fixedId": true, + "name": "_handlePointerEventImmediately", + "owner": { + "type": "@Function", + "id": "classes/1029/functions/_handlePointerEventImmediately%40298304576", + "fixedId": true, + "name": "_handlePointerEventImmediately", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 397 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 397 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PointerEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 12, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/dispatchEvent", + "fixedId": true, + "name": "dispatchEvent", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/dispatchEvent", + "fixedId": true, + "name": "dispatchEvent", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/691/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/691", + "fixedId": true, + "name": "EdgeInsetsDirectional", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 812 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/691/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/691", + "fixedId": true, + "name": "EdgeInsetsDirectional", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 812 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate EdgeInsetsDirectional" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/691/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/691", + "fixedId": true, + "name": "EdgeInsetsDirectional", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 840 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/691/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/691", + "fixedId": true, + "name": "EdgeInsetsDirectional", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 822 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/691/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/691", + "fixedId": true, + "name": "EdgeInsetsDirectional", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 822 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/691/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/691", + "fixedId": true, + "name": "EdgeInsetsDirectional", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 877 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/lerp.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/lerpDouble", + "fixedId": true, + "name": "lerpDouble", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Flerp.dart/0", + "fixedId": true, + "uri": "dart:ui/lerp.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 587 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 587 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate EdgeInsets" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 577 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 577 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 605 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: EdgeInsets" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 661 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 638 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/deflateRect", + "fixedId": true, + "name": "deflateRect", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 541 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Rect" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/EdgeInsets.fromViewPadding", + "fixedId": true, + "name": "EdgeInsets.fromViewPadding", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 440 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/689/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/689", + "fixedId": true, + "name": "EdgeInsetsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 262 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MixedEdgeInsets" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/689/implicit_closures/5", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Function", + "id": "classes/689/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/689", + "fixedId": true, + "name": "EdgeInsetsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 262 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 262 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/689/functions/along", + "fixedId": true, + "name": "along", + "owner": { + "type": "@Class", + "id": "classes/689", + "fixedId": true, + "name": "EdgeInsetsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/689/functions/get%3Avertical", + "fixedId": true, + "name": "vertical", + "owner": { + "type": "@Class", + "id": "classes/689", + "fixedId": true, + "name": "EdgeInsetsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/689/functions/get%3Ahorizontal", + "fixedId": true, + "name": "horizontal", + "owner": { + "type": "@Class", + "id": "classes/689", + "fixedId": true, + "name": "EdgeInsetsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: EdgeInsetsGeometry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/502/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/502", + "fixedId": true, + "name": "RenderSliverPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/502/functions/set%3Apadding", + "fixedId": true, + "name": "padding=", + "owner": { + "type": "@Class", + "id": "classes/502", + "fixedId": true, + "name": "RenderSliverPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/502/functions/_markNeedsResolution%40259065309", + "fixedId": true, + "name": "_markNeedsResolution", + "owner": { + "type": "@Class", + "id": "classes/502", + "fixedId": true, + "name": "RenderSliverPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/502/functions/_resolve%40259065309", + "fixedId": true, + "name": "_resolve", + "owner": { + "type": "@Class", + "id": "classes/502", + "fixedId": true, + "name": "RenderSliverPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/childCrossAxisPosition", + "fixedId": true, + "name": "childCrossAxisPosition", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/get%3Aconstraints", + "fixedId": true, + "name": "constraints", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2445 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/504/functions/applyPaintTransformForBoxChild", + "fixedId": true, + "name": "applyPaintTransformForBoxChild", + "owner": { + "type": "@Class", + "id": "classes/504", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin&RenderSliverHelpers", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1909 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/translateByDouble", + "fixedId": true, + "name": "translateByDouble", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 694 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 670 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 670 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/sub", + "fixedId": true, + "name": "sub", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 1594 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/clone", + "fixedId": true, + "name": "clone", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 613 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 608 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/implicit_closures/4", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2104/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 610 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 610 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/Matrix4.copy", + "fixedId": true, + "name": "Matrix4.copy", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/setFrom", + "fixedId": true, + "name": "setFrom", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 401 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Matrix4" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 647 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/scaleByDouble", + "fixedId": true, + "name": "scaleByDouble", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 938 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 667 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 667 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 1573 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Matrix4" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/clone", + "fixedId": true, + "name": "clone", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 428 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/Vector4.copy", + "fixedId": true, + "name": "Vector4.copy", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Vector4" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/Vector4.", + "fixedId": true, + "name": "Vector4", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Vector2" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/clone", + "fixedId": true, + "name": "clone", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 526 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/Vector3.copy", + "fixedId": true, + "name": "Vector3.copy", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Vector3" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/scaled", + "fixedId": true, + "name": "scaled", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 456 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/Vector3.", + "fixedId": true, + "name": "Vector3", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/transform3", + "fixedId": true, + "name": "transform3", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 1937 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/leftTranslateByDouble", + "fixedId": true, + "name": "leftTranslateByDouble", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 760 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/tryInvert", + "fixedId": true, + "name": "tryInvert", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/copyInverse", + "fixedId": true, + "name": "copyInverse", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 1309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/perspectiveTransform", + "fixedId": true, + "name": "perspectiveTransform", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 1998 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/getRow", + "fixedId": true, + "name": "getRow", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 580 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/Matrix4.rotationZ", + "fixedId": true, + "name": "Matrix4.rotationZ", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 261 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/setRotationZ", + "fixedId": true, + "name": "setRotationZ", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 1447 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/setRow", + "fixedId": true, + "name": "setRow", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/Matrix4.identity", + "fixedId": true, + "name": "Matrix4.identity", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/setIdentity", + "fixedId": true, + "name": "setIdentity", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 1017 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/setZero", + "fixedId": true, + "name": "setZero", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 997 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/Matrix4.translationValues", + "fixedId": true, + "name": "Matrix4.translationValues", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 271 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/determinant", + "fixedId": true, + "name": "determinant", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 1085 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/invert", + "fixedId": true, + "name": "invert", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 1306 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/isZero", + "fixedId": true, + "name": "isZero", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 2134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/multiplied", + "fixedId": true, + "name": "multiplied", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 1688 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/multiply", + "fixedId": true, + "name": "multiply", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 1635 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/Matrix4.diagonal3Values", + "fixedId": true, + "name": "Matrix4.diagonal3Values", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/get%3Asize", + "fixedId": true, + "name": "size", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2250 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/functions/shortHash", + "fixedId": true, + "name": "shortHash", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2974 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/field_inits/shallowTextConfiguration", + "fixedId": true, + "name": "shallowTextConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 759 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/994/functions/TextTreeConfiguration.", + "fixedId": true, + "name": "TextTreeConfiguration", + "owner": { + "type": "@Class", + "id": "classes/994", + "fixedId": true, + "name": "TextTreeConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 236 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextTreeConfiguration" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/field_inits/errorPropertyTextConfiguration", + "fixedId": true, + "name": "errorPropertyTextConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 731 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/field_inits/singleLineTextConfiguration", + "fixedId": true, + "name": "singleLineTextConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 702 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/field_inits/flatTextConfiguration", + "fixedId": true, + "name": "flatTextConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 679 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/field_inits/whitespaceTextConfiguration", + "fixedId": true, + "name": "whitespaceTextConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 646 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/field_inits/errorTextConfiguration", + "fixedId": true, + "name": "errorTextConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 606 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/field_inits/transitionTextConfiguration", + "fixedId": true, + "name": "transitionTextConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 537 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/field_inits/denseTextConfiguration", + "fixedId": true, + "name": "denseTextConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 499 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/field_inits/dashedTextConfiguration", + "fixedId": true, + "name": "dashedTextConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 476 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/field_inits/sparseTextConfiguration", + "fixedId": true, + "name": "sparseTextConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 423 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "libraries/@31198569/functions/describeIdentity", + "fixedId": true, + "name": "describeIdentity", + "owner": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2987 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/_toPow2String%400150898", + "fixedId": true, + "name": "_toPow2String", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 344 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/_minInt64ToRadixString%400150898", + "fixedId": true, + "name": "_minInt64ToRadixString", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 376 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/childMainAxisPosition", + "fixedId": true, + "name": "childMainAxisPosition", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 667 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/504/functions/_getRightWayUp%40255505787", + "fixedId": true, + "name": "_getRightWayUp", + "owner": { + "type": "@Class", + "id": "classes/504", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin&RenderSliverHelpers", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1846 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/504/functions/hitTestBoxChild", + "fixedId": true, + "name": "hitTestBoxChild", + "owner": { + "type": "@Class", + "id": "classes/504", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin&RenderSliverHelpers", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1864 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/859/functions/addWithOutOfBandPosition", + "fixedId": true, + "name": "addWithOutOfBandPosition", + "owner": { + "type": "@Class", + "id": "classes/859", + "fixedId": true, + "name": "BoxHitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/858/functions/addWithAxisOffset", + "fixedId": true, + "name": "addWithAxisOffset", + "owner": { + "type": "@Class", + "id": "classes/858", + "fixedId": true, + "name": "SliverHitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1009 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/499/implicit_closures/4", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Function", + "id": "classes/499/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/499", + "fixedId": true, + "name": "RenderSliver", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1500 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1500 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/499/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/499", + "fixedId": true, + "name": "RenderSliver", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1500 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/857/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/857", + "fixedId": true, + "name": "HitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 177 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/857/functions/get%3A_lastTransform%40306494604", + "fixedId": true, + "name": "_lastTransform", + "owner": { + "type": "@Class", + "id": "classes/857", + "fixedId": true, + "name": "HitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/857/functions/_globalizeTransforms%40306494604", + "fixedId": true, + "name": "_globalizeTransforms", + "owner": { + "type": "@Class", + "id": "classes/857", + "fixedId": true, + "name": "HitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliverHitTestEntry" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BoxHitTestResult" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _TransformPart@306494604" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: HitTestResult" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "libraries/@238392247/functions/BaselineOffset%7C%2B", + "fixedId": true, + "name": "BaselineOffset.+", + "owner": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 992 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Path" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/486/functions/set%3AclipBehavior", + "fixedId": true, + "name": "clipBehavior=", + "owner": { + "type": "@Class", + "id": "classes/486", + "fixedId": true, + "name": "ClipPathLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1902 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/markNeedsAddToScene", + "fixedId": true, + "name": "markNeedsAddToScene", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/486/functions/set%3AclipPath", + "fixedId": true, + "name": "clipPath=", + "owner": { + "type": "@Class", + "id": "classes/486", + "fixedId": true, + "name": "ClipPathLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1887 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RRect" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1910/functions/scaleRadii", + "fixedId": true, + "name": "scaleRadii", + "owner": { + "type": "@Class", + "id": "classes/1910", + "fixedId": true, + "name": "_RRectLike", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2242/0", + "kind": "TypeParameter", + "identityHashCode": 36612801, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1378 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1911/functions/_create%4017065589", + "fixedId": true, + "name": "_create", + "owner": { + "type": "@Class", + "id": "classes/1911", + "fixedId": true, + "name": "RRect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1675 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RRect" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1910/functions/deflate", + "fixedId": true, + "name": "deflate", + "owner": { + "type": "@Class", + "id": "classes/1910", + "fixedId": true, + "name": "_RRectLike", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2243/0", + "kind": "TypeParameter", + "identityHashCode": 36612801, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1910/functions/inflate", + "fixedId": true, + "name": "inflate", + "owner": { + "type": "@Class", + "id": "classes/1910", + "fixedId": true, + "name": "_RRectLike", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2244/0", + "kind": "TypeParameter", + "identityHashCode": 36612801, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1910/functions/shift", + "fixedId": true, + "name": "shift", + "owner": { + "type": "@Class", + "id": "classes/1910", + "fixedId": true, + "name": "_RRectLike", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2245/0", + "kind": "TypeParameter", + "identityHashCode": 36612801, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1911/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/1911", + "fixedId": true, + "name": "RRect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1731 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1911/functions/RRect.fromRectAndCorners", + "fixedId": true, + "name": "RRect.fromRectAndCorners", + "owner": { + "type": "@Class", + "id": "classes/1911", + "fixedId": true, + "name": "RRect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1639 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1911/functions/RRect.fromRectAndRadius", + "fixedId": true, + "name": "RRect.fromRectAndRadius", + "owner": { + "type": "@Class", + "id": "classes/1911", + "fixedId": true, + "name": "RRect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1589 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1911/functions/RRect.fromRectXY", + "fixedId": true, + "name": "RRect.fromRectXY", + "owner": { + "type": "@Class", + "id": "classes/1911", + "fixedId": true, + "name": "RRect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1569 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/487/functions/set%3AclipBehavior", + "fixedId": true, + "name": "clipBehavior=", + "owner": { + "type": "@Class", + "id": "classes/487", + "fixedId": true, + "name": "ClipRRectLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1725 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/487/functions/set%3AclipRRect", + "fixedId": true, + "name": "clipRRect=", + "owner": { + "type": "@Class", + "id": "classes/487", + "fixedId": true, + "name": "ClipRRectLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1710 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Rect?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/488/functions/set%3AclipBehavior", + "fixedId": true, + "name": "clipBehavior=", + "owner": { + "type": "@Class", + "id": "classes/488", + "fixedId": true, + "name": "ClipRectLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1638 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/488/functions/set%3AclipRect", + "fixedId": true, + "name": "clipRect=", + "owner": { + "type": "@Class", + "id": "classes/488", + "fixedId": true, + "name": "ClipRectLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1619 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/490/functions/set%3Aalpha", + "fixedId": true, + "name": "alpha=", + "owner": { + "type": "@Class", + "id": "classes/490", + "fixedId": true, + "name": "OpacityLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 2154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/set%3AengineLayer", + "fixedId": true, + "name": "engineLayer=", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 447 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _EngineLayerWrapper@17065589" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: EngineLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2794/functions/_dispose%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "_dispose$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2794", + "fixedId": true, + "name": "_NativeEngineLayer", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Matrix4?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/491/functions/_transformOffset%40245518307", + "fixedId": true, + "name": "_transformOffset", + "owner": { + "type": "@Class", + "id": "classes/491", + "fixedId": true, + "name": "TransformLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 2087 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/matrix_utils.dart", + "function": { + "type": "@Function", + "id": "classes/679/functions/transformPoint", + "fixedId": true, + "name": "transformPoint", + "owner": { + "type": "@Class", + "id": "classes/679", + "fixedId": true, + "name": "MatrixUtils", + "library": { + "type": "@Library", + "id": "libraries/@351374251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1, + "line": 145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/matrix_utils.dart", + "function": { + "type": "@Function", + "id": "classes/679/field_inits/_minMax%40351374251", + "fixedId": true, + "name": "_minMax", + "owner": { + "type": "@Class", + "id": "classes/679", + "fixedId": true, + "name": "MatrixUtils", + "library": { + "type": "@Library", + "id": "libraries/@351374251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/matrix_utils.dart", + "function": { + "type": "@Function", + "id": "classes/679/functions/forceToPoint", + "fixedId": true, + "name": "forceToPoint", + "owner": { + "type": "@Class", + "id": "classes/679", + "fixedId": true, + "name": "MatrixUtils", + "library": { + "type": "@Library", + "id": "libraries/@351374251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1, + "line": 538 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/matrix_utils.dart", + "function": { + "type": "@Function", + "id": "classes/679/functions/inverseTransformRect", + "fixedId": true, + "name": "inverseTransformRect", + "owner": { + "type": "@Class", + "id": "classes/679", + "fixedId": true, + "name": "MatrixUtils", + "library": { + "type": "@Library", + "id": "libraries/@351374251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1, + "line": 448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/matrix_utils.dart", + "function": { + "type": "@Function", + "id": "classes/679/functions/transformRect", + "fixedId": true, + "name": "transformRect", + "owner": { + "type": "@Class", + "id": "classes/679", + "fixedId": true, + "name": "MatrixUtils", + "library": { + "type": "@Library", + "id": "libraries/@351374251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/matrix_utils.dart", + "function": { + "type": "@Function", + "id": "classes/679/functions/_safeTransformRect%40351374251", + "fixedId": true, + "name": "_safeTransformRect", + "owner": { + "type": "@Class", + "id": "classes/679", + "fixedId": true, + "name": "MatrixUtils", + "library": { + "type": "@Library", + "id": "libraries/@351374251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/matrix_utils.dart", + "function": { + "type": "@Function", + "id": "classes/679/functions/_accumulate%40351374251", + "fixedId": true, + "name": "_accumulate", + "owner": { + "type": "@Class", + "id": "classes/679", + "fixedId": true, + "name": "MatrixUtils", + "library": { + "type": "@Library", + "id": "libraries/@351374251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/matrix_utils.dart", + "function": { + "type": "@Function", + "id": "classes/679/functions/isIdentity", + "fixedId": true, + "name": "isIdentity", + "owner": { + "type": "@Class", + "id": "classes/679", + "fixedId": true, + "name": "MatrixUtils", + "library": { + "type": "@Library", + "id": "libraries/@351374251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/matrix_utils.dart", + "function": { + "type": "@Function", + "id": "classes/679/functions/matrixEquals", + "fixedId": true, + "name": "matrixEquals", + "owner": { + "type": "@Class", + "id": "classes/679", + "fixedId": true, + "name": "MatrixUtils", + "library": { + "type": "@Library", + "id": "libraries/@351374251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/matrix_utils.dart", + "function": { + "type": "@Function", + "id": "classes/679/functions/getAsTranslation", + "fixedId": true, + "name": "getAsTranslation", + "owner": { + "type": "@Class", + "id": "classes/679", + "fixedId": true, + "name": "MatrixUtils", + "library": { + "type": "@Library", + "id": "libraries/@351374251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@351374251/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fmatrix_utils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/matrix_utils.dart" + }, + "tokenPos": -1, + "line": 19 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/491/functions/set%3Atransform", + "fixedId": true, + "name": "transform=", + "owner": { + "type": "@Class", + "id": "classes/491", + "fixedId": true, + "name": "TransformLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 2056 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1892/field_inits/nativeFilter", + "fixedId": true, + "name": "nativeFilter", + "owner": { + "type": "@Class", + "id": "classes/1892", + "fixedId": true, + "name": "_MatrixImageFilter", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 4318 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2792/functions/_ImageFilter%4017065589.matrix", + "fixedId": true, + "name": "_ImageFilter.matrix", + "owner": { + "type": "@Class", + "id": "classes/2792", + "fixedId": true, + "name": "_ImageFilter", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 4541 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2792/functions/__initMatrix%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__initMatrix$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2792", + "fixedId": true, + "name": "_ImageFilter", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2792/functions/__constructor%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__constructor$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2792", + "fixedId": true, + "name": "_ImageFilter", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ImageFilter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1893/functions/ImageFilter.matrix", + "fixedId": true, + "name": "ImageFilter.matrix", + "owner": { + "type": "@Class", + "id": "classes/1893", + "fixedId": true, + "name": "ImageFilter", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 4218 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MatrixImageFilter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/492/functions/set%3AimageFilter", + "fixedId": true, + "name": "imageFilter=", + "owner": { + "type": "@Class", + "id": "classes/492", + "fixedId": true, + "name": "ImageFilterLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 2006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/489/functions/toImageSync", + "fixedId": true, + "name": "toImageSync", + "owner": { + "type": "@Class", + "id": "classes/489", + "fixedId": true, + "name": "OffsetLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1580 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2797/functions/_dispose%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "_dispose$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2797", + "fixedId": true, + "name": "_NativeScene", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2797/functions/toImageSync", + "fixedId": true, + "name": "toImageSync", + "owner": { + "type": "@Class", + "id": "classes/2797", + "fixedId": true, + "name": "_NativeScene", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 45 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Image" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1900/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1900", + "fixedId": true, + "name": "Image", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1989 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2795/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/2795", + "fixedId": true, + "name": "_Image", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 2208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2795/functions/__dispose%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__dispose$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2795", + "fixedId": true, + "name": "_Image", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1900/functions/get%3A_image%4017065589", + "fixedId": true, + "name": "_image", + "owner": { + "type": "@Class", + "id": "classes/1900", + "fixedId": true, + "name": "Image", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1953 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PictureRasterizationException" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Image" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2795/functions/_height%24Getter%24FfiNative%4017065589", + "fixedId": true, + "name": "_height$Getter$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2795", + "fixedId": true, + "name": "_Image", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2795/functions/_width%24Getter%24FfiNative%4017065589", + "fixedId": true, + "name": "_width$Getter$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2795", + "fixedId": true, + "name": "_Image", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2797/functions/__toImageSync%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__toImageSync$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2797", + "fixedId": true, + "name": "_NativeScene", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Image" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/489/functions/_createSceneForImage%40245518307", + "fixedId": true, + "name": "_createSceneForImage", + "owner": { + "type": "@Class", + "id": "classes/489", + "fixedId": true, + "name": "OffsetLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1519 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 13, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/buildScene", + "fixedId": true, + "name": "buildScene", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 1072 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__build%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__build$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativeScene" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/pushTransform", + "fixedId": true, + "name": "pushTransform", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 656 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TransformEngineLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__pushTransform%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__pushTransform$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativeEngineLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/_NativeSceneBuilder%4017065589.", + "fixedId": true, + "name": "_NativeSceneBuilder", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 595 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__constructor%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__constructor$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativeSceneBuilder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/489/functions/set%3Aoffset", + "fixedId": true, + "name": "offset=", + "owner": { + "type": "@Class", + "id": "classes/489", + "fixedId": true, + "name": "OffsetLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1475 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/addChildrenToScene", + "fixedId": true, + "name": "addChildrenToScene", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__addRetained%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__addRetained$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/_adoptChild%40245518307", + "fixedId": true, + "name": "_adoptChild", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/redepthChild", + "fixedId": true, + "name": "redepthChild", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/_updateSubtreeCompositionObserverCount%40245518307", + "fixedId": true, + "name": "_updateSubtreeCompositionObserverCount", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/removeAllChildren", + "fixedId": true, + "name": "removeAllChildren", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/473/functions/set%3Alayer", + "fixedId": true, + "name": "layer=", + "owner": { + "type": "@Class", + "id": "classes/473", + "fixedId": true, + "name": "LayerHandle", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2246/0", + "kind": "TypeParameter", + "identityHashCode": 1383491170, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/_unref%40245518307", + "fixedId": true, + "name": "_unref", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 277 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/_dropChild%40245518307", + "fixedId": true, + "name": "_dropChild", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1324 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/append", + "fixedId": true, + "name": "append", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/_removeChild%40245518307", + "fixedId": true, + "name": "_removeChild", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/494/functions/set%3AisComplexHint", + "fixedId": true, + "name": "isComplexHint=", + "owner": { + "type": "@Class", + "id": "classes/494", + "fixedId": true, + "name": "PictureLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 861 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/494/functions/set%3Apicture", + "fixedId": true, + "name": "picture=", + "owner": { + "type": "@Class", + "id": "classes/494", + "fixedId": true, + "name": "PictureLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 844 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2785/functions/__dispose%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__dispose$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2785", + "fixedId": true, + "name": "_NativePicture", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/Layer.", + "fixedId": true, + "name": "Layer", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate LayerHandle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/find", + "fixedId": true, + "name": "find", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 660 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AnnotationResult" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: AnnotationEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 575 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/707/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/707", + "fixedId": true, + "name": "AlignmentDirectional", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 529 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/707/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/707", + "fixedId": true, + "name": "AlignmentDirectional", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 529 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AlignmentDirectional" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/707/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/707", + "fixedId": true, + "name": "AlignmentDirectional", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 534 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/707/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/707", + "fixedId": true, + "name": "AlignmentDirectional", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 534 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/707/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/707", + "fixedId": true, + "name": "AlignmentDirectional", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/708/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/708", + "fixedId": true, + "name": "Alignment", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/708/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/708", + "fixedId": true, + "name": "Alignment", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 319 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Alignment" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/708/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/708", + "fixedId": true, + "name": "Alignment", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 324 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/708/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/708", + "fixedId": true, + "name": "Alignment", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 324 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/708/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/708", + "fixedId": true, + "name": "Alignment", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 335 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/708/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/708", + "fixedId": true, + "name": "Alignment", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 401 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/708/functions/alongSize", + "fixedId": true, + "name": "alongSize", + "owner": { + "type": "@Class", + "id": "classes/708", + "fixedId": true, + "name": "Alignment", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/708/functions/alongOffset", + "fixedId": true, + "name": "alongOffset", + "owner": { + "type": "@Class", + "id": "classes/708", + "fixedId": true, + "name": "Alignment", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 359 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/705/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/705", + "fixedId": true, + "name": "AlignmentGeometry", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 159 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MixedAlignment" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/implicit_closures/19", + "fixedId": true, + "name": "paintStack", + "owner": { + "type": "@Function", + "id": "classes/536/functions/paintStack", + "fixedId": true, + "name": "paintStack", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 701 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 701 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 18, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/535/functions/defaultPaint", + "fixedId": true, + "name": "defaultPaint", + "owner": { + "type": "@Class", + "id": "classes/535", + "fixedId": true, + "name": "_RenderStack&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3363 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 86, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/paintChild", + "fixedId": true, + "name": "paintChild", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/clip.dart", + "function": { + "type": "@Function", + "id": "classes/698/functions/clipRectAndPaint", + "fixedId": true, + "name": "clipRectAndPaint", + "owner": { + "type": "@Class", + "id": "classes/698", + "fixedId": true, + "name": "ClipContext", + "library": { + "type": "@Library", + "id": "libraries/@340104375", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/clip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/clip.dart", + "function": { + "type": "@Function", + "id": "classes/698/functions/_clipAndPaint%40340104375", + "fixedId": true, + "name": "_clipAndPaint", + "owner": { + "type": "@Class", + "id": "classes/698", + "fixedId": true, + "name": "ClipContext", + "library": { + "type": "@Library", + "id": "libraries/@340104375", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/clip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1, + "line": 15 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_restore%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "_restore$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__saveLayer%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__saveLayer$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_save%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "_save$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/get%3Acanvas", + "fixedId": true, + "name": "canvas", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/_startRecording%40248266271", + "fixedId": true, + "name": "_startRecording", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/651/functions/get%3Ainstance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/651", + "fixedId": true, + "name": "RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@237452173", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 74 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/createCanvas", + "fixedId": true, + "name": "createCanvas", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 397 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_NativeCanvas%4017065589.", + "fixedId": true, + "name": "_NativeCanvas", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__constructor%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__constructor$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativeCanvas" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/createPictureRecorder", + "fixedId": true, + "name": "createPictureRecorder", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2784/functions/__constructor%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__constructor$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2784", + "fixedId": true, + "name": "_NativePictureRecorder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativePictureRecorder" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PictureLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/clip.dart", + "function": { + "type": "@Function", + "id": "classes/698/closures/690", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/698/functions/clipRectAndPaint", + "fixedId": true, + "name": "clipRectAndPaint", + "owner": { + "type": "@Class", + "id": "classes/698", + "fixedId": true, + "name": "ClipContext", + "library": { + "type": "@Library", + "id": "libraries/@340104375", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/clip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1, + "line": 89 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/clipRect", + "fixedId": true, + "name": "clipRect", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6634 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__clipRect%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__clipRect$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_sorted%4017065589", + "fixedId": true, + "name": "_sorted", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6546 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/clip.dart", + "function": { + "type": "@Function", + "id": "classes/698/functions/clipRRectAndPaint", + "fixedId": true, + "name": "clipRRectAndPaint", + "owner": { + "type": "@Class", + "id": "classes/698", + "fixedId": true, + "name": "ClipContext", + "library": { + "type": "@Library", + "id": "libraries/@340104375", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/clip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1, + "line": 57 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/clip.dart", + "function": { + "type": "@Function", + "id": "classes/698/closures/973", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/698/functions/clipRRectAndPaint", + "fixedId": true, + "name": "clipRRectAndPaint", + "owner": { + "type": "@Class", + "id": "classes/698", + "fixedId": true, + "name": "ClipContext", + "library": { + "type": "@Library", + "id": "libraries/@340104375", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/clip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1, + "line": 57 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1, + "line": 59 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__clipRRect%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__clipRRect$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/clip.dart", + "function": { + "type": "@Function", + "id": "classes/698/functions/clipPathAndPaint", + "fixedId": true, + "name": "clipPathAndPaint", + "owner": { + "type": "@Class", + "id": "classes/698", + "fixedId": true, + "name": "ClipContext", + "library": { + "type": "@Library", + "id": "libraries/@340104375", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/clip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/clip.dart", + "function": { + "type": "@Function", + "id": "classes/698/closures/911", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/698/functions/clipPathAndPaint", + "fixedId": true, + "name": "clipPathAndPaint", + "owner": { + "type": "@Class", + "id": "classes/698", + "fixedId": true, + "name": "ClipContext", + "library": { + "type": "@Library", + "id": "libraries/@340104375", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/clip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1, + "line": 44 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@340104375/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fclip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/clip.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__clipPath%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__clipPath$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/appendLayer", + "fixedId": true, + "name": "appendLayer", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 91, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/_repaintCompositedChild%40248266271", + "fixedId": true, + "name": "_repaintCompositedChild", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 124 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PaintingContext" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/addLayer", + "fixedId": true, + "name": "addLayer", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 468 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 79, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/pushClipRRect", + "fixedId": true, + "name": "pushClipRRect", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 612 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 22, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/pushLayer", + "fixedId": true, + "name": "pushLayer", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 500 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/createChildContext", + "fixedId": true, + "name": "createChildContext", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 525 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ClipRRectLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/shift", + "fixedId": true, + "name": "shift", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 751 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/closures/972", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/699/functions/pushClipRRect", + "fixedId": true, + "name": "pushClipRRect", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 612 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 635 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 27, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/pushClipPath", + "fixedId": true, + "name": "pushClipPath", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 713 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ClipPathLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/shift", + "fixedId": true, + "name": "shift", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 3453 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/__shift%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__shift$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativePath" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/closures/910", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/699/functions/pushClipPath", + "fixedId": true, + "name": "pushClipPath", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 713 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 736 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/pushOpacity", + "fixedId": true, + "name": "pushOpacity", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 832 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OpacityLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/setIsComplexHint", + "fixedId": true, + "name": "setIsComplexHint", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 15, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/pushTransform", + "fixedId": true, + "name": "pushTransform", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 784 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/557/implicit_closures/4", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Function", + "id": "classes/557/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/557", + "fixedId": true, + "name": "_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 134 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/layout_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1472/functions/_frameCallback%40175188862", + "fixedId": true, + "name": "_frameCallback", + "owner": { + "type": "@Class", + "id": "classes/1472", + "fixedId": true, + "name": "_LayoutBuilderElement", + "library": { + "type": "@Library", + "id": "libraries/@175188862", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flayout_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2247/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flayout_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/554/functions/scheduleLayoutCallback", + "fixedId": true, + "name": "scheduleLayoutCallback", + "owner": { + "type": "@Class", + "id": "classes/554", + "fixedId": true, + "name": "__RenderLayoutBuilder&RenderBox&RenderObjectWithChildMixin&RenderObjectWithLayoutCallbackMixin", + "library": { + "type": "@Library", + "id": "libraries/@175188862", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flayout_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4176 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RenderAbstractLayoutBuilderMixin" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/layout_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1472/implicit_closures/2", + "fixedId": true, + "name": "_frameCallback", + "owner": { + "type": "@Function", + "id": "classes/1472/functions/_frameCallback%40175188862", + "fixedId": true, + "name": "_frameCallback", + "owner": { + "type": "@Class", + "id": "classes/1472", + "fixedId": true, + "name": "_LayoutBuilderElement", + "library": { + "type": "@Library", + "id": "libraries/@175188862", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flayout_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2248/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flayout_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "tokenPos": -1, + "line": 147 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flayout_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/layout_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1472/functions/_scheduleRebuild%40175188862", + "fixedId": true, + "name": "_scheduleRebuild", + "owner": { + "type": "@Class", + "id": "classes/1472", + "fixedId": true, + "name": "_LayoutBuilderElement", + "library": { + "type": "@Library", + "id": "libraries/@175188862", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flayout_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2249/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flayout_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 119, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/scheduleFrameCallback", + "fixedId": true, + "name": "scheduleFrameCallback", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 608 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FrameCallbackEntry" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Tooltip" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1688/field_inits/_openedTooltips%40141220820", + "fixedId": true, + "name": "_openedTooltips", + "owner": { + "type": "@Class", + "id": "classes/1688", + "fixedId": true, + "name": "Tooltip", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 395 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: TooltipState" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: MouseCursor?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: TextStyle?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: MouseTrackerAnnotation" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: HitTestTarget" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Locale" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1876/functions/_rawToString%4017065589", + "fixedId": true, + "name": "_rawToString", + "owner": { + "type": "@Class", + "id": "classes/1876", + "fixedId": true, + "name": "Locale", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2926 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1876/functions/get%3AcountryCode", + "fixedId": true, + "name": "countryCode", + "owner": { + "type": "@Class", + "id": "classes/1876", + "fixedId": true, + "name": "Locale", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2863 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1876/functions/get%3AlanguageCode", + "fixedId": true, + "name": "languageCode", + "owner": { + "type": "@Class", + "id": "classes/1876", + "fixedId": true, + "name": "Locale", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2744 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/876/field_inits/localPanDelta", + "fixedId": true, + "name": "localPanDelta", + "owner": { + "type": "@Class", + "id": "classes/876", + "fixedId": true, + "name": "_TransformedPointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/transformDeltaViaPositions", + "fixedId": true, + "name": "transformDeltaViaPositions", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 596 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/transformPosition", + "fixedId": true, + "name": "transformPosition", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 580 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/876/field_inits/localPan", + "fixedId": true, + "name": "localPan", + "owner": { + "type": "@Class", + "id": "classes/876", + "fixedId": true, + "name": "_TransformedPointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2344 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1329/functions/PointerEnterEvent.fromMouseEvent", + "fixedId": true, + "name": "PointerEnterEvent.fromMouseEvent", + "owner": { + "type": "@Class", + "id": "classes/1329", + "fixedId": true, + "name": "PointerEnterEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1247 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerEnterEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/867/functions/_AbstractPointerEvent%40302050165.", + "fixedId": true, + "name": "_AbstractPointerEvent", + "owner": { + "type": "@Class", + "id": "classes/867", + "fixedId": true, + "name": "_AbstractPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _SelectionKeepAlive@202070758" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ParentInkResponseState@95059085" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2506/implicit_closures/4", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2506/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2506", + "fixedId": true, + "name": "HashedObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2250/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 139 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2506/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/2506", + "fixedId": true, + "name": "HashedObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2251/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2506/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2506", + "fixedId": true, + "name": "HashedObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2252/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2506/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2506", + "fixedId": true, + "name": "HashedObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2253/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2507/field_inits/_set%4036023516", + "fixedId": true, + "name": "_set", + "owner": { + "type": "@Class", + "id": "classes/2507", + "fixedId": true, + "name": "ObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2254/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 30 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2313/functions/HashSet.", + "fixedId": true, + "name": "HashSet", + "owner": { + "type": "@Class", + "id": "classes/2313", + "fixedId": true, + "name": "HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fhash_set.dart/0", + "fixedId": true, + "uri": "dart:collection/hash_set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2255/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 571 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HashSet" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2507/implicit_closures/4", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2507/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2507", + "fixedId": true, + "name": "ObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2256/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 61 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2507/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/2507", + "fixedId": true, + "name": "ObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2257/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2507/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2507", + "fixedId": true, + "name": "ObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2258/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 45 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2507/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2507", + "fixedId": true, + "name": "ObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2259/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 35 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/field_inits/_actionMap%4095059085", + "fixedId": true, + "name": "_actionMap", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 832 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1196/functions/Action.", + "fixedId": true, + "name": "Action", + "owner": { + "type": "@Class", + "id": "classes/1196", + "fixedId": true, + "name": "Action", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2260/0", + "kind": "TypeParameter", + "identityHashCode": 2916673937, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ObserverList" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Action" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CallbackAction" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/297/functions/get%3AdebugLabel", + "fixedId": true, + "name": "debugLabel", + "owner": { + "type": "@Class", + "id": "classes/297", + "fixedId": true, + "name": "MaterialPageRoute", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2261/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _RouteEntry@181124995" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/2504/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/2504", + "fixedId": true, + "name": "__History&Iterable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/2504/closures/658", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2504/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/2504", + "fixedId": true, + "name": "__History&Iterable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 410 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/970/functions/DiagnosticsProperty.", + "fixedId": true, + "name": "DiagnosticsProperty", + "owner": { + "type": "@Class", + "id": "classes/970", + "fixedId": true, + "name": "DiagnosticsProperty", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2262/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2572 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/field_inits/_kIdentityTransform%40369082469", + "fixedId": true, + "name": "_kIdentityTransform", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3577 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_initIdentityTransform%40369082469", + "fixedId": true, + "name": "_initIdentityTransform", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/field_inits/_kEmptyCustomSemanticsActionsList%40369082469", + "fixedId": true, + "name": "_kEmptyCustomSemanticsActionsList", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3576 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/field_inits/_kEmptyChildList%40369082469", + "fixedId": true, + "name": "_kEmptyChildList", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3575 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/field_inits/_kEmptyConfig%40369082469", + "fixedId": true, + "name": "_kEmptyConfig", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/SemanticsConfiguration.", + "fixedId": true, + "name": "SemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AttributedString" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/421/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/421", + "fixedId": true, + "name": "AttributedString", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 722 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/421/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/421", + "fixedId": true, + "name": "AttributedString", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 722 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextRange" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: StringAttribute" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: AttributedString" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2783/field_inits/none", + "fixedId": true, + "name": "none", + "owner": { + "type": "@Class", + "id": "classes/2783", + "fixedId": true, + "name": "SemanticsFlags", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 1212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2783/functions/SemanticsFlags.", + "fixedId": true, + "name": "SemanticsFlags", + "owner": { + "type": "@Class", + "id": "classes/2783", + "fixedId": true, + "name": "SemanticsFlags", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 1071 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2783/functions/_initSemanticsFlags%4017065589", + "fixedId": true, + "name": "_initSemanticsFlags", + "owner": { + "type": "@Class", + "id": "classes/2783", + "fixedId": true, + "name": "SemanticsFlags", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 1140 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SemanticsFlags" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/422/field_inits/_ids%40369082469", + "fixedId": true, + "name": "_ids", + "owner": { + "type": "@Class", + "id": "classes/422", + "fixedId": true, + "name": "CustomSemanticsAction", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/422/field_inits/_actions%40369082469", + "fixedId": true, + "name": "_actions", + "owner": { + "type": "@Class", + "id": "classes/422", + "fixedId": true, + "name": "CustomSemanticsAction", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 657 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/422/functions/getAction", + "fixedId": true, + "name": "getAction", + "owner": { + "type": "@Class", + "id": "classes/422", + "fixedId": true, + "name": "CustomSemanticsAction", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 672 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: CustomSemanticsAction" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SemanticsConfiguration" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: SemanticsTag" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: SemanticsNode?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Key?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/SemanticsNode.", + "fixedId": true, + "name": "SemanticsNode", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2460 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/get%3A_effectiveActionsAsBits%40369082469", + "fixedId": true, + "name": "_effectiveActionsAsBits", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3011 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "libraries/@369082469/field_inits/_kUnblockedUserActions%40369082469", + "fixedId": true, + "name": "_kUnblockedUserActions", + "owner": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "libraries/@369082469/functions/_toBitMask%40369082469", + "fixedId": true, + "name": "_toBitMask", + "owner": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 6256 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "libraries/@369082469/functions/_concatAttributedString%40369082469", + "fixedId": true, + "name": "_concatAttributedString", + "owner": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 6095 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "libraries/@369082469/functions/_childrenInDefaultOrder%40369082469", + "fixedId": true, + "name": "_childrenInDefaultOrder", + "owner": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4121 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SemanticsSortGroup" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BoxEdge" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "libraries/@369082469/functions/_pointInParentCoordinates%40369082469", + "fixedId": true, + "name": "_pointInParentCoordinates", + "owner": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/inflate", + "fixedId": true, + "name": "inflate", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 770 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "libraries/@369082469/closures/316", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@369082469/functions/_childrenInDefaultOrder%40369082469", + "fixedId": true, + "name": "_childrenInDefaultOrder", + "owner": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4121 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/419/functions/sortedWithinVerticalGroup", + "fixedId": true, + "name": "sortedWithinVerticalGroup", + "owner": { + "type": "@Class", + "id": "classes/419", + "fixedId": true, + "name": "_SemanticsSortGroup", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3973 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ReversedListIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/419/closures/317", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/419/functions/sortedWithinVerticalGroup", + "fixedId": true, + "name": "sortedWithinVerticalGroup", + "owner": { + "type": "@Class", + "id": "classes/419", + "fixedId": true, + "name": "_SemanticsSortGroup", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3973 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4018 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/419/functions/sortedWithinKnot", + "fixedId": true, + "name": "sortedWithinKnot", + "owner": { + "type": "@Class", + "id": "classes/419", + "fixedId": true, + "name": "_SemanticsSortGroup", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4037 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/419/closures/321", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/419/functions/sortedWithinKnot", + "fixedId": true, + "name": "sortedWithinKnot", + "owner": { + "type": "@Class", + "id": "classes/419", + "fixedId": true, + "name": "_SemanticsSortGroup", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4037 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4096 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/419/closures/320", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/419/functions/sortedWithinKnot", + "fixedId": true, + "name": "sortedWithinKnot", + "owner": { + "type": "@Class", + "id": "classes/419", + "fixedId": true, + "name": "_SemanticsSortGroup", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4037 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4095 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/419/closures/319", + "fixedId": true, + "name": "search", + "owner": { + "type": "@Function", + "id": "classes/419/functions/sortedWithinKnot", + "fixedId": true, + "name": "sortedWithinKnot", + "owner": { + "type": "@Class", + "id": "classes/419", + "fixedId": true, + "name": "_SemanticsSortGroup", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4037 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4084 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/419/closures/318", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/419/functions/sortedWithinKnot", + "fixedId": true, + "name": "sortedWithinKnot", + "owner": { + "type": "@Class", + "id": "classes/419", + "fixedId": true, + "name": "_SemanticsSortGroup", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4037 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4074 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _SemanticsSortGroup@369082469" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _BoxEdge@369082469" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_childrenInTraversalOrder%40369082469", + "fixedId": true, + "name": "_childrenInTraversalOrder", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3660 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TraversalSortNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/_haveSameRuntimeType%400150898", + "fixedId": true, + "name": "_haveSameRuntimeType", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/closures/314", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/480/functions/_childrenInTraversalOrder%40369082469", + "fixedId": true, + "name": "_childrenInTraversalOrder", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3660 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3712 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _TraversalSortNode@369082469" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2924 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_markDirty%40369082469", + "fixedId": true, + "name": "_markDirty", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2951 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/isTagged", + "fixedId": true, + "name": "isTagged", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3022 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_replaceChildren%40369082469", + "fixedId": true, + "name": "_replaceChildren", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2644 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_updateChildMergeFlagRecursively%40369082469", + "fixedId": true, + "name": "_updateChildMergeFlagRecursively", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2847 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_updateChildrenMergeFlags%40369082469", + "fixedId": true, + "name": "_updateChildrenMergeFlags", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2864 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/implicit_closures/22", + "fixedId": true, + "name": "_updateChildMergeFlagRecursively", + "owner": { + "type": "@Function", + "id": "classes/480/functions/_updateChildMergeFlagRecursively%40369082469", + "fixedId": true, + "name": "_updateChildMergeFlagRecursively", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2847 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2847 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/set%3AisMergedIntoParent", + "fixedId": true, + "name": "isMergedIntoParent=", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2595 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_redepthChild%40369082469", + "fixedId": true, + "name": "_redepthChild", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2835 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_redepthChildren%40369082469", + "fixedId": true, + "name": "_redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2843 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/implicit_closures/20", + "fixedId": true, + "name": "_redepthChild", + "owner": { + "type": "@Function", + "id": "classes/480/functions/_redepthChild%40369082469", + "fixedId": true, + "name": "_redepthChild", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2835 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2835 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2901 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_isDifferentFromCurrentSemanticAnnotation%40369082469", + "fixedId": true, + "name": "_isDifferentFromCurrentSemanticAnnotation", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2978 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/getSemanticsData", + "fixedId": true, + "name": "getSemanticsData", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3387 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1170/functions/SemanticsData.", + "fixedId": true, + "name": "SemanticsData", + "owner": { + "type": "@Class", + "id": "classes/1170", + "fixedId": true, + "name": "SemanticsData", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 923 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SemanticsData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_visitDescendants%40369082469", + "fixedId": true, + "name": "_visitDescendants", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2790 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CompactKeysIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_hash_set.dart", + "function": { + "type": "@Function", + "id": "classes/2364/functions/LinkedHashSet.of", + "fixedId": true, + "name": "LinkedHashSet.of", + "owner": { + "type": "@Class", + "id": "classes/2364", + "fixedId": true, + "name": "LinkedHashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_hash_set.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_hash_set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2263/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_hash_set.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_hash_set.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2365/functions/_throwUnmodifiable%403099033", + "fixedId": true, + "name": "_throwUnmodifiable", + "owner": { + "type": "@Class", + "id": "classes/2365", + "fixedId": true, + "name": "_UnmodifiableSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2264/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/closures/315", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/480/functions/getSemanticsData", + "fixedId": true, + "name": "getSemanticsData", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3387 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3439 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2783/functions/merge", + "fixedId": true, + "name": "merge", + "owner": { + "type": "@Class", + "id": "classes/2783", + "fixedId": true, + "name": "SemanticsFlags", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 1308 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/set%3Atransform", + "fixedId": true, + "name": "transform=", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/set%3Arect", + "fixedId": true, + "name": "rect=", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2525 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/updateWith", + "fixedId": true, + "name": "updateWith", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3310 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/2366/functions/LinkedHashMap.of", + "fixedId": true, + "name": "LinkedHashMap.of", + "owner": { + "type": "@Class", + "id": "classes/2366", + "fixedId": true, + "name": "LinkedHashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_hash_map.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_hash_map.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2265/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2266/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_hash_map.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_hash_map.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/86/functions/addAll", + "fixedId": true, + "name": "addAll", + "owner": { + "type": "@Class", + "id": "classes/86", + "fixedId": true, + "name": "_Map", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2267/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2268/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 396 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2357/functions/addAll", + "fixedId": true, + "name": "addAll", + "owner": { + "type": "@Class", + "id": "classes/2357", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2269/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2270/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 39 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2357/closures/1", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2357/functions/addAll", + "fixedId": true, + "name": "addAll", + "owner": { + "type": "@Class", + "id": "classes/2357", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2271/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2272/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 39 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2358/functions/_quickCopy%403099033", + "fixedId": true, + "name": "_quickCopy", + "owner": { + "type": "@Class", + "id": "classes/2358", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2273/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2274/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_addToUpdate%40369082469", + "fixedId": true, + "name": "_addToUpdate", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3579 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2779/functions/__updateNode%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__updateNode$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2779", + "fixedId": true, + "name": "_NativeSemanticsUpdateBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/_add%403099033", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2275/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1060 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/_rehash%403099033", + "fixedId": true, + "name": "_rehash", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2276/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1017 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/_init%403099033", + "fixedId": true, + "name": "_init", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2277/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1035 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2342/functions/_hashCode%403099033", + "fixedId": true, + "name": "_hashCode", + "owner": { + "type": "@Class", + "id": "classes/2342", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2278/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/get%3AhasChildren", + "fixedId": true, + "name": "hasChildren", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2765 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/sendEvent", + "fixedId": true, + "name": "sendEvent", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3720 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/378/functions/send", + "fixedId": true, + "name": "send", + "owner": { + "type": "@Class", + "id": "classes/378", + "fixedId": true, + "name": "BasicMessageChannel", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2279/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 241 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/378/functions/setMessageHandler", + "fixedId": true, + "name": "setMessageHandler", + "owner": { + "type": "@Class", + "id": "classes/378", + "fixedId": true, + "name": "BasicMessageChannel", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2280/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/378/closures/345", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/378/functions/setMessageHandler", + "fixedId": true, + "name": "setMessageHandler", + "owner": { + "type": "@Class", + "id": "classes/378", + "fixedId": true, + "name": "BasicMessageChannel", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2281/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 254 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 258 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[unknown stub]" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/378/functions/get%3AbinaryMessenger", + "fixedId": true, + "name": "binaryMessenger", + "owner": { + "type": "@Class", + "id": "classes/378", + "fixedId": true, + "name": "BasicMessageChannel", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2282/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/expando_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2476/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/2476", + "fixedId": true, + "name": "Expando", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fweak.dart/0", + "fixedId": true, + "uri": "dart:core/weak.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2283/0", + "kind": "TypeParameter", + "identityHashCode": 4277883956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fexpando_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/expando_patch.dart" + }, + "tokenPos": -1, + "line": 51 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/expando_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2476/functions/_rehash%400150898", + "fixedId": true, + "name": "_rehash", + "owner": { + "type": "@Class", + "id": "classes/2476", + "fixedId": true, + "name": "Expando", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fweak.dart/0", + "fixedId": true, + "uri": "dart:core/weak.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2284/0", + "kind": "TypeParameter", + "identityHashCode": 4277883956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fexpando_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/expando_patch.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _WeakProperty@0150898?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WeakProperty" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/expando_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2476/functions/get%3A_limit%400150898", + "fixedId": true, + "name": "_limit", + "owner": { + "type": "@Class", + "id": "classes/2476", + "fixedId": true, + "name": "Expando", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fweak.dart/0", + "fixedId": true, + "uri": "dart:core/weak.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2285/0", + "kind": "TypeParameter", + "identityHashCode": 4277883956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fexpando_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/expando_patch.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/checkValidWeakTarget", + "fixedId": true, + "name": "checkValidWeakTarget", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 228 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/expando_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2476/field_inits/_deletedEntry%400150898", + "fixedId": true, + "name": "_deletedEntry", + "owner": { + "type": "@Class", + "id": "classes/2476", + "fixedId": true, + "name": "Expando", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fweak.dart/0", + "fixedId": true, + "uri": "dart:core/weak.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2286/0", + "kind": "TypeParameter", + "identityHashCode": 4277883956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fexpando_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/expando_patch.dart" + }, + "tokenPos": -1, + "line": 27 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ProfiledBinaryMessenger" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/380/functions/sendWithPostfix", + "fixedId": true, + "name": "sendWithPostfix", + "owner": { + "type": "@Class", + "id": "classes/380", + "fixedId": true, + "name": "_ProfiledBinaryMessenger", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "libraries/@277480135/functions/_debugRecordDownStream%40277480135", + "fixedId": true, + "name": "_debugRecordDownStream", + "owner": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "libraries/@277480135/functions/_debugLaunchProfilePlatformChannels%40277480135", + "fixedId": true, + "name": "_debugLaunchProfilePlatformChannels", + "owner": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/print.dart", + "function": { + "type": "@Function", + "id": "libraries/@39110992/implicit_closures/0", + "fixedId": true, + "name": "debugPrintThrottled", + "owner": { + "type": "@Function", + "id": "libraries/@39110992/functions/debugPrintThrottled", + "fixedId": true, + "name": "debugPrintThrottled", + "owner": { + "type": "@Library", + "id": "libraries/@39110992", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/print.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 70 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 70 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/print.dart", + "function": { + "type": "@Function", + "id": "libraries/@39110992/field_inits/_debugPrintStopwatch%4039110992", + "fixedId": true, + "name": "_debugPrintStopwatch", + "owner": { + "type": "@Library", + "id": "libraries/@39110992", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/print.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/print.dart", + "function": { + "type": "@Function", + "id": "libraries/@39110992/field_inits/_debugPrintBuffer%4039110992", + "fixedId": true, + "name": "_debugPrintBuffer", + "owner": { + "type": "@Library", + "id": "libraries/@39110992", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/print.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 87 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/print.dart", + "function": { + "type": "@Function", + "id": "libraries/@39110992/functions/_debugPrintTask%4039110992", + "fixedId": true, + "name": "_debugPrintTask", + "owner": { + "type": "@Library", + "id": "libraries/@39110992", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/print.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 92 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/print.dart", + "function": { + "type": "@Function", + "id": "libraries/@39110992/implicit_closures/1", + "fixedId": true, + "name": "_debugPrintTask", + "owner": { + "type": "@Function", + "id": "libraries/@39110992/functions/_debugPrintTask%4039110992", + "fixedId": true, + "name": "_debugPrintTask", + "owner": { + "type": "@Library", + "id": "libraries/@39110992", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/print.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 92 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 92 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/print.dart", + "function": { + "type": "@Function", + "id": "libraries/@39110992/field_inits/_indentPattern%4039110992", + "fixedId": true, + "name": "_indentPattern", + "owner": { + "type": "@Library", + "id": "libraries/@39110992", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/print.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/print.dart", + "function": { + "type": "@Function", + "id": "libraries/@39110992/functions/debugWordWrap", + "fixedId": true, + "name": "debugWordWrap", + "owner": { + "type": "@Library", + "id": "libraries/@39110992", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/print.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/trimLeft", + "fixedId": true, + "name": "trimLeft", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 541 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _PlatformChannelStats@277480135" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/379/functions/addUpStream", + "fixedId": true, + "name": "addUpStream", + "owner": { + "type": "@Class", + "id": "classes/379", + "fixedId": true, + "name": "_PlatformChannelStats", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/print.dart", + "function": { + "type": "@Function", + "id": "libraries/@39110992/functions/debugPrintThrottled", + "fixedId": true, + "name": "debugPrintThrottled", + "owner": { + "type": "@Library", + "id": "libraries/@39110992", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/print.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 70 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/print.dart", + "function": { + "type": "@Function", + "id": "libraries/@39110992/closures/242", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@39110992/functions/debugPrintThrottled", + "fixedId": true, + "name": "debugPrintThrottled", + "owner": { + "type": "@Library", + "id": "libraries/@39110992", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/print.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 70 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 74 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_toStringAsFixed%400150898", + "fixedId": true, + "name": "_toStringAsFixed", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 307 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2447/functions/Future.delayed", + "fixedId": true, + "name": "Future.delayed", + "owner": { + "type": "@Class", + "id": "classes/2447", + "fixedId": true, + "name": "Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2287/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 404 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 18253, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2447/closures/258", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2447/functions/Future.delayed", + "fixedId": true, + "name": "Future.delayed", + "owner": { + "type": "@Class", + "id": "classes/2447", + "fixedId": true, + "name": "Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2288/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 404 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 413 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_completeWithErrorCallback%405048458", + "fixedId": true, + "name": "_completeWithErrorCallback", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 1333 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "libraries/@277480135/closures/257", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@277480135/functions/_debugLaunchProfilePlatformChannels%40277480135", + "fixedId": true, + "name": "_debugLaunchProfilePlatformChannels", + "owner": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 123 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/print.dart", + "function": { + "type": "@Function", + "id": "libraries/@39110992/field_inits/debugPrint", + "fixedId": true, + "name": "debugPrint", + "owner": { + "type": "@Library", + "id": "libraries/@39110992", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/print.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/379/functions/addDownStream", + "fixedId": true, + "name": "addDownStream", + "owner": { + "type": "@Class", + "id": "classes/379", + "fixedId": true, + "name": "_PlatformChannelStats", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _PlatformChannelStats" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "libraries/@277480135/field_inits/_profilePlatformChannelsStats%40277480135", + "fixedId": true, + "name": "_profilePlatformChannelsStats", + "owner": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "libraries/@277480135/functions/_debugRecordUpStream%40277480135", + "fixedId": true, + "name": "_debugRecordUpStream", + "owner": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/expando_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2476/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2476", + "fixedId": true, + "name": "Expando", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fweak.dart/0", + "fixedId": true, + "uri": "dart:core/weak.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2289/0", + "kind": "TypeParameter", + "identityHashCode": 4277883956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fexpando_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/expando_patch.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "libraries/@277480135/functions/_findBinaryMessenger%40277480135", + "fixedId": true, + "name": "_findBinaryMessenger", + "owner": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/401/functions/get%3Ainstance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/401", + "fixedId": true, + "name": "ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@267240726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 73 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/_background_isolate_binary_messenger_io.dart", + "function": { + "type": "@Function", + "id": "classes/410/functions/get%3Ainstance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/410", + "fixedId": true, + "name": "BackgroundIsolateBinaryMessenger", + "library": { + "type": "@Library", + "id": "libraries/@403284922", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/_background_isolate_binary_messenger_io.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@403284922/scripts/package%3Aflutter%2Fsrc%2Fservices%2F_background_isolate_binary_messenger_io.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/_background_isolate_binary_messenger_io.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@403284922/scripts/package%3Aflutter%2Fsrc%2Fservices%2F_background_isolate_binary_messenger_io.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/_background_isolate_binary_messenger_io.dart" + }, + "tokenPos": -1, + "line": 24 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1885/field_inits/instance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/1885", + "fixedId": true, + "name": "RootIsolateToken", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RootIsolateToken" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1885/functions/__getRootIsolateToken%4017065589", + "fixedId": true, + "name": "__getRootIsolateToken", + "owner": { + "type": "@Class", + "id": "classes/1885", + "fixedId": true, + "name": "RootIsolateToken", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "libraries/@277480135/field_inits/_profiledBinaryMessengers%40277480135", + "fixedId": true, + "name": "_profiledBinaryMessengers", + "owner": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 52 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Expando" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics_event.dart", + "function": { + "type": "@Function", + "id": "classes/412/functions/toMap", + "fixedId": true, + "name": "toMap", + "owner": { + "type": "@Class", + "id": "classes/412", + "fixedId": true, + "name": "SemanticsEvent", + "library": { + "type": "@Library", + "id": "libraries/@370521511", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics_event.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@370521511/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics_event.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@370521511/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics_event.dart" + }, + "tokenPos": -1, + "line": 52 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/debugListChildrenInOrder", + "fixedId": true, + "name": "debugListChildrenInOrder", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3897 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/SemanticsNode.root", + "fixedId": true, + "name": "SemanticsNode.root", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2467 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/_canPerformAction%40369082469", + "fixedId": true, + "name": "_canPerformAction", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/get%3AisInvisible", + "fixedId": true, + "name": "isInvisible", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 2585 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: SemanticsNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/961/implicit_closures/1", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/961/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/961", + "fixedId": true, + "name": "DiagnosticPropertiesBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3045 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3045 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/969/functions/_createStackFrame%4026022608", + "fixedId": true, + "name": "_createStackFrame", + "owner": { + "type": "@Class", + "id": "classes/969", + "fixedId": true, + "name": "DiagnosticsStackTrace", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1290 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/962/functions/DiagnosticsNode.message", + "fixedId": true, + "name": "DiagnosticsNode.message", + "owner": { + "type": "@Class", + "id": "classes/962", + "fixedId": true, + "name": "DiagnosticsNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1495 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/969/implicit_closures/2", + "fixedId": true, + "name": "_createStackFrame", + "owner": { + "type": "@Function", + "id": "classes/969/functions/_createStackFrame%4026022608", + "fixedId": true, + "name": "_createStackFrame", + "owner": { + "type": "@Class", + "id": "classes/969", + "fixedId": true, + "name": "DiagnosticsStackTrace", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1290 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1290 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/969/functions/_applyStackFilter%4026022608", + "fixedId": true, + "name": "_applyStackFilter", + "owner": { + "type": "@Class", + "id": "classes/969", + "fixedId": true, + "name": "DiagnosticsStackTrace", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1276 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/functions/defaultStackFilter", + "fixedId": true, + "name": "defaultStackFilter", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1079 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/removeAt", + "fixedId": true, + "name": "removeAt", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2290/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/get%3Asingle", + "fixedId": true, + "name": "single", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2291/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2357/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/2357", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2292/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2293/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 59 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/stack_frame.dart", + "function": { + "type": "@Function", + "id": "classes/939/functions/fromStackString", + "fixedId": true, + "name": "fromStackString", + "owner": { + "type": "@Class", + "id": "classes/939", + "fixedId": true, + "name": "StackFrame", + "library": { + "type": "@Library", + "id": "libraries/@42425567", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 72 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/stack_frame.dart", + "function": { + "type": "@Function", + "id": "classes/939/field_inits/_webNonDebugFramePattern%4042425567", + "fixedId": true, + "name": "_webNonDebugFramePattern", + "owner": { + "type": "@Class", + "id": "classes/939", + "fixedId": true, + "name": "StackFrame", + "library": { + "type": "@Library", + "id": "libraries/@42425567", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/stack_frame.dart", + "function": { + "type": "@Function", + "id": "classes/939/functions/fromStackTraceLine", + "fixedId": true, + "name": "fromStackTraceLine", + "owner": { + "type": "@Class", + "id": "classes/939", + "fixedId": true, + "name": "StackFrame", + "library": { + "type": "@Library", + "id": "libraries/@42425567", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 189 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate StackFrame" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/replaceFirst", + "fixedId": true, + "name": "replaceFirst", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 618 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/stack_frame.dart", + "function": { + "type": "@Function", + "id": "classes/939/functions/_tryParseWebNonDebugFrame%4042425567", + "fixedId": true, + "name": "_tryParseWebNonDebugFrame", + "owner": { + "type": "@Class", + "id": "classes/939", + "fixedId": true, + "name": "StackFrame", + "library": { + "type": "@Library", + "id": "libraries/@42425567", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/stack_frame.dart", + "function": { + "type": "@Function", + "id": "classes/939/implicit_closures/4", + "fixedId": true, + "name": "fromStackTraceLine", + "owner": { + "type": "@Function", + "id": "classes/939/functions/fromStackTraceLine", + "fixedId": true, + "name": "fromStackTraceLine", + "owner": { + "type": "@Class", + "id": "classes/939", + "fixedId": true, + "name": "StackFrame", + "library": { + "type": "@Library", + "id": "libraries/@42425567", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 189 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/stack_frame.dart", + "function": { + "type": "@Function", + "id": "classes/939/functions/fromStackTrace", + "fixedId": true, + "name": "fromStackTrace", + "owner": { + "type": "@Class", + "id": "classes/939", + "fixedId": true, + "name": "StackFrame", + "library": { + "type": "@Library", + "id": "libraries/@42425567", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 67 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/stack_frame.dart", + "function": { + "type": "@Function", + "id": "classes/939/closures/246", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/939/functions/fromStackString", + "fixedId": true, + "name": "fromStackString", + "owner": { + "type": "@Class", + "id": "classes/939", + "fixedId": true, + "name": "StackFrame", + "library": { + "type": "@Library", + "id": "libraries/@42425567", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 72 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/field_inits/_stackFilters%4026022608", + "fixedId": true, + "name": "_stackFilters", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1055 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: StackFilter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/closures/245", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2561/functions/defaultStackFilter", + "fixedId": true, + "name": "defaultStackFilter", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1079 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/closures/244", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2561/functions/defaultStackFilter", + "fixedId": true, + "name": "defaultStackFilter", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1079 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/trimRight", + "fixedId": true, + "name": "trimRight", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 561 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/field_inits/demangleStackTrace", + "fixedId": true, + "name": "demangleStackTrace", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 979 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/implicit_closures/2", + "fixedId": true, + "name": "_defaultStackTraceDemangler", + "owner": { + "type": "@Function", + "id": "classes/2561/functions/_defaultStackTraceDemangler%4026022608", + "fixedId": true, + "name": "_defaultStackTraceDemangler", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 981 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 981 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/968/functions/DiagnosticsBlock.", + "fixedId": true, + "name": "DiagnosticsBlock", + "owner": { + "type": "@Class", + "id": "classes/968", + "fixedId": true, + "name": "DiagnosticsBlock", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3518 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/962/functions/get%3AtextTreeConfiguration", + "fixedId": true, + "name": "textTreeConfiguration", + "owner": { + "type": "@Class", + "id": "classes/962", + "fixedId": true, + "name": "DiagnosticsNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1766 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/962/functions/isFiltered", + "fixedId": true, + "name": "isFiltered", + "owner": { + "type": "@Class", + "id": "classes/962", + "fixedId": true, + "name": "DiagnosticsNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1537 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: DiagnosticsNode" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DiagnosticsProperty" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/2504/functions/_removeAt%4028329750", + "fixedId": true, + "name": "_removeAt", + "owner": { + "type": "@Class", + "id": "classes/2504", + "fixedId": true, + "name": "__History&Iterable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Navigator" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: NavigatorObserver" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Route?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1664/functions/defaultGenerateInitialRoutes", + "fixedId": true, + "name": "defaultGenerateInitialRoutes", + "owner": { + "type": "@Class", + "id": "classes/1664", + "fixedId": true, + "name": "Navigator", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 2968 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/_filter%404220832", + "fixedId": true, + "name": "_filter", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2294/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2295/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 627 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/291/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/291", + "fixedId": true, + "name": "OverlayRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2296/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/functions/get%3Amounted", + "fixedId": true, + "name": "mounted", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2297/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 569 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 912 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _WidgetTicker@228311458" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/427/functions/get%3AorCancel", + "fixedId": true, + "name": "orCancel", + "owner": { + "type": "@Class", + "id": "classes/427", + "fixedId": true, + "name": "TickerFuture", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/427/functions/whenCompleteOrCancel", + "fixedId": true, + "name": "whenCompleteOrCancel", + "owner": { + "type": "@Class", + "id": "classes/427", + "fixedId": true, + "name": "TickerFuture", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/427/closures/664", + "fixedId": true, + "name": "thunk", + "owner": { + "type": "@Function", + "id": "classes/427/functions/whenCompleteOrCancel", + "fixedId": true, + "name": "whenCompleteOrCancel", + "owner": { + "type": "@Class", + "id": "classes/427", + "fixedId": true, + "name": "TickerFuture", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 448 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 449 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/427/functions/_complete%40330494659", + "fixedId": true, + "name": "_complete", + "owner": { + "type": "@Class", + "id": "classes/427", + "fixedId": true, + "name": "TickerFuture", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/427/functions/TickerFuture.complete", + "fixedId": true, + "name": "TickerFuture.complete", + "owner": { + "type": "@Class", + "id": "classes/427", + "fixedId": true, + "name": "TickerFuture", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 421 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/427/functions/TickerFuture._%40330494659", + "fixedId": true, + "name": "TickerFuture._", + "owner": { + "type": "@Class", + "id": "classes/427", + "fixedId": true, + "name": "TickerFuture", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 412 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: AnimatedDefaultTextStyle" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: TextStyle" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: AnimatedTheme" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1747/field_inits/_kFallbackTheme%40137067045", + "fixedId": true, + "name": "_kFallbackTheme", + "owner": { + "type": "@Class", + "id": "classes/1747", + "fixedId": true, + "name": "Theme", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 62 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/functions/ThemeData.light", + "fixedId": true, + "name": "ThemeData.light", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 871 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/functions/ThemeData.", + "fixedId": true, + "name": "ThemeData", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 265 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/_floatToInt8%4017065589", + "fixedId": true, + "name": "_floatToInt8", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/clamp", + "fixedId": true, + "name": "clamp", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 264 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/alphaBlend", + "fixedId": true, + "name": "alphaBlend", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 448 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Color" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/toARGB32", + "fixedId": true, + "name": "toARGB32", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/getAlphaFromOpacity", + "fixedId": true, + "name": "getAlphaFromOpacity", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 415 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_scaleAlpha%4017065589", + "fixedId": true, + "name": "_scaleAlpha", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 56 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/implicit_closures/22", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Function", + "id": "classes/1902/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 415 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 415 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Color?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Color" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/functions/_themeExtensionIterableToMap%40138408314", + "fixedId": true, + "name": "_themeExtensionIterableToMap", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1822 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/712/functions/CupertinoBasedMaterialThemeData.", + "fixedId": true, + "name": "CupertinoBasedMaterialThemeData", + "owner": { + "type": "@Class", + "id": "classes/712", + "fixedId": true, + "name": "CupertinoBasedMaterialThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 3075 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/ColorScheme.fromSeed", + "fixedId": true, + "name": "ColorScheme.fromSeed", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 309 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ColorScheme" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/_buildDynamicScheme%4068049969", + "fixedId": true, + "name": "_buildDynamicScheme", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 2173 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SchemeTonalSpot" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceVariant", + "fixedId": true, + "name": "surfaceVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/464", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceVariant", + "fixedId": true, + "name": "surfaceVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 159 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/463", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceVariant", + "fixedId": true, + "name": "surfaceVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 159 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/functions/_findDesiredChromaByTone%40385367066", + "fixedId": true, + "name": "_findDesiredChromaByTone", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 596 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/functions/highestSurface", + "fixedId": true, + "name": "highestSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 35 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onBackground", + "fixedId": true, + "name": "onBackground", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ContrastCurve" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/467", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onBackground", + "fixedId": true, + "name": "onBackground", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 76 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 80 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/466", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onBackground", + "fixedId": true, + "name": "onBackground", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 76 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 79 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/465", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onBackground", + "fixedId": true, + "name": "onBackground", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 76 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 78 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/background", + "fixedId": true, + "name": "background", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/469", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/background", + "fixedId": true, + "name": "background", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 69 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 72 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/468", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/background", + "fixedId": true, + "name": "background", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 69 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/scrim", + "fixedId": true, + "name": "scrim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 210 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/471", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/scrim", + "fixedId": true, + "name": "scrim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 210 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/470", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/scrim", + "fixedId": true, + "name": "scrim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 210 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/shadow", + "fixedId": true, + "name": "shadow", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 204 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/473", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/shadow", + "fixedId": true, + "name": "shadow", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 204 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/472", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/shadow", + "fixedId": true, + "name": "shadow", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 204 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 206 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/inversePrimary", + "fixedId": true, + "name": "inversePrimary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/476", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/inversePrimary", + "fixedId": true, + "name": "inversePrimary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 288 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/475", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/inversePrimary", + "fixedId": true, + "name": "inversePrimary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 288 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/474", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/inversePrimary", + "fixedId": true, + "name": "inversePrimary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 288 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 290 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/inverseOnSurface", + "fixedId": true, + "name": "inverseOnSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/479", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/inverseOnSurface", + "fixedId": true, + "name": "inverseOnSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 180 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/478", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/inverseOnSurface", + "fixedId": true, + "name": "inverseOnSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 180 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/477", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/inverseOnSurface", + "fixedId": true, + "name": "inverseOnSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 180 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/inverseSurface", + "fixedId": true, + "name": "inverseSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 174 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/481", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/inverseSurface", + "fixedId": true, + "name": "inverseSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 174 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 177 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/480", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/inverseSurface", + "fixedId": true, + "name": "inverseSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 174 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onSurfaceVariant", + "fixedId": true, + "name": "onSurfaceVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/484", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSurfaceVariant", + "fixedId": true, + "name": "onSurfaceVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 166 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/483", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSurfaceVariant", + "fixedId": true, + "name": "onSurfaceVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 166 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 169 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/482", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSurfaceVariant", + "fixedId": true, + "name": "onSurfaceVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 166 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 168 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onSurface", + "fixedId": true, + "name": "onSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/487", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSurface", + "fixedId": true, + "name": "onSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 151 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/486", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSurface", + "fixedId": true, + "name": "onSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 151 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/485", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSurface", + "fixedId": true, + "name": "onSurface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 151 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerHighest", + "fixedId": true, + "name": "surfaceContainerHighest", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/489", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerHighest", + "fixedId": true, + "name": "surfaceContainerHighest", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 142 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/488", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerHighest", + "fixedId": true, + "name": "surfaceContainerHighest", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 142 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerHigh", + "fixedId": true, + "name": "surfaceContainerHigh", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/491", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerHigh", + "fixedId": true, + "name": "surfaceContainerHigh", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 133 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/490", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerHigh", + "fixedId": true, + "name": "surfaceContainerHigh", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 133 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainer", + "fixedId": true, + "name": "surfaceContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/493", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainer", + "fixedId": true, + "name": "surfaceContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 124 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/492", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainer", + "fixedId": true, + "name": "surfaceContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 124 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerLow", + "fixedId": true, + "name": "surfaceContainerLow", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/495", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerLow", + "fixedId": true, + "name": "surfaceContainerLow", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 115 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/494", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerLow", + "fixedId": true, + "name": "surfaceContainerLow", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 115 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerLowest", + "fixedId": true, + "name": "surfaceContainerLowest", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/497", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerLowest", + "fixedId": true, + "name": "surfaceContainerLowest", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 107 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 110 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/496", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceContainerLowest", + "fixedId": true, + "name": "surfaceContainerLowest", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 107 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceBright", + "fixedId": true, + "name": "surfaceBright", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/499", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceBright", + "fixedId": true, + "name": "surfaceBright", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 99 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/498", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceBright", + "fixedId": true, + "name": "surfaceBright", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 99 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceDim", + "fixedId": true, + "name": "surfaceDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/501", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceDim", + "fixedId": true, + "name": "surfaceDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 91 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/500", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surfaceDim", + "fixedId": true, + "name": "surfaceDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 91 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/surface", + "fixedId": true, + "name": "surface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/503", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surface", + "fixedId": true, + "name": "surface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 84 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 87 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/502", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/surface", + "fixedId": true, + "name": "surface", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 84 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/outlineVariant", + "fixedId": true, + "name": "outlineVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/506", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/outlineVariant", + "fixedId": true, + "name": "outlineVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 196 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/505", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/outlineVariant", + "fixedId": true, + "name": "outlineVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 196 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 199 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/504", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/outlineVariant", + "fixedId": true, + "name": "outlineVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 196 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/outline", + "fixedId": true, + "name": "outline", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 188 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/509", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/outline", + "fixedId": true, + "name": "outline", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 188 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/508", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/outline", + "fixedId": true, + "name": "outline", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 188 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/507", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/outline", + "fixedId": true, + "name": "outline", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 188 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 190 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onErrorContainer", + "fixedId": true, + "name": "onErrorContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 460 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/512", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onErrorContainer", + "fixedId": true, + "name": "onErrorContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 460 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/511", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onErrorContainer", + "fixedId": true, + "name": "onErrorContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 460 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 463 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/510", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onErrorContainer", + "fixedId": true, + "name": "onErrorContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 460 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/errorContainer", + "fixedId": true, + "name": "errorContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 449 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/516", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/errorContainer", + "fixedId": true, + "name": "errorContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 449 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 456 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ToneDeltaPair" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/515", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/errorContainer", + "fixedId": true, + "name": "errorContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 449 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 454 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/514", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/errorContainer", + "fixedId": true, + "name": "errorContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 449 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 452 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/513", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/errorContainer", + "fixedId": true, + "name": "errorContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 449 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 451 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onError", + "fixedId": true, + "name": "onError", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 441 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/519", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onError", + "fixedId": true, + "name": "onError", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 441 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 445 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/518", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onError", + "fixedId": true, + "name": "onError", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 441 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 444 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/517", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onError", + "fixedId": true, + "name": "onError", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 441 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/error", + "fixedId": true, + "name": "error", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 430 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/523", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/error", + "fixedId": true, + "name": "error", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 430 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 437 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/522", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/error", + "fixedId": true, + "name": "error", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 430 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 435 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/521", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/error", + "fixedId": true, + "name": "error", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 430 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 433 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/520", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/error", + "fixedId": true, + "name": "error", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 430 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 432 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryFixedVariant", + "fixedId": true, + "name": "onTertiaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 587 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/527", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryFixedVariant", + "fixedId": true, + "name": "onTertiaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 587 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 592 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/526", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryFixedVariant", + "fixedId": true, + "name": "onTertiaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 587 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 591 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/525", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryFixedVariant", + "fixedId": true, + "name": "onTertiaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 587 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 590 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/524", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryFixedVariant", + "fixedId": true, + "name": "onTertiaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 587 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 589 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryFixed", + "fixedId": true, + "name": "onTertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 578 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/531", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryFixed", + "fixedId": true, + "name": "onTertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 578 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 583 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/530", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryFixed", + "fixedId": true, + "name": "onTertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 578 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 582 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/529", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryFixed", + "fixedId": true, + "name": "onTertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 578 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 581 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/528", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryFixed", + "fixedId": true, + "name": "onTertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 578 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 580 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryFixedDim", + "fixedId": true, + "name": "tertiaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/535", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryFixedDim", + "fixedId": true, + "name": "tertiaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 567 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 574 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/534", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryFixedDim", + "fixedId": true, + "name": "tertiaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 567 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 572 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/533", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryFixedDim", + "fixedId": true, + "name": "tertiaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 567 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 570 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/532", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryFixedDim", + "fixedId": true, + "name": "tertiaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 567 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 569 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryFixed", + "fixedId": true, + "name": "tertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 556 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/539", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryFixed", + "fixedId": true, + "name": "tertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 556 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 563 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/538", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryFixed", + "fixedId": true, + "name": "tertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 556 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 561 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/537", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryFixed", + "fixedId": true, + "name": "tertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 556 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 559 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/536", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryFixed", + "fixedId": true, + "name": "tertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 556 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 558 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryContainer", + "fixedId": true, + "name": "onTertiaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 413 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/542", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryContainer", + "fixedId": true, + "name": "onTertiaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 413 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 426 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/541", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryContainer", + "fixedId": true, + "name": "onTertiaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 413 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/540", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiaryContainer", + "fixedId": true, + "name": "onTertiaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 413 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 415 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryContainer", + "fixedId": true, + "name": "tertiaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/546", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryContainer", + "fixedId": true, + "name": "tertiaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 393 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/545", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryContainer", + "fixedId": true, + "name": "tertiaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 393 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/544", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryContainer", + "fixedId": true, + "name": "tertiaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 393 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 396 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dislike/dislike_analyzer.dart", + "function": { + "type": "@Function", + "id": "classes/201/functions/fixIfDisliked", + "fixedId": true, + "name": "fixIfDisliked", + "owner": { + "type": "@Class", + "id": "classes/201", + "fixedId": true, + "name": "DislikeAnalyzer", + "library": { + "type": "@Library", + "id": "libraries/@382364005", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dislike/dislike_analyzer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@382364005/scripts/package%3Amaterial_color_utilities%2Fdislike%2Fdislike_analyzer.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dislike/dislike_analyzer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@382364005/scripts/package%3Amaterial_color_utilities%2Fdislike%2Fdislike_analyzer.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dislike/dislike_analyzer.dart" + }, + "tokenPos": -1, + "line": 38 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dislike/dislike_analyzer.dart", + "function": { + "type": "@Function", + "id": "classes/201/functions/isDisliked", + "fixedId": true, + "name": "isDisliked", + "owner": { + "type": "@Class", + "id": "classes/201", + "fixedId": true, + "name": "DislikeAnalyzer", + "library": { + "type": "@Library", + "id": "libraries/@382364005", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dislike/dislike_analyzer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@382364005/scripts/package%3Amaterial_color_utilities%2Fdislike%2Fdislike_analyzer.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dislike/dislike_analyzer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@382364005/scripts/package%3Amaterial_color_utilities%2Fdislike%2Fdislike_analyzer.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dislike/dislike_analyzer.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/543", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiaryContainer", + "fixedId": true, + "name": "tertiaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 393 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 395 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiary", + "fixedId": true, + "name": "onTertiary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/549", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiary", + "fixedId": true, + "name": "onTertiary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 380 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/548", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiary", + "fixedId": true, + "name": "onTertiary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 380 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 383 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/547", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onTertiary", + "fixedId": true, + "name": "onTertiary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 380 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/tertiary", + "fixedId": true, + "name": "tertiary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/553", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiary", + "fixedId": true, + "name": "tertiary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 364 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 376 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/552", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiary", + "fixedId": true, + "name": "tertiary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 364 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 374 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/551", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiary", + "fixedId": true, + "name": "tertiary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 364 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/550", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/tertiary", + "fixedId": true, + "name": "tertiary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 364 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryFixedVariant", + "fixedId": true, + "name": "onSecondaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 547 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/557", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryFixedVariant", + "fixedId": true, + "name": "onSecondaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 547 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 552 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/556", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryFixedVariant", + "fixedId": true, + "name": "onSecondaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 547 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 551 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/555", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryFixedVariant", + "fixedId": true, + "name": "onSecondaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 547 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 550 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/554", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryFixedVariant", + "fixedId": true, + "name": "onSecondaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 547 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 549 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryFixed", + "fixedId": true, + "name": "onSecondaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 538 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/561", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryFixed", + "fixedId": true, + "name": "onSecondaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 538 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 543 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/560", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryFixed", + "fixedId": true, + "name": "onSecondaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 538 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 542 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/559", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryFixed", + "fixedId": true, + "name": "onSecondaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 538 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 541 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/558", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryFixed", + "fixedId": true, + "name": "onSecondaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 538 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryFixedDim", + "fixedId": true, + "name": "secondaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 523 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/565", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryFixedDim", + "fixedId": true, + "name": "secondaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 523 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 530 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/564", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryFixedDim", + "fixedId": true, + "name": "secondaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 523 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 528 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/563", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryFixedDim", + "fixedId": true, + "name": "secondaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 523 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 526 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/562", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryFixedDim", + "fixedId": true, + "name": "secondaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 523 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 525 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryFixed", + "fixedId": true, + "name": "secondaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 508 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/569", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryFixed", + "fixedId": true, + "name": "secondaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 508 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/568", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryFixed", + "fixedId": true, + "name": "secondaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 508 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 513 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/567", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryFixed", + "fixedId": true, + "name": "secondaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 508 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 511 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/566", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryFixed", + "fixedId": true, + "name": "secondaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 508 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 510 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryContainer", + "fixedId": true, + "name": "onSecondaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/572", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryContainer", + "fixedId": true, + "name": "onSecondaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 350 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/571", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryContainer", + "fixedId": true, + "name": "onSecondaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 350 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 353 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/570", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondaryContainer", + "fixedId": true, + "name": "onSecondaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 350 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 352 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryContainer", + "fixedId": true, + "name": "secondaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/576", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryContainer", + "fixedId": true, + "name": "secondaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 325 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 342 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/575", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryContainer", + "fixedId": true, + "name": "secondaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 325 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/574", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryContainer", + "fixedId": true, + "name": "secondaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 325 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 328 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/573", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondaryContainer", + "fixedId": true, + "name": "secondaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 325 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 327 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondary", + "fixedId": true, + "name": "onSecondary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 311 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/579", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondary", + "fixedId": true, + "name": "onSecondary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 311 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 321 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/578", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondary", + "fixedId": true, + "name": "onSecondary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 311 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/577", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onSecondary", + "fixedId": true, + "name": "onSecondary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 311 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/secondary", + "fixedId": true, + "name": "secondary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 296 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/583", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondary", + "fixedId": true, + "name": "secondary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 296 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/582", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondary", + "fixedId": true, + "name": "secondary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 296 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/581", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondary", + "fixedId": true, + "name": "secondary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 296 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/580", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/secondary", + "fixedId": true, + "name": "secondary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 296 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 298 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryFixedVariant", + "fixedId": true, + "name": "onPrimaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 499 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/587", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryFixedVariant", + "fixedId": true, + "name": "onPrimaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 499 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 504 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/586", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryFixedVariant", + "fixedId": true, + "name": "onPrimaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 499 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 503 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/585", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryFixedVariant", + "fixedId": true, + "name": "onPrimaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 499 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 502 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/584", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryFixedVariant", + "fixedId": true, + "name": "onPrimaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 499 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryFixed", + "fixedId": true, + "name": "onPrimaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 490 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/591", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryFixed", + "fixedId": true, + "name": "onPrimaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 490 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 495 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/590", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryFixed", + "fixedId": true, + "name": "onPrimaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 490 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/589", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryFixed", + "fixedId": true, + "name": "onPrimaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 490 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 493 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/588", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryFixed", + "fixedId": true, + "name": "onPrimaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 490 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 492 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/primaryFixedDim", + "fixedId": true, + "name": "primaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 479 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/595", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryFixedDim", + "fixedId": true, + "name": "primaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 479 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 486 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/594", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryFixedDim", + "fixedId": true, + "name": "primaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 479 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/593", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryFixedDim", + "fixedId": true, + "name": "primaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 479 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 482 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/592", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryFixedDim", + "fixedId": true, + "name": "primaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 479 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 481 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/primaryFixed", + "fixedId": true, + "name": "primaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 468 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/599", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryFixed", + "fixedId": true, + "name": "primaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 468 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 475 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/598", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryFixed", + "fixedId": true, + "name": "primaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 468 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/597", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryFixed", + "fixedId": true, + "name": "primaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 468 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 471 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/596", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryFixed", + "fixedId": true, + "name": "primaryFixed", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 468 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 470 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryContainer", + "fixedId": true, + "name": "onPrimaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 271 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/602", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryContainer", + "fixedId": true, + "name": "onPrimaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 271 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/601", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryContainer", + "fixedId": true, + "name": "onPrimaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 271 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/600", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimaryContainer", + "fixedId": true, + "name": "onPrimaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 271 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 273 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/primaryContainer", + "fixedId": true, + "name": "primaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/606", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryContainer", + "fixedId": true, + "name": "primaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 252 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 267 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/605", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryContainer", + "fixedId": true, + "name": "primaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 252 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 265 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/604", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryContainer", + "fixedId": true, + "name": "primaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 252 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/603", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primaryContainer", + "fixedId": true, + "name": "primaryContainer", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 252 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimary", + "fixedId": true, + "name": "onPrimary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 239 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/609", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimary", + "fixedId": true, + "name": "onPrimary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 239 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 248 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/608", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimary", + "fixedId": true, + "name": "onPrimary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 239 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/607", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/onPrimary", + "fixedId": true, + "name": "onPrimary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 239 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 241 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/field_inits/primary", + "fixedId": true, + "name": "primary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/613", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primary", + "fixedId": true, + "name": "primary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 223 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/612", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primary", + "fixedId": true, + "name": "primary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 223 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/611", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primary", + "fixedId": true, + "name": "primary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 223 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/material_dynamic_colors.dart", + "function": { + "type": "@Function", + "id": "classes/189/closures/610", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/189/field_inits/primary", + "fixedId": true, + "name": "primary", + "owner": { + "type": "@Class", + "id": "classes/189", + "fixedId": true, + "name": "MaterialDynamicColors", + "library": { + "type": "@Library", + "id": "libraries/@385367066", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 223 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@385367066/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fmaterial_dynamic_colors.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/material_dynamic_colors.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1044/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1044", + "fixedId": true, + "name": "NoDefaultCupertinoThemeData", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 559 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate NoDefaultCupertinoThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1044/functions/resolveFrom", + "fixedId": true, + "name": "resolveFrom", + "owner": { + "type": "@Class", + "id": "classes/1044", + "fixedId": true, + "name": "NoDefaultCupertinoThemeData", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 537 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1344/functions/resolveFrom", + "fixedId": true, + "name": "resolveFrom", + "owner": { + "type": "@Class", + "id": "classes/1344", + "fixedId": true, + "name": "CupertinoTextThemeData", + "library": { + "type": "@Library", + "id": "libraries/@378439196", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1, + "line": 249 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CupertinoTextThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/maybeResolve", + "fixedId": true, + "name": "maybeResolve", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 957 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/resolveFrom", + "fixedId": true, + "name": "resolveFrom", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1012 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CupertinoDynamicColor" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/maybeHighContrastOf", + "fixedId": true, + "name": "maybeHighContrastOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1670 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _MediaQueryAspect@178282825" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _MediaQueryFromView@178282825" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/gesture_settings.dart", + "function": { + "type": "@Function", + "id": "classes/866/functions/DeviceGestureSettings.fromView", + "fixedId": true, + "name": "DeviceGestureSettings.fromView", + "owner": { + "type": "@Class", + "id": "classes/866", + "fixedId": true, + "name": "DeviceGestureSettings", + "library": { + "type": "@Library", + "id": "libraries/@305479117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@305479117/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fgesture_settings.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@305479117/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fgesture_settings.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DeviceGestureSettings" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/667/functions/_contentWidthFor%40359105366", + "fixedId": true, + "name": "_contentWidthFor", + "owner": { + "type": "@Class", + "id": "classes/667", + "fixedId": true, + "name": "_TextLayout", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 414 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/_maxIntrinsicWidth%24Getter%24FfiNative%4017065589", + "fixedId": true, + "name": "_maxIntrinsicWidth$Getter$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: TextBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/666/functions/get%3AinlinePlaceholderBoxes", + "fixedId": true, + "name": "inlinePlaceholderBoxes", + "owner": { + "type": "@Class", + "id": "classes/666", + "fixedId": true, + "name": "_TextPainterLayoutCacheWithOffset", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 520 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/getBoxesForPlaceholders", + "fixedId": true, + "name": "getBoxesForPlaceholders", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3240 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/_decodeTextBoxes%4017065589", + "fixedId": true, + "name": "_decodeTextBoxes", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3204 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/__getBoxesForPlaceholders%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__getBoxesForPlaceholders$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/666/functions/_resizeToFit%40359105366", + "fixedId": true, + "name": "_resizeToFit", + "owner": { + "type": "@Class", + "id": "classes/666", + "fixedId": true, + "name": "_TextPainterLayoutCacheWithOffset", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 471 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/_width%24Getter%24FfiNative%4017065589", + "fixedId": true, + "name": "_width$Getter$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/666/functions/get%3ApaintOffset", + "fixedId": true, + "name": "paintOffset", + "owner": { + "type": "@Class", + "id": "classes/666", + "fixedId": true, + "name": "_TextPainterLayoutCacheWithOffset", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 452 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PlaceholderDimensions" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: TextPainter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/set%3AtextHeightBehavior", + "fixedId": true, + "name": "textHeightBehavior=", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1026 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/_createParagraph%40359105366", + "fixedId": true, + "name": "_createParagraph", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/_pop%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "_pop$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/addText", + "fixedId": true, + "name": "addText", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3685 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/__addText%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__addText$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_style.dart", + "function": { + "type": "@Function", + "id": "classes/1175/functions/getTextStyle", + "fixedId": true, + "name": "getTextStyle", + "owner": { + "type": "@Class", + "id": "classes/1175", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@362401080", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 1333 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1860/functions/TextStyle.", + "fixedId": true, + "name": "TextStyle", + "owner": { + "type": "@Class", + "id": "classes/1860", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1724 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_encodeTextStyle%4017065589", + "fixedId": true, + "name": "_encodeTextStyle", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1582 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextStyle" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Paint" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/_NativeParagraphBuilder%4017065589.", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3522 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/_encodeLocale%4017065589", + "fixedId": true, + "name": "_encodeLocale", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3679 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativeParagraphBuilder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/_createParagraphStyle%40359105366", + "fixedId": true, + "name": "_createParagraphStyle", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1084 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_style.dart", + "function": { + "type": "@Function", + "id": "classes/1175/functions/getParagraphStyle", + "fixedId": true, + "name": "getParagraphStyle", + "owner": { + "type": "@Class", + "id": "classes/1175", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@362401080", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 1388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1859/functions/ParagraphStyle.", + "fixedId": true, + "name": "ParagraphStyle", + "owner": { + "type": "@Class", + "id": "classes/1859", + "fixedId": true, + "name": "ParagraphStyle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2036 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_encodeParagraphStyle%4017065589", + "fixedId": true, + "name": "_encodeParagraphStyle", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1905 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ParagraphStyle" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextHeightBehavior" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/get%3AdidExceedMaxLines", + "fixedId": true, + "name": "didExceedMaxLines", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/_didExceedMaxLines%24Getter%24FfiNative%4017065589", + "fixedId": true, + "name": "_didExceedMaxLines$Getter$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/set%3AtextScaler", + "fixedId": true, + "name": "textScaler=", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 918 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/markNeedsLayout", + "fixedId": true, + "name": "markNeedsLayout", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 781 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/__dispose%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__dispose$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/TextPainter.", + "fixedId": true, + "name": "TextPainter", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 596 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _LinearTextScaler" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/set%3Alocale", + "fixedId": true, + "name": "locale=", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 958 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/getBoxesForSelection", + "fixedId": true, + "name": "getBoxesForSelection", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/__getBoxesForRange%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__getBoxesForRange$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/closures/764", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/664/functions/getBoxesForSelection", + "fixedId": true, + "name": "getBoxesForSelection", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1658 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1679 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/_shiftTextBox%40359105366", + "fixedId": true, + "name": "_shiftTextBox", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1763 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/get%3Aheight", + "fixedId": true, + "name": "height", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1160 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/_height%24Getter%24FfiNative%4017065589", + "fixedId": true, + "name": "_height$Getter$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/getClosestGlyphForOffset", + "fixedId": true, + "name": "getClosestGlyphForOffset", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1688 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate GlyphInfo" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1863/functions/GlyphInfo._%4017065589", + "fixedId": true, + "name": "GlyphInfo._", + "owner": { + "type": "@Class", + "id": "classes/1863", + "fixedId": true, + "name": "GlyphInfo", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1863/implicit_closures/0", + "fixedId": true, + "name": "GlyphInfo._", + "owner": { + "type": "@Function", + "id": "classes/1863/functions/GlyphInfo._%4017065589", + "fixedId": true, + "name": "GlyphInfo._", + "owner": { + "type": "@Class", + "id": "classes/1863", + "fixedId": true, + "name": "GlyphInfo", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1226 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/getClosestGlyphInfoForOffset", + "fixedId": true, + "name": "getClosestGlyphInfoForOffset", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3262 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/__getClosestGlyphInfoForOffset%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__getClosestGlyphInfoForOffset$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/setPlaceholderDimensions", + "fixedId": true, + "name": "setPlaceholderDimensions", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1064 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/collections.dart", + "function": { + "type": "@Function", + "id": "libraries/@29414040/functions/listEquals", + "fixedId": true, + "name": "listEquals", + "owner": { + "type": "@Library", + "id": "libraries/@29414040", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/collections.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@29414040/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fcollections.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/collections.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/collections.dart", + "function": { + "type": "@Function", + "id": "libraries/@29414040/functions/_merge%4029414040", + "fixedId": true, + "name": "_merge", + "owner": { + "type": "@Library", + "id": "libraries/@29414040", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/collections.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@29414040/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fcollections.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/collections.dart" + }, + "tokenPos": -1, + "line": 317 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/collections.dart", + "function": { + "type": "@Function", + "id": "libraries/@29414040/functions/mergeSort", + "fixedId": true, + "name": "mergeSort", + "owner": { + "type": "@Library", + "id": "libraries/@29414040", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/collections.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@29414040/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fcollections.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/collections.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/collections.dart", + "function": { + "type": "@Function", + "id": "libraries/@29414040/functions/_mergeSort%4029414040", + "fixedId": true, + "name": "_mergeSort", + "owner": { + "type": "@Library", + "id": "libraries/@29414040", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/collections.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@29414040/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fcollections.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/collections.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/collections.dart", + "function": { + "type": "@Function", + "id": "libraries/@29414040/functions/_movingInsertionSort%4029414040", + "fixedId": true, + "name": "_movingInsertionSort", + "owner": { + "type": "@Library", + "id": "libraries/@29414040", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/collections.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@29414040/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fcollections.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/collections.dart" + }, + "tokenPos": -1, + "line": 237 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/collections.dart", + "function": { + "type": "@Function", + "id": "libraries/@29414040/functions/_insertionSort%4029414040", + "fixedId": true, + "name": "_insertionSort", + "owner": { + "type": "@Library", + "id": "libraries/@29414040", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/collections.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@29414040/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fcollections.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/collections.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/collections.dart", + "function": { + "type": "@Function", + "id": "libraries/@29414040/functions/mapEquals", + "fixedId": true, + "name": "mapEquals", + "owner": { + "type": "@Library", + "id": "libraries/@29414040", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/collections.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@29414040/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fcollections.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/collections.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/collections.dart", + "function": { + "type": "@Function", + "id": "libraries/@29414040/functions/setEquals", + "fixedId": true, + "name": "setEquals", + "owner": { + "type": "@Library", + "id": "libraries/@29414040", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/collections.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@29414040/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fcollections.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/collections.dart" + }, + "tokenPos": -1, + "line": 25 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/implicit_closures/10", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2343/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2298/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1122 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/_getKeyOrData%403099033", + "fixedId": true, + "name": "_getKeyOrData", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2299/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1096 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/set%3Atext", + "fixedId": true, + "name": "text=", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 802 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/compareTo", + "fixedId": true, + "name": "compareTo", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 480 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_style.dart", + "function": { + "type": "@Function", + "id": "classes/1175/functions/compareTo", + "fixedId": true, + "name": "compareTo", + "owner": { + "type": "@Class", + "id": "classes/1175", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@362401080", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 1450 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/set%3AtextWidthBasis", + "fixedId": true, + "name": "textWidthBasis=", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1013 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 9, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/drawParagraph", + "fixedId": true, + "name": "drawParagraph", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7038 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/__paint%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__paint$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/__layout%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__layout$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/set%3AtextAlign", + "fixedId": true, + "name": "textAlign=", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 846 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 871 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/_computePaintOffsetFraction%40359105366", + "fixedId": true, + "name": "_computePaintOffsetFraction", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1432 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/get%3Asize", + "fixedId": true, + "name": "size", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1168 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Size" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1819 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/set%3Aellipsis", + "fixedId": true, + "name": "ellipsis=", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 946 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/set%3AstrutStyle", + "fixedId": true, + "name": "strutStyle=", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1000 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 9, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/layout", + "fixedId": true, + "name": "layout", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1221 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TextPainterLayoutCacheWithOffset" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TextLayout" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/computeDistanceToActualBaseline", + "fixedId": true, + "name": "computeDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/_alphabeticBaseline%24Getter%24FfiNative%4017065589", + "fixedId": true, + "name": "_alphabeticBaseline$Getter$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/set%3AmaxLines", + "fixedId": true, + "name": "maxLines=", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 977 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/functions/get%3AinlinePlaceholderBoxes", + "fixedId": true, + "name": "inlinePlaceholderBoxes", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1039 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/664/closures/765", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/664/functions/get%3AinlinePlaceholderBoxes", + "fixedId": true, + "name": "inlinePlaceholderBoxes", + "owner": { + "type": "@Class", + "id": "classes/664", + "fixedId": true, + "name": "TextPainter", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1039 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1052 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/300/functions/removeViewInsets", + "fixedId": true, + "name": "removeViewInsets", + "owner": { + "type": "@Class", + "id": "classes/300", + "fixedId": true, + "name": "MediaQueryData", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 778 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/300/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/300", + "fixedId": true, + "name": "MediaQueryData", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 668 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MediaQueryData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/300/functions/get%3AtextScaler", + "fixedId": true, + "name": "textScaler", + "owner": { + "type": "@Class", + "id": "classes/300", + "fixedId": true, + "name": "MediaQueryData", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 403 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/300/functions/removePadding", + "fixedId": true, + "name": "removePadding", + "owner": { + "type": "@Class", + "id": "classes/300", + "fixedId": true, + "name": "MediaQueryData", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 740 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/300/functions/get%3Aorientation", + "fixedId": true, + "name": "orientation", + "owner": { + "type": "@Class", + "id": "classes/300", + "fixedId": true, + "name": "MediaQueryData", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 659 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/300/functions/get%3AtextScaleFactor", + "fixedId": true, + "name": "textScaleFactor", + "owner": { + "type": "@Class", + "id": "classes/300", + "fixedId": true, + "name": "MediaQueryData", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 379 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/300/functions/_textScalerFromView%40178282825", + "fixedId": true, + "name": "_textScalerFromView", + "owner": { + "type": "@Class", + "id": "classes/300", + "fixedId": true, + "name": "MediaQueryData", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 319 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SystemTextScaler" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/300/functions/MediaQueryData.fromView", + "fixedId": true, + "name": "MediaQueryData.fromView", + "owner": { + "type": "@Class", + "id": "classes/300", + "fixedId": true, + "name": "MediaQueryData", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/%2F", + "fixedId": true, + "name": "/", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 474 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: AppLifecycleState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/field_inits/_localizationsResolver%40148236006", + "fixedId": true, + "name": "_localizationsResolver", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1645 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1011/functions/LocalizationsResolver.", + "fixedId": true, + "name": "LocalizationsResolver", + "owner": { + "type": "@Class", + "id": "classes/1011", + "fixedId": true, + "name": "LocalizationsResolver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 748 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "libraries/@176081674/functions/_loadAll%40176081674", + "fixedId": true, + "name": "_loadAll", + "owner": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 50 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SynchronousFuture" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Pending" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _Pending@176081674" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/301/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/301", + "fixedId": true, + "name": "DefaultWidgetsLocalizations", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 318 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: WidgetsLocalizations" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_localizations.dart", + "function": { + "type": "@Function", + "id": "classes/733/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/733", + "fixedId": true, + "name": "DefaultMaterialLocalizations", + "library": { + "type": "@Library", + "id": "libraries/@101075540", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1, + "line": 1313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_localizations.dart", + "function": { + "type": "@Function", + "id": "classes/734/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/734", + "fixedId": true, + "name": "MaterialLocalizations", + "library": { + "type": "@Library", + "id": "libraries/@101075540", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1, + "line": 716 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1675/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1675", + "fixedId": true, + "name": "Localizations", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 600 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Localizations" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1675/functions/maybeLocaleOf", + "fixedId": true, + "name": "maybeLocaleOf", + "owner": { + "type": "@Class", + "id": "classes/1675", + "fixedId": true, + "name": "Localizations", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 570 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Map" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: GlobalKey>" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1395/functions/get%3A_textDirection%40176081674", + "fixedId": true, + "name": "_textDirection", + "owner": { + "type": "@Class", + "id": "classes/1395", + "fixedId": true, + "name": "_LocalizationsState", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 694 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1395/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/1395", + "fixedId": true, + "name": "_LocalizationsState", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 654 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/deferFirstFrame", + "fixedId": true, + "name": "deferFirstFrame", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1395/closures/850", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1395/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/1395", + "fixedId": true, + "name": "_LocalizationsState", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 654 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 677 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/allowFirstFrame", + "fixedId": true, + "name": "allowFirstFrame", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 553 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/scheduleWarmUpFrame", + "fixedId": true, + "name": "scheduleWarmUpFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1039 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/scheduleWarmUpFrame", + "fixedId": true, + "name": "scheduleWarmUpFrame", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 882 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/closures/235", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1884/functions/scheduleWarmUpFrame", + "fixedId": true, + "name": "scheduleWarmUpFrame", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 882 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 885 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_endWarmUpFrame%4017065589", + "fixedId": true, + "name": "_endWarmUpFrame", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 891 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/closures/234", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/scheduleWarmUpFrame", + "fixedId": true, + "name": "scheduleWarmUpFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1039 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1076 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/get%3AendOfFrame", + "fixedId": true, + "name": "endOfFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 849 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/closures/237", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/get%3AendOfFrame", + "fixedId": true, + "name": "endOfFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 849 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 855 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/closures/233", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/scheduleWarmUpFrame", + "fixedId": true, + "name": "scheduleWarmUpFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1039 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1055 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/closures/232", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/scheduleWarmUpFrame", + "fixedId": true, + "name": "scheduleWarmUpFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1039 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1051 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1395/closures/854", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1395/closures/850", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1395/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/1395", + "fixedId": true, + "name": "_LocalizationsState", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 654 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 677 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 679 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1395/closures/849", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1395/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/1395", + "fixedId": true, + "name": "_LocalizationsState", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 654 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 663 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1395/functions/_anyDelegatesShouldReload%40176081674", + "fixedId": true, + "name": "_anyDelegatesShouldReload", + "owner": { + "type": "@Class", + "id": "classes/1395", + "fixedId": true, + "name": "_LocalizationsState", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 630 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1395/functions/resourcesFor", + "fixedId": true, + "name": "resourcesFor", + "owner": { + "type": "@Class", + "id": "classes/1395", + "fixedId": true, + "name": "_LocalizationsState", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 689 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: MaterialLocalizations" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1055/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/1055", + "fixedId": true, + "name": "DefaultCupertinoLocalizations", + "library": { + "type": "@Library", + "id": "libraries/@375010061", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@375010061/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@375010061/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "tokenPos": -1, + "line": 541 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: CupertinoLocalizations" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1056/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1056", + "fixedId": true, + "name": "LocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2300/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 155 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: LocalizationsDelegate" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "libraries/@176081674/closures/853", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@176081674/functions/_loadAll%40176081674", + "fixedId": true, + "name": "_loadAll", + "owner": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 50 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "libraries/@176081674/closures/852", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@176081674/functions/_loadAll%40176081674", + "fixedId": true, + "name": "_loadAll", + "owner": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 50 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 92 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "libraries/@176081674/closures/851", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@176081674/functions/_loadAll%40176081674", + "fixedId": true, + "name": "_loadAll", + "owner": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 50 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: LocalizationsDelegate" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1011/functions/get%3AlocalizationsDelegates", + "fixedId": true, + "name": "localizationsDelegates", + "owner": { + "type": "@Class", + "id": "classes/1011", + "fixedId": true, + "name": "LocalizationsResolver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1011/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1011", + "fixedId": true, + "name": "LocalizationsResolver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 774 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1011/functions/_resolveLocales%40176081674", + "fixedId": true, + "name": "_resolveLocales", + "owner": { + "type": "@Class", + "id": "classes/1011", + "fixedId": true, + "name": "LocalizationsResolver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 851 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "libraries/@148236006/functions/basicLocaleListResolution", + "fixedId": true, + "name": "basicLocaleListResolution", + "owner": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate LocalizationsResolver" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/_updateLocalizations%40148236006", + "fixedId": true, + "name": "_updateLocalizations", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1653 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/_onUnknownRoute%40148236006", + "fixedId": true, + "name": "_onUnknownRoute", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/implicit_closures/10", + "fixedId": true, + "name": "_onUnknownRoute", + "owner": { + "type": "@Function", + "id": "classes/1406/functions/_onUnknownRoute%40148236006", + "fixedId": true, + "name": "_onUnknownRoute", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1567 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/_onGenerateRoute%40148236006", + "fixedId": true, + "name": "_onGenerateRoute", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/closures/717", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1406/functions/_onGenerateRoute%40148236006", + "fixedId": true, + "name": "_onGenerateRoute", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1545 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1549 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: MyHomePage" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/implicit_closures/9", + "fixedId": true, + "name": "_onGenerateRoute", + "owner": { + "type": "@Function", + "id": "classes/1406/functions/_onGenerateRoute%40148236006", + "fixedId": true, + "name": "_onGenerateRoute", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1545 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/_updateRouting%40148236006", + "fixedId": true, + "name": "_updateRouting", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1492 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate GlobalObjectKey" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/_clearRouterResource%40148236006", + "fixedId": true, + "name": "_clearRouterResource", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1482 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/_defaultOnNavigationNotification%40148236006", + "fixedId": true, + "name": "_defaultOnNavigationNotification", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1438 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_navigator.dart", + "function": { + "type": "@Function", + "id": "classes/365/functions/setFrameworkHandlesBack", + "fixedId": true, + "name": "setFrameworkHandlesBack", + "owner": { + "type": "@Class", + "id": "classes/365", + "fixedId": true, + "name": "SystemNavigator", + "library": { + "type": "@Library", + "id": "libraries/@290520658", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@290520658/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_navigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@290520658/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_navigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_navigator.dart", + "function": { + "type": "@Function", + "id": "classes/365/functions/routeInformationUpdated", + "fixedId": true, + "name": "routeInformationUpdated", + "owner": { + "type": "@Class", + "id": "classes/365", + "fixedId": true, + "name": "SystemNavigator", + "library": { + "type": "@Library", + "id": "libraries/@290520658", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@290520658/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_navigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@290520658/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_navigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "tokenPos": -1, + "line": 119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_navigator.dart", + "function": { + "type": "@Function", + "id": "classes/365/functions/selectSingleEntryHistory", + "fixedId": true, + "name": "selectSingleEntryHistory", + "owner": { + "type": "@Class", + "id": "classes/365", + "fixedId": true, + "name": "SystemNavigator", + "library": { + "type": "@Library", + "id": "libraries/@290520658", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@290520658/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_navigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@290520658/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_navigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "tokenPos": -1, + "line": 80 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_navigator.dart", + "function": { + "type": "@Function", + "id": "classes/365/functions/pop", + "fixedId": true, + "name": "pop", + "owner": { + "type": "@Class", + "id": "classes/365", + "fixedId": true, + "name": "SystemNavigator", + "library": { + "type": "@Library", + "id": "libraries/@290520658", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@290520658/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_navigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@290520658/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_navigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_navigator.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/implicit_closures/1", + "fixedId": true, + "name": "_defaultOnNavigationNotification", + "owner": { + "type": "@Function", + "id": "classes/1406/functions/_defaultOnNavigationNotification%40148236006", + "fixedId": true, + "name": "_defaultOnNavigationNotification", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1438 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1438 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/get%3A_initialRouteName%40148236006", + "fixedId": true, + "name": "_initialRouteName", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1426 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/__defaultRouteName%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__defaultRouteName$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1686/field_inits/defaultActions", + "fixedId": true, + "name": "defaultActions", + "owner": { + "type": "@Class", + "id": "classes/1686", + "fixedId": true, + "name": "WidgetsApp", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1404 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate VoidCallbackAction" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PrioritizedAction" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollAction" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/field_inits/_kDefaultSpring%40206316757", + "fixedId": true, + "name": "_kDefaultSpring", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 411 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SpringDescription" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/654/functions/_OverdampedSolution%40365485910.", + "fixedId": true, + "name": "_OverdampedSolution", + "owner": { + "type": "@Class", + "id": "classes/654", + "fixedId": true, + "name": "_OverdampedSolution", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 331 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _OverdampedSolution" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/655/functions/_CriticalSolution%40365485910.", + "fixedId": true, + "name": "_CriticalSolution", + "owner": { + "type": "@Class", + "id": "classes/655", + "fixedId": true, + "name": "_CriticalSolution", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 304 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CriticalSolution" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1778/field_inits/_kDecelerationRate%40209443839", + "fixedId": true, + "name": "_kDecelerationRate", + "owner": { + "type": "@Class", + "id": "classes/1778", + "fixedId": true, + "name": "ClampingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1778/functions/_flingDistance%40209443839", + "fixedId": true, + "name": "_flingDistance", + "owner": { + "type": "@Class", + "id": "classes/1778", + "fixedId": true, + "name": "ClampingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 234 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1778/functions/_flingDuration%40209443839", + "fixedId": true, + "name": "_flingDuration", + "owner": { + "type": "@Class", + "id": "classes/1778", + "fixedId": true, + "name": "ClampingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1778/functions/ClampingScrollSimulation.", + "fixedId": true, + "name": "ClampingScrollSimulation", + "owner": { + "type": "@Class", + "id": "classes/1778", + "fixedId": true, + "name": "ClampingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1779/functions/_simulation%40209443839", + "fixedId": true, + "name": "_simulation", + "owner": { + "type": "@Class", + "id": "classes/1779", + "fixedId": true, + "name": "BouncingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1779/functions/_overscrollSimulation%40209443839", + "fixedId": true, + "name": "_overscrollSimulation", + "owner": { + "type": "@Class", + "id": "classes/1779", + "fixedId": true, + "name": "BouncingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1780/functions/SpringSimulation.", + "fixedId": true, + "name": "SpringSimulation", + "owner": { + "type": "@Class", + "id": "classes/1780", + "fixedId": true, + "name": "SpringSimulation", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 219 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/656/functions/_SpringSolution%40365485910.", + "fixedId": true, + "name": "_SpringSolution", + "owner": { + "type": "@Class", + "id": "classes/656", + "fixedId": true, + "name": "_SpringSolution", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/653/functions/_UnderdampedSolution%40365485910.", + "fixedId": true, + "name": "_UnderdampedSolution", + "owner": { + "type": "@Class", + "id": "classes/653", + "fixedId": true, + "name": "_UnderdampedSolution", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 363 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _UnderdampedSolution" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollSpringSimulation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1779/functions/_underscrollSimulation%40209443839", + "fixedId": true, + "name": "_underscrollSimulation", + "owner": { + "type": "@Class", + "id": "classes/1779", + "fixedId": true, + "name": "BouncingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1779/functions/BouncingScrollSimulation.", + "fixedId": true, + "name": "BouncingScrollSimulation", + "owner": { + "type": "@Class", + "id": "classes/1779", + "fixedId": true, + "name": "BouncingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/friction_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1782/implicit_closures/2", + "fixedId": true, + "name": "dx", + "owner": { + "type": "@Function", + "id": "classes/1782/functions/dx", + "fixedId": true, + "name": "dx", + "owner": { + "type": "@Class", + "id": "classes/1782", + "fixedId": true, + "name": "FrictionSimulation", + "library": { + "type": "@Library", + "id": "libraries/@363071952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 128 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/friction_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1782/functions/timeAtX", + "fixedId": true, + "name": "timeAtX", + "owner": { + "type": "@Class", + "id": "classes/1782", + "fixedId": true, + "name": "FrictionSimulation", + "library": { + "type": "@Library", + "id": "libraries/@363071952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/friction_simulation.dart", + "function": { + "type": "@Function", + "id": "libraries/@363071952/functions/_newtonsMethod%40363071952", + "fixedId": true, + "name": "_newtonsMethod", + "owner": { + "type": "@Library", + "id": "libraries/@363071952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 15 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/friction_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1782/implicit_closures/1", + "fixedId": true, + "name": "x", + "owner": { + "type": "@Function", + "id": "classes/1782/functions/x", + "fixedId": true, + "name": "x", + "owner": { + "type": "@Class", + "id": "classes/1782", + "fixedId": true, + "name": "FrictionSimulation", + "library": { + "type": "@Library", + "id": "libraries/@363071952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 117 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/friction_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1782/functions/get%3AfinalX", + "fixedId": true, + "name": "finalX", + "owner": { + "type": "@Class", + "id": "classes/1782", + "fixedId": true, + "name": "FrictionSimulation", + "library": { + "type": "@Library", + "id": "libraries/@363071952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/friction_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1782/functions/FrictionSimulation.", + "fixedId": true, + "name": "FrictionSimulation", + "owner": { + "type": "@Class", + "id": "classes/1782", + "fixedId": true, + "name": "FrictionSimulation", + "library": { + "type": "@Library", + "id": "libraries/@363071952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/friction_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1782/closures/42", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1782/functions/FrictionSimulation.", + "fixedId": true, + "name": "FrictionSimulation", + "owner": { + "type": "@Class", + "id": "classes/1782", + "fixedId": true, + "name": "FrictionSimulation", + "library": { + "type": "@Library", + "id": "libraries/@363071952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 40 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FrictionSimulation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/_checkStatusChanged%40320066280", + "fixedId": true, + "name": "_checkStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 937 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1817/functions/notifyStatusListeners", + "fixedId": true, + "name": "notifyStatusListeners", + "owner": { + "type": "@Class", + "id": "classes/1817", + "fixedId": true, + "name": "_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ArrayIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/set%3Avalue", + "fixedId": true, + "name": "value=", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 372 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 96, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1816/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1816", + "fixedId": true, + "name": "_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/_internalSetValue%40320066280", + "fixedId": true, + "name": "_internalSetValue", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/stop", + "fixedId": true, + "name": "stop", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 895 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/428/functions/stop", + "fixedId": true, + "name": "stop", + "owner": { + "type": "@Class", + "id": "classes/428", + "fixedId": true, + "name": "Ticker", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/reverse", + "fixedId": true, + "name": "reverse", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/_animateToInternal%40320066280", + "fixedId": true, + "name": "_animateToInternal", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 640 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1037/functions/get%3Ainstance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/1037", + "fixedId": true, + "name": "SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@368275577", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/_startSimulation%40320066280", + "fixedId": true, + "name": "_startSimulation", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 865 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/428/functions/start", + "fixedId": true, + "name": "start", + "owner": { + "type": "@Class", + "id": "classes/428", + "fixedId": true, + "name": "Ticker", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 121, + "exclusiveTicks": 3, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/428/functions/scheduleTick", + "fixedId": true, + "name": "scheduleTick", + "owner": { + "type": "@Class", + "id": "classes/428", + "fixedId": true, + "name": "Ticker", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/428/implicit_closures/8", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Function", + "id": "classes/428/functions/_tick%40330494659", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Class", + "id": "classes/428", + "fixedId": true, + "name": "Ticker", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 263 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 261, + "exclusiveTicks": 3, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/428/functions/_tick%40330494659", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Class", + "id": "classes/428", + "fixedId": true, + "name": "Ticker", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/428/functions/get%3AshouldScheduleTick", + "fixedId": true, + "name": "shouldScheduleTick", + "owner": { + "type": "@Class", + "id": "classes/428", + "fixedId": true, + "name": "Ticker", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1783/functions/_InterpolationSimulation%40320066280.", + "fixedId": true, + "name": "_InterpolationSimulation", + "owner": { + "type": "@Class", + "id": "classes/1783", + "fixedId": true, + "name": "_InterpolationSimulation", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 978 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InterpolationSimulation" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TickerFuture" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/duration.dart", + "function": { + "type": "@Function", + "id": "classes/2761/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/2761", + "fixedId": true, + "name": "Duration", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/get%3AdisableAnimations", + "fixedId": true, + "name": "disableAnimations", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 216 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1082/functions/transform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/1082", + "fixedId": true, + "name": "ParametricCurve", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2301/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1083/functions/get%3Aflipped", + "fixedId": true, + "name": "flipped", + "owner": { + "type": "@Class", + "id": "classes/1083", + "fixedId": true, + "name": "Curve", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FlippedCurve" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/implicit_closures/10", + "fixedId": true, + "name": "reverse", + "owner": { + "type": "@Function", + "id": "classes/1819/functions/reverse", + "fixedId": true, + "name": "reverse", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 501 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/AnimationController.", + "fixedId": true, + "name": "AnimationController", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1817/functions/_AnimationController%26Animation%26AnimationEagerListenerMixin%26AnimationLocalListenersMixin%26AnimationLocalStatusListenersMixin%40320066280.", + "fixedId": true, + "name": "_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "owner": { + "type": "@Class", + "id": "classes/1817", + "fixedId": true, + "name": "_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate HashedObserverList" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/implicit_closures/19", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Function", + "id": "classes/1819/functions/_tick%40320066280", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 945 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 945 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 127, + "exclusiveTicks": 3, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/_tick%40320066280", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 945 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/AnimationController.unbounded", + "fixedId": true, + "name": "AnimationController.unbounded", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 278 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/animateTo", + "fixedId": true, + "name": "animateTo", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 582 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/animateBack", + "fixedId": true, + "name": "animateBack", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 619 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/forward", + "fixedId": true, + "name": "forward", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/animateWith", + "fixedId": true, + "name": "animateWith", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/get%3Avelocity", + "fixedId": true, + "name": "velocity", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 401 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _Interval@326511922" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween_sequence.dart", + "function": { + "type": "@Function", + "id": "classes/1065/functions/_evaluateAt%40326511922", + "fixedId": true, + "name": "_evaluateAt", + "owner": { + "type": "@Class", + "id": "classes/1065", + "fixedId": true, + "name": "TweenSequence", + "library": { + "type": "@Library", + "id": "libraries/@326511922", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@326511922/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween_sequence.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2302/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@326511922/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween_sequence.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "tokenPos": -1, + "line": 73 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween_sequence.dart", + "function": { + "type": "@Function", + "id": "classes/1065/functions/TweenSequence.", + "fixedId": true, + "name": "TweenSequence", + "owner": { + "type": "@Class", + "id": "classes/1065", + "fixedId": true, + "name": "TweenSequence", + "library": { + "type": "@Library", + "id": "libraries/@326511922", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@326511922/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween_sequence.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2303/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@326511922/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween_sequence.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Interval" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/702/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/702", + "fixedId": true, + "name": "BorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 493 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/702/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/702", + "fixedId": true, + "name": "BorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 493 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BorderRadius" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1912/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/1912", + "fixedId": true, + "name": "Radius", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1010 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1912/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/1912", + "fixedId": true, + "name": "Radius", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1003 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1912/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/1912", + "fixedId": true, + "name": "Radius", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1003 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1912/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/1912", + "fixedId": true, + "name": "Radius", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1010 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1912/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/1912", + "fixedId": true, + "name": "Radius", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1017 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1912/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/1912", + "fixedId": true, + "name": "Radius", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1017 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1912/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1912", + "fixedId": true, + "name": "Radius", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1056 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1912/functions/clamp", + "fixedId": true, + "name": "clamp", + "owner": { + "type": "@Class", + "id": "classes/1912", + "fixedId": true, + "name": "Radius", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 967 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Radius" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/702/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/702", + "fixedId": true, + "name": "BorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 483 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/702/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/702", + "fixedId": true, + "name": "BorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 483 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/702/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/702", + "fixedId": true, + "name": "BorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/700/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/700", + "fixedId": true, + "name": "BorderRadiusGeometry", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/702/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/702", + "fixedId": true, + "name": "BorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 564 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/702/functions/toRRect", + "fixedId": true, + "name": "toRRect", + "owner": { + "type": "@Class", + "id": "classes/702", + "fixedId": true, + "name": "BorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 436 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: BorderRadius?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Decoration" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/get%3A_hasHairlineBorder%40336461502", + "fixedId": true, + "name": "_hasHairlineBorder", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 599 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/_distinctVisibleColors%40336461502", + "fixedId": true, + "name": "_distinctVisibleColors", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 587 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/get%3A_colorIsUniform%40336461502", + "fixedId": true, + "name": "_colorIsUniform", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 565 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 649 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Border" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/1177/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1177", + "fixedId": true, + "name": "BorderSide", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BorderSide" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/get%3AisUniform", + "fixedId": true, + "name": "isUniform", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 561 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/740/functions/_paintUniformBorderWithRectangle%40336461502", + "fixedId": true, + "name": "_paintUniformBorderWithRectangle", + "owner": { + "type": "@Class", + "id": "classes/740", + "fixedId": true, + "name": "BoxBorder", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 400 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/drawRect", + "fixedId": true, + "name": "drawRect", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6738 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__drawRect%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__drawRect$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/1177/functions/toPaint", + "fixedId": true, + "name": "toPaint", + "owner": { + "type": "@Class", + "id": "classes/1177", + "fixedId": true, + "name": "BorderSide", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/745/functions/_adjustBorderRadius%40357467860", + "fixedId": true, + "name": "_adjustBorderRadius", + "owner": { + "type": "@Class", + "id": "classes/745", + "fixedId": true, + "name": "_StadiumToRoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 374 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/get%3AshortestSide", + "fixedId": true, + "name": "shortestSide", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 814 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/746/functions/_adjustBorderRadius%40357467860", + "fixedId": true, + "name": "_adjustBorderRadius", + "owner": { + "type": "@Class", + "id": "classes/746", + "fixedId": true, + "name": "_StadiumToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 216 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/746/functions/_adjustRect%40357467860", + "fixedId": true, + "name": "_adjustRect", + "owner": { + "type": "@Class", + "id": "classes/746", + "fixedId": true, + "name": "_StadiumToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/749/functions/buildPath", + "fixedId": true, + "name": "buildPath", + "owner": { + "type": "@Class", + "id": "classes/749", + "fixedId": true, + "name": "_RoundedRectangleToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 177 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/__addRRect%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__addRRect$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/__constructor%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__constructor$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/749/functions/drawShape", + "fixedId": true, + "name": "drawShape", + "owner": { + "type": "@Class", + "id": "classes/749", + "fixedId": true, + "name": "_RoundedRectangleToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 168 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/drawRRect", + "fixedId": true, + "name": "drawRRect", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6759 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__drawRRect%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__drawRRect$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/_adjustBorderRadius%40354493913", + "fixedId": true, + "name": "_adjustBorderRadius", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2304/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 502 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/_adjustRect%40354493913", + "fixedId": true, + "name": "_adjustRect", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2305/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 487 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/_adjustRect%40339008294", + "fixedId": true, + "name": "_adjustRect", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/Rect.fromCenter", + "fixedId": true, + "name": "Rect.fromCenter", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 660 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/get%3Acenter", + "fixedId": true, + "name": "center", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 844 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/744/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/744", + "fixedId": true, + "name": "OutlinedBorder", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 702 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/744/implicit_closures/3", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Function", + "id": "classes/744/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/744", + "fixedId": true, + "name": "OutlinedBorder", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 702 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 702 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/744/functions/lerpTo", + "fixedId": true, + "name": "lerpTo", + "owner": { + "type": "@Class", + "id": "classes/744", + "fixedId": true, + "name": "OutlinedBorder", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 686 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/744/functions/lerpFrom", + "fixedId": true, + "name": "lerpFrom", + "owner": { + "type": "@Class", + "id": "classes/744", + "fixedId": true, + "name": "OutlinedBorder", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 678 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "type": "@Function", + "id": "classes/739/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/739", + "fixedId": true, + "name": "ShapeBorder", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "libraries/@335168635/functions/paintBorder", + "fixedId": true, + "name": "paintBorder", + "owner": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 877 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__drawPath%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__drawPath$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/_lineTo%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "_lineTo$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/_moveTo%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "_moveTo$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/_reset%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "_reset$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/739/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/739", + "fixedId": true, + "name": "ShapeBorder", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 512 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ShapeBorder?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Material" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1703/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1703", + "fixedId": true, + "name": "Material", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 398 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1703/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1703", + "fixedId": true, + "name": "Material", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 376 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/lookup_boundary.dart", + "function": { + "type": "@Function", + "id": "classes/1605/functions/findAncestorRenderObjectOfType", + "fixedId": true, + "name": "findAncestorRenderObjectOfType", + "owner": { + "type": "@Class", + "id": "classes/1605", + "fixedId": true, + "name": "LookupBoundary", + "library": { + "type": "@Library", + "id": "libraries/@177028981", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1, + "line": 219 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/visitAncestorElements", + "fixedId": true, + "name": "visitAncestorElements", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5078 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/lookup_boundary.dart", + "function": { + "type": "@Function", + "id": "classes/1605/closures/624", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1605/functions/findAncestorRenderObjectOfType", + "fixedId": true, + "name": "findAncestorRenderObjectOfType", + "owner": { + "type": "@Class", + "id": "classes/1605", + "fixedId": true, + "name": "LookupBoundary", + "library": { + "type": "@Library", + "id": "libraries/@177028981", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1, + "line": 219 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_ripple.dart", + "function": { + "type": "@Function", + "id": "libraries/@92110234/functions/_getTargetRadius%4092110234", + "fixedId": true, + "name": "_getTargetRadius", + "owner": { + "type": "@Library", + "id": "libraries/@92110234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 43 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/get%3Adistance", + "fixedId": true, + "name": "distance", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 143 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/bottomLeft", + "fixedId": true, + "name": "bottomLeft", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 544 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/topRight", + "fixedId": true, + "name": "topRight", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 518 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/bottomRight", + "fixedId": true, + "name": "bottomRight", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 558 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_ripple.dart", + "function": { + "type": "@Function", + "id": "classes/764/field_inits/_fadeOutIntervalTween%4092110234", + "fixedId": true, + "name": "_fadeOutIntervalTween", + "owner": { + "type": "@Class", + "id": "classes/764", + "fixedId": true, + "name": "InkRipple", + "library": { + "type": "@Library", + "id": "libraries/@92110234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 194 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CurveTween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_ripple.dart", + "function": { + "type": "@Function", + "id": "classes/764/field_inits/_easeCurveTween%4092110234", + "fixedId": true, + "name": "_easeCurveTween", + "owner": { + "type": "@Class", + "id": "classes/764", + "fixedId": true, + "name": "InkRipple", + "library": { + "type": "@Library", + "id": "libraries/@92110234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 193 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Animation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_ripple.dart", + "function": { + "type": "@Function", + "id": "classes/764/functions/_handleAlphaStatusChanged%4092110234", + "fixedId": true, + "name": "_handleAlphaStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/764", + "fixedId": true, + "name": "InkRipple", + "library": { + "type": "@Library", + "id": "libraries/@92110234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_ripple.dart", + "function": { + "type": "@Function", + "id": "classes/764/implicit_closures/3", + "fixedId": true, + "name": "_handleAlphaStatusChanged", + "owner": { + "type": "@Function", + "id": "classes/764/functions/_handleAlphaStatusChanged%4092110234", + "fixedId": true, + "name": "_handleAlphaStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/764", + "fixedId": true, + "name": "InkRipple", + "library": { + "type": "@Library", + "id": "libraries/@92110234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 221 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_ripple.dart", + "function": { + "type": "@Function", + "id": "classes/764/functions/InkRipple.", + "fixedId": true, + "name": "InkRipple", + "owner": { + "type": "@Class", + "id": "classes/764", + "fixedId": true, + "name": "InkRipple", + "library": { + "type": "@Library", + "id": "libraries/@92110234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/603/functions/addInkFeature", + "fixedId": true, + "name": "addInkFeature", + "owner": { + "type": "@Class", + "id": "classes/603", + "fixedId": true, + "name": "_RenderInkFeatures", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 595 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 29, + "exclusiveTicks": 15, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/markNeedsPaint", + "fixedId": true, + "name": "markNeedsPaint", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/requestVisualUpdate", + "fixedId": true, + "name": "requestVisualUpdate", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1064 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/496/implicit_closures/1", + "fixedId": true, + "name": "_onSemanticsUpdate", + "owner": { + "type": "@Function", + "id": "classes/496/functions/_onSemanticsUpdate%40237452173", + "fixedId": true, + "name": "_onSemanticsUpdate", + "owner": { + "type": "@Class", + "id": "classes/496", + "fixedId": true, + "name": "_DefaultRootPipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@237452173", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 869 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 869 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PipelineOwner" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/PipelineOwner.", + "fixedId": true, + "name": "PipelineOwner", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1021 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/dropChild", + "fixedId": true, + "name": "dropChild", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1636 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1578 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/implicit_closures/9", + "fixedId": true, + "name": "_updateSemanticsOwner", + "owner": { + "type": "@Function", + "id": "classes/495/functions/_updateSemanticsOwner%40248266271", + "fixedId": true, + "name": "_updateSemanticsOwner", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1393 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/_updateSemanticsOwner%40248266271", + "fixedId": true, + "name": "_updateSemanticsOwner", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1015/functions/SemanticsOwner.", + "fixedId": true, + "name": "SemanticsOwner", + "owner": { + "type": "@Class", + "id": "classes/1015", + "fixedId": true, + "name": "SemanticsOwner", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4210 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SemanticsOwner" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1021/functions/get%3AsemanticsEnabled", + "fixedId": true, + "name": "semanticsEnabled", + "owner": { + "type": "@Class", + "id": "classes/1021", + "fixedId": true, + "name": "_BindingPipelineManifold", + "library": { + "type": "@Library", + "id": "libraries/@237452173", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 832 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/get%3AsemanticsEnabled", + "fixedId": true, + "name": "semanticsEnabled", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 59 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/field_inits/_semanticsEnabled%40368275577", + "fixedId": true, + "name": "_semanticsEnabled", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ValueNotifier" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/flushCompositingBits", + "fixedId": true, + "name": "flushCompositingBits", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/_updateCompositingBits%40248266271", + "fixedId": true, + "name": "_updateCompositingBits", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3096 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/closures/337", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/497/functions/_updateCompositingBits%40248266271", + "fixedId": true, + "name": "_updateCompositingBits", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3096 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/closures/336", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/497/functions/_updateCompositingBits%40248266271", + "fixedId": true, + "name": "_updateCompositingBits", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3096 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/closures/305", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/495/functions/flushCompositingBits", + "fixedId": true, + "name": "flushCompositingBits", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1235 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1239 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 17, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/flushLayout", + "fixedId": true, + "name": "flushLayout", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/_layoutWithoutResize%40248266271", + "fixedId": true, + "name": "_layoutWithoutResize", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2604 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/_reportException%40248266271", + "fixedId": true, + "name": "_reportException", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2090 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/closures/335", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/497/functions/_reportException%40248266271", + "fixedId": true, + "name": "_reportException", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2090 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2097 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/describeForError", + "fixedId": true, + "name": "describeForError", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4019 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/markNeedsSemanticsUpdate", + "fixedId": true, + "name": "markNeedsSemanticsUpdate", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3776 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/implicit_closures/49", + "fixedId": true, + "name": "markNeedsSemanticsUpdate", + "owner": { + "type": "@Function", + "id": "classes/497/functions/markNeedsSemanticsUpdate", + "fixedId": true, + "name": "markNeedsSemanticsUpdate", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3776 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3776 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/markNeedsUpdate", + "fixedId": true, + "name": "markNeedsUpdate", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/get%3AparentDataDirty", + "fixedId": true, + "name": "parentDataDirty", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/get%3AisRoot", + "fixedId": true, + "name": "isRoot", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/467/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/467", + "fixedId": true, + "name": "_SemanticsConfigurationProvider", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/467/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/467", + "fixedId": true, + "name": "_SemanticsConfigurationProvider", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/467/functions/get%3AwasSemanticsBoundary", + "fixedId": true, + "name": "wasSemanticsBoundary", + "owner": { + "type": "@Class", + "id": "classes/467", + "fixedId": true, + "name": "_SemanticsConfigurationProvider", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/field_inits/_semantics%40248266271", + "fixedId": true, + "name": "_semantics", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3785 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_RenderObjectSemantics%40248266271.", + "fixedId": true, + "name": "_RenderObjectSemantics", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5347 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SemanticsConfigurationProvider" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List<_SemanticsFragment@248266271>" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderObjectSemantics" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/closures/338", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/495/functions/flushLayout", + "fixedId": true, + "name": "flushLayout", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1133 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/set%3ArootNode", + "fixedId": true, + "name": "rootNode=", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1075 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1562 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/flushSemantics", + "fixedId": true, + "name": "flushSemantics", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1432 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1015/functions/sendSemanticsUpdate", + "fixedId": true, + "name": "sendSemanticsUpdate", + "owner": { + "type": "@Class", + "id": "classes/1015", + "fixedId": true, + "name": "SemanticsOwner", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4241 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/995/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/995", + "fixedId": true, + "name": "ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/995/implicit_closures/4", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Function", + "id": "classes/995/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/995", + "fixedId": true, + "name": "ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 410 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/995/closures/261", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/995/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/995", + "fixedId": true, + "name": "ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 410 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2779/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/2779", + "fixedId": true, + "name": "_NativeSemanticsUpdateBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 2076 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2779/functions/__build%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__build$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2779", + "fixedId": true, + "name": "_NativeSemanticsUpdateBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativeSemanticsUpdate" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/createSemanticsUpdateBuilder", + "fixedId": true, + "name": "createSemanticsUpdateBuilder", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2779/functions/__constructor%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__constructor$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2779", + "fixedId": true, + "name": "_NativeSemanticsUpdateBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativeSemanticsUpdateBuilder" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WhereIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1015/closures/310", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1015/functions/sendSemanticsUpdate", + "fixedId": true, + "name": "sendSemanticsUpdate", + "owner": { + "type": "@Class", + "id": "classes/1015", + "fixedId": true, + "name": "SemanticsOwner", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4241 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1015/closures/309", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1015/functions/sendSemanticsUpdate", + "fixedId": true, + "name": "sendSemanticsUpdate", + "owner": { + "type": "@Class", + "id": "classes/1015", + "fixedId": true, + "name": "SemanticsOwner", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4241 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4315 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1015/closures/308", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1015/functions/sendSemanticsUpdate", + "fixedId": true, + "name": "sendSemanticsUpdate", + "owner": { + "type": "@Class", + "id": "classes/1015", + "fixedId": true, + "name": "SemanticsOwner", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4241 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4311 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_buildSemanticsSubtree%40248266271", + "fixedId": true, + "name": "_buildSemanticsSubtree", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5908 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/markNeedsBuild", + "fixedId": true, + "name": "markNeedsBuild", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5490 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/get%3AcontributesToSemanticsTree", + "fixedId": true, + "name": "contributesToSemanticsTree", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5422 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/get%3AshouldFormSemanticsNode", + "fixedId": true, + "name": "shouldFormSemanticsNode", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5431 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/implicit_closures/8", + "fixedId": true, + "name": "shouldDrop", + "owner": { + "type": "@Function", + "id": "classes/465/functions/shouldDrop", + "fixedId": true, + "name": "shouldDrop", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5488 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5488 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_buildSemantics%40248266271", + "fixedId": true, + "name": "_buildSemantics", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5870 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_produceSemanticsNode%40248266271", + "fixedId": true, + "name": "_produceSemanticsNode", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5937 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_mergeSiblingGroup%40248266271", + "fixedId": true, + "name": "_mergeSiblingGroup", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5961 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/expand", + "fixedId": true, + "name": "expand", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2306/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_updateSiblingNodesGeometries%40248266271", + "fixedId": true, + "name": "_updateSiblingNodesGeometries", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6054 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/462/functions/computeChildGeometry", + "fixedId": true, + "name": "computeChildGeometry", + "owner": { + "type": "@Class", + "id": "classes/462", + "fixedId": true, + "name": "_SemanticsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6332 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/462/field_inits/_temporaryTransformHolder%40248266271", + "fixedId": true, + "name": "_temporaryTransformHolder", + "owner": { + "type": "@Class", + "id": "classes/462", + "fixedId": true, + "name": "_SemanticsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6471 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/462/functions/_intersectRects%40248266271", + "fixedId": true, + "name": "_intersectRects", + "owner": { + "type": "@Class", + "id": "classes/462", + "fixedId": true, + "name": "_SemanticsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6504 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/462/functions/_transformRect%40248266271", + "fixedId": true, + "name": "_transformRect", + "owner": { + "type": "@Class", + "id": "classes/462", + "fixedId": true, + "name": "_SemanticsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6454 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/462/functions/_SemanticsGeometry%40248266271.root", + "fixedId": true, + "name": "_SemanticsGeometry.root", + "owner": { + "type": "@Class", + "id": "classes/462", + "fixedId": true, + "name": "_SemanticsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6306 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SemanticsGeometry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/intersect", + "fixedId": true, + "name": "intersect", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 781 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/462/functions/_computeClipRect%40248266271", + "fixedId": true, + "name": "_computeClipRect", + "owner": { + "type": "@Class", + "id": "classes/462", + "fixedId": true, + "name": "_SemanticsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6478 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CompactEntriesIterable" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WhereTypeIterable" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SemanticsNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/absorb", + "fixedId": true, + "name": "absorb", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5946 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/implicit_closures/56", + "fixedId": true, + "name": "absorb", + "owner": { + "type": "@Function", + "id": "classes/417/functions/absorb", + "fixedId": true, + "name": "absorb", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5946 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5946 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5482 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/get%3A_effectiveActionsAsBits%40369082469", + "fixedId": true, + "name": "_effectiveActionsAsBits", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4586 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/closures/325", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/417/functions/absorb", + "fixedId": true, + "name": "absorb", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5946 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5953 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/324", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/_mergeSiblingGroup%40248266271", + "fixedId": true, + "name": "_mergeSiblingGroup", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5961 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6008 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Set" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/323", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/_mergeSiblingGroup%40248266271", + "fixedId": true, + "name": "_mergeSiblingGroup", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5961 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6005 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_updateSemanticsNodeGeometry%40248266271", + "fixedId": true, + "name": "_updateSemanticsNodeGeometry", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6036 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/467/functions/updateConfig", + "fixedId": true, + "name": "updateConfig", + "owner": { + "type": "@Class", + "id": "classes/467", + "fixedId": true, + "name": "_SemanticsConfigurationProvider", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/copy", + "fixedId": true, + "name": "copy", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 6036 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/322", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/_updateSemanticsNodeGeometry%40248266271", + "fixedId": true, + "name": "_updateSemanticsNodeGeometry", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6036 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6048 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AisHidden", + "fixedId": true, + "name": "isHidden=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5685 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2783/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/2783", + "fixedId": true, + "name": "SemanticsFlags", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 1345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_createSemanticsNode%40248266271", + "fixedId": true, + "name": "_createSemanticsNode", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5951 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/ensureGeometry", + "fixedId": true, + "name": "ensureGeometry", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5779 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_updateChildGeometry%40248266271", + "fixedId": true, + "name": "_updateChildGeometry", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5790 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_updateGeometry%40248266271", + "fixedId": true, + "name": "_updateGeometry", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5823 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/get%3Asize", + "fixedId": true, + "name": "size", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 710 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/327", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/_updateChildGeometry%40248266271", + "fixedId": true, + "name": "_updateChildGeometry", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5790 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5808 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/326", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/_updateChildGeometry%40248266271", + "fixedId": true, + "name": "_updateChildGeometry", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5790 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5805 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/updateChildren", + "fixedId": true, + "name": "updateChildren", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5528 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/467/functions/absorbAll", + "fixedId": true, + "name": "absorbAll", + "owner": { + "type": "@Class", + "id": "classes/467", + "fixedId": true, + "name": "_SemanticsConfigurationProvider", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/467/closures/328", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/467/functions/absorbAll", + "fixedId": true, + "name": "absorbAll", + "owner": { + "type": "@Class", + "id": "classes/467", + "fixedId": true, + "name": "_SemanticsConfigurationProvider", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5222 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_marksConflictsInMergeGroup%40248266271", + "fixedId": true, + "name": "_marksConflictsInMergeGroup", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/isCompatibleWith", + "fixedId": true, + "name": "isCompatibleWith", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5907 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2783/functions/hasRepeatedFlags", + "fixedId": true, + "name": "hasRepeatedFlags", + "owner": { + "type": "@Class", + "id": "classes/2783", + "fixedId": true, + "name": "SemanticsFlags", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 1524 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_collectChildMergeUpAndSiblingGroup%40248266271", + "fixedId": true, + "name": "_collectChildMergeUpAndSiblingGroup", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5640 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_getNonBlockedChildren%40248266271", + "fixedId": true, + "name": "_getNonBlockedChildren", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5611 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/331", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/_getNonBlockedChildren%40248266271", + "fixedId": true, + "name": "_getNonBlockedChildren", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5611 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5613 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/get%3AisBlockingPreviousSibling", + "fixedId": true, + "name": "isBlockingPreviousSibling", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/332", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/get%3AisBlockingPreviousSibling", + "fixedId": true, + "name": "isBlockingPreviousSibling", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5464 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5479 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/330", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/_collectChildMergeUpAndSiblingGroup%40248266271", + "fixedId": true, + "name": "_collectChildMergeUpAndSiblingGroup", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5640 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5719 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _IncompleteSemanticsFragment" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/329", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/_collectChildMergeUpAndSiblingGroup%40248266271", + "fixedId": true, + "name": "_collectChildMergeUpAndSiblingGroup", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5640 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5708 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SemanticsParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/_getTagsForChildren%40248266271", + "fixedId": true, + "name": "_getTagsForChildren", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5622 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/467/functions/reset", + "fixedId": true, + "name": "reset", + "owner": { + "type": "@Class", + "id": "classes/467", + "fixedId": true, + "name": "_SemanticsConfigurationProvider", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5229 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/313", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/updateChildren", + "fixedId": true, + "name": "updateChildren", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5528 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5599 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/312", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/updateChildren", + "fixedId": true, + "name": "updateChildren", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5528 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5593 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/implicit_closures/53", + "fixedId": true, + "name": "addTagForChildren", + "owner": { + "type": "@Function", + "id": "classes/417/functions/addTagForChildren", + "fixedId": true, + "name": "addTagForChildren", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5874 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5874 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/addTagForChildren", + "fixedId": true, + "name": "addTagForChildren", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5874 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/closures/311", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/465/functions/updateChildren", + "fixedId": true, + "name": "updateChildren", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5528 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5572 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/closures/307", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/495/functions/flushSemantics", + "fixedId": true, + "name": "flushSemantics", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1432 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1453 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/closures/306", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/495/functions/flushSemantics", + "fixedId": true, + "name": "flushSemantics", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1432 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1451 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/adoptChild", + "fixedId": true, + "name": "adoptChild", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1616 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 103, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/flushPaint", + "fixedId": true, + "name": "flushPaint", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/_skippedPaintingOnLayer%40248266271", + "fixedId": true, + "name": "_skippedPaintingOnLayer", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/closures/334", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/495/functions/flushPaint", + "fixedId": true, + "name": "flushPaint", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1289 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/495/functions/_enableMutationsToDirtySubtrees%40248266271", + "fixedId": true, + "name": "_enableMutationsToDirtySubtrees", + "owner": { + "type": "@Class", + "id": "classes/495", + "fixedId": true, + "name": "PipelineOwner", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1210 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1021/functions/requestVisualUpdate", + "fixedId": true, + "name": "requestVisualUpdate", + "owner": { + "type": "@Class", + "id": "classes/1021", + "fixedId": true, + "name": "_BindingPipelineManifold", + "library": { + "type": "@Library", + "id": "libraries/@237452173", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 827 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1064/functions/chain", + "fixedId": true, + "name": "chain", + "owner": { + "type": "@Class", + "id": "classes/1064", + "fixedId": true, + "name": "Animatable", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2307/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ChainedEvaluation" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Tween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1064/functions/animate", + "fixedId": true, + "name": "animate", + "owner": { + "type": "@Class", + "id": "classes/1064", + "fixedId": true, + "name": "Animatable", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2308/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AnimatedEvaluation" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IntTween" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AnimationController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_ripple.dart", + "function": { + "type": "@Function", + "id": "libraries/@92110234/closures/38", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@92110234/functions/_getClipCallback%4092110234", + "fixedId": true, + "name": "_getClipCallback", + "owner": { + "type": "@Library", + "id": "libraries/@92110234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 28 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 38 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/%26", + "fixedId": true, + "name": "&", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/implicit_closures/33", + "fixedId": true, + "name": "markNeedsPaint", + "owner": { + "type": "@Function", + "id": "classes/497/functions/markNeedsPaint", + "fixedId": true, + "name": "markNeedsPaint", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3194 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_highlight.dart", + "function": { + "type": "@Function", + "id": "classes/765/functions/_paintHighlight%4091209331", + "fixedId": true, + "name": "_paintHighlight", + "owner": { + "type": "@Class", + "id": "classes/765", + "fixedId": true, + "name": "InkHighlight", + "library": { + "type": "@Library", + "id": "libraries/@91209331", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/drawCircle", + "fixedId": true, + "name": "drawCircle", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6821 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__drawCircle%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__drawCircle$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_highlight.dart", + "function": { + "type": "@Function", + "id": "classes/765/functions/_handleAlphaStatusChanged%4091209331", + "fixedId": true, + "name": "_handleAlphaStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/765", + "fixedId": true, + "name": "InkHighlight", + "library": { + "type": "@Library", + "id": "libraries/@91209331", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_highlight.dart", + "function": { + "type": "@Function", + "id": "classes/765/implicit_closures/4", + "fixedId": true, + "name": "_handleAlphaStatusChanged", + "owner": { + "type": "@Function", + "id": "classes/765/functions/_handleAlphaStatusChanged%4091209331", + "fixedId": true, + "name": "_handleAlphaStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/765", + "fixedId": true, + "name": "InkHighlight", + "library": { + "type": "@Library", + "id": "libraries/@91209331", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1, + "line": 96 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_highlight.dart", + "function": { + "type": "@Function", + "id": "classes/765/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/765", + "fixedId": true, + "name": "InkHighlight", + "library": { + "type": "@Library", + "id": "libraries/@91209331", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_highlight.dart", + "function": { + "type": "@Function", + "id": "classes/765/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/765", + "fixedId": true, + "name": "InkHighlight", + "library": { + "type": "@Library", + "id": "libraries/@91209331", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1, + "line": 85 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_highlight.dart", + "function": { + "type": "@Function", + "id": "classes/765/functions/InkHighlight.", + "fixedId": true, + "name": "InkHighlight", + "owner": { + "type": "@Class", + "id": "classes/765", + "fixedId": true, + "name": "InkHighlight", + "library": { + "type": "@Library", + "id": "libraries/@91209331", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: InteractiveInkFeature" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/761/functions/paintInkCircle", + "fixedId": true, + "name": "paintInkCircle", + "owner": { + "type": "@Class", + "id": "classes/761", + "fixedId": true, + "name": "InteractiveInkFeature", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_translate%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "_translate$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/761/functions/set%3AcustomBorder", + "fixedId": true, + "name": "customBorder=", + "owner": { + "type": "@Class", + "id": "classes/761", + "fixedId": true, + "name": "InteractiveInkFeature", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/761/functions/set%3Acolor", + "fixedId": true, + "name": "color=", + "owner": { + "type": "@Class", + "id": "classes/761", + "fixedId": true, + "name": "InteractiveInkFeature", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Ink" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1705/functions/get%3A_paddingIncludingDecoration%4090412529", + "fixedId": true, + "name": "_paddingIncludingDecoration", + "owner": { + "type": "@Class", + "id": "classes/1705", + "fixedId": true, + "name": "Ink", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/decoration_image.dart", + "function": { + "type": "@Function", + "id": "classes/694/functions/createPainter", + "fixedId": true, + "name": "createPainter", + "owner": { + "type": "@Class", + "id": "classes/694", + "fixedId": true, + "name": "_BlendedDecorationImage", + "library": { + "type": "@Library", + "id": "libraries/@344297748", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1, + "line": 824 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BlendedDecorationImagePainter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/decoration_image.dart", + "function": { + "type": "@Function", + "id": "classes/693/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/693", + "fixedId": true, + "name": "_BlendedDecorationImagePainter", + "library": { + "type": "@Library", + "id": "libraries/@344297748", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1, + "line": 884 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/decoration_image.dart", + "function": { + "type": "@Function", + "id": "classes/693/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/693", + "fixedId": true, + "name": "_BlendedDecorationImagePainter", + "library": { + "type": "@Library", + "id": "libraries/@344297748", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1, + "line": 862 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__saveLayerWithoutBounds%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__saveLayerWithoutBounds$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/decoration_image.dart", + "function": { + "type": "@Function", + "id": "classes/696/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/696", + "fixedId": true, + "name": "DecorationImage", + "library": { + "type": "@Library", + "id": "libraries/@344297748", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BlendedDecorationImage" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1348/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1348", + "fixedId": true, + "name": "BoxDecoration", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 291 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BoxDecoration" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1348/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/1348", + "fixedId": true, + "name": "BoxDecoration", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 239 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1348/functions/getClipPath", + "fixedId": true, + "name": "getClipPath", + "owner": { + "type": "@Class", + "id": "classes/1348", + "fixedId": true, + "name": "BoxDecoration", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/__addOval%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__addOval$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/__addRect%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__addRect$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1051/functions/_paintBackgroundImage%40337196095", + "fixedId": true, + "name": "_paintBackgroundImage", + "owner": { + "type": "@Class", + "id": "classes/1051", + "fixedId": true, + "name": "_BoxDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 536 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1051/functions/_paintBackgroundColor%40337196095", + "fixedId": true, + "name": "_paintBackgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1051", + "fixedId": true, + "name": "_BoxDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 472 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1051/functions/_paintBox%40337196095", + "fixedId": true, + "name": "_paintBox", + "owner": { + "type": "@Class", + "id": "classes/1051", + "fixedId": true, + "name": "_BoxDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1051/functions/_getBackgroundPaint%40337196095", + "fixedId": true, + "name": "_getBackgroundPaint", + "owner": { + "type": "@Class", + "id": "classes/1051", + "fixedId": true, + "name": "_BoxDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1051/functions/_paintShadows%40337196095", + "fixedId": true, + "name": "_paintShadows", + "owner": { + "type": "@Class", + "id": "classes/1051", + "fixedId": true, + "name": "_BoxDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "libraries/@376053933/field_inits/_kMiddleLeftTween%40376053933", + "fixedId": true, + "name": "_kMiddleLeftTween", + "owner": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "libraries/@376053933/field_inits/_kRightMiddleTween%40376053933", + "fixedId": true, + "name": "_kRightMiddleTween", + "owner": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 62 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1053/functions/dragEnd", + "fixedId": true, + "name": "dragEnd", + "owner": { + "type": "@Class", + "id": "classes/1053", + "fixedId": true, + "name": "_CupertinoBackGestureController", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2309/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 851 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/didStopUserGesture", + "fixedId": true, + "name": "didStopUserGesture", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5783 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/set%3A_userGesturesInProgress%40181124995", + "fixedId": true, + "name": "_userGesturesInProgress=", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5739 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/308/functions/didStopUserGesture", + "fixedId": true, + "name": "didStopUserGesture", + "owner": { + "type": "@Class", + "id": "classes/308", + "fixedId": true, + "name": "HeroController", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 856 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/get%3AuserGestureInProgress", + "fixedId": true, + "name": "userGestureInProgress", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5751 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/307/functions/get%3Anavigator", + "fixedId": true, + "name": "navigator", + "owner": { + "type": "@Class", + "id": "classes/307", + "fixedId": true, + "name": "NavigatorObserver", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 754 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Hero" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/1676/functions/_allHeroesFor%40165011697", + "fixedId": true, + "name": "_allHeroesFor", + "owner": { + "type": "@Class", + "id": "classes/1676", + "fixedId": true, + "name": "Hero", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 267 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/visitChildElements", + "fixedId": true, + "name": "visitChildElements", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3863 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/1676/closures/653", + "fixedId": true, + "name": "visitor", + "owner": { + "type": "@Function", + "id": "classes/1676/functions/_allHeroesFor%40165011697", + "fixedId": true, + "name": "_allHeroesFor", + "owner": { + "type": "@Class", + "id": "classes/1676", + "fixedId": true, + "name": "Hero", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 267 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/StatefulElement.", + "fixedId": true, + "name": "StatefulElement", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5804 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/get%3AisCurrent", + "fixedId": true, + "name": "isCurrent", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2310/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 581 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_lastRouteEntryWhereOrNull%40181124995", + "fixedId": true, + "name": "_lastRouteEntryWhereOrNull", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/implicit_closures/19", + "fixedId": true, + "name": "isPresentPredicate", + "owner": { + "type": "@Function", + "id": "classes/285/functions/isPresentPredicate", + "fixedId": true, + "name": "isPresentPredicate", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3477 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3477 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2311/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/_of%40196188637", + "fixedId": true, + "name": "_of", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2312/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_model.dart", + "function": { + "type": "@Function", + "id": "classes/1607/functions/inheritFrom", + "fixedId": true, + "name": "inheritFrom", + "owner": { + "type": "@Class", + "id": "classes/1607", + "fixedId": true, + "name": "InheritedModel", + "library": { + "type": "@Library", + "id": "libraries/@172095492", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@172095492/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_model.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2313/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@172095492/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_model.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_model.dart", + "function": { + "type": "@Function", + "id": "classes/1607/functions/_findModels%40172095492", + "fixedId": true, + "name": "_findModels", + "owner": { + "type": "@Class", + "id": "classes/1607", + "fixedId": true, + "name": "InheritedModel", + "library": { + "type": "@Library", + "id": "libraries/@172095492", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@172095492/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_model.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2314/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@172095492/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_model.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ModalRoute?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/1396/functions/endFlight", + "fixedId": true, + "name": "endFlight", + "owner": { + "type": "@Class", + "id": "classes/1396", + "fixedId": true, + "name": "_HeroState", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/1396/closures/631", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1396/functions/endFlight", + "fixedId": true, + "name": "endFlight", + "owner": { + "type": "@Class", + "id": "classes/1396", + "fixedId": true, + "name": "_HeroState", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 385 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 394 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1664/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1664", + "fixedId": true, + "name": "Navigator", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 2898 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/findAncestorStateOfType", + "fixedId": true, + "name": "findAncestorStateOfType", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5037 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HeroState@165011697" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/1676/closures/652", + "fixedId": true, + "name": "inviteHero", + "owner": { + "type": "@Function", + "id": "classes/1676/functions/_allHeroesFor%40165011697", + "fixedId": true, + "name": "_allHeroesFor", + "owner": { + "type": "@Class", + "id": "classes/1676", + "fixedId": true, + "name": "Hero", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 267 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HeroFlight@165011697" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/field_inits/_reverseTween%40165011697", + "fixedId": true, + "name": "_reverseTween", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 544 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/functions/divert", + "fixedId": true, + "name": "divert", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 716 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/310/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/310", + "fixedId": true, + "name": "_HeroFlightManifest", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 512 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1805/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1805", + "fixedId": true, + "name": "CurvedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 428 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1805/implicit_closures/1", + "fixedId": true, + "name": "_updateCurveDirection", + "owner": { + "type": "@Function", + "id": "classes/1805/functions/_updateCurveDirection%40322411118", + "fixedId": true, + "name": "_updateCurveDirection", + "owner": { + "type": "@Class", + "id": "classes/1805", + "fixedId": true, + "name": "CurvedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 419 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 419 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1805/functions/_updateCurveDirection%40322411118", + "fixedId": true, + "name": "_updateCurveDirection", + "owner": { + "type": "@Class", + "id": "classes/1805", + "fixedId": true, + "name": "CurvedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 419 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/functions/markNeedsBuild", + "fixedId": true, + "name": "markNeedsBuild", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1389/functions/_markNeedsBuild%40185319124", + "fixedId": true, + "name": "_markNeedsBuild", + "owner": { + "type": "@Class", + "id": "classes/1389", + "fixedId": true, + "name": "_OverlayEntryWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1389/closures/651", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1389/functions/_markNeedsBuild%40185319124", + "fixedId": true, + "name": "_markNeedsBuild", + "owner": { + "type": "@Class", + "id": "classes/1389", + "fixedId": true, + "name": "_OverlayEntryWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 429 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 430 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/952/functions/get%3AcurrentState", + "fixedId": true, + "name": "currentState", + "owner": { + "type": "@Class", + "id": "classes/952", + "fixedId": true, + "name": "GlobalKey", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2315/0", + "kind": "TypeParameter", + "identityHashCode": 3139027827, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/952/functions/get%3A_currentElement%40163042623", + "fixedId": true, + "name": "_currentElement", + "owner": { + "type": "@Class", + "id": "classes/952", + "fixedId": true, + "name": "GlobalKey", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2316/0", + "kind": "TypeParameter", + "identityHashCode": 3139027827, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 173 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1064/functions/evaluate", + "fixedId": true, + "name": "evaluate", + "owner": { + "type": "@Class", + "id": "classes/1064", + "fixedId": true, + "name": "Animatable", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2317/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/310/functions/createHeroRectTween", + "fixedId": true, + "name": "createHeroRectTween", + "owner": { + "type": "@Class", + "id": "classes/310", + "fixedId": true, + "name": "_HeroFlightManifest", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/1396/functions/startFlight", + "fixedId": true, + "name": "startFlight", + "owner": { + "type": "@Class", + "id": "classes/1396", + "fixedId": true, + "name": "_HeroState", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/findRenderObject", + "fixedId": true, + "name": "findRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4800 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/1396/closures/655", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1396/functions/startFlight", + "fixedId": true, + "name": "startFlight", + "owner": { + "type": "@Class", + "id": "classes/1396", + "fixedId": true, + "name": "_HeroState", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 369 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 374 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ReverseTween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1811/functions/set%3Aparent", + "fixedId": true, + "name": "parent=", + "owner": { + "type": "@Class", + "id": "classes/1811", + "fixedId": true, + "name": "ProxyAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1810/functions/notifyStatusListeners", + "fixedId": true, + "name": "notifyStatusListeners", + "owner": { + "type": "@Class", + "id": "classes/1810", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1810/implicit_closures/3", + "fixedId": true, + "name": "notifyStatusListeners", + "owner": { + "type": "@Function", + "id": "classes/1810/functions/notifyStatusListeners", + "fixedId": true, + "name": "notifyStatusListeners", + "owner": { + "type": "@Class", + "id": "classes/1810", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 235 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1809/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1809", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1809/implicit_closures/3", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Function", + "id": "classes/1809/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1809", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 142 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1807/functions/_ReverseAnimation%26Animation%26AnimationLazyListenerMixin%26AnimationLocalStatusListenersMixin%40322411118.", + "fixedId": true, + "name": "_ReverseAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalStatusListenersMixin", + "owner": { + "type": "@Class", + "id": "classes/1807", + "fixedId": true, + "name": "_ReverseAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ReverseAnimation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/310/functions/get%3Aanimation", + "fixedId": true, + "name": "animation", + "owner": { + "type": "@Class", + "id": "classes/310", + "fixedId": true, + "name": "_HeroFlightManifest", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 461 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1805/functions/CurvedAnimation.", + "fixedId": true, + "name": "CurvedAnimation", + "owner": { + "type": "@Class", + "id": "classes/1805", + "fixedId": true, + "name": "CurvedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 381 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CurvedAnimation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/310/field_inits/toHeroLocation", + "fixedId": true, + "name": "toHeroLocation", + "owner": { + "type": "@Class", + "id": "classes/310", + "fixedId": true, + "name": "_HeroFlightManifest", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 495 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/get%3AsubtreeContext", + "fixedId": true, + "name": "subtreeContext", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2318/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1943 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/310/functions/_boundingBoxFor%40165011697", + "fixedId": true, + "name": "_boundingBoxFor", + "owner": { + "type": "@Class", + "id": "classes/310", + "fixedId": true, + "name": "_HeroFlightManifest", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 476 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/getTransformTo", + "fixedId": true, + "name": "getTransformTo", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3542 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/functions/FlutterError.", + "fixedId": true, + "name": "FlutterError", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 784 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FlutterError" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ErrorSummary" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/closures/355", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2561/functions/FlutterError.", + "fixedId": true, + "name": "FlutterError", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 784 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 788 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/functions/start", + "fixedId": true, + "name": "start", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 673 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/functions/insert", + "fixedId": true, + "name": "insert", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 719 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/closures/656", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1388/functions/insert", + "fixedId": true, + "name": "insert", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 719 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 723 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/insert", + "fixedId": true, + "name": "insert", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2319/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/functions/OverlayEntry.", + "fixedId": true, + "name": "OverlayEntry", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/952/functions/GlobalKey.", + "fixedId": true, + "name": "GlobalKey", + "owner": { + "type": "@Class", + "id": "classes/952", + "fixedId": true, + "name": "GlobalKey", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2320/0", + "kind": "TypeParameter", + "identityHashCode": 3139027827, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 165 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate LabeledGlobalKey" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _OverlayEntryWidgetState@185319124?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OverlayEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/functions/set%3Amanifest", + "fixedId": true, + "name": "manifest=", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 536 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/implicit_closures/3", + "fixedId": true, + "name": "_buildOverlay", + "owner": { + "type": "@Function", + "id": "classes/309/functions/_buildOverlay%40165011697", + "fixedId": true, + "name": "_buildOverlay", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 547 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 547 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/functions/_buildOverlay%40165011697", + "fixedId": true, + "name": "_buildOverlay", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 547 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/308/implicit_closures/7", + "fixedId": true, + "name": "_defaultHeroFlightShuttleBuilder", + "owner": { + "type": "@Function", + "id": "classes/308/functions/_defaultHeroFlightShuttleBuilder%40165011697", + "fixedId": true, + "name": "_defaultHeroFlightShuttleBuilder", + "owner": { + "type": "@Class", + "id": "classes/308", + "fixedId": true, + "name": "HeroController", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 1051 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 1051 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AnimatedBuilder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/308/functions/_defaultHeroFlightShuttleBuilder%40165011697", + "fixedId": true, + "name": "_defaultHeroFlightShuttleBuilder", + "owner": { + "type": "@Class", + "id": "classes/308", + "fixedId": true, + "name": "HeroController", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 1051 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/308/closures/654", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/308/functions/_defaultHeroFlightShuttleBuilder%40165011697", + "fixedId": true, + "name": "_defaultHeroFlightShuttleBuilder", + "owner": { + "type": "@Class", + "id": "classes/308", + "fixedId": true, + "name": "HeroController", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 1051 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 1072 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MediaQuery" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate EdgeInsetsTween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/closures/657", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/309/functions/_buildOverlay%40165011697", + "fixedId": true, + "name": "_buildOverlay", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 547 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Positioned" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_delegate.dart", + "function": { + "type": "@Function", + "id": "classes/244/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/244", + "fixedId": true, + "name": "SliverChildListDelegate", + "library": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1, + "line": 767 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate KeyedSubtree" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AutomaticKeepAlive" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: AutomaticKeepAlive" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SelectionKeepAlive" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IndexedSemantics" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RepaintBoundary" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SaltedValueKey" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_delegate.dart", + "function": { + "type": "@Function", + "id": "classes/244/functions/_findChildIndex%40202070758", + "fixedId": true, + "name": "_findChildIndex", + "owner": { + "type": "@Class", + "id": "classes/244", + "fixedId": true, + "name": "SliverChildListDelegate", + "library": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1, + "line": 729 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_delegate.dart", + "function": { + "type": "@Function", + "id": "classes/244/functions/SliverChildListDelegate.", + "fixedId": true, + "name": "SliverChildListDelegate", + "owner": { + "type": "@Class", + "id": "classes/244", + "fixedId": true, + "name": "SliverChildListDelegate", + "library": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1, + "line": 643 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_delegate.dart", + "function": { + "type": "@Function", + "id": "libraries/@202070758/implicit_closures/0", + "fixedId": true, + "name": "_kDefaultSemanticIndexCallback", + "owner": { + "type": "@Function", + "id": "libraries/@202070758/functions/_kDefaultSemanticIndexCallback%40202070758", + "fixedId": true, + "name": "_kDefaultSemanticIndexCallback", + "owner": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1, + "line": 46 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1506/functions/estimateMaxScrollOffset", + "fixedId": true, + "name": "estimateMaxScrollOffset", + "owner": { + "type": "@Class", + "id": "classes/1506", + "fixedId": true, + "name": "SliverMultiBoxAdaptorWidget", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/createChild", + "fixedId": true, + "name": "createChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 981 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 48, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/318/functions/buildScope", + "fixedId": true, + "name": "buildScope", + "owner": { + "type": "@Class", + "id": "classes/318", + "fixedId": true, + "name": "BuildOwner", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3000 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: FocusScopeNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/328/functions/applyIfValid", + "fixedId": true, + "name": "applyIfValid", + "owner": { + "type": "@Class", + "id": "classes/328", + "fixedId": true, + "name": "_Autofocus", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 158 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/get%3Aancestors", + "fixedId": true, + "name": "ancestors", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 733 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/479/functions/get%3AfocusedChild", + "fixedId": true, + "name": "focusedChild", + "owner": { + "type": "@Class", + "id": "classes/479", + "fixedId": true, + "name": "FocusScopeNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1395 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _Autofocus@160042876" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: FocusNode?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: KeyEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: KeyEventResult" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/functions/updateMode", + "fixedId": true, + "name": "updateMode", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2302 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/functions/get%3AhighlightMode", + "fixedId": true, + "name": "highlightMode", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2071 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/implicit_closures/8", + "fixedId": true, + "name": "handleSemanticsAction", + "owner": { + "type": "@Function", + "id": "classes/326/functions/handleSemanticsAction", + "fixedId": true, + "name": "handleSemanticsAction", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2291 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/functions/handleKeyMessage", + "fixedId": true, + "name": "handleKeyMessage", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "libraries/@160042876/functions/get%3AprimaryFocus", + "fixedId": true, + "name": "primaryFocus", + "owner": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2358 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "libraries/@160042876/functions/combineKeyEventResults", + "fixedId": true, + "name": "combineKeyEventResults", + "owner": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/get%3AprimaryFocus", + "fixedId": true, + "name": "primaryFocus", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1845 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/get%3Ainstance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1699 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/implicit_closures/7", + "fixedId": true, + "name": "handleKeyMessage", + "owner": { + "type": "@Function", + "id": "classes/326/functions/handleKeyMessage", + "fixedId": true, + "name": "handleKeyMessage", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2191 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2191 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: KeyboardLockMode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/keyboard_key.g.dart", + "function": { + "type": "@Function", + "id": "classes/1162/functions/findKeyByCode", + "fixedId": true, + "name": "findKeyByCode", + "owner": { + "type": "@Class", + "id": "classes/1162", + "fixedId": true, + "name": "PhysicalKeyboardKey", + "library": { + "type": "@Library", + "id": "libraries/@272043485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1, + "line": 3576 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/keyboard_key.g.dart", + "function": { + "type": "@Function", + "id": "classes/1163/field_inits/_reverseSynonyms%40272043485", + "fixedId": true, + "name": "_reverseSynonyms", + "owner": { + "type": "@Class", + "id": "classes/1163", + "fixedId": true, + "name": "LogicalKeyboardKey", + "library": { + "type": "@Library", + "id": "libraries/@272043485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1, + "line": 3042 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Set" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/keyboard_key.g.dart", + "function": { + "type": "@Function", + "id": "classes/1163/functions/expandSynonyms", + "fixedId": true, + "name": "expandSynonyms", + "owner": { + "type": "@Class", + "id": "classes/1163", + "fixedId": true, + "name": "LogicalKeyboardKey", + "library": { + "type": "@Library", + "id": "libraries/@272043485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1, + "line": 261 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/expand", + "fixedId": true, + "name": "expand", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2321/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/keyboard_key.g.dart", + "function": { + "type": "@Function", + "id": "classes/1163/closures/831", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1163/functions/expandSynonyms", + "fixedId": true, + "name": "expandSynonyms", + "owner": { + "type": "@Class", + "id": "classes/1163", + "fixedId": true, + "name": "LogicalKeyboardKey", + "library": { + "type": "@Library", + "id": "libraries/@272043485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1, + "line": 261 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1, + "line": 262 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/keyboard_key.g.dart", + "function": { + "type": "@Function", + "id": "classes/1163/functions/findKeyByKeyId", + "fixedId": true, + "name": "findKeyByKeyId", + "owner": { + "type": "@Class", + "id": "classes/1163", + "fixedId": true, + "name": "LogicalKeyboardKey", + "library": { + "type": "@Library", + "id": "libraries/@272043485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: LogicalKeyboardKey" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PhysicalKeyboardKey" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/397/functions/handleKeyEvent", + "fixedId": true, + "name": "handleKeyEvent", + "owner": { + "type": "@Class", + "id": "classes/397", + "fixedId": true, + "name": "HardwareKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 655 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/397/functions/_dispatchKeyEvent%40270443624", + "fixedId": true, + "name": "_dispatchKeyEvent", + "owner": { + "type": "@Class", + "id": "classes/397", + "fixedId": true, + "name": "HardwareKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 606 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/2630/functions/findLockByLogicalKey", + "fixedId": true, + "name": "findLockByLogicalKey", + "owner": { + "type": "@Class", + "id": "classes/2630", + "fixedId": true, + "name": "KeyboardLockMode", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 104 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/2630/field_inits/_knownLockModes%40270443624", + "fixedId": true, + "name": "_knownLockModes", + "owner": { + "type": "@Class", + "id": "classes/2630", + "fixedId": true, + "name": "KeyboardLockMode", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/397/functions/syncKeyboardState", + "fixedId": true, + "name": "syncKeyboardState", + "owner": { + "type": "@Class", + "id": "classes/397", + "fixedId": true, + "name": "HardwareKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 593 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate LogicalKeyboardKey" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PhysicalKeyboardKey" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/376/functions/invokeMapMethod", + "fixedId": true, + "name": "invokeMapMethod", + "owner": { + "type": "@Class", + "id": "classes/376", + "fixedId": true, + "name": "MethodChannel", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 566 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/397/functions/lookUpLayout", + "fixedId": true, + "name": "lookUpLayout", + "owner": { + "type": "@Class", + "id": "classes/397", + "fixedId": true, + "name": "HardwareKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 442 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/397/functions/get%3AlogicalKeysPressed", + "fixedId": true, + "name": "logicalKeysPressed", + "owner": { + "type": "@Class", + "id": "classes/397", + "fixedId": true, + "name": "HardwareKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 437 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/397/functions/get%3AphysicalKeysPressed", + "fixedId": true, + "name": "physicalKeysPressed", + "owner": { + "type": "@Class", + "id": "classes/397", + "fixedId": true, + "name": "HardwareKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 427 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/397/functions/get%3Ainstance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/397", + "fixedId": true, + "name": "HardwareKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 414 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/397/functions/HardwareKeyboard.", + "fixedId": true, + "name": "HardwareKeyboard", + "owner": { + "type": "@Class", + "id": "classes/397", + "fixedId": true, + "name": "HardwareKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Set" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ModifierSidePair@279461389" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ModifierKey" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/374/field_inits/_allModifiers%40279461389", + "fixedId": true, + "name": "_allModifiers", + "owner": { + "type": "@Class", + "id": "classes/374", + "fixedId": true, + "name": "RawKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 981 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/374/field_inits/_allModifiersExceptFn%40279461389", + "fixedId": true, + "name": "_allModifiersExceptFn", + "owner": { + "type": "@Class", + "id": "classes/374", + "fixedId": true, + "name": "RawKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 963 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/374/field_inits/_modifierKeyMap%40279461389", + "fixedId": true, + "name": "_modifierKeyMap", + "owner": { + "type": "@Class", + "id": "classes/374", + "fixedId": true, + "name": "RawKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 898 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/374/field_inits/instance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/374", + "fixedId": true, + "name": "RawKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 776 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/374/functions/RawKeyboard._%40279461389", + "fixedId": true, + "name": "RawKeyboard._", + "owner": { + "type": "@Class", + "id": "classes/374", + "fixedId": true, + "name": "RawKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 765 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawKeyboard" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/374/functions/get%3AphysicalKeysPressed", + "fixedId": true, + "name": "physicalKeysPressed", + "owner": { + "type": "@Class", + "id": "classes/374", + "fixedId": true, + "name": "RawKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 1107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/374/functions/_synchronizeModifiers%40279461389", + "fixedId": true, + "name": "_synchronizeModifiers", + "owner": { + "type": "@Class", + "id": "classes/374", + "fixedId": true, + "name": "RawKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 987 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/1150/functions/get%3AlogicalKey", + "fixedId": true, + "name": "logicalKey", + "owner": { + "type": "@Class", + "id": "classes/1150", + "fixedId": true, + "name": "RawKeyEvent", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 620 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/1150/functions/get%3AphysicalKey", + "fixedId": true, + "name": "physicalKey", + "owner": { + "type": "@Class", + "id": "classes/1150", + "fixedId": true, + "name": "RawKeyEvent", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 604 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ModifierSidePair" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/1153/functions/get%3AmodifiersPressed", + "fixedId": true, + "name": "modifiersPressed", + "owner": { + "type": "@Class", + "id": "classes/1153", + "fixedId": true, + "name": "RawKeyEventData", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: KeyboardSide" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Iterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/374/functions/handleRawKeyEvent", + "fixedId": true, + "name": "handleRawKeyEvent", + "owner": { + "type": "@Class", + "id": "classes/374", + "fixedId": true, + "name": "RawKeyboard", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 850 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/395/functions/_eventFromData%40270443624", + "fixedId": true, + "name": "_eventFromData", + "owner": { + "type": "@Class", + "id": "classes/395", + "fixedId": true, + "name": "KeyEventManager", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 1341 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate KeyRepeatEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate KeyUpEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate KeyDownEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/395/functions/_convertRawEventAndStore%40270443624", + "fixedId": true, + "name": "_convertRawEventAndStore", + "owner": { + "type": "@Class", + "id": "classes/395", + "fixedId": true, + "name": "KeyEventManager", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 1234 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/difference", + "fixedId": true, + "name": "difference", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2322/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 110 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/395/implicit_closures/5", + "fixedId": true, + "name": "_convertRawEventAndStore", + "owner": { + "type": "@Function", + "id": "classes/395/functions/_convertRawEventAndStore%40270443624", + "fixedId": true, + "name": "_convertRawEventAndStore", + "owner": { + "type": "@Class", + "id": "classes/395", + "fixedId": true, + "name": "KeyEventManager", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 1234 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 1234 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/395/functions/handleRawKeyMessage", + "fixedId": true, + "name": "handleRawKeyMessage", + "owner": { + "type": "@Class", + "id": "classes/395", + "fixedId": true, + "name": "KeyEventManager", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 1150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/395/functions/_dispatchKeyMessage%40270443624", + "fixedId": true, + "name": "_dispatchKeyMessage", + "owner": { + "type": "@Class", + "id": "classes/395", + "fixedId": true, + "name": "KeyEventManager", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 1115 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate KeyMessage" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/1150/functions/RawKeyEvent.fromMessage", + "fixedId": true, + "name": "RawKeyEvent.fromMessage", + "owner": { + "type": "@Class", + "id": "classes/1150", + "fixedId": true, + "name": "RawKeyEvent", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 383 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawKeyUpEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawKeyDownEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawKeyEventDataWindows" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_windows.dart", + "function": { + "type": "@Function", + "id": "classes/1154/functions/get%3AkeyLabel", + "fixedId": true, + "name": "keyLabel", + "owner": { + "type": "@Class", + "id": "classes/1154", + "fixedId": true, + "name": "RawKeyEventDataWindows", + "library": { + "type": "@Library", + "id": "libraries/@286422532", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1, + "line": 72 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawKeyEventDataLinux" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/1157/functions/get%3AkeyLabel", + "fixedId": true, + "name": "keyLabel", + "owner": { + "type": "@Class", + "id": "classes/1157", + "fixedId": true, + "name": "RawKeyEventDataLinux", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/372/functions/KeyHelper.", + "fixedId": true, + "name": "KeyHelper", + "owner": { + "type": "@Class", + "id": "classes/372", + "fixedId": true, + "name": "KeyHelper", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate GtkKeyHelper" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate GLFWKeyHelper" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawKeyEventDataIos" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawKeyEventDataMacOs" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_macos.dart", + "function": { + "type": "@Function", + "id": "libraries/@284244645/functions/runeToLowerCase", + "fixedId": true, + "name": "runeToLowerCase", + "owner": { + "type": "@Library", + "id": "libraries/@284244645", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1, + "line": 18 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawKeyEventDataFuchsia" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawKeyEventDataAndroid" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_android.dart", + "function": { + "type": "@Function", + "id": "classes/1160/functions/get%3AkeyLabel", + "fixedId": true, + "name": "keyLabel", + "owner": { + "type": "@Class", + "id": "classes/1160", + "fixedId": true, + "name": "RawKeyEventDataAndroid", + "library": { + "type": "@Library", + "id": "libraries/@280177474", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1, + "line": 158 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/1150/closures/354", + "fixedId": true, + "name": "dataFromWeb", + "owner": { + "type": "@Function", + "id": "classes/1150/functions/RawKeyEvent.fromMessage", + "fixedId": true, + "name": "RawKeyEvent.fromMessage", + "owner": { + "type": "@Class", + "id": "classes/1150", + "fixedId": true, + "name": "RawKeyEvent", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 383 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawKeyEventDataWeb" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/395/implicit_closures/3", + "fixedId": true, + "name": "handleRawKeyMessage", + "owner": { + "type": "@Function", + "id": "classes/395/functions/handleRawKeyMessage", + "fixedId": true, + "name": "handleRawKeyMessage", + "owner": { + "type": "@Class", + "id": "classes/395", + "fixedId": true, + "name": "KeyEventManager", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 1150 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 1150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/395/functions/handleKeyData", + "fixedId": true, + "name": "handleKeyData", + "owner": { + "type": "@Class", + "id": "classes/395", + "fixedId": true, + "name": "KeyEventManager", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 1075 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/395/implicit_closures/1", + "fixedId": true, + "name": "handleKeyData", + "owner": { + "type": "@Function", + "id": "classes/395/functions/handleKeyData", + "fixedId": true, + "name": "handleKeyData", + "owner": { + "type": "@Class", + "id": "classes/395", + "fixedId": true, + "name": "KeyEventManager", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 1075 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 1075 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/395/functions/KeyEventManager.", + "fixedId": true, + "name": "KeyEventManager", + "owner": { + "type": "@Class", + "id": "classes/395", + "fixedId": true, + "name": "KeyEventManager", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 938 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/functions/handlePointerEvent", + "fixedId": true, + "name": "handlePointerEvent", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/implicit_closures/6", + "fixedId": true, + "name": "handlePointerEvent", + "owner": { + "type": "@Function", + "id": "classes/326/functions/handlePointerEvent", + "fixedId": true, + "name": "handlePointerEvent", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2176 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/functions/registerGlobalHandlers", + "fixedId": true, + "name": "registerGlobalHandlers", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/addSemanticsActionListener", + "fixedId": true, + "name": "addSemanticsActionListener", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_router.dart", + "function": { + "type": "@Function", + "id": "classes/850/functions/addGlobalRoute", + "fixedId": true, + "name": "addGlobalRoute", + "owner": { + "type": "@Class", + "id": "classes/850", + "fixedId": true, + "name": "PointerRouter", + "library": { + "type": "@Library", + "id": "libraries/@311407777", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_router.dart", + "function": { + "type": "@Function", + "id": "classes/850/functions/_dispatchEventToRoutes%40311407777", + "fixedId": true, + "name": "_dispatchEventToRoutes", + "owner": { + "type": "@Class", + "id": "classes/850", + "fixedId": true, + "name": "PointerRouter", + "library": { + "type": "@Library", + "id": "libraries/@311407777", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_router.dart", + "function": { + "type": "@Function", + "id": "classes/850/closures/251", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/850/functions/_dispatchEventToRoutes%40311407777", + "fixedId": true, + "name": "_dispatchEventToRoutes", + "owner": { + "type": "@Class", + "id": "classes/850", + "fixedId": true, + "name": "PointerRouter", + "library": { + "type": "@Library", + "id": "libraries/@311407777", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1, + "line": 135 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_router.dart", + "function": { + "type": "@Function", + "id": "classes/850/functions/_dispatch%40311407777", + "fixedId": true, + "name": "_dispatch", + "owner": { + "type": "@Class", + "id": "classes/850", + "fixedId": true, + "name": "PointerRouter", + "library": { + "type": "@Library", + "id": "libraries/@311407777", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_router.dart", + "function": { + "type": "@Function", + "id": "classes/850/functions/removeGlobalRoute", + "fixedId": true, + "name": "removeGlobalRoute", + "owner": { + "type": "@Class", + "id": "classes/850", + "fixedId": true, + "name": "PointerRouter", + "library": { + "type": "@Library", + "id": "libraries/@311407777", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1, + "line": 72 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_router.dart", + "function": { + "type": "@Function", + "id": "classes/850/functions/removeRoute", + "fixedId": true, + "name": "removeRoute", + "owner": { + "type": "@Class", + "id": "classes/850", + "fixedId": true, + "name": "PointerRouter", + "library": { + "type": "@Library", + "id": "libraries/@311407777", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_router.dart", + "function": { + "type": "@Function", + "id": "classes/850/functions/addRoute", + "fixedId": true, + "name": "addRoute", + "owner": { + "type": "@Class", + "id": "classes/850", + "fixedId": true, + "name": "PointerRouter", + "library": { + "type": "@Library", + "id": "libraries/@311407777", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1, + "line": 28 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_router.dart", + "function": { + "type": "@Function", + "id": "classes/850/closures/868", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/850/functions/addRoute", + "fixedId": true, + "name": "addRoute", + "owner": { + "type": "@Class", + "id": "classes/850", + "fixedId": true, + "name": "PointerRouter", + "library": { + "type": "@Library", + "id": "libraries/@311407777", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1, + "line": 28 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_router.dart", + "function": { + "type": "@Function", + "id": "classes/850/functions/PointerRouter.", + "fixedId": true, + "name": "PointerRouter", + "owner": { + "type": "@Class", + "id": "classes/850", + "fixedId": true, + "name": "PointerRouter", + "library": { + "type": "@Library", + "id": "libraries/@311407777", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1039/functions/get%3Ainstance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/1039", + "fixedId": true, + "name": "GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@298304576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/326/functions/_HighlightModeManager%40160042876.", + "fixedId": true, + "name": "_HighlightModeManager", + "owner": { + "type": "@Class", + "id": "classes/326", + "fixedId": true, + "name": "_HighlightModeManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2063 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/applyFocusChangesIfNeeded", + "fixedId": true, + "name": "applyFocusChangesIfNeeded", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1951 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/_notify%40160042876", + "fixedId": true, + "name": "_notify", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/475/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/475", + "fixedId": true, + "name": "_FocusNode&Object&DiagnosticableTreeMixin&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/475/functions/_removeAt%4028329750", + "fixedId": true, + "name": "_removeAt", + "owner": { + "type": "@Class", + "id": "classes/475", + "fixedId": true, + "name": "_FocusNode&Object&DiagnosticableTreeMixin&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/475/closures/296", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/475/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/475", + "fixedId": true, + "name": "_FocusNode&Object&DiagnosticableTreeMixin&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 410 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/_setAsFocusedChildForScope%40160042876", + "fixedId": true, + "name": "_setAsFocusedChildForScope", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1216 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/implicit_closures/2", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Function", + "id": "classes/92/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2323/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 32 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/get%3AhasPrimaryFocus", + "fixedId": true, + "name": "hasPrimaryFocus", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 783 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/implicit_closures/13", + "fixedId": true, + "name": "applyFocusChangesIfNeeded", + "owner": { + "type": "@Function", + "id": "classes/476/functions/applyFocusChangesIfNeeded", + "fixedId": true, + "name": "applyFocusChangesIfNeeded", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1951 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1951 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/_markNeedsUpdate%40160042876", + "fixedId": true, + "name": "_markNeedsUpdate", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1920 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/_markNextFocus%40160042876", + "fixedId": true, + "name": "_markNextFocus", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1901 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/_markPropertiesChanged%40160042876", + "fixedId": true, + "name": "_markPropertiesChanged", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1895 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/_markDetached%40160042876", + "fixedId": true, + "name": "_markDetached", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1882 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/_appLifecycleChange%40160042876", + "fixedId": true, + "name": "_appLifecycleChange", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1860 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/requestFocus", + "fixedId": true, + "name": "requestFocus", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/implicit_closures/29", + "fixedId": true, + "name": "requestFocus", + "owner": { + "type": "@Function", + "id": "classes/477/functions/requestFocus", + "fixedId": true, + "name": "requestFocus", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1153 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/_reparent%40160042876", + "fixedId": true, + "name": "_reparent", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1043 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/functions/changedScope", + "fixedId": true, + "name": "changedScope", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 770 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/297", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/changedScope", + "fixedId": true, + "name": "changedScope", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 770 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 774 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _DirectionalPolicyDataEntry@162280150" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/_updateManager%40160042876", + "fixedId": true, + "name": "_updateManager", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1034 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/get%3Adescendants", + "fixedId": true, + "name": "descendants", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 707 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/_removeChild%40160042876", + "fixedId": true, + "name": "_removeChild", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/_clearEnclosingScopeCache%40160042876", + "fixedId": true, + "name": "_clearEnclosingScopeCache", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 797 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/closures/298", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/477/functions/_removeChild%40160042876", + "fixedId": true, + "name": "_removeChild", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1006 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1017 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/get%3AhasFocus", + "fixedId": true, + "name": "hasFocus", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 766 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/implicit_closures/8", + "fixedId": true, + "name": "_appLifecycleChange", + "owner": { + "type": "@Function", + "id": "classes/476/functions/_appLifecycleChange%40160042876", + "fixedId": true, + "name": "_appLifecycleChange", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1860 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1860 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/removeHighlightModeListener", + "fixedId": true, + "name": "removeHighlightModeListener", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1756 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/addHighlightModeListener", + "fixedId": true, + "name": "addHighlightModeListener", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1751 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/get%3AhighlightMode", + "fixedId": true, + "name": "highlightMode", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1747 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/registerGlobalHandlers", + "fixedId": true, + "name": "registerGlobalHandlers", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1685 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/get%3A_respondToLifecycleChange%40160042876", + "fixedId": true, + "name": "_respondToLifecycleChange", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1668 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/FocusManager.", + "fixedId": true, + "name": "FocusManager", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1647 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AppLifecycleListener" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/479/functions/FocusScopeNode.", + "fixedId": true, + "name": "FocusScopeNode", + "owner": { + "type": "@Class", + "id": "classes/479", + "fixedId": true, + "name": "FocusScopeNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/FocusNode.", + "fixedId": true, + "name": "FocusNode", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 455 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FocusScopeNode" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HighlightModeManager" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/321/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/321", + "fixedId": true, + "name": "_InactiveElements", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/321/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/321", + "fixedId": true, + "name": "_InactiveElements", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/321/functions/_deactivateRecursively%40163042623", + "fixedId": true, + "name": "_deactivateRecursively", + "owner": { + "type": "@Class", + "id": "classes/321", + "fixedId": true, + "name": "_InactiveElements", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2092 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/321/implicit_closures/3", + "fixedId": true, + "name": "_deactivateRecursively", + "owner": { + "type": "@Function", + "id": "classes/321/functions/_deactivateRecursively%40163042623", + "fixedId": true, + "name": "_deactivateRecursively", + "owner": { + "type": "@Class", + "id": "classes/321", + "fixedId": true, + "name": "_InactiveElements", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2092 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2092 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/321/functions/_unmountAll%40163042623", + "fixedId": true, + "name": "_unmountAll", + "owner": { + "type": "@Class", + "id": "classes/321", + "fixedId": true, + "name": "_InactiveElements", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2080 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/321/implicit_closures/1", + "fixedId": true, + "name": "_unmount", + "owner": { + "type": "@Function", + "id": "classes/321/functions/_unmount%40163042623", + "fixedId": true, + "name": "_unmount", + "owner": { + "type": "@Class", + "id": "classes/321", + "fixedId": true, + "name": "_InactiveElements", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2062 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2062 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/321/functions/_unmount%40163042623", + "fixedId": true, + "name": "_unmount", + "owner": { + "type": "@Class", + "id": "classes/321", + "fixedId": true, + "name": "_InactiveElements", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2062 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/321/closures/304", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/321/functions/_unmount%40163042623", + "fixedId": true, + "name": "_unmount", + "owner": { + "type": "@Class", + "id": "classes/321", + "fixedId": true, + "name": "_InactiveElements", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2062 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2072 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/implicit_closures/2", + "fixedId": true, + "name": "_sort", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/_sort%40163042623", + "fixedId": true, + "name": "_sort", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3561 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3561 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/_sort%40163042623", + "fixedId": true, + "name": "_sort", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3561 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/321/implicit_closures/2", + "fixedId": true, + "name": "_unmountAll", + "owner": { + "type": "@Function", + "id": "classes/321/functions/_unmountAll%40163042623", + "fixedId": true, + "name": "_unmountAll", + "owner": { + "type": "@Class", + "id": "classes/321", + "fixedId": true, + "name": "_InactiveElements", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2080 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2080 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/318/functions/reassemble", + "fixedId": true, + "name": "reassemble", + "owner": { + "type": "@Class", + "id": "classes/318", + "fixedId": true, + "name": "BuildOwner", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3398 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/318/functions/finalizeTree", + "fixedId": true, + "name": "finalizeTree", + "owner": { + "type": "@Class", + "id": "classes/318", + "fixedId": true, + "name": "BuildOwner", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "libraries/@163042623/functions/_reportException%40163042623", + "fixedId": true, + "name": "_reportException", + "owner": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "libraries/@163042623/functions/_isProfileBuildsEnabledFor%40163042623", + "fixedId": true, + "name": "_isProfileBuildsEnabledFor", + "owner": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3447 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/318/functions/lockState", + "fixedId": true, + "name": "lockState", + "owner": { + "type": "@Class", + "id": "classes/318", + "fixedId": true, + "name": "BuildOwner", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2958 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/318/functions/_unregisterGlobalKey%40163042623", + "fixedId": true, + "name": "_unregisterGlobalKey", + "owner": { + "type": "@Class", + "id": "classes/318", + "fixedId": true, + "name": "BuildOwner", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/318/functions/_registerGlobalKey%40163042623", + "fixedId": true, + "name": "_registerGlobalKey", + "owner": { + "type": "@Class", + "id": "classes/318", + "fixedId": true, + "name": "BuildOwner", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/318/functions/scheduleBuildFor", + "fixedId": true, + "name": "scheduleBuildFor", + "owner": { + "type": "@Class", + "id": "classes/318", + "fixedId": true, + "name": "BuildOwner", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2881 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 42, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/319/functions/_tryRebuild%40163042623", + "fixedId": true, + "name": "_tryRebuild", + "owner": { + "type": "@Class", + "id": "classes/319", + "fixedId": true, + "name": "BuildScope", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2676 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/319/closures/267", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/319/functions/_tryRebuild%40163042623", + "fixedId": true, + "name": "_tryRebuild", + "owner": { + "type": "@Class", + "id": "classes/319", + "fixedId": true, + "name": "BuildScope", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2676 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2701 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/describeElement", + "fixedId": true, + "name": "describeElement", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3800 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/implicit_closures/28", + "fixedId": true, + "name": "_handleBuildScheduled", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/_handleBuildScheduled%40151399801", + "fixedId": true, + "name": "_handleBuildScheduled", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1118 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/318/functions/BuildOwner.", + "fixedId": true, + "name": "BuildOwner", + "owner": { + "type": "@Class", + "id": "classes/318", + "fixedId": true, + "name": "BuildOwner", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2854 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FocusManager" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InactiveElements" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 44, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/319/functions/_flushDirtyElements%40163042623", + "fixedId": true, + "name": "_flushDirtyElements", + "owner": { + "type": "@Class", + "id": "classes/319", + "fixedId": true, + "name": "BuildScope", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2742 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/closures/814", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1469/functions/createChild", + "fixedId": true, + "name": "createChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 981 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 984 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/removeChild", + "fixedId": true, + "name": "removeChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1029 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/closures/817", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1469/functions/removeChild", + "fixedId": true, + "name": "removeChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1029 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1034 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/implicit_closures/8", + "fixedId": true, + "name": "removeChild", + "owner": { + "type": "@Function", + "id": "classes/1469/functions/removeChild", + "fixedId": true, + "name": "removeChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1029 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1029 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/get%3AestimatedChildCount", + "fixedId": true, + "name": "estimatedChildCount", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1092 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/SliverMultiBoxAdaptorElement.", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 858 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SplayTreeMap" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _SplayTreeMapNode@4220832" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/estimateMaxScrollOffset", + "fixedId": true, + "name": "estimateMaxScrollOffset", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1064 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/didFinishLayout", + "fixedId": true, + "name": "didFinishLayout", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1145 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: LayoutId" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _FloatingActionButtonTransition@119420462" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1415/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1415", + "fixedId": true, + "name": "__FloatingActionButtonTransitionState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1644/functions/getNotifier", + "fixedId": true, + "name": "getNotifier", + "owner": { + "type": "@Class", + "id": "classes/1644", + "fixedId": true, + "name": "TickerMode", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: TickerMode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1644/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1644", + "fixedId": true, + "name": "TickerMode", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 59 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1415/implicit_closures/4", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Function", + "id": "classes/1415/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1415", + "fixedId": true, + "name": "__FloatingActionButtonTransitionState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1415/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1415", + "fixedId": true, + "name": "__FloatingActionButtonTransitionState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/428/functions/set%3Amuted", + "fixedId": true, + "name": "muted=", + "owner": { + "type": "@Class", + "id": "classes/428", + "fixedId": true, + "name": "Ticker", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1415/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1415", + "fixedId": true, + "name": "__FloatingActionButtonTransitionState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _StandardBottomSheet@119420462" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/723/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/723", + "fixedId": true, + "name": "ScaffoldGeometry", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 860 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScaffoldGeometry" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ScaffoldMessenger" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1417/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1417", + "fixedId": true, + "name": "_ScaffoldMessengerState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1417/implicit_closures/2", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Function", + "id": "classes/1417/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1417", + "fixedId": true, + "name": "_ScaffoldMessengerState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1417/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1417", + "fixedId": true, + "name": "_ScaffoldMessengerState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1694/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1694", + "fixedId": true, + "name": "ScaffoldMessenger", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 173 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/769/field_inits/_thresholdCenterTween%4086063916", + "fixedId": true, + "name": "_thresholdCenterTween", + "owner": { + "type": "@Class", + "id": "classes/769", + "fixedId": true, + "name": "_ScalingFabMotionAnimator", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 989 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/769/field_inits/_rotationTween%4086063916", + "fixedId": true, + "name": "_rotationTween", + "owner": { + "type": "@Class", + "id": "classes/769", + "fixedId": true, + "name": "_ScalingFabMotionAnimator", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 984 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/769/functions/getRotationAnimation", + "fixedId": true, + "name": "getRotationAnimation", + "owner": { + "type": "@Class", + "id": "classes/769", + "fixedId": true, + "name": "_ScalingFabMotionAnimator", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 991 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1800/functions/_CompoundAnimation%26Animation%26AnimationLazyListenerMixin%26AnimationLocalListenersMixin%26AnimationLocalStatusListenersMixin%40322411118.", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "owner": { + "type": "@Class", + "id": "classes/1800", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2324/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1799/functions/_CompoundAnimation%26Animation%26AnimationLazyListenerMixin%26AnimationLocalListenersMixin%40322411118.", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin", + "owner": { + "type": "@Class", + "id": "classes/1799", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2325/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AnimationSwap" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/769/functions/getScaleAnimation", + "fixedId": true, + "name": "getScaleAnimation", + "owner": { + "type": "@Class", + "id": "classes/769", + "fixedId": true, + "name": "_ScalingFabMotionAnimator", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 969 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/772/functions/_rightOffsetX%4086063916", + "fixedId": true, + "name": "_rightOffsetX", + "owner": { + "type": "@Class", + "id": "classes/772", + "fixedId": true, + "name": "StandardFabLocation", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 522 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/773/functions/getOffsetX", + "fixedId": true, + "name": "getOffsetX", + "owner": { + "type": "@Class", + "id": "classes/773", + "fixedId": true, + "name": "__EndTopFabLocation&StandardFabLocation&FabEndOffsetX", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 689 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/778/functions/getOffsetY", + "fixedId": true, + "name": "getOffsetY", + "owner": { + "type": "@Class", + "id": "classes/778", + "fixedId": true, + "name": "__EndFloatFabLocation&StandardFabLocation&FabEndOffsetX&FabFloatOffsetY", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 558 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ScaffoldFeatureController" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ScaffoldFeatureController" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ScaffoldState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1418/functions/_isRoot%40119420462", + "fixedId": true, + "name": "_isRoot", + "owner": { + "type": "@Class", + "id": "classes/1418", + "fixedId": true, + "name": "ScaffoldMessengerState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1418/functions/_unregister%40119420462", + "fixedId": true, + "name": "_unregister", + "owner": { + "type": "@Class", + "id": "classes/1418", + "fixedId": true, + "name": "ScaffoldMessengerState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1418/functions/_register%40119420462", + "fixedId": true, + "name": "_register", + "owner": { + "type": "@Class", + "id": "classes/1418", + "fixedId": true, + "name": "ScaffoldMessengerState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/_updateMaterialBanner%40119420462", + "fixedId": true, + "name": "_updateMaterialBanner", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/closures/722", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1414/functions/_updateMaterialBanner%40119420462", + "fixedId": true, + "name": "_updateMaterialBanner", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2338 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/_updateSnackBar%40119420462", + "fixedId": true, + "name": "_updateSnackBar", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/closures/723", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1414/functions/_updateSnackBar%40119420462", + "fixedId": true, + "name": "_updateSnackBar", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2320 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1418/functions/ScaffoldMessengerState.", + "fixedId": true, + "name": "ScaffoldMessengerState", + "owner": { + "type": "@Class", + "id": "classes/1418", + "fixedId": true, + "name": "ScaffoldMessengerState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Scaffold" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1412/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1412", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1412/implicit_closures/4", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Function", + "id": "classes/1412/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1412", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1412/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1412", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1412/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1412", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/drawer.dart", + "function": { + "type": "@Function", + "id": "classes/1440/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/1440", + "fixedId": true, + "name": "DrawerControllerState", + "library": { + "type": "@Library", + "id": "libraries/@76517151", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/drawer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@76517151/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@76517151/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer.dart" + }, + "tokenPos": -1, + "line": 643 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/drawer.dart", + "function": { + "type": "@Function", + "id": "classes/1440/functions/open", + "fixedId": true, + "name": "open", + "owner": { + "type": "@Class", + "id": "classes/1440", + "fixedId": true, + "name": "DrawerControllerState", + "library": { + "type": "@Library", + "id": "libraries/@76517151", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/drawer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@76517151/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@76517151/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer.dart" + }, + "tokenPos": -1, + "line": 637 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/drawer.dart", + "function": { + "type": "@Function", + "id": "classes/1440/functions/_handleHistoryEntryRemoved%4076517151", + "fixedId": true, + "name": "_handleHistoryEntryRemoved", + "owner": { + "type": "@Class", + "id": "classes/1440", + "fixedId": true, + "name": "DrawerControllerState", + "library": { + "type": "@Library", + "id": "libraries/@76517151", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/drawer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@76517151/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@76517151/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer.dart" + }, + "tokenPos": -1, + "line": 565 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/restoreState", + "fixedId": true, + "name": "restoreState", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2204 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/functions/registerForRestoration", + "fixedId": true, + "name": "registerForRestoration", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 771 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1001/functions/_register%40193384654", + "fixedId": true, + "name": "_register", + "owner": { + "type": "@Class", + "id": "classes/1001", + "fixedId": true, + "name": "RestorableProperty", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2326/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 532 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/closures/720", + "fixedId": true, + "name": "listener", + "owner": { + "type": "@Function", + "id": "classes/1413/functions/registerForRestoration", + "fixedId": true, + "name": "registerForRestoration", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 771 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/_maybeBuildPersistentBottomSheet%40119420462", + "fixedId": true, + "name": "_maybeBuildPersistentBottomSheet", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2361 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/openEndDrawer", + "fixedId": true, + "name": "openEndDrawer", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2306 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/ScaffoldState.", + "fixedId": true, + "name": "ScaffoldState", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RestorableBool" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RestorableProperty" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/_handleStatusBarTap%40119420462", + "fixedId": true, + "name": "_handleStatusBarTap", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2754 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/998/functions/animateTo", + "fixedId": true, + "name": "animateTo", + "owner": { + "type": "@Class", + "id": "classes/998", + "fixedId": true, + "name": "ScrollController", + "library": { + "type": "@Library", + "id": "libraries/@201437953", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1, + "line": 210 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/animateTo", + "fixedId": true, + "name": "animateTo", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/utils.dart", + "function": { + "type": "@Function", + "id": "libraries/@367009153/functions/nearEqual", + "fixedId": true, + "name": "nearEqual", + "owner": { + "type": "@Library", + "id": "libraries/@367009153", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/utils.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@367009153/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Futils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/utils.dart" + }, + "tokenPos": -1, + "line": 10 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/utils.dart", + "function": { + "type": "@Function", + "id": "libraries/@367009153/functions/nearZero", + "fixedId": true, + "name": "nearZero", + "owner": { + "type": "@Library", + "id": "libraries/@367009153", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/utils.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@367009153/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Futils.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/utils.dart" + }, + "tokenPos": -1, + "line": 21 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/250/functions/_end%40198498029", + "fixedId": true, + "name": "_end", + "owner": { + "type": "@Class", + "id": "classes/250", + "fixedId": true, + "name": "BallisticScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 637 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/goBallistic", + "fixedId": true, + "name": "goBallistic", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 148 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/goIdle", + "fixedId": true, + "name": "goIdle", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IdleScrollActivity" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/250/functions/BallisticScrollActivity.", + "fixedId": true, + "name": "BallisticScrollActivity", + "owner": { + "type": "@Class", + "id": "classes/250", + "fixedId": true, + "name": "BallisticScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 590 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/250/implicit_closures/4", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Function", + "id": "classes/250/functions/_tick%40198498029", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Class", + "id": "classes/250", + "fixedId": true, + "name": "BallisticScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 619 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 619 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/250/functions/_tick%40198498029", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Class", + "id": "classes/250", + "fixedId": true, + "name": "BallisticScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 619 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/250/functions/applyMoveTo", + "fixedId": true, + "name": "applyMoveTo", + "owner": { + "type": "@Class", + "id": "classes/250", + "fixedId": true, + "name": "BallisticScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 632 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/setPixels", + "fixedId": true, + "name": "setPixels", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/didOverscrollBy", + "fixedId": true, + "name": "didOverscrollBy", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1064 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/notification_listener.dart", + "function": { + "type": "@Function", + "id": "classes/334/functions/dispatch", + "fixedId": true, + "name": "dispatch", + "owner": { + "type": "@Class", + "id": "classes/334", + "fixedId": true, + "name": "Notification", + "library": { + "type": "@Library", + "id": "libraries/@183140401", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@183140401/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnotification_listener.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@183140401/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnotification_listener.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "tokenPos": -1, + "line": 67 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification.dart", + "function": { + "type": "@Function", + "id": "classes/341/functions/ScrollUpdateNotification.", + "fixedId": true, + "name": "ScrollUpdateNotification", + "owner": { + "type": "@Class", + "id": "classes/341", + "fixedId": true, + "name": "ScrollUpdateNotification", + "library": { + "type": "@Library", + "id": "libraries/@204159306", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart", + "function": { + "type": "@Function", + "id": "classes/1017/functions/get%3AatEdge", + "fixedId": true, + "name": "atEdge", + "owner": { + "type": "@Class", + "id": "classes/1017", + "fixedId": true, + "name": "_ScrollPosition&ViewportOffset&ScrollMetrics", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart", + "function": { + "type": "@Function", + "id": "classes/1017/functions/get%3Aaxis", + "fixedId": true, + "name": "axis", + "owner": { + "type": "@Class", + "id": "classes/1017", + "fixedId": true, + "name": "_ScrollPosition&ViewportOffset&ScrollMetrics", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/get%3AaxisDirection", + "fixedId": true, + "name": "axisDirection", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 592 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/get%3AaxisDirection", + "fixedId": true, + "name": "axisDirection", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart", + "function": { + "type": "@Function", + "id": "classes/240/functions/get%3AextentAfter", + "fixedId": true, + "name": "extentAfter", + "owner": { + "type": "@Class", + "id": "classes/240", + "fixedId": true, + "name": "_FixedScrollMetrics&Object&ScrollMetrics", + "library": { + "type": "@Library", + "id": "libraries/@203372966", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1, + "line": 148 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart", + "function": { + "type": "@Function", + "id": "classes/240/functions/get%3AextentInside", + "fixedId": true, + "name": "extentInside", + "owner": { + "type": "@Class", + "id": "classes/240", + "fixedId": true, + "name": "_FixedScrollMetrics&Object&ScrollMetrics", + "library": { + "type": "@Library", + "id": "libraries/@203372966", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart", + "function": { + "type": "@Function", + "id": "classes/240/functions/get%3AextentBefore", + "fixedId": true, + "name": "extentBefore", + "owner": { + "type": "@Class", + "id": "classes/240", + "fixedId": true, + "name": "_FixedScrollMetrics&Object&ScrollMetrics", + "library": { + "type": "@Library", + "id": "libraries/@203372966", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1, + "line": 125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart", + "function": { + "type": "@Function", + "id": "classes/240/functions/get%3Aaxis", + "fixedId": true, + "name": "axis", + "owner": { + "type": "@Class", + "id": "classes/240", + "fixedId": true, + "name": "_FixedScrollMetrics&Object&ScrollMetrics", + "library": { + "type": "@Library", + "id": "libraries/@203372966", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification.dart", + "function": { + "type": "@Function", + "id": "libraries/@204159306/functions/defaultScrollNotificationPredicate", + "fixedId": true, + "name": "defaultScrollNotificationPredicate", + "owner": { + "type": "@Library", + "id": "libraries/@204159306", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1, + "line": 372 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification.dart", + "function": { + "type": "@Function", + "id": "libraries/@204159306/implicit_closures/0", + "fixedId": true, + "name": "defaultScrollNotificationPredicate", + "owner": { + "type": "@Function", + "id": "libraries/@204159306/functions/defaultScrollNotificationPredicate", + "fixedId": true, + "name": "defaultScrollNotificationPredicate", + "owner": { + "type": "@Library", + "id": "libraries/@204159306", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1, + "line": 372 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1, + "line": 372 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/1478/functions/_updateCenter%40232166613", + "fixedId": true, + "name": "_updateCenter", + "owner": { + "type": "@Class", + "id": "classes/1478", + "fixedId": true, + "name": "_ViewportElement", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1, + "line": 270 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/functions/MultiChildRenderObjectElement.", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7069 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HashSetEntry@4220832?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/set%3Acenter", + "fixedId": true, + "name": "center=", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1518 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/functions/get%3Achildren", + "fixedId": true, + "name": "children", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7083 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/closures/819", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1475/functions/get%3Achildren", + "fixedId": true, + "name": "children", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7083 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7086 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1523/functions/_effectiveTextScalerFrom%40150167661", + "fixedId": true, + "name": "_effectiveTextScalerFrom", + "owner": { + "type": "@Class", + "id": "classes/1523", + "fixedId": true, + "name": "RichText", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 6512 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1523/functions/RichText.", + "fixedId": true, + "name": "RichText", + "owner": { + "type": "@Class", + "id": "classes/1523", + "fixedId": true, + "name": "RichText", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 6477 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_span.dart", + "function": { + "type": "@Function", + "id": "classes/1499/functions/extractFromInlineSpan", + "fixedId": true, + "name": "extractFromInlineSpan", + "owner": { + "type": "@Class", + "id": "classes/1499", + "fixedId": true, + "name": "WidgetSpan", + "library": { + "type": "@Library", + "id": "libraries/@235328197", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@235328197/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_span.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@235328197/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_span.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_span.dart", + "function": { + "type": "@Function", + "id": "classes/1499/closures/39", + "fixedId": true, + "name": "visitSubtree", + "owner": { + "type": "@Function", + "id": "classes/1499/functions/extractFromInlineSpan", + "fixedId": true, + "name": "extractFromInlineSpan", + "owner": { + "type": "@Class", + "id": "classes/1499", + "fixedId": true, + "name": "WidgetSpan", + "library": { + "type": "@Library", + "id": "libraries/@235328197", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@235328197/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_span.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@235328197/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_span.dart" + }, + "tokenPos": -1, + "line": 96 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@235328197/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_span.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/visitDirectChildren", + "fixedId": true, + "name": "visitDirectChildren", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1524/functions/getEffectiveTextDirection", + "fixedId": true, + "name": "getEffectiveTextDirection", + "owner": { + "type": "@Class", + "id": "classes/1524", + "fixedId": true, + "name": "Flex", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 5443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1617/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1617", + "fixedId": true, + "name": "Directionality", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Directionality" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1617/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1617", + "fixedId": true, + "name": "Directionality", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/1520/functions/getDefaultCrossAxisDirection", + "fixedId": true, + "name": "getDefaultCrossAxisDirection", + "owner": { + "type": "@Class", + "id": "classes/1520", + "fixedId": true, + "name": "Viewport", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: SliverPhysicalContainerParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/623/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/623", + "fixedId": true, + "name": "SliverPhysicalParentData", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/632/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/632", + "fixedId": true, + "name": "_TextParentData&ParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/345/functions/asScrollUpdate", + "fixedId": true, + "name": "asScrollUpdate", + "owner": { + "type": "@Class", + "id": "classes/345", + "fixedId": true, + "name": "ScrollMetricsNotification", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1174 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollUpdateNotification" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: GlowingOverscrollIndicator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1384/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1384", + "fixedId": true, + "name": "__GlowingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1384/implicit_closures/4", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Function", + "id": "classes/1384/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1384", + "fixedId": true, + "name": "__GlowingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1384/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1384", + "fixedId": true, + "name": "__GlowingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1384/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1384", + "fixedId": true, + "name": "__GlowingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1383/field_inits/_stretchController%40186442496", + "fixedId": true, + "name": "_stretchController", + "owner": { + "type": "@Class", + "id": "classes/1383", + "fixedId": true, + "name": "_StretchingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 720 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/999/functions/_StretchController%40186442496.", + "fixedId": true, + "name": "_StretchController", + "owner": { + "type": "@Class", + "id": "classes/999", + "fixedId": true, + "name": "_StretchController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 849 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/999/implicit_closures/9", + "fixedId": true, + "name": "_changePhase", + "owner": { + "type": "@Function", + "id": "classes/999/functions/_changePhase%40186442496", + "fixedId": true, + "name": "_changePhase", + "owner": { + "type": "@Class", + "id": "classes/999", + "fixedId": true, + "name": "_StretchController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 946 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 946 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/999/functions/_changePhase%40186442496", + "fixedId": true, + "name": "_changePhase", + "owner": { + "type": "@Class", + "id": "classes/999", + "fixedId": true, + "name": "_StretchController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 946 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/999/functions/_recede%40186442496", + "fixedId": true, + "name": "_recede", + "owner": { + "type": "@Class", + "id": "classes/999", + "fixedId": true, + "name": "_StretchController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 962 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StretchController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1383/functions/_getAlignmentForAxisDirection%40186442496", + "fixedId": true, + "name": "_getAlignmentForAxisDirection", + "owner": { + "type": "@Class", + "id": "classes/1383", + "fixedId": true, + "name": "_StretchingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 777 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1383/functions/_handleScrollNotification%40186442496", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Class", + "id": "classes/1383", + "fixedId": true, + "name": "_StretchingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 728 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/999/functions/scrollEnd", + "fixedId": true, + "name": "scrollEnd", + "owner": { + "type": "@Class", + "id": "classes/999", + "fixedId": true, + "name": "_StretchController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 940 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/999/functions/pull", + "fixedId": true, + "name": "pull", + "owner": { + "type": "@Class", + "id": "classes/999", + "fixedId": true, + "name": "_StretchController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 907 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/999/functions/absorbImpact", + "fixedId": true, + "name": "absorbImpact", + "owner": { + "type": "@Class", + "id": "classes/999", + "fixedId": true, + "name": "_StretchController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 887 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OverscrollIndicatorNotification" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1659/functions/get%3Aaxis", + "fixedId": true, + "name": "axis", + "owner": { + "type": "@Class", + "id": "classes/1659", + "fixedId": true, + "name": "StretchingOverscrollIndicator", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 691 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1383/implicit_closures/0", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Function", + "id": "classes/1383/functions/_handleScrollNotification%40186442496", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Class", + "id": "classes/1383", + "fixedId": true, + "name": "_StretchingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 728 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 728 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1792/functions/_paintSide%40186442496", + "fixedId": true, + "name": "_paintSide", + "owner": { + "type": "@Class", + "id": "classes/1792", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorPainter", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 586 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__scale%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__scale$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_rotate%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "_rotate$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 538 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "libraries/@255505787/functions/applyGrowthDirectionToAxisDirection", + "fixedId": true, + "name": "applyGrowthDirectionToAxisDirection", + "owner": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 160 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "libraries/@255505787/functions/applyGrowthDirectionToScrollDirection", + "fixedId": true, + "name": "applyGrowthDirectionToScrollDirection", + "owner": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 180 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: StretchingOverscrollIndicator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1382/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1382", + "fixedId": true, + "name": "__StretchingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1382/implicit_closures/4", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Function", + "id": "classes/1382/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1382", + "fixedId": true, + "name": "__StretchingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1382/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1382", + "fixedId": true, + "name": "__StretchingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1382/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1382", + "fixedId": true, + "name": "__StretchingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1385/functions/_handleScrollNotification%40186442496", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Class", + "id": "classes/1385", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/scrollEnd", + "fixedId": true, + "name": "scrollEnd", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 483 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/_recede%40186442496", + "fixedId": true, + "name": "_recede", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 505 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/pull", + "fixedId": true, + "name": "pull", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 445 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/428/functions/get%3AisTicking", + "fixedId": true, + "name": "isTicking", + "owner": { + "type": "@Class", + "id": "classes/428", + "fixedId": true, + "name": "Ticker", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/closures/946", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1000/functions/pull", + "fixedId": true, + "name": "pull", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 445 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 480 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/globalToLocal", + "fixedId": true, + "name": "globalToLocal", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3054 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/absorbImpact", + "fixedId": true, + "name": "absorbImpact", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 415 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1660/functions/get%3Aaxis", + "fixedId": true, + "name": "axis", + "owner": { + "type": "@Class", + "id": "classes/1660", + "fixedId": true, + "name": "GlowingOverscrollIndicator", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1385/implicit_closures/3", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Function", + "id": "classes/1385/functions/_handleScrollNotification%40186442496", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Class", + "id": "classes/1385", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 205 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1385/functions/_GlowingOverscrollIndicatorState%40186442496.", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorState", + "owner": { + "type": "@Class", + "id": "classes/1385", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/get%3AnotificationContext", + "fixedId": true, + "name": "notificationContext", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 602 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/dispatchNotification", + "fixedId": true, + "name": "dispatchNotification", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/317/functions/dispatchNotification", + "fixedId": true, + "name": "dispatchNotification", + "owner": { + "type": "@Class", + "id": "classes/317", + "fixedId": true, + "name": "_NotificationNode", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3439 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OverscrollNotification" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart", + "function": { + "type": "@Function", + "id": "classes/1017/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1017", + "fixedId": true, + "name": "_ScrollPosition&ViewportOffset&ScrollMetrics", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1, + "line": 59 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FixedScrollMetrics" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/get%3AdevicePixelRatio", + "fixedId": true, + "name": "devicePixelRatio", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/didUpdateScrollPositionBy", + "fixedId": true, + "name": "didUpdateScrollPositionBy", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1046 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/_updateSemanticActions%40207085019", + "fixedId": true, + "name": "_updateSemanticActions", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 754 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/setSemanticsActions", + "fixedId": true, + "name": "setSemanticsActions", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 751 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/functions/replaceSemanticsActions", + "fixedId": true, + "name": "replaceSemanticsActions", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/functions/_getVerticalDragUpdateHandler%40164132872", + "fixedId": true, + "name": "_getVerticalDragUpdateHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1842 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/closures/804", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/312/functions/_getVerticalDragUpdateHandler%40164132872", + "fixedId": true, + "name": "_getVerticalDragUpdateHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1842 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1895 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/closures/803", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/312/functions/_getVerticalDragUpdateHandler%40164132872", + "fixedId": true, + "name": "_getVerticalDragUpdateHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1842 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1875 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DragEndDetails" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DragStartDetails" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DragDownDetails" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/functions/_transformOffsetToGlobal%40164132872", + "fixedId": true, + "name": "_transformOffsetToGlobal", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1708 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/functions/_getLocalRectFromRenderObject%40164132872", + "fixedId": true, + "name": "_getLocalRectFromRenderObject", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1699 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/842/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/842", + "fixedId": true, + "name": "Velocity", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/842/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/842", + "fixedId": true, + "name": "Velocity", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Velocity" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "type": "@Function", + "id": "classes/842/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/842", + "fixedId": true, + "name": "Velocity", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: VelocityTracker" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _PointAtTime@318010635?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/838/functions/_previousVelocityAt%40318010635", + "fixedId": true, + "name": "_previousVelocityAt", + "owner": { + "type": "@Class", + "id": "classes/838", + "fixedId": true, + "name": "IOSScrollViewFlingVelocityTracker", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 328 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/%2F", + "fixedId": true, + "name": "/", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 270 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/837/functions/get%3A_sinceLastSample%40318010635", + "fixedId": true, + "name": "_sinceLastSample", + "owner": { + "type": "@Class", + "id": "classes/837", + "fixedId": true, + "name": "VelocityTracker", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/910/functions/stopwatch", + "fixedId": true, + "name": "stopwatch", + "owner": { + "type": "@Class", + "id": "classes/910", + "fixedId": true, + "name": "SamplingClock", + "library": { + "type": "@Library", + "id": "libraries/@298304576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 51 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/get%3AsamplingClock", + "fixedId": true, + "name": "samplingClock", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 569 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SamplingClock" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/842/functions/unary-", + "fixedId": true, + "name": "unary-", + "owner": { + "type": "@Class", + "id": "classes/842", + "fixedId": true, + "name": "Velocity", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/closures/802", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/312/functions/_getVerticalDragUpdateHandler%40164132872", + "fixedId": true, + "name": "_getVerticalDragUpdateHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1842 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1852 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HorizontalThumbDragGestureRecognizer@213211710" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "libraries/@213211710/functions/_isTrackEvent%40213211710", + "fixedId": true, + "name": "_isTrackEvent", + "owner": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/hitTestOnlyThumbInteractive", + "fixedId": true, + "name": "hitTestOnlyThumbInteractive", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 786 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 872 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/expandToInclude", + "fixedId": true, + "name": "expandToInclude", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3A_lastMetricsAreScrollable%40213211710", + "fixedId": true, + "name": "_lastMetricsAreScrollable", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/hitTestInteractive", + "fixedId": true, + "name": "hitTestInteractive", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 744 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "libraries/@213211710/functions/_getLocalOffset%40213211710", + "fixedId": true, + "name": "_getLocalOffset", + "owner": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2277 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "libraries/@213211710/functions/_isThumbEvent%40213211710", + "fixedId": true, + "name": "_isThumbEvent", + "owner": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2282 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _VerticalThumbDragGestureRecognizer@213211710" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RawScrollbar" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1450/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1450", + "fixedId": true, + "name": "_RawScrollbarState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2327/0", + "kind": "TypeParameter", + "identityHashCode": 240375597, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1450/implicit_closures/4", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Function", + "id": "classes/1450/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1450", + "fixedId": true, + "name": "_RawScrollbarState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2328/0", + "kind": "TypeParameter", + "identityHashCode": 240375597, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1450/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1450", + "fixedId": true, + "name": "_RawScrollbarState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2329/0", + "kind": "TypeParameter", + "identityHashCode": 240375597, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1450/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1450", + "fixedId": true, + "name": "_RawScrollbarState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2330/0", + "kind": "TypeParameter", + "identityHashCode": 240375597, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _MaterialScrollbar@120083257" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/get%3A_thickness%40120083257", + "fixedId": true, + "name": "_thickness", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/736/functions/resolveWith", + "fixedId": true, + "name": "resolveWith", + "owner": { + "type": "@Class", + "id": "classes/736", + "fixedId": true, + "name": "WidgetStateProperty", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2331/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 861 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WidgetStatePropertyWith" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/closures/981", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1452/functions/get%3A_thickness%40120083257", + "fixedId": true, + "name": "_thickness", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 301 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 302 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/get%3A_trackVisibility%40120083257", + "fixedId": true, + "name": "_trackVisibility", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/closures/982", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1452/functions/get%3A_trackVisibility%40120083257", + "fixedId": true, + "name": "_trackVisibility", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 221 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 222 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: WidgetState" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Set" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/get%3A_trackBorderColor%40120083257", + "fixedId": true, + "name": "_trackBorderColor", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/closures/980", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1452/functions/get%3A_trackBorderColor%40120083257", + "fixedId": true, + "name": "_trackBorderColor", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 286 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/get%3A_thumbColor%40120083257", + "fixedId": true, + "name": "_thumbColor", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 231 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 17, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1747/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1747", + "fixedId": true, + "name": "Theme", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/functions/localize", + "fixedId": true, + "name": "localize", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1746 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/710/functions/putIfAbsent", + "fixedId": true, + "name": "putIfAbsent", + "owner": { + "type": "@Class", + "id": "classes/710", + "fixedId": true, + "name": "_FifoCache", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2332/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2333/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 3132 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _IdentityThemeDataCacheKey@138408314" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _IdentityThemeDataCacheKey" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/closures/616", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1184/functions/localize", + "fixedId": true, + "name": "localize", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1746 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1762 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1487 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/get%3AoutlineVariant", + "fixedId": true, + "name": "outlineVariant", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/get%3AonTertiaryFixedVariant", + "fixedId": true, + "name": "onTertiaryFixedVariant", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/get%3AonTertiaryFixed", + "fixedId": true, + "name": "onTertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/get%3AtertiaryFixedDim", + "fixedId": true, + "name": "tertiaryFixedDim", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1174 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/get%3AtertiaryFixed", + "fixedId": true, + "name": "tertiaryFixed", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1169 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/get%3AonTertiaryContainer", + "fixedId": true, + "name": "onTertiaryContainer", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1163 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/get%3AtertiaryContainer", + "fixedId": true, + "name": "tertiaryContainer", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1185/functions/merge", + "fixedId": true, + "name": "merge", + "owner": { + "type": "@Class", + "id": "classes/1185", + "fixedId": true, + "name": "TextTheme", + "library": { + "type": "@Library", + "id": "libraries/@136176439", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1, + "line": 360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1185/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1185", + "fixedId": true, + "name": "TextTheme", + "library": { + "type": "@Library", + "id": "libraries/@136176439", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1, + "line": 273 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextTheme" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_style.dart", + "function": { + "type": "@Function", + "id": "classes/1175/functions/merge", + "fixedId": true, + "name": "merge", + "owner": { + "type": "@Class", + "id": "classes/1175", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@362401080", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 1075 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_style.dart", + "function": { + "type": "@Function", + "id": "classes/1175/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1175", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@362401080", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 867 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextStyle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/field_inits/_localizedThemeDataCache%40138408314", + "fixedId": true, + "name": "_localizedThemeDataCache", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1736 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FifoCache" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CupertinoBasedMaterialThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/closures/978", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1452/functions/get%3A_thumbColor%40120083257", + "fixedId": true, + "name": "_thumbColor", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 231 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/_MaterialScrollbarState%40120083257.", + "fixedId": true, + "name": "_MaterialScrollbarState", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/RawScrollbarState.", + "fixedId": true, + "name": "RawScrollbarState", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2334/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/get%3A_trackColor%40120083257", + "fixedId": true, + "name": "_trackColor", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 271 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/closures/979", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1452/functions/get%3A_trackColor%40120083257", + "fixedId": true, + "name": "_trackColor", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 271 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/get%3A_states%40120083257", + "fixedId": true, + "name": "_states", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 226 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: CupertinoScrollbar" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/functions/handleTrackTapDown", + "fixedId": true, + "name": "handleTrackTapDown", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/835/functions/getScrollPhysics", + "fixedId": true, + "name": "getScrollPhysics", + "owner": { + "type": "@Class", + "id": "classes/835", + "fixedId": true, + "name": "ScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/835/functions/velocityTrackerBuilder", + "fixedId": true, + "name": "velocityTrackerBuilder", + "owner": { + "type": "@Class", + "id": "classes/835", + "fixedId": true, + "name": "ScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/835/closures/796", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/835/functions/velocityTrackerBuilder", + "fixedId": true, + "name": "velocityTrackerBuilder", + "owner": { + "type": "@Class", + "id": "classes/835", + "fixedId": true, + "name": "ScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 213 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 223 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate VelocityTracker" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/835/closures/795", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/835/functions/velocityTrackerBuilder", + "fixedId": true, + "name": "velocityTrackerBuilder", + "owner": { + "type": "@Class", + "id": "classes/835", + "fixedId": true, + "name": "ScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 213 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 218 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MacOSScrollViewFlingVelocityTracker" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/835/closures/794", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/835/functions/velocityTrackerBuilder", + "fixedId": true, + "name": "velocityTrackerBuilder", + "owner": { + "type": "@Class", + "id": "classes/835", + "fixedId": true, + "name": "ScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 213 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 216 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IOSScrollViewFlingVelocityTracker" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/835/functions/get%3ApointerAxisModifiers", + "fixedId": true, + "name": "pointerAxisModifiers", + "owner": { + "type": "@Class", + "id": "classes/835", + "fixedId": true, + "name": "ScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/835/functions/getMultitouchDragStrategy", + "fixedId": true, + "name": "getMultitouchDragStrategy", + "owner": { + "type": "@Class", + "id": "classes/835", + "fixedId": true, + "name": "ScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: MaterialApp" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1449/functions/_buildWidgetApp%4047125171", + "fixedId": true, + "name": "_buildWidgetApp", + "owner": { + "type": "@Class", + "id": "classes/1449", + "fixedId": true, + "name": "_MaterialAppState", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 1061 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1686/functions/WidgetsApp.", + "fixedId": true, + "name": "WidgetsApp", + "owner": { + "type": "@Class", + "id": "classes/1686", + "fixedId": true, + "name": "WidgetsApp", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1866/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1866", + "fixedId": true, + "name": "FontWeight", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 136 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WidgetsApp" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1449/functions/get%3A_localizationsDelegates%4047125171", + "fixedId": true, + "name": "_localizationsDelegates", + "owner": { + "type": "@Class", + "id": "classes/1449", + "fixedId": true, + "name": "_MaterialAppState", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 926 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1449/functions/get%3A_usesRouter%4047125171", + "fixedId": true, + "name": "_usesRouter", + "owner": { + "type": "@Class", + "id": "classes/1449", + "fixedId": true, + "name": "_MaterialAppState", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 907 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1449/implicit_closures/5", + "fixedId": true, + "name": "_materialBuilder", + "owner": { + "type": "@Function", + "id": "classes/1449/functions/_materialBuilder%4047125171", + "fixedId": true, + "name": "_materialBuilder", + "owner": { + "type": "@Class", + "id": "classes/1449", + "fixedId": true, + "name": "_MaterialAppState", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 1010 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 1010 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1449/functions/_materialBuilder%4047125171", + "fixedId": true, + "name": "_materialBuilder", + "owner": { + "type": "@Class", + "id": "classes/1449", + "fixedId": true, + "name": "_MaterialAppState", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 1010 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AnimatedTheme" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScaffoldMessenger" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DefaultSelectionStyle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/default_selection_style.dart", + "function": { + "type": "@Function", + "id": "classes/1629/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1629", + "fixedId": true, + "name": "DefaultSelectionStyle", + "library": { + "type": "@Library", + "id": "libraries/@154143571", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@154143571/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_selection_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@154143571/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_selection_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/default_selection_style.dart", + "function": { + "type": "@Function", + "id": "classes/1629/functions/merge", + "fixedId": true, + "name": "merge", + "owner": { + "type": "@Class", + "id": "classes/1629", + "fixedId": true, + "name": "DefaultSelectionStyle", + "library": { + "type": "@Library", + "id": "libraries/@154143571", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@154143571/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_selection_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@154143571/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_selection_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Builder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/default_selection_style.dart", + "function": { + "type": "@Function", + "id": "classes/1629/closures/905", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1629/functions/merge", + "fixedId": true, + "name": "merge", + "owner": { + "type": "@Class", + "id": "classes/1629", + "fixedId": true, + "name": "DefaultSelectionStyle", + "library": { + "type": "@Library", + "id": "libraries/@154143571", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@154143571/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_selection_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@154143571/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_selection_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "tokenPos": -1, + "line": 58 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@154143571/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_selection_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "tokenPos": -1, + "line": 66 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1449/functions/_themeBuilder%4047125171", + "fixedId": true, + "name": "_themeBuilder", + "owner": { + "type": "@Class", + "id": "classes/1449", + "fixedId": true, + "name": "_MaterialAppState", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 986 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/highContrastOf", + "fixedId": true, + "name": "highContrastOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1660 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/platformBrightnessOf", + "fixedId": true, + "name": "platformBrightnessOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/maybePlatformBrightnessOf", + "fixedId": true, + "name": "maybePlatformBrightnessOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1495 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1449/closures/626", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1449/functions/_buildWidgetApp%4047125171", + "fixedId": true, + "name": "_buildWidgetApp", + "owner": { + "type": "@Class", + "id": "classes/1449", + "fixedId": true, + "name": "_MaterialAppState", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 1061 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 1105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/297/functions/MaterialPageRoute.", + "fixedId": true, + "name": "MaterialPageRoute", + "owner": { + "type": "@Class", + "id": "classes/297", + "fixedId": true, + "name": "MaterialPageRoute", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2335/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/ModalRoute.", + "fixedId": true, + "name": "ModalRoute", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2336/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/TransitionRoute.", + "fixedId": true, + "name": "TransitionRoute", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2337/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/Route.", + "fixedId": true, + "name": "Route", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2338/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1811/functions/ProxyAnimation.", + "fixedId": true, + "name": "ProxyAnimation", + "owner": { + "type": "@Class", + "id": "classes/1811", + "fixedId": true, + "name": "ProxyAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1810/functions/_ProxyAnimation%26Animation%26AnimationLazyListenerMixin%26AnimationLocalListenersMixin%26AnimationLocalStatusListenersMixin%40322411118.", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "owner": { + "type": "@Class", + "id": "classes/1810", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1809/functions/_ProxyAnimation%26Animation%26AnimationLazyListenerMixin%26AnimationLocalListenersMixin%40322411118.", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin", + "owner": { + "type": "@Class", + "id": "classes/1809", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ProxyAnimation" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: OverlayEntry" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PageStorageBucket" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/1733/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1733", + "fixedId": true, + "name": "PageStorage", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 199 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/findAncestorWidgetOfExactType", + "fixedId": true, + "name": "findAncestorWidgetOfExactType", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5027 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PageStorageKey" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/271/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/271", + "fixedId": true, + "name": "_StorageEntryIdentifier", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/270/functions/readState", + "fixedId": true, + "name": "readState", + "owner": { + "type": "@Class", + "id": "classes/270", + "fixedId": true, + "name": "PageStorageBucket", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/270/functions/_computeIdentifier%40187357337", + "fixedId": true, + "name": "_computeIdentifier", + "owner": { + "type": "@Class", + "id": "classes/270", + "fixedId": true, + "name": "PageStorageBucket", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StorageEntryIdentifier" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/270/functions/_allKeys%40187357337", + "fixedId": true, + "name": "_allKeys", + "owner": { + "type": "@Class", + "id": "classes/270", + "fixedId": true, + "name": "PageStorageBucket", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 80 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/270/functions/_maybeAddKey%40187357337", + "fixedId": true, + "name": "_maybeAddKey", + "owner": { + "type": "@Class", + "id": "classes/270", + "fixedId": true, + "name": "PageStorageBucket", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/270/closures/439", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/270/functions/_allKeys%40187357337", + "fixedId": true, + "name": "_allKeys", + "owner": { + "type": "@Class", + "id": "classes/270", + "fixedId": true, + "name": "PageStorageBucket", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 80 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/270/functions/writeState", + "fixedId": true, + "name": "writeState", + "owner": { + "type": "@Class", + "id": "classes/270", + "fixedId": true, + "name": "PageStorageBucket", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 104 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PopEntry" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MaterialPageRoute" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1715/functions/createMaterialHeroController", + "fixedId": true, + "name": "createMaterialHeroController", + "owner": { + "type": "@Class", + "id": "classes/1715", + "fixedId": true, + "name": "MaterialApp", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 799 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate HeroController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1715/closures/633", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1715/functions/createMaterialHeroController", + "fixedId": true, + "name": "createMaterialHeroController", + "owner": { + "type": "@Class", + "id": "classes/1715", + "fixedId": true, + "name": "MaterialApp", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 799 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 801 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MaterialRectArcTween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "libraries/@50458455/functions/_maxBy%4050458455", + "fixedId": true, + "name": "_maxBy", + "owner": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1078/functions/_cornerFor%4050458455", + "fixedId": true, + "name": "_cornerFor", + "owner": { + "type": "@Class", + "id": "classes/1078", + "fixedId": true, + "name": "MaterialRectArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 280 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/get%3AbottomLeft", + "fixedId": true, + "name": "bottomLeft", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 854 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1078/functions/_diagonalSupport%4050458455", + "fixedId": true, + "name": "_diagonalSupport", + "owner": { + "type": "@Class", + "id": "classes/1078", + "fixedId": true, + "name": "MaterialRectArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1078/functions/_initialize%4050458455", + "fixedId": true, + "name": "_initialize", + "owner": { + "type": "@Class", + "id": "classes/1078", + "fixedId": true, + "name": "MaterialRectArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MaterialPointArcTween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1078/closures/757", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1078/functions/_initialize%4050458455", + "fixedId": true, + "name": "_initialize", + "owner": { + "type": "@Class", + "id": "classes/1078", + "fixedId": true, + "name": "MaterialRectArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 255 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 261 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/handleTrackTapDown", + "fixedId": true, + "name": "handleTrackTapDown", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2339/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1841 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/998/functions/get%3Aposition", + "fixedId": true, + "name": "position", + "owner": { + "type": "@Class", + "id": "classes/998", + "fixedId": true, + "name": "ScrollController", + "library": { + "type": "@Library", + "id": "libraries/@201437953", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/get%3A_effectiveScrollController%40213211710", + "fixedId": true, + "name": "_effectiveScrollController", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2340/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/20", + "fixedId": true, + "name": "handleTrackTapDown", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/handleTrackTapDown", + "fixedId": true, + "name": "handleTrackTapDown", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2341/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1841 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1841 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/moveTo", + "fixedId": true, + "name": "moveTo", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 960 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport_offset.dart", + "function": { + "type": "@Function", + "id": "classes/1016/functions/moveTo", + "fixedId": true, + "name": "moveTo", + "owner": { + "type": "@Class", + "id": "classes/1016", + "fixedId": true, + "name": "ViewportOffset", + "library": { + "type": "@Library", + "id": "libraries/@263519463", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport_offset.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@263519463/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport_offset.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport_offset.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@263519463/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport_offset.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport_offset.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1207/functions/getDirectionalIncrement", + "fixedId": true, + "name": "getDirectionalIncrement", + "owner": { + "type": "@Class", + "id": "classes/1207", + "fixedId": true, + "name": "ScrollAction", + "library": { + "type": "@Library", + "id": "libraries/@212416081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1207/functions/_calculateScrollIncrement%40212416081", + "fixedId": true, + "name": "_calculateScrollIncrement", + "owner": { + "type": "@Class", + "id": "classes/1207", + "fixedId": true, + "name": "ScrollAction", + "library": { + "type": "@Library", + "id": "libraries/@212416081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1, + "line": 421 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollIntent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1652/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1652", + "fixedId": true, + "name": "Scrollable", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 379 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/1599/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1599", + "fixedId": true, + "name": "ScrollConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 408 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/implicit_closures/7", + "fixedId": true, + "name": "handleTrackTapDown", + "owner": { + "type": "@Function", + "id": "classes/1453/functions/handleTrackTapDown", + "fixedId": true, + "name": "handleTrackTapDown", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 218 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/functions/get%3A_radius%40377305104", + "fixedId": true, + "name": "_radius", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/functions/get%3A_thickness%40377305104", + "fixedId": true, + "name": "_thickness", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_getPrimaryDelta%40213211710", + "fixedId": true, + "name": "_getPrimaryDelta", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2342/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1628 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/getTrackToScroll", + "fixedId": true, + "name": "getTrackToScroll", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 678 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3A_traversableTrackExtent%40213211710", + "fixedId": true, + "name": "_traversableTrackExtent", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3A_trackExtent%40213211710", + "fixedId": true, + "name": "_trackExtent", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 408 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3A_totalTrackMainAxisOffsets%40213211710", + "fixedId": true, + "name": "_totalTrackMainAxisOffsets", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 413 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/get%3A_gestures%40213211710", + "fixedId": true, + "name": "_gestures", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2343/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2034 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate GestureRecognizerFactoryWithHandlers" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: TapGestureRecognizer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/848/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/848", + "fixedId": true, + "name": "OffsetPair", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 833 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/848/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/848", + "fixedId": true, + "name": "OffsetPair", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 833 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OffsetPair" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/848/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/848", + "fixedId": true, + "name": "OffsetPair", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/848/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/848", + "fixedId": true, + "name": "OffsetPair", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/848/functions/OffsetPair.fromEventPosition", + "fixedId": true, + "name": "OffsetPair.fromEventPosition", + "owner": { + "type": "@Class", + "id": "classes/848", + "fixedId": true, + "name": "OffsetPair", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 814 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/long_press.dart", + "function": { + "type": "@Function", + "id": "classes/932/functions/_reset%40307232524", + "fixedId": true, + "name": "_reset", + "owner": { + "type": "@Class", + "id": "classes/932", + "fixedId": true, + "name": "LongPressGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@307232524", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 853 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/long_press.dart", + "function": { + "type": "@Function", + "id": "classes/932/functions/_checkLongPressEnd%40307232524", + "fixedId": true, + "name": "_checkLongPressEnd", + "owner": { + "type": "@Class", + "id": "classes/932", + "fixedId": true, + "name": "LongPressGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@307232524", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 814 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/917/functions/invokeCallback", + "fixedId": true, + "name": "invokeCallback", + "owner": { + "type": "@Class", + "id": "classes/917", + "fixedId": true, + "name": "GestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 324 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _GestureArena@297060655" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/911/functions/_resolveInFavorOf%40297060655", + "fixedId": true, + "name": "_resolveInFavorOf", + "owner": { + "type": "@Class", + "id": "classes/911", + "fixedId": true, + "name": "GestureArenaManager", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 278 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/911/functions/_resolveByDefault%40297060655", + "fixedId": true, + "name": "_resolveByDefault", + "owner": { + "type": "@Class", + "id": "classes/911", + "fixedId": true, + "name": "GestureArenaManager", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 265 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/911/functions/_tryToResolveArena%40297060655", + "fixedId": true, + "name": "_tryToResolveArena", + "owner": { + "type": "@Class", + "id": "classes/911", + "fixedId": true, + "name": "GestureArenaManager", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 251 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/911/closures/378", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/911/functions/_tryToResolveArena%40297060655", + "fixedId": true, + "name": "_tryToResolveArena", + "owner": { + "type": "@Class", + "id": "classes/911", + "fixedId": true, + "name": "GestureArenaManager", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 251 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/911/functions/_resolve%40297060655", + "fixedId": true, + "name": "_resolve", + "owner": { + "type": "@Class", + "id": "classes/911", + "fixedId": true, + "name": "GestureArenaManager", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/911/functions/sweep", + "fixedId": true, + "name": "sweep", + "owner": { + "type": "@Class", + "id": "classes/911", + "fixedId": true, + "name": "GestureArenaManager", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/911/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/911", + "fixedId": true, + "name": "GestureArenaManager", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/911/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/911", + "fixedId": true, + "name": "GestureArenaManager", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate GestureArenaEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/911/closures/820", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/911/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/911", + "fixedId": true, + "name": "GestureArenaManager", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 121 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _GestureArena" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: GestureArenaMember" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/913/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/913", + "fixedId": true, + "name": "GestureArenaEntry", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: GestureArenaEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/919/functions/stopTrackingIfPointerNoLongerDown", + "fixedId": true, + "name": "stopTrackingIfPointerNoLongerDown", + "owner": { + "type": "@Class", + "id": "classes/919", + "fixedId": true, + "name": "OneSequenceGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 546 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/919/functions/stopTrackingPointer", + "fixedId": true, + "name": "stopTrackingPointer", + "owner": { + "type": "@Class", + "id": "classes/919", + "fixedId": true, + "name": "OneSequenceGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 533 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/919/functions/_addPointerToArena%40313296176", + "fixedId": true, + "name": "_addPointerToArena", + "owner": { + "type": "@Class", + "id": "classes/919", + "fixedId": true, + "name": "OneSequenceGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 500 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/919/functions/resolvePointer", + "fixedId": true, + "name": "resolvePointer", + "owner": { + "type": "@Class", + "id": "classes/919", + "fixedId": true, + "name": "OneSequenceGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/919/functions/OneSequenceGestureRecognizer.", + "fixedId": true, + "name": "OneSequenceGestureRecognizer", + "owner": { + "type": "@Class", + "id": "classes/919", + "fixedId": true, + "name": "OneSequenceGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 391 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HashSetEntry@4220832?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: GestureRecognizer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/917/functions/getKindForPointer", + "fixedId": true, + "name": "getKindForPointer", + "owner": { + "type": "@Class", + "id": "classes/917", + "fixedId": true, + "name": "GestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/917/functions/addPointer", + "fixedId": true, + "name": "addPointer", + "owner": { + "type": "@Class", + "id": "classes/917", + "fixedId": true, + "name": "GestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/917/implicit_closures/1", + "fixedId": true, + "name": "_defaultButtonAcceptBehavior", + "owner": { + "type": "@Function", + "id": "classes/917/functions/_defaultButtonAcceptBehavior%40313296176", + "fixedId": true, + "name": "_defaultButtonAcceptBehavior", + "owner": { + "type": "@Class", + "id": "classes/917", + "fixedId": true, + "name": "GestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 185 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/long_press.dart", + "function": { + "type": "@Function", + "id": "classes/932/functions/_checkLongPressMoveUpdate%40307232524", + "fixedId": true, + "name": "_checkLongPressMoveUpdate", + "owner": { + "type": "@Class", + "id": "classes/932", + "fixedId": true, + "name": "LongPressGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@307232524", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 783 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/long_press.dart", + "function": { + "type": "@Function", + "id": "classes/932/functions/_checkLongPressStart%40307232524", + "fixedId": true, + "name": "_checkLongPressStart", + "owner": { + "type": "@Class", + "id": "classes/932", + "fixedId": true, + "name": "LongPressGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@307232524", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 737 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/long_press.dart", + "function": { + "type": "@Function", + "id": "classes/932/functions/_checkLongPressCancel%40307232524", + "fixedId": true, + "name": "_checkLongPressCancel", + "owner": { + "type": "@Class", + "id": "classes/932", + "fixedId": true, + "name": "LongPressGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@307232524", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 716 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/long_press.dart", + "function": { + "type": "@Function", + "id": "classes/932/functions/_checkLongPressDown%40307232524", + "fixedId": true, + "name": "_checkLongPressDown", + "owner": { + "type": "@Class", + "id": "classes/932", + "fixedId": true, + "name": "LongPressGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@307232524", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 688 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/long_press.dart", + "function": { + "type": "@Function", + "id": "classes/932/implicit_closures/1", + "fixedId": true, + "name": "_defaultButtonAcceptBehavior", + "owner": { + "type": "@Function", + "id": "classes/932/functions/_defaultButtonAcceptBehavior%40307232524", + "fixedId": true, + "name": "_defaultButtonAcceptBehavior", + "owner": { + "type": "@Class", + "id": "classes/932", + "fixedId": true, + "name": "LongPressGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@307232524", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 299 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/acceptGesture", + "fixedId": true, + "name": "acceptGesture", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 752 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/_stopTimer%40313296176", + "fixedId": true, + "name": "_stopTimer", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 783 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/get%3ApreAcceptSlopTolerance", + "fixedId": true, + "name": "preAcceptSlopTolerance", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 634 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 703 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/_reset%40316069716", + "fixedId": true, + "name": "_reset", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 396 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/_checkCancel%40316069716", + "fixedId": true, + "name": "_checkCancel", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 387 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/get%3ApostAcceptSlopTolerance", + "fixedId": true, + "name": "postAcceptSlopTolerance", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 645 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/_getGlobalDistance%40313296176", + "fixedId": true, + "name": "_getGlobalDistance", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 790 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/implicit_closures/9", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Function", + "id": "classes/927/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 703 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 703 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/PrimaryPointerGestureRecognizer.", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 598 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/didExceedDeadlineWithEvent", + "fixedId": true, + "name": "didExceedDeadlineWithEvent", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 747 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/_checkDown%40316069716", + "fixedId": true, + "name": "_checkDown", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/_checkMove%40316069716", + "fixedId": true, + "name": "_checkMove", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 391 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/_checkUp%40316069716", + "fixedId": true, + "name": "_checkUp", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 378 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/BaseTapGestureRecognizer.", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 206 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_canHandleScrollGestures%40213211710", + "fixedId": true, + "name": "_canHandleScrollGestures", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2344/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2026 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _TrackTapGestureRecognizer@213211710" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/closures/917", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/get%3A_gestures%40213211710", + "fixedId": true, + "name": "_gestures", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2345/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2034 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2064 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/closures/916", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/get%3A_gestures%40213211710", + "fixedId": true, + "name": "_gestures", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2346/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2034 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2063 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TrackTapGestureRecognizer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/closures/915", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/get%3A_gestures%40213211710", + "fixedId": true, + "name": "_gestures", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2347/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2034 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2053 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/DragGestureRecognizer.", + "fixedId": true, + "name": "DragGestureRecognizer", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 85 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/implicit_closures/2", + "fixedId": true, + "name": "_defaultButtonAcceptBehavior", + "owner": { + "type": "@Function", + "id": "classes/921/functions/_defaultButtonAcceptBehavior%40309099969", + "fixedId": true, + "name": "_defaultButtonAcceptBehavior", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 99 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/implicit_closures/1", + "fixedId": true, + "name": "_defaultBuilder", + "owner": { + "type": "@Function", + "id": "classes/921/functions/_defaultBuilder%40309099969", + "fixedId": true, + "name": "_defaultBuilder", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 95 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_defaultBuilder%40309099969", + "fixedId": true, + "name": "_defaultBuilder", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _VerticalThumbDragGestureRecognizer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/30", + "fixedId": true, + "name": "_initThumbDragGestureRecognizer", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_initThumbDragGestureRecognizer%40213211710", + "fixedId": true, + "name": "_initThumbDragGestureRecognizer", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2348/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2016 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2016 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_initThumbDragGestureRecognizer%40213211710", + "fixedId": true, + "name": "_initThumbDragGestureRecognizer", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2349/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2016 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/29", + "fixedId": true, + "name": "_handleThumbDragCancel", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_handleThumbDragCancel%40213211710", + "fixedId": true, + "name": "_handleThumbDragCancel", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2350/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2000 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2000 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_handleThumbDragCancel%40213211710", + "fixedId": true, + "name": "_handleThumbDragCancel", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2351/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2000 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/246/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/246", + "fixedId": true, + "name": "ScrollDragController", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 444 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/252/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/252", + "fixedId": true, + "name": "HoldScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/28", + "fixedId": true, + "name": "_handleThumbDragEnd", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_handleThumbDragEnd%40213211710", + "fixedId": true, + "name": "_handleThumbDragEnd", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2352/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1996 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1996 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_handleThumbDragEnd%40213211710", + "fixedId": true, + "name": "_handleThumbDragEnd", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2353/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1996 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_globalToScrollbar%40213211710", + "fixedId": true, + "name": "_globalToScrollbar", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2354/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1982 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/closures/924", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1452/functions/handleThumbPressEnd", + "fixedId": true, + "name": "handleThumbPressEnd", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 377 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/27", + "fixedId": true, + "name": "_handleThumbDragUpdate", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_handleThumbDragUpdate%40213211710", + "fixedId": true, + "name": "_handleThumbDragUpdate", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2355/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1992 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1992 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_handleThumbDragUpdate%40213211710", + "fixedId": true, + "name": "_handleThumbDragUpdate", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2356/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1992 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/handleThumbPressUpdate", + "fixedId": true, + "name": "handleThumbPressUpdate", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2357/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1746 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/246/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/246", + "fixedId": true, + "name": "ScrollDragController", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 396 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/applyUserOffset", + "fixedId": true, + "name": "applyUserOffset", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/updateUserScrollDirection", + "fixedId": true, + "name": "updateUserScrollDirection", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/didUpdateScrollDirection", + "fixedId": true, + "name": "didUpdateScrollDirection", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1072 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate UserScrollNotification" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/246/functions/get%3A_reversed%40198498029", + "fixedId": true, + "name": "_reversed", + "owner": { + "type": "@Class", + "id": "classes/246", + "fixedId": true, + "name": "ScrollDragController", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 321 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/246/functions/_adjustForScrollStartThreshold%40198498029", + "fixedId": true, + "name": "_adjustForScrollStartThreshold", + "owner": { + "type": "@Class", + "id": "classes/246", + "fixedId": true, + "name": "ScrollDragController", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/246/functions/_maybeLoseMomentum%40198498029", + "fixedId": true, + "name": "_maybeLoseMomentum", + "owner": { + "type": "@Class", + "id": "classes/246", + "fixedId": true, + "name": "ScrollDragController", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 334 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DragUpdateDetails" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/localToGlobal", + "fixedId": true, + "name": "localToGlobal", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3090 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/26", + "fixedId": true, + "name": "_handleThumbDragStart", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_handleThumbDragStart%40213211710", + "fixedId": true, + "name": "_handleThumbDragStart", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2358/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1988 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1988 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_handleThumbDragStart%40213211710", + "fixedId": true, + "name": "_handleThumbDragStart", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2359/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1988 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/closures/925", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1452/functions/handleThumbPressStart", + "fixedId": true, + "name": "handleThumbPressStart", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 366 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/24", + "fixedId": true, + "name": "_handleThumbDragDown", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_handleThumbDragDown%40213211710", + "fixedId": true, + "name": "_handleThumbDragDown", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2360/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1973 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1973 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_handleThumbDragDown%40213211710", + "fixedId": true, + "name": "_handleThumbDragDown", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2361/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1973 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/closures/926", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1453/functions/handleThumbPress", + "fixedId": true, + "name": "handleThumbPress", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 192 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/haptic_feedback.dart", + "function": { + "type": "@Function", + "id": "classes/398/functions/mediumImpact", + "fixedId": true, + "name": "mediumImpact", + "owner": { + "type": "@Class", + "id": "classes/398", + "fixedId": true, + "name": "HapticFeedback", + "library": { + "type": "@Library", + "id": "libraries/@269511188", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/haptic_feedback.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@269511188/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhaptic_feedback.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/haptic_feedback.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@269511188/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhaptic_feedback.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/haptic_feedback.dart" + }, + "tokenPos": -1, + "line": 56 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/closures/914", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/get%3A_gestures%40213211710", + "fixedId": true, + "name": "_gestures", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2362/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2034 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2044 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HorizontalThumbDragGestureRecognizer" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: GestureRecognizerFactory" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_validateInteractions%40213211710", + "fixedId": true, + "name": "_validateInteractions", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2363/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1451 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/8", + "fixedId": true, + "name": "_validateInteractions", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_validateInteractions%40213211710", + "fixedId": true, + "name": "_validateInteractions", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2364/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1451 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1451 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_receivedPointerSignal%40213211710", + "fixedId": true, + "name": "_receivedPointerSignal", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2365/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_signal_resolver.dart", + "function": { + "type": "@Function", + "id": "classes/849/functions/register", + "fixedId": true, + "name": "register", + "owner": { + "type": "@Class", + "id": "classes/849", + "fixedId": true, + "name": "PointerSignalResolver", + "library": { + "type": "@Library", + "id": "libraries/@312276358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_signal_resolver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@312276358/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_signal_resolver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_signal_resolver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@312276358/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_signal_resolver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_signal_resolver.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_signal_resolver.dart", + "function": { + "type": "@Function", + "id": "classes/849/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/849", + "fixedId": true, + "name": "PointerSignalResolver", + "library": { + "type": "@Library", + "id": "libraries/@312276358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_signal_resolver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@312276358/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_signal_resolver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_signal_resolver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@312276358/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_signal_resolver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_signal_resolver.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_targetScrollOffsetForPointerScroll%40213211710", + "fixedId": true, + "name": "_targetScrollOffsetForPointerScroll", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2366/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2164 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_pointerSignalEventDelta%40213211710", + "fixedId": true, + "name": "_pointerSignalEventDelta", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2367/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/38", + "fixedId": true, + "name": "_handlePointerScroll", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_handlePointerScroll%40213211710", + "fixedId": true, + "name": "_handlePointerScroll", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2368/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2175 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_handlePointerScroll%40213211710", + "fixedId": true, + "name": "_handlePointerScroll", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2369/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/pointerScroll", + "fixedId": true, + "name": "pointerScroll", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/didEndScroll", + "fixedId": true, + "name": "didEndScroll", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1053 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/saveScrollOffset", + "fixedId": true, + "name": "saveScrollOffset", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 513 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/saveOffset", + "fixedId": true, + "name": "saveOffset", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 573 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/saveOffset", + "fixedId": true, + "name": "saveOffset", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 648 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/flushData", + "fixedId": true, + "name": "flushData", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 421 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/_doSerialization%40287347053", + "fixedId": true, + "name": "_doSerialization", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/sendToEngine", + "fixedId": true, + "name": "sendToEngine", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 307 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/_encodeRestorationData%40287347053", + "fixedId": true, + "name": "_encodeRestorationData", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration_properties.dart", + "function": { + "type": "@Function", + "id": "classes/1002/functions/set%3Avalue", + "fixedId": true, + "name": "value=", + "owner": { + "type": "@Class", + "id": "classes/1002", + "fixedId": true, + "name": "RestorableValue", + "library": { + "type": "@Library", + "id": "libraries/@194066365", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@194066365/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration_properties.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2370/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@194066365/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration_properties.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollEndNotification" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/didStartScroll", + "fixedId": true, + "name": "didStartScroll", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1041 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollStartNotification" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/forcePixels", + "fixedId": true, + "name": "forcePixels", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 489 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/closures/440", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1018/functions/forcePixels", + "fixedId": true, + "name": "forcePixels", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 489 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 495 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/39", + "fixedId": true, + "name": "_receivedPointerSignal", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_receivedPointerSignal%40213211710", + "fixedId": true, + "name": "_receivedPointerSignal", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2371/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2185 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/isPointerOverScrollbar", + "fixedId": true, + "name": "isPointerOverScrollbar", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2372/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2104 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_handleScrollMetricsNotification%40213211710", + "fixedId": true, + "name": "_handleScrollMetricsNotification", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2373/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1909 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 523 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/_needPaint%40213211710", + "fixedId": true, + "name": "_needPaint", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 554 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_shouldUpdatePainter%40213211710", + "fixedId": true, + "name": "_shouldUpdatePainter", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2374/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1887 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/closures/919", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_handleScrollMetricsNotification%40213211710", + "fixedId": true, + "name": "_handleScrollMetricsNotification", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2375/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1909 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1928 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/closures/918", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_handleScrollMetricsNotification%40213211710", + "fixedId": true, + "name": "_handleScrollMetricsNotification", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2376/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1909 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1923 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/22", + "fixedId": true, + "name": "_handleScrollMetricsNotification", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_handleScrollMetricsNotification%40213211710", + "fixedId": true, + "name": "_handleScrollMetricsNotification", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2377/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1909 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1909 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_disposeThumbHold%40213211710", + "fixedId": true, + "name": "_disposeThumbHold", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2378/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1620 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/14", + "fixedId": true, + "name": "_disposeThumbHold", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_disposeThumbHold%40213211710", + "fixedId": true, + "name": "_disposeThumbHold", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2379/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1620 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1620 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_handleScrollNotification%40213211710", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2380/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1936 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_maybeStartFadeoutTimer%40213211710", + "fixedId": true, + "name": "_maybeStartFadeoutTimer", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2381/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1601 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/closures/920", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_maybeStartFadeoutTimer%40213211710", + "fixedId": true, + "name": "_maybeStartFadeoutTimer", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2382/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1601 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1604 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation.dart", + "function": { + "type": "@Function", + "id": "classes/1795/functions/get%3AisForwardOrCompleted", + "fixedId": true, + "name": "isForwardOrCompleted", + "owner": { + "type": "@Class", + "id": "classes/1795", + "fixedId": true, + "name": "Animation", + "library": { + "type": "@Library", + "id": "libraries/@319368416", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2383/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/23", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_handleScrollNotification%40213211710", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2384/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1936 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1936 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/_disposeThumbDrag%40213211710", + "fixedId": true, + "name": "_disposeThumbDrag", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2385/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1616 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/implicit_closures/13", + "fixedId": true, + "name": "_disposeThumbDrag", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/_disposeThumbDrag%40213211710", + "fixedId": true, + "name": "_disposeThumbDrag", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2386/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1616 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1616 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: HorizontalDragGestureRecognizer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/923/functions/isFlingGesture", + "fixedId": true, + "name": "isFlingGesture", + "owner": { + "type": "@Class", + "id": "classes/923", + "fixedId": true, + "name": "HorizontalDragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 1005 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "libraries/@302050165/functions/computePanSlop", + "fixedId": true, + "name": "computePanSlop", + "owner": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2566 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/925/functions/isFlingGesture", + "fixedId": true, + "name": "isFlingGesture", + "owner": { + "type": "@Class", + "id": "classes/925", + "fixedId": true, + "name": "VerticalDragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 941 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_addPointer%40309099969", + "fixedId": true, + "name": "_addPointer", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 412 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_checkDown%40309099969", + "fixedId": true, + "name": "_checkDown", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 786 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/closures/872", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/921/functions/_checkDown%40309099969", + "fixedId": true, + "name": "_checkDown", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 786 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_resolveDeltaForPanGesture%40309099969", + "fixedId": true, + "name": "_resolveDeltaForPanGesture", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 637 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_checkEnd%40309099969", + "fixedId": true, + "name": "_checkEnd", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 875 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/closures/871", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/921/functions/_checkEnd%40309099969", + "fixedId": true, + "name": "_checkEnd", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 875 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 899 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_resolveDelta%40309099969", + "fixedId": true, + "name": "_resolveDelta", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 598 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_getSumDelta%40309099969", + "fixedId": true, + "name": "_getSumDelta", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 483 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_getMaxSumDeltaPointer%40309099969", + "fixedId": true, + "name": "_getMaxSumDeltaPointer", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 512 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_giveUpPointer%40309099969", + "fixedId": true, + "name": "_giveUpPointer", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 772 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_checkCancel%40309099969", + "fixedId": true, + "name": "_checkCancel", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 902 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_checkDrag%40309099969", + "fixedId": true, + "name": "_checkDrag", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 796 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_checkUpdate%40309099969", + "fixedId": true, + "name": "_checkUpdate", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 854 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/closures/869", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/921/functions/_checkUpdate%40309099969", + "fixedId": true, + "name": "_checkUpdate", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 854 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 871 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_checkStart%40309099969", + "fixedId": true, + "name": "_checkStart", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 842 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/closures/870", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/921/functions/_checkStart%40309099969", + "fixedId": true, + "name": "_checkStart", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 842 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 850 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 653 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_recordMoveDeltaForMultitouch%40309099969", + "fixedId": true, + "name": "_recordMoveDeltaForMultitouch", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/_resolveLocalDeltaForMultitouch%40309099969", + "fixedId": true, + "name": "_resolveLocalDeltaForMultitouch", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 543 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/implicit_closures/14", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Function", + "id": "classes/921/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 653 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 653 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: VerticalDragGestureRecognizer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/functions/_getHorizontalDragUpdateHandler%40164132872", + "fixedId": true, + "name": "_getHorizontalDragUpdateHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1782 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/closures/801", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/312/functions/_getHorizontalDragUpdateHandler%40164132872", + "fixedId": true, + "name": "_getHorizontalDragUpdateHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1782 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1836 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/closures/800", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/312/functions/_getHorizontalDragUpdateHandler%40164132872", + "fixedId": true, + "name": "_getHorizontalDragUpdateHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1782 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1815 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/closures/799", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/312/functions/_getHorizontalDragUpdateHandler%40164132872", + "fixedId": true, + "name": "_getHorizontalDragUpdateHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1782 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/functions/_getLongPressHandler%40164132872", + "fixedId": true, + "name": "_getLongPressHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1754 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/closures/798", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/312/functions/_getLongPressHandler%40164132872", + "fixedId": true, + "name": "_getLongPressHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1754 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1764 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/implicit_closures/17", + "fixedId": true, + "name": "_handlePressUp", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_handlePressUp%40141220820", + "fixedId": true, + "name": "_handlePressUp", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 708 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 708 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/implicit_closures/16", + "fixedId": true, + "name": "_handleLongPress", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_handleLongPress%40141220820", + "fixedId": true, + "name": "_handleLongPress", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 695 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 695 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_handlePressUp%40141220820", + "fixedId": true, + "name": "_handlePressUp", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 708 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/get%3A_showDuration%40141220820", + "fixedId": true, + "name": "_showDuration", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 499 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_scheduleDismissTooltip%40141220820", + "fixedId": true, + "name": "_scheduleDismissTooltip", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 586 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/get%3A_controller%40141220820", + "fixedId": true, + "name": "_controller", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 517 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/implicit_closures/9", + "fixedId": true, + "name": "_handleStatusChanged", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_handleStatusChanged%40141220820", + "fixedId": true, + "name": "_handleStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 544 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 544 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_handleStatusChanged%40141220820", + "fixedId": true, + "name": "_handleStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 544 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics_service.dart", + "function": { + "type": "@Function", + "id": "classes/411/functions/tooltip", + "fixedId": true, + "name": "tooltip", + "owner": { + "type": "@Class", + "id": "classes/411", + "fixedId": true, + "name": "SemanticsService", + "library": { + "type": "@Library", + "id": "libraries/@371029772", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics_service.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@371029772/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics_service.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics_service.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@371029772/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics_service.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics_service.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TooltipSemanticsEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/get%3A_tooltipMessage%40141220820", + "fixedId": true, + "name": "_tooltipMessage", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 513 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_handleLongPress%40141220820", + "fixedId": true, + "name": "_handleLongPress", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 695 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/get%3A_enableFeedback%40141220820", + "fixedId": true, + "name": "_enableFeedback", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 507 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_scheduleShowTooltip%40141220820", + "fixedId": true, + "name": "_scheduleShowTooltip", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/closures/776", + "fixedId": true, + "name": "show", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_scheduleShowTooltip%40141220820", + "fixedId": true, + "name": "_scheduleShowTooltip", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 560 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 562 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/feedback.dart", + "function": { + "type": "@Function", + "id": "classes/329/functions/forLongPress", + "fixedId": true, + "name": "forLongPress", + "owner": { + "type": "@Class", + "id": "classes/329", + "fixedId": true, + "name": "Feedback", + "library": { + "type": "@Library", + "id": "libraries/@159013104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/feedback.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@159013104/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffeedback.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/feedback.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@159013104/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffeedback.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/feedback.dart" + }, + "tokenPos": -1, + "line": 136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/feedback.dart", + "function": { + "type": "@Function", + "id": "classes/329/functions/forTap", + "fixedId": true, + "name": "forTap", + "owner": { + "type": "@Class", + "id": "classes/329", + "fixedId": true, + "name": "Feedback", + "library": { + "type": "@Library", + "id": "libraries/@159013104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/feedback.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@159013104/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffeedback.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/feedback.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@159013104/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffeedback.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/feedback.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/sendSemanticsEvent", + "fixedId": true, + "name": "sendSemanticsEvent", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3714 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/functions/_getTapHandler%40164132872", + "fixedId": true, + "name": "_getTapHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1724 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/closures/797", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/312/functions/_getTapHandler%40164132872", + "fixedId": true, + "name": "_getTapHandler", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1724 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1733 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/implicit_closures/23", + "fixedId": true, + "name": "handleTapUp", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/handleTapUp", + "fixedId": true, + "name": "handleTapUp", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1159 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1159 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TapDownDetails" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/312/functions/assignSemantics", + "fixedId": true, + "name": "assignSemantics", + "owner": { + "type": "@Class", + "id": "classes/312", + "fixedId": true, + "name": "_DefaultSemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1713 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/set%3AonVerticalDragUpdate", + "fixedId": true, + "name": "onVerticalDragUpdate=", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/_performSemanticScrollLeft%40251160605", + "fixedId": true, + "name": "_performSemanticScrollLeft", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4165 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/center", + "fixedId": true, + "name": "center", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 531 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/implicit_closures/13", + "fixedId": true, + "name": "_performSemanticScrollLeft", + "owner": { + "type": "@Function", + "id": "classes/599/functions/_performSemanticScrollLeft%40251160605", + "fixedId": true, + "name": "_performSemanticScrollLeft", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4165 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4165 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/RenderSemanticsGestureHandler.", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4034 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/595/functions/RenderProxyBoxWithHitTestBehavior.", + "fixedId": true, + "name": "RenderProxyBoxWithHitTestBehavior", + "owner": { + "type": "@Class", + "id": "classes/595", + "fixedId": true, + "name": "RenderProxyBoxWithHitTestBehavior", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/RenderObject.", + "fixedId": true, + "name": "RenderObject", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1862 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _LayoutCacheStorage" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/_performSemanticScrollRight%40251160605", + "fixedId": true, + "name": "_performSemanticScrollRight", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/implicit_closures/14", + "fixedId": true, + "name": "_performSemanticScrollRight", + "owner": { + "type": "@Function", + "id": "classes/599/functions/_performSemanticScrollRight%40251160605", + "fixedId": true, + "name": "_performSemanticScrollRight", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4178 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/_isValidAction%40251160605", + "fixedId": true, + "name": "_isValidAction", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/_performSemanticScrollDown%40251160605", + "fixedId": true, + "name": "_performSemanticScrollDown", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4204 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/implicit_closures/16", + "fixedId": true, + "name": "_performSemanticScrollDown", + "owner": { + "type": "@Function", + "id": "classes/599/functions/_performSemanticScrollDown%40251160605", + "fixedId": true, + "name": "_performSemanticScrollDown", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4204 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4204 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/_performSemanticScrollUp%40251160605", + "fixedId": true, + "name": "_performSemanticScrollUp", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/implicit_closures/15", + "fixedId": true, + "name": "_performSemanticScrollUp", + "owner": { + "type": "@Function", + "id": "classes/599/functions/_performSemanticScrollUp%40251160605", + "fixedId": true, + "name": "_performSemanticScrollUp", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4191 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/set%3AonHorizontalDragUpdate", + "fixedId": true, + "name": "onHorizontalDragUpdate=", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/set%3AonLongPress", + "fixedId": true, + "name": "onLongPress=", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4087 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/set%3AonTap", + "fixedId": true, + "name": "onTap=", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4073 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RawGestureDetector" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1738/functions/GestureDetector.", + "fixedId": true, + "name": "GestureDetector", + "owner": { + "type": "@Class", + "id": "classes/1738", + "fixedId": true, + "name": "GestureDetector", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 237 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/functions/_updateSemanticsForRenderObject%40164132872", + "fixedId": true, + "name": "_updateSemanticsForRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1577 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/implicit_closures/9", + "fixedId": true, + "name": "_updateSemanticsForRenderObject", + "owner": { + "type": "@Function", + "id": "classes/1397/functions/_updateSemanticsForRenderObject%40164132872", + "fixedId": true, + "name": "_updateSemanticsForRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1577 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1577 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/functions/get%3A_defaultBehavior%40164132872", + "fixedId": true, + "name": "_defaultBehavior", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1573 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/functions/_handlePointerPanZoomStart%40164132872", + "fixedId": true, + "name": "_handlePointerPanZoomStart", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1566 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/implicit_closures/7", + "fixedId": true, + "name": "_handlePointerPanZoomStart", + "owner": { + "type": "@Function", + "id": "classes/1397/functions/_handlePointerPanZoomStart%40164132872", + "fixedId": true, + "name": "_handlePointerPanZoomStart", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1566 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1566 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/functions/_handlePointerDown%40164132872", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1559 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/implicit_closures/6", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Function", + "id": "classes/1397/functions/_handlePointerDown%40164132872", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1559 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1559 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/functions/_syncAll%40164132872", + "fixedId": true, + "name": "_syncAll", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1537 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/functions/replaceGestureRecognizers", + "fixedId": true, + "name": "replaceGestureRecognizers", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1468 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/set%3AvalidActions", + "fixedId": true, + "name": "validActions=", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4062 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/setIgnorePointer", + "fixedId": true, + "name": "setIgnorePointer", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 843 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/576/functions/set%3Aignoring", + "fixedId": true, + "name": "ignoring=", + "owner": { + "type": "@Class", + "id": "classes/576", + "fixedId": true, + "name": "RenderIgnorePointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3692 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart", + "function": { + "type": "@Function", + "id": "classes/1017/functions/get%3AoutOfRange", + "fixedId": true, + "name": "outOfRange", + "owner": { + "type": "@Class", + "id": "classes/1017", + "fixedId": true, + "name": "_ScrollPosition&ViewportOffset&ScrollMetrics", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1, + "line": 117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/applyBoundaryConditions", + "fixedId": true, + "name": "applyBoundaryConditions", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 588 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BallisticScrollActivity" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/get%3AshouldIgnorePointer", + "fixedId": true, + "name": "shouldIgnorePointer", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/250/implicit_closures/6", + "fixedId": true, + "name": "_end", + "owner": { + "type": "@Function", + "id": "classes/250/functions/_end%40198498029", + "fixedId": true, + "name": "_end", + "owner": { + "type": "@Class", + "id": "classes/250", + "fixedId": true, + "name": "BallisticScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 637 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 637 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/functions/_end%40198498029", + "fixedId": true, + "name": "_end", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 768 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/implicit_closures/6", + "fixedId": true, + "name": "_end", + "owner": { + "type": "@Function", + "id": "classes/249/functions/_end%40198498029", + "fixedId": true, + "name": "_end", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 768 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 768 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/functions/applyMoveTo", + "fixedId": true, + "name": "applyMoveTo", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 763 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/functions/_tick%40198498029", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 750 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/implicit_closures/4", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Function", + "id": "classes/249/functions/_tick%40198498029", + "fixedId": true, + "name": "_tick", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 750 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 750 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/246/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/246", + "fixedId": true, + "name": "ScrollDragController", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 450 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/246/functions/end", + "fixedId": true, + "name": "end", + "owner": { + "type": "@Class", + "id": "classes/246", + "fixedId": true, + "name": "ScrollDragController", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 418 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/hold", + "fixedId": true, + "name": "hold", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate HoldScrollActivity" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/implicit_closures/16", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Function", + "id": "classes/1019/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 281 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/drag", + "fixedId": true, + "name": "drag", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 266 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DragScrollActivity" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollDragController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/applyNewDimensions", + "fixedId": true, + "name": "applyNewDimensions", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/setCanDrag", + "fixedId": true, + "name": "setCanDrag", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 773 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1652/functions/get%3Aaxis", + "fixedId": true, + "name": "axis", + "owner": { + "type": "@Class", + "id": "classes/1652", + "fixedId": true, + "name": "Scrollable", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_handleDragCancel%40211019050", + "fixedId": true, + "name": "_handleDragCancel", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 894 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/implicit_closures/23", + "fixedId": true, + "name": "_handleDragCancel", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/_handleDragCancel%40211019050", + "fixedId": true, + "name": "_handleDragCancel", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 894 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 894 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/closures/791", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/setCanDrag", + "fixedId": true, + "name": "setCanDrag", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 773 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/get%3AminFlingDistance", + "fixedId": true, + "name": "minFlingDistance", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/implicit_closures/22", + "fixedId": true, + "name": "_handleDragEnd", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/_handleDragEnd%40211019050", + "fixedId": true, + "name": "_handleDragEnd", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 887 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 887 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_handleDragEnd%40211019050", + "fixedId": true, + "name": "_handleDragEnd", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 887 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/implicit_closures/21", + "fixedId": true, + "name": "_handleDragUpdate", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/_handleDragUpdate%40211019050", + "fixedId": true, + "name": "_handleDragUpdate", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 881 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 881 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_handleDragUpdate%40211019050", + "fixedId": true, + "name": "_handleDragUpdate", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 881 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/implicit_closures/20", + "fixedId": true, + "name": "_handleDragStart", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/_handleDragStart%40211019050", + "fixedId": true, + "name": "_handleDragStart", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 868 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_handleDragStart%40211019050", + "fixedId": true, + "name": "_handleDragStart", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_disposeHold%40211019050", + "fixedId": true, + "name": "_disposeHold", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 910 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/implicit_closures/24", + "fixedId": true, + "name": "_disposeHold", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/_disposeHold%40211019050", + "fixedId": true, + "name": "_disposeHold", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 910 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 910 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/implicit_closures/25", + "fixedId": true, + "name": "_disposeDrag", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/_disposeDrag%40211019050", + "fixedId": true, + "name": "_disposeDrag", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 914 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 914 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_disposeDrag%40211019050", + "fixedId": true, + "name": "_disposeDrag", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 914 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/implicit_closures/19", + "fixedId": true, + "name": "_handleDragDown", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/_handleDragDown%40211019050", + "fixedId": true, + "name": "_handleDragDown", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 862 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 862 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_handleDragDown%40211019050", + "fixedId": true, + "name": "_handleDragDown", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 862 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/closures/790", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/setCanDrag", + "fixedId": true, + "name": "setCanDrag", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 773 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 791 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate VerticalDragGestureRecognizer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/closures/793", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/setCanDrag", + "fixedId": true, + "name": "setCanDrag", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 773 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 816 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/closures/792", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/setCanDrag", + "fixedId": true, + "name": "setCanDrag", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 773 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 814 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate HorizontalDragGestureRecognizer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/applyNewDimensions", + "fixedId": true, + "name": "applyNewDimensions", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 731 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/ScrollPositionWithSingleContext.", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/ScrollPosition.", + "fixedId": true, + "name": "ScrollPosition", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/restoreScrollOffset", + "fixedId": true, + "name": "restoreScrollOffset", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 534 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/absorb", + "fixedId": true, + "name": "absorb", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/absorb", + "fixedId": true, + "name": "absorb", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 320 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ScrollPosition" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/beginActivity", + "fixedId": true, + "name": "beginActivity", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1011 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/_applyAxisDirectionToAlignmentPolicy%40207085019", + "fixedId": true, + "name": "_applyAxisDirectionToAlignmentPolicy", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 786 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/correctForNewDimensions", + "fixedId": true, + "name": "correctForNewDimensions", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 697 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/ensureVisible", + "fixedId": true, + "name": "ensureVisible", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 812 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/getOffsetToReveal", + "fixedId": true, + "name": "getOffsetToReveal", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2387/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 908 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/functions/childAfter", + "fixedId": true, + "name": "childAfter", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2388/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4518 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/implicit_closures/14", + "fixedId": true, + "name": "childAfter", + "owner": { + "type": "@Function", + "id": "classes/528/functions/childAfter", + "fixedId": true, + "name": "childAfter", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2389/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4518 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4518 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/functions/childBefore", + "fixedId": true, + "name": "childBefore", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2390/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4511 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/implicit_closures/13", + "fixedId": true, + "name": "childBefore", + "owner": { + "type": "@Function", + "id": "classes/528/functions/childBefore", + "fixedId": true, + "name": "childBefore", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2391/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4511 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4511 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/functions/_removeFromChildList%40248266271", + "fixedId": true, + "name": "_removeFromChildList", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2392/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4391 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/functions/_insertIntoChildList%40248266271", + "fixedId": true, + "name": "_insertIntoChildList", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2393/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2394/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2395/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/translate", + "fixedId": true, + "name": "translate", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 760 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RevealedOffset" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/get%3Aaxis", + "fixedId": true, + "name": "axis", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2396/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 397 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/498/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/498", + "fixedId": true, + "name": "RenderAbstractViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/didUpdateScrollMetrics", + "fixedId": true, + "name": "didUpdateScrollMetrics", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1081 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollMetricsNotification" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/implicit_closures/38", + "fixedId": true, + "name": "didUpdateScrollMetrics", + "owner": { + "type": "@Function", + "id": "classes/1018/functions/didUpdateScrollMetrics", + "fixedId": true, + "name": "didUpdateScrollMetrics", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1081 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1081 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/applyContentDimensions", + "fixedId": true, + "name": "applyContentDimensions", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 641 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/_isMetricsChanged%40207085019", + "fixedId": true, + "name": "_isMetricsChanged", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 630 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/restoreOffset", + "fixedId": true, + "name": "restoreOffset", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 558 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/applyViewportDimension", + "fixedId": true, + "name": "applyViewportDimension", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 612 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 1112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/1018/functions/get%3AallowImplicitScrolling", + "fixedId": true, + "name": "allowImplicitScrolling", + "owner": { + "type": "@Class", + "id": "classes/1018", + "fixedId": true, + "name": "ScrollPosition", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1, + "line": 971 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/functions/get%3Adone", + "fixedId": true, + "name": "done", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 748 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/beginActivity", + "fixedId": true, + "name": "beginActivity", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/functions/DrivenScrollActivity.", + "fixedId": true, + "name": "DrivenScrollActivity", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 698 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DrivenScrollActivity" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/jumpTo", + "fixedId": true, + "name": "jumpTo", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/toleranceFor", + "fixedId": true, + "name": "toleranceFor", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 439 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Tolerance" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/998/functions/get%3AhasClients", + "fixedId": true, + "name": "hasClients", + "owner": { + "type": "@Class", + "id": "classes/998", + "fixedId": true, + "name": "ScrollController", + "library": { + "type": "@Library", + "id": "libraries/@201437953", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1, + "line": 164 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/primary_scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1602/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1602", + "fixedId": true, + "name": "PrimaryScrollController", + "library": { + "type": "@Library", + "id": "libraries/@192080686", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@192080686/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fprimary_scroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@192080686/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fprimary_scroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "tokenPos": -1, + "line": 152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/implicit_closures/14", + "fixedId": true, + "name": "_handleStatusBarTap", + "owner": { + "type": "@Function", + "id": "classes/1414/functions/_handleStatusBarTap%40119420462", + "fixedId": true, + "name": "_handleStatusBarTap", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2754 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2754 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/get%3AisDrawerOpen", + "fixedId": true, + "name": "isDrawerOpen", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/_addIfNonNull%40119420462", + "fixedId": true, + "name": "_addIfNonNull", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2870 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate LayoutId" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/_of%40178282825", + "fixedId": true, + "name": "_of", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/get%3AisEndDrawerOpen", + "fixedId": true, + "name": "isEndDrawerOpen", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2253 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/openDrawer", + "fixedId": true, + "name": "openDrawer", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1692/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1692", + "fixedId": true, + "name": "Scaffold", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2095 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1692/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1692", + "fixedId": true, + "name": "Scaffold", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2051 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ErrorHint" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: BoxConstraints" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/field_inits/_entranceTurnTween%40119420462", + "fixedId": true, + "name": "_entranceTurnTween", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1431 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/functions/_updateGeometryScale%40119420462", + "fixedId": true, + "name": "_updateGeometryScale", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1552 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1022/functions/_updateWith%40119420462", + "fixedId": true, + "name": "_updateWith", + "owner": { + "type": "@Class", + "id": "classes/1022", + "fixedId": true, + "name": "_ScaffoldGeometryNotifier", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 892 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/functions/_onProgressChanged%40119420462", + "fixedId": true, + "name": "_onProgressChanged", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1548 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/implicit_closures/7", + "fixedId": true, + "name": "_onProgressChanged", + "owner": { + "type": "@Function", + "id": "classes/1416/functions/_onProgressChanged%40119420462", + "fixedId": true, + "name": "_onProgressChanged", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1548 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1548 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/functions/_handlePreviousAnimationStatusChanged%40119420462", + "fixedId": true, + "name": "_handlePreviousAnimationStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1508 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/closures/856", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1416/functions/_handlePreviousAnimationStatusChanged%40119420462", + "fixedId": true, + "name": "_handlePreviousAnimationStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1508 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1509 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/implicit_closures/5", + "fixedId": true, + "name": "_handlePreviousAnimationStatusChanged", + "owner": { + "type": "@Function", + "id": "classes/1416/functions/_handlePreviousAnimationStatusChanged%40119420462", + "fixedId": true, + "name": "_handlePreviousAnimationStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1508 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1508 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/functions/_updateAnimations%40119420462", + "fixedId": true, + "name": "_updateAnimations", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1441 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1818/functions/TrainHoppingAnimation.", + "fixedId": true, + "name": "TrainHoppingAnimation", + "owner": { + "type": "@Class", + "id": "classes/1818", + "fixedId": true, + "name": "TrainHoppingAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 503 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1818/implicit_closures/4", + "fixedId": true, + "name": "_valueChangeHandler", + "owner": { + "type": "@Function", + "id": "classes/1818/functions/_valueChangeHandler%40322411118", + "fixedId": true, + "name": "_valueChangeHandler", + "owner": { + "type": "@Class", + "id": "classes/1818", + "fixedId": true, + "name": "TrainHoppingAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 556 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 556 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1818/functions/_valueChangeHandler%40322411118", + "fixedId": true, + "name": "_valueChangeHandler", + "owner": { + "type": "@Class", + "id": "classes/1818", + "fixedId": true, + "name": "TrainHoppingAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 556 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1818/functions/_statusChangeHandler%40322411118", + "fixedId": true, + "name": "_statusChangeHandler", + "owner": { + "type": "@Class", + "id": "classes/1818", + "fixedId": true, + "name": "TrainHoppingAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 543 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1818/implicit_closures/2", + "fixedId": true, + "name": "_statusChangeHandler", + "owner": { + "type": "@Function", + "id": "classes/1818/functions/_statusChangeHandler%40322411118", + "fixedId": true, + "name": "_statusChangeHandler", + "owner": { + "type": "@Class", + "id": "classes/1818", + "fixedId": true, + "name": "TrainHoppingAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 543 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 543 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TrainHoppingAnimation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1801/functions/CompoundAnimation.", + "fixedId": true, + "name": "CompoundAnimation", + "owner": { + "type": "@Class", + "id": "classes/1801", + "fixedId": true, + "name": "CompoundAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2397/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 632 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AnimationMin" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/functions/_disposeAnimations%40119420462", + "fixedId": true, + "name": "_disposeAnimations", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1436 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1818/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1818", + "fixedId": true, + "name": "TrainHoppingAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 591 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/722/functions/_ScaffoldLayout%40119420462.", + "fixedId": true, + "name": "_ScaffoldLayout", + "owner": { + "type": "@Class", + "id": "classes/722", + "fixedId": true, + "name": "_ScaffoldLayout", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1001 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/720/functions/_callPerformLayout%40239472081", + "fixedId": true, + "name": "_callPerformLayout", + "owner": { + "type": "@Class", + "id": "classes/720", + "fixedId": true, + "name": "MultiChildLayoutDelegate", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/720/functions/positionChild", + "fixedId": true, + "name": "positionChild", + "owner": { + "type": "@Class", + "id": "classes/720", + "fixedId": true, + "name": "MultiChildLayoutDelegate", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 190 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/720/functions/layoutChild", + "fixedId": true, + "name": "layoutChild", + "owner": { + "type": "@Class", + "id": "classes/720", + "fixedId": true, + "name": "MultiChildLayoutDelegate", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 148 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/720/functions/hasChild", + "fixedId": true, + "name": "hasChild", + "owner": { + "type": "@Class", + "id": "classes/720", + "fixedId": true, + "name": "MultiChildLayoutDelegate", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/549/functions/_getSize%40239472081", + "fixedId": true, + "name": "_getSize", + "owner": { + "type": "@Class", + "id": "classes/549", + "fixedId": true, + "name": "RenderCustomMultiChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/get%3Abiggest", + "fixedId": true, + "name": "biggest", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/constrain", + "fixedId": true, + "name": "constrain", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/constrainHeight", + "fixedId": true, + "name": "constrainHeight", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 270 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/constrainWidth", + "fixedId": true, + "name": "constrainWidth", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/549/functions/set%3Adelegate", + "fixedId": true, + "name": "delegate=", + "owner": { + "type": "@Class", + "id": "classes/549", + "fixedId": true, + "name": "RenderCustomMultiChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/547/functions/_removeFromChildList%40248266271", + "fixedId": true, + "name": "_removeFromChildList", + "owner": { + "type": "@Class", + "id": "classes/547", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4391 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/547/functions/_insertIntoChildList%40248266271", + "fixedId": true, + "name": "_insertIntoChildList", + "owner": { + "type": "@Class", + "id": "classes/547", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/547/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/547", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/547/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/547", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/598/functions/set%3Acolor", + "fixedId": true, + "name": "color=", + "owner": { + "type": "@Class", + "id": "classes/598", + "fixedId": true, + "name": "_RenderColoredBox", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8371 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/598/functions/_RenderColoredBox%40150167661.", + "fixedId": true, + "name": "_RenderColoredBox", + "owner": { + "type": "@Class", + "id": "classes/598", + "fixedId": true, + "name": "_RenderColoredBox", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1554/functions/Semantics.", + "fixedId": true, + "name": "Semantics", + "owner": { + "type": "@Class", + "id": "classes/1554", + "fixedId": true, + "name": "Semantics", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7822 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1553/functions/_SemanticsBase%40150167661.", + "fixedId": true, + "name": "_SemanticsBase", + "owner": { + "type": "@Class", + "id": "classes/1553", + "fixedId": true, + "name": "_SemanticsBase", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 3925 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SemanticsProperties" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1588/functions/Positioned.directional", + "fixedId": true, + "name": "Positioned.directional", + "owner": { + "type": "@Class", + "id": "classes/1588", + "fixedId": true, + "name": "Positioned", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 4961 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IgnorePointer" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FadeTransition" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/437/functions/RelativeRect.fromSize", + "fixedId": true, + "name": "RelativeRect.fromSize", + "owner": { + "type": "@Class", + "id": "classes/437", + "fixedId": true, + "name": "RelativeRect", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 35 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RelativeRect" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/implicit_closures/7", + "fixedId": true, + "name": "onTick", + "owner": { + "type": "@Function", + "id": "classes/309/functions/onTick", + "fixedId": true, + "name": "onTick", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 642 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 642 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/functions/onTick", + "fixedId": true, + "name": "onTick", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 642 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Interval" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation.dart", + "function": { + "type": "@Function", + "id": "classes/1795/functions/get%3AisCompleted", + "fixedId": true, + "name": "isCompleted", + "owner": { + "type": "@Class", + "id": "classes/1795", + "fixedId": true, + "name": "Animation", + "library": { + "type": "@Library", + "id": "libraries/@319368416", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2398/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1914/functions/get%3AisFinite", + "fixedId": true, + "name": "isFinite", + "owner": { + "type": "@Class", + "id": "classes/1914", + "fixedId": true, + "name": "OffsetBase", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/310/field_inits/fromHeroLocation", + "fixedId": true, + "name": "fromHeroLocation", + "owner": { + "type": "@Class", + "id": "classes/310", + "fixedId": true, + "name": "_HeroFlightManifest", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 489 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 628 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/functions/_markDirty%40185319124", + "fixedId": true, + "name": "_markDirty", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 825 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/closures/632", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1388/functions/_markDirty%40185319124", + "fixedId": true, + "name": "_markDirty", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 825 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 827 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/closures/629", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/273/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 225 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 236 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/implicit_closures/5", + "fixedId": true, + "name": "_handleAnimationUpdate", + "owner": { + "type": "@Function", + "id": "classes/309/functions/_handleAnimationUpdate%40165011697", + "fixedId": true, + "name": "_handleAnimationUpdate", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 597 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 597 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/functions/_performAnimationUpdate%40165011697", + "fixedId": true, + "name": "_performAnimationUpdate", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 576 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/308/implicit_closures/6", + "fixedId": true, + "name": "_handleFlightEnded", + "owner": { + "type": "@Function", + "id": "classes/308/functions/_handleFlightEnded%40165011697", + "fixedId": true, + "name": "_handleFlightEnded", + "owner": { + "type": "@Class", + "id": "classes/308", + "fixedId": true, + "name": "HeroController", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 1047 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 1047 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/308/functions/_handleFlightEnded%40165011697", + "fixedId": true, + "name": "_handleFlightEnded", + "owner": { + "type": "@Class", + "id": "classes/308", + "fixedId": true, + "name": "HeroController", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 1047 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/310/functions/get%3Atag", + "fixedId": true, + "name": "tag", + "owner": { + "type": "@Class", + "id": "classes/310", + "fixedId": true, + "name": "_HeroFlightManifest", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/310/field_inits/isValid", + "fixedId": true, + "name": "isValid", + "owner": { + "type": "@Class", + "id": "classes/310", + "fixedId": true, + "name": "_HeroFlightManifest", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 504 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/get%3AisFinite", + "fixedId": true, + "name": "isFinite", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 741 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/308/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/308", + "fixedId": true, + "name": "HeroController", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 1086 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/308/functions/_startHeroTransition%40165011697", + "fixedId": true, + "name": "_startHeroTransition", + "owner": { + "type": "@Class", + "id": "classes/308", + "fixedId": true, + "name": "HeroController", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 954 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/get%3Aoverlay", + "fixedId": true, + "name": "overlay", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4082 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HeroFlight" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HeroFlightManifest" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/set%3Aoffstage", + "fixedId": true, + "name": "offstage=", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2399/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1928 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/changedInternalState", + "fixedId": true, + "name": "changedInternalState", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2400/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/functions/set%3AmaintainState", + "fixedId": true, + "name": "maintainState=", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 163 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/functions/_didChangeEntryOpacity%40185319124", + "fixedId": true, + "name": "_didChangeEntryOpacity", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 856 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/closures/647", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1388/functions/_didChangeEntryOpacity%40185319124", + "fixedId": true, + "name": "_didChangeEntryOpacity", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 856 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 857 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/closures/650", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/294/functions/changedInternalState", + "fixedId": true, + "name": "changedInternalState", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2401/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2197 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/setState", + "fixedId": true, + "name": "setState", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2402/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/functions/_routeSetState%40196188637", + "fixedId": true, + "name": "_routeSetState", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2403/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/479/functions/setFirstFocus", + "fixedId": true, + "name": "setFirstFocus", + "owner": { + "type": "@Class", + "id": "classes/479", + "fixedId": true, + "name": "FocusScopeNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1444 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/functions/get%3A_shouldRequestFocus%40196188637", + "fixedId": true, + "name": "_shouldRequestFocus", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2404/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/get%3ArequestFocus", + "fixedId": true, + "name": "requestFocus", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2405/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/functions/get%3A_shouldIgnoreFocusRequest%40196188637", + "fixedId": true, + "name": "_shouldIgnoreFocusRequest", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2406/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1131 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/closures/649", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/294/functions/set%3Aoffstage", + "fixedId": true, + "name": "offstage=", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2407/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1928 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1932 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/308/functions/_maybeStartHeroTransition%40165011697", + "fixedId": true, + "name": "_maybeStartHeroTransition", + "owner": { + "type": "@Class", + "id": "classes/308", + "fixedId": true, + "name": "HeroController", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 886 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/308/closures/644", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/308/functions/_maybeStartHeroTransition%40165011697", + "fixedId": true, + "name": "_maybeStartHeroTransition", + "owner": { + "type": "@Class", + "id": "classes/308", + "fixedId": true, + "name": "HeroController", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 886 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 943 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/functions/_handleAnimationUpdate%40165011697", + "fixedId": true, + "name": "_handleAnimationUpdate", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 597 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/closures/630", + "fixedId": true, + "name": "delayedPerformAnimationUpdate", + "owner": { + "type": "@Function", + "id": "classes/309/functions/_handleAnimationUpdate%40165011697", + "fixedId": true, + "name": "_handleAnimationUpdate", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 597 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 614 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/308/closures/943", + "fixedId": true, + "name": "isInvalidFlight", + "owner": { + "type": "@Function", + "id": "classes/308/functions/didStopUserGesture", + "fixedId": true, + "name": "didStopUserGesture", + "owner": { + "type": "@Class", + "id": "classes/308", + "fixedId": true, + "name": "HeroController", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 856 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 867 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation.dart", + "function": { + "type": "@Function", + "id": "classes/1795/functions/get%3AisDismissed", + "fixedId": true, + "name": "isDismissed", + "owner": { + "type": "@Class", + "id": "classes/1795", + "fixedId": true, + "name": "Animation", + "library": { + "type": "@Library", + "id": "libraries/@319368416", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2408/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1, + "line": 241 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/307/field_inits/_navigators%40181124995", + "fixedId": true, + "name": "_navigators", + "owner": { + "type": "@Class", + "id": "classes/307", + "fixedId": true, + "name": "NavigatorObserver", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 765 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1026/functions/set%3Avalue", + "fixedId": true, + "name": "value=", + "owner": { + "type": "@Class", + "id": "classes/1026", + "fixedId": true, + "name": "ValueNotifier", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2409/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 554 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/pop", + "fixedId": true, + "name": "pop", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_afterNavigation%40181124995", + "fixedId": true, + "name": "_afterNavigation", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5060 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_cancelActivePointers%40181124995", + "fixedId": true, + "name": "_cancelActivePointers", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5803 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/cancelPointer", + "fixedId": true, + "name": "cancelPointer", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerCancelEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/findAncestorRenderObjectOfType", + "fixedId": true, + "name": "findAncestorRenderObjectOfType", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5065 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/closures/638", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1392/functions/_cancelActivePointers%40181124995", + "fixedId": true, + "name": "_cancelActivePointers", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5803 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5811 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/574/functions/set%3Aabsorbing", + "fixedId": true, + "name": "absorbing=", + "owner": { + "type": "@Class", + "id": "classes/574", + "fixedId": true, + "name": "RenderAbsorbPointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3943 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/closures/637", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1392/functions/_afterNavigation%40181124995", + "fixedId": true, + "name": "_afterNavigation", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5060 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5084 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_flushHistoryUpdates%40181124995", + "fixedId": true, + "name": "_flushHistoryUpdates", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4387 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_getRouteBefore%40181124995", + "fixedId": true, + "name": "_getRouteBefore", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4605 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1009/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1009", + "fixedId": true, + "name": "_HistoryProperty", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 6038 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: CallbackHandle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1009/functions/_finalizeEntry%40181124995", + "fixedId": true, + "name": "_finalizeEntry", + "owner": { + "type": "@Class", + "id": "classes/1009", + "fixedId": true, + "name": "_HistoryProperty", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 6108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/plugins.dart", + "function": { + "type": "@Function", + "id": "classes/1872/functions/getCallbackHandle", + "fixedId": true, + "name": "getCallbackHandle", + "owner": { + "type": "@Class", + "id": "classes/1872", + "fixedId": true, + "name": "PluginUtilities", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/plugins.dart", + "function": { + "type": "@Function", + "id": "classes/1872/field_inits/_backwardCache%4017065589", + "fixedId": true, + "name": "_backwardCache", + "owner": { + "type": "@Class", + "id": "classes/1872", + "fixedId": true, + "name": "PluginUtilities", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1, + "line": 43 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/plugins.dart", + "function": { + "type": "@Function", + "id": "classes/1872/functions/getCallbackFromHandle", + "fixedId": true, + "name": "getCallbackFromHandle", + "owner": { + "type": "@Class", + "id": "classes/1872", + "fixedId": true, + "name": "PluginUtilities", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/plugins.dart", + "function": { + "type": "@Function", + "id": "classes/1872/closures/40", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1872/functions/getCallbackFromHandle", + "fixedId": true, + "name": "getCallbackFromHandle", + "owner": { + "type": "@Class", + "id": "classes/1872", + "fixedId": true, + "name": "PluginUtilities", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1, + "line": 69 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1, + "line": 70 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/__getCallbackFromHandle%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__getCallbackFromHandle$Method$FfiNative", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/plugins.dart", + "function": { + "type": "@Function", + "id": "classes/1872/closures/645", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1872/functions/getCallbackHandle", + "fixedId": true, + "name": "getCallbackHandle", + "owner": { + "type": "@Class", + "id": "classes/1872", + "fixedId": true, + "name": "PluginUtilities", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1, + "line": 54 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CallbackHandle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/__getCallbackHandle%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__getCallbackHandle$Method$FfiNative", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: CallbackHandle?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/plugins.dart", + "function": { + "type": "@Function", + "id": "classes/1872/field_inits/_forwardCache%4017065589", + "fixedId": true, + "name": "_forwardCache", + "owner": { + "type": "@Class", + "id": "classes/1872", + "fixedId": true, + "name": "PluginUtilities", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/functions/get%3ArestorationId", + "fixedId": true, + "name": "restorationId", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3168 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/_updateRestorationId%40181124995", + "fixedId": true, + "name": "_updateRestorationId", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2410/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 230 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/functions/rearrange", + "fixedId": true, + "name": "rearrange", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 790 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/closures/639", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1388/functions/rearrange", + "fixedId": true, + "name": "rearrange", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 790 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 817 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/insertAll", + "fixedId": true, + "name": "insertAll", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2411/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/setAll", + "fixedId": true, + "name": "setAll", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2412/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 67 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/removeAll", + "fixedId": true, + "name": "removeAll", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2413/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/get%3A_allRouteOverlayEntries%40181124995", + "fixedId": true, + "name": "_allRouteOverlayEntries", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4084 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/functions/forcedDispose", + "fixedId": true, + "name": "forcedDispose", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3379 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/closures/643", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/285/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3393 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3418 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/closures/646", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/285/closures/643", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/285/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3393 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3418 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3432 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/closures/642", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/285/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3393 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3404 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_flushRouteAnnouncement%40181124995", + "fixedId": true, + "name": "_flushRouteAnnouncement", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4574 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_getRouteAfter%40181124995", + "fixedId": true, + "name": "_getRouteAfter", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4617 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/implicit_closures/20", + "fixedId": true, + "name": "suitableForTransitionAnimationPredicate", + "owner": { + "type": "@Function", + "id": "classes/285/functions/suitableForTransitionAnimationPredicate", + "fixedId": true, + "name": "suitableForTransitionAnimationPredicate", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3478 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3478 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_flushObserverNotifications%40181124995", + "fixedId": true, + "name": "_flushObserverNotifications", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4557 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NavigatorRemoveObservation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/didPopNext", + "fixedId": true, + "name": "didPopNext", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2414/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/_maybeDispatchNavigationNotification%40196188637", + "fixedId": true, + "name": "_maybeDispatchNavigationNotification", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2415/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2111 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate NavigationNotification" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/get%3ApopDisposition", + "fixedId": true, + "name": "popDisposition", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2416/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2010 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/293/functions/get%3ApopDisposition", + "fixedId": true, + "name": "popDisposition", + "owner": { + "type": "@Class", + "id": "classes/293", + "fixedId": true, + "name": "_ModalRoute&TransitionRoute&LocalHistoryRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2417/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 915 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/get%3ApopDisposition", + "fixedId": true, + "name": "popDisposition", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2418/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 379 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/get%3AisFirst", + "fixedId": true, + "name": "isFirst", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2419/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 598 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_firstRouteEntryWhereOrNull%40181124995", + "fixedId": true, + "name": "_firstRouteEntryWhereOrNull", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5821 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/293/functions/get%3AwillHandlePopInternally", + "fixedId": true, + "name": "willHandlePopInternally", + "owner": { + "type": "@Class", + "id": "classes/293", + "fixedId": true, + "name": "_ModalRoute&TransitionRoute&LocalHistoryRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2420/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 943 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/closures/659", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/294/functions/_maybeDispatchNavigationNotification%40196188637", + "fixedId": true, + "name": "_maybeDispatchNavigationNotification", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2421/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2111 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/didPopNext", + "fixedId": true, + "name": "didPopNext", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2422/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/_updateSecondaryAnimation%40196188637", + "fixedId": true, + "name": "_updateSecondaryAnimation", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2423/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 422 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/_setSecondaryAnimation%40196188637", + "fixedId": true, + "name": "_setSecondaryAnimation", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2424/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 498 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/closures/663", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/292/functions/_setSecondaryAnimation%40196188637", + "fixedId": true, + "name": "_setSecondaryAnimation", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2425/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 498 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 502 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/closures/662", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/292/functions/_updateSecondaryAnimation%40196188637", + "fixedId": true, + "name": "_updateSecondaryAnimation", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2426/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 422 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/closures/661", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/292/functions/_updateSecondaryAnimation%40196188637", + "fixedId": true, + "name": "_updateSecondaryAnimation", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2427/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 422 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/closures/660", + "fixedId": true, + "name": "jumpOnAnimationEnd", + "owner": { + "type": "@Function", + "id": "classes/292/functions/_updateSecondaryAnimation%40196188637", + "fixedId": true, + "name": "_updateSecondaryAnimation", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2428/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 422 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 452 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/296/functions/canTransitionTo", + "fixedId": true, + "name": "canTransitionTo", + "owner": { + "type": "@Class", + "id": "classes/296", + "fixedId": true, + "name": "_MaterialPageRoute&PageRoute&MaterialRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2429/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/298/implicit_closures/0", + "fixedId": true, + "name": "_delegatedTransition", + "owner": { + "type": "@Function", + "id": "classes/298/functions/_delegatedTransition%40113331911", + "fixedId": true, + "name": "_delegatedTransition", + "owner": { + "type": "@Class", + "id": "classes/298", + "fixedId": true, + "name": "MaterialRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2430/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 144 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/298/functions/_delegatedTransition%40113331911", + "fixedId": true, + "name": "_delegatedTransition", + "owner": { + "type": "@Class", + "id": "classes/298", + "fixedId": true, + "name": "MaterialRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2431/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1218/functions/delegatedTransition", + "fixedId": true, + "name": "delegatedTransition", + "owner": { + "type": "@Class", + "id": "classes/1218", + "fixedId": true, + "name": "PageTransitionsTheme", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/730/functions/get%3AreverseTransitionDuration", + "fixedId": true, + "name": "reverseTransitionDuration", + "owner": { + "type": "@Class", + "id": "classes/730", + "fixedId": true, + "name": "PageTransitionsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 634 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "libraries/@114490068/functions/_updateScaledTransform%40114490068", + "fixedId": true, + "name": "_updateScaledTransform", + "owner": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1258 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "libraries/@114490068/functions/_drawImageScaledAndCentered%40114490068", + "fixedId": true, + "name": "_drawImageScaledAndCentered", + "owner": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/drawImageRect", + "fixedId": true, + "name": "drawImageRect", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6917 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__drawImageRect%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__drawImageRect$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1423/field_inits/_scrimOpacityTween%40114490068", + "fixedId": true, + "name": "_scrimOpacityTween", + "owner": { + "type": "@Class", + "id": "classes/1423", + "fixedId": true, + "name": "_ZoomEnterTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1423/field_inits/_scaleUpTransition%40114490068", + "fixedId": true, + "name": "_scaleUpTransition", + "owner": { + "type": "@Class", + "id": "classes/1423", + "fixedId": true, + "name": "_ZoomEnterTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1750/field_inits/_scaleCurveSequence%40114490068", + "fixedId": true, + "name": "_scaleCurveSequence", + "owner": { + "type": "@Class", + "id": "classes/1750", + "fixedId": true, + "name": "_ZoomPageTransition", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 228 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TweenSequence" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1750/field_inits/fastOutExtraSlowInTweenSequenceItems", + "fixedId": true, + "name": "fastOutExtraSlowInTweenSequenceItems", + "owner": { + "type": "@Class", + "id": "classes/1750", + "fixedId": true, + "name": "_ZoomPageTransition", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 211 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TweenSequenceItem" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: TweenSequenceItem" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1423/field_inits/_scaleDownTransition%40114490068", + "fixedId": true, + "name": "_scaleDownTransition", + "owner": { + "type": "@Class", + "id": "classes/1423", + "fixedId": true, + "name": "_ZoomEnterTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1423/field_inits/_fadeInTransition%40114490068", + "fixedId": true, + "name": "_fadeInTransition", + "owner": { + "type": "@Class", + "id": "classes/1423", + "fixedId": true, + "name": "_ZoomEnterTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1423/functions/_updateAnimations%40114490068", + "fixedId": true, + "name": "_updateAnimations", + "owner": { + "type": "@Class", + "id": "classes/1423", + "fixedId": true, + "name": "_ZoomEnterTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1422/implicit_closures/3", + "fixedId": true, + "name": "onAnimationStatusChange", + "owner": { + "type": "@Function", + "id": "classes/1422/functions/onAnimationStatusChange", + "fixedId": true, + "name": "onAnimationStatusChange", + "owner": { + "type": "@Class", + "id": "classes/1422", + "fixedId": true, + "name": "__ZoomEnterTransitionState&State&_ZoomTransitionBase", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1291 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1422/functions/onAnimationStatusChange", + "fixedId": true, + "name": "onAnimationStatusChange", + "owner": { + "type": "@Class", + "id": "classes/1422", + "fixedId": true, + "name": "__ZoomEnterTransitionState&State&_ZoomTransitionBase", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/996/functions/set%3AallowSnapshotting", + "fixedId": true, + "name": "allowSnapshotting=", + "owner": { + "type": "@Class", + "id": "classes/996", + "fixedId": true, + "name": "SnapshotController", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 66 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1423/functions/get%3AuseSnapshot", + "fixedId": true, + "name": "useSnapshot", + "owner": { + "type": "@Class", + "id": "classes/1423", + "fixedId": true, + "name": "_ZoomEnterTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1422/implicit_closures/2", + "fixedId": true, + "name": "onAnimationValueChange", + "owner": { + "type": "@Function", + "id": "classes/1422/functions/onAnimationValueChange", + "fixedId": true, + "name": "onAnimationValueChange", + "owner": { + "type": "@Class", + "id": "classes/1422", + "fixedId": true, + "name": "__ZoomEnterTransitionState&State&_ZoomTransitionBase", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1282 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1422/functions/onAnimationValueChange", + "fixedId": true, + "name": "onAnimationValueChange", + "owner": { + "type": "@Class", + "id": "classes/1422", + "fixedId": true, + "name": "__ZoomEnterTransitionState&State&_ZoomTransitionBase", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1025/functions/_drawScrim%40114490068", + "fixedId": true, + "name": "_drawScrim", + "owner": { + "type": "@Class", + "id": "classes/1025", + "fixedId": true, + "name": "_ZoomEnterTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1025/implicit_closures/1", + "fixedId": true, + "name": "_onStatusChange", + "owner": { + "type": "@Function", + "id": "classes/1025/functions/_onStatusChange%40114490068", + "fixedId": true, + "name": "_onStatusChange", + "owner": { + "type": "@Class", + "id": "classes/1025", + "fixedId": true, + "name": "_ZoomEnterTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1316 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1025/functions/_ZoomEnterTransitionPainter%40114490068.", + "fixedId": true, + "name": "_ZoomEnterTransitionPainter", + "owner": { + "type": "@Class", + "id": "classes/1025", + "fixedId": true, + "name": "_ZoomEnterTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1024/implicit_closures/1", + "fixedId": true, + "name": "_onStatusChange", + "owner": { + "type": "@Function", + "id": "classes/1024/functions/_onStatusChange%40114490068", + "fixedId": true, + "name": "_onStatusChange", + "owner": { + "type": "@Class", + "id": "classes/1024", + "fixedId": true, + "name": "_ZoomExitTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1425 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1425 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1024/functions/_ZoomExitTransitionPainter%40114490068.", + "fixedId": true, + "name": "_ZoomExitTransitionPainter", + "owner": { + "type": "@Class", + "id": "classes/1024", + "fixedId": true, + "name": "_ZoomExitTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1414 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ZoomExitTransition@114490068" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1420/functions/onAnimationStatusChange", + "fixedId": true, + "name": "onAnimationStatusChange", + "owner": { + "type": "@Class", + "id": "classes/1420", + "fixedId": true, + "name": "__ZoomExitTransitionState&State&_ZoomTransitionBase", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1421/functions/get%3AuseSnapshot", + "fixedId": true, + "name": "useSnapshot", + "owner": { + "type": "@Class", + "id": "classes/1421", + "fixedId": true, + "name": "_ZoomExitTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 452 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1420/implicit_closures/3", + "fixedId": true, + "name": "onAnimationStatusChange", + "owner": { + "type": "@Function", + "id": "classes/1420/functions/onAnimationStatusChange", + "fixedId": true, + "name": "onAnimationStatusChange", + "owner": { + "type": "@Class", + "id": "classes/1420", + "fixedId": true, + "name": "__ZoomExitTransitionState&State&_ZoomTransitionBase", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1291 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1420/functions/onAnimationValueChange", + "fixedId": true, + "name": "onAnimationValueChange", + "owner": { + "type": "@Class", + "id": "classes/1420", + "fixedId": true, + "name": "__ZoomExitTransitionState&State&_ZoomTransitionBase", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1420/implicit_closures/2", + "fixedId": true, + "name": "onAnimationValueChange", + "owner": { + "type": "@Function", + "id": "classes/1420/functions/onAnimationValueChange", + "fixedId": true, + "name": "onAnimationValueChange", + "owner": { + "type": "@Class", + "id": "classes/1420", + "fixedId": true, + "name": "__ZoomExitTransitionState&State&_ZoomTransitionBase", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1282 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1420/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1420", + "fixedId": true, + "name": "__ZoomExitTransitionState&State&_ZoomTransitionBase", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1421/field_inits/_scaleDownTransition%40114490068", + "fixedId": true, + "name": "_scaleDownTransition", + "owner": { + "type": "@Class", + "id": "classes/1421", + "fixedId": true, + "name": "_ZoomExitTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1421/field_inits/_scaleUpTransition%40114490068", + "fixedId": true, + "name": "_scaleUpTransition", + "owner": { + "type": "@Class", + "id": "classes/1421", + "fixedId": true, + "name": "_ZoomExitTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 460 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1421/field_inits/_fadeOutTransition%40114490068", + "fixedId": true, + "name": "_fadeOutTransition", + "owner": { + "type": "@Class", + "id": "classes/1421", + "fixedId": true, + "name": "_ZoomExitTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 455 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1421/functions/_updateAnimations%40114490068", + "fixedId": true, + "name": "_updateAnimations", + "owner": { + "type": "@Class", + "id": "classes/1421", + "fixedId": true, + "name": "_ZoomExitTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 470 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1421/functions/_ZoomExitTransitionState%40114490068.", + "fixedId": true, + "name": "_ZoomExitTransitionState", + "owner": { + "type": "@Class", + "id": "classes/1421", + "fixedId": true, + "name": "_ZoomExitTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SnapshotController" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ZoomEnterTransition@114490068" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1422/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1422", + "fixedId": true, + "name": "__ZoomEnterTransitionState&State&_ZoomTransitionBase", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1422/functions/__ZoomEnterTransitionState%26State%26_ZoomTransitionBase%40114490068.", + "fixedId": true, + "name": "__ZoomEnterTransitionState&State&_ZoomTransitionBase", + "owner": { + "type": "@Class", + "id": "classes/1422", + "fixedId": true, + "name": "__ZoomEnterTransitionState&State&_ZoomTransitionBase", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/732/functions/_snapshotAwareDelegatedTransition%40114490068", + "fixedId": true, + "name": "_snapshotAwareDelegatedTransition", + "owner": { + "type": "@Class", + "id": "classes/732", + "fixedId": true, + "name": "ZoomPageTransitionsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 950 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DualTransitionBuilder" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: DualTransitionBuilder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1401/functions/_updateAnimations%40158338117", + "fixedId": true, + "name": "_updateAnimations", + "owner": { + "type": "@Class", + "id": "classes/1401", + "fixedId": true, + "name": "_DualTransitionBuilderState", + "library": { + "type": "@Library", + "id": "libraries/@158338117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1401/functions/_animationListener%40158338117", + "fixedId": true, + "name": "_animationListener", + "owner": { + "type": "@Class", + "id": "classes/1401", + "fixedId": true, + "name": "_DualTransitionBuilderState", + "library": { + "type": "@Library", + "id": "libraries/@158338117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1401/implicit_closures/2", + "fixedId": true, + "name": "_animationListener", + "owner": { + "type": "@Function", + "id": "classes/1401/functions/_animationListener%40158338117", + "fixedId": true, + "name": "_animationListener", + "owner": { + "type": "@Class", + "id": "classes/1401", + "fixedId": true, + "name": "_DualTransitionBuilderState", + "library": { + "type": "@Library", + "id": "libraries/@158338117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1, + "line": 100 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1401/functions/_DualTransitionBuilderState%40158338117.", + "fixedId": true, + "name": "_DualTransitionBuilderState", + "owner": { + "type": "@Class", + "id": "classes/1401", + "fixedId": true, + "name": "_DualTransitionBuilderState", + "library": { + "type": "@Library", + "id": "libraries/@158338117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/732/closures/679", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/732/functions/_snapshotAwareDelegatedTransition%40114490068", + "fixedId": true, + "name": "_snapshotAwareDelegatedTransition", + "owner": { + "type": "@Class", + "id": "classes/732", + "fixedId": true, + "name": "ZoomPageTransitionsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 950 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 972 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ZoomExitTransition" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/732/closures/678", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/732/functions/_snapshotAwareDelegatedTransition%40114490068", + "fixedId": true, + "name": "_snapshotAwareDelegatedTransition", + "owner": { + "type": "@Class", + "id": "classes/732", + "fixedId": true, + "name": "ZoomPageTransitionsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 950 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 963 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ZoomEnterTransition" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/didComplete", + "fixedId": true, + "name": "didComplete", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2432/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 475 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NavigatorPopObservation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/functions/handlePop", + "fixedId": true, + "name": "handlePop", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/onPopInvokedWithResult", + "fixedId": true, + "name": "onPopInvokedWithResult", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2433/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2021 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/onPopInvokedWithResult", + "fixedId": true, + "name": "onPopInvokedWithResult", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2434/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/296/functions/didPop", + "fixedId": true, + "name": "didPop", + "owner": { + "type": "@Class", + "id": "classes/296", + "fixedId": true, + "name": "_MaterialPageRoute&PageRoute&MaterialRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2435/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/293/functions/didPop", + "fixedId": true, + "name": "didPop", + "owner": { + "type": "@Class", + "id": "classes/293", + "fixedId": true, + "name": "_ModalRoute&TransitionRoute&LocalHistoryRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2436/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 923 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/didPop", + "fixedId": true, + "name": "didPop", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2437/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 376 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/291/functions/didPop", + "fixedId": true, + "name": "didPop", + "owner": { + "type": "@Class", + "id": "classes/291", + "fixedId": true, + "name": "OverlayRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2438/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/finalizeRoute", + "fixedId": true, + "name": "finalizeRoute", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5693 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/functions/finalize", + "fixedId": true, + "name": "finalize", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/2505/functions/indexWhere", + "fixedId": true, + "name": "indexWhere", + "owner": { + "type": "@Class", + "id": "classes/2505", + "fixedId": true, + "name": "_History", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3615 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/indexWhere", + "fixedId": true, + "name": "indexWhere", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2439/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/closures/648", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/285/functions/isRoutePredicate", + "fixedId": true, + "name": "isRoutePredicate", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3482 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3483 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/get%3AfinishedWhenPopped", + "fixedId": true, + "name": "finishedWhenPopped", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2440/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 177 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/256/functions/_notifyRemoved%40196188637", + "fixedId": true, + "name": "_notifyRemoved", + "owner": { + "type": "@Class", + "id": "classes/256", + "fixedId": true, + "name": "LocalHistoryEntry", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 705 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/296/functions/get%3AreverseTransitionDuration", + "fixedId": true, + "name": "reverseTransitionDuration", + "owner": { + "type": "@Class", + "id": "classes/296", + "fixedId": true, + "name": "_MaterialPageRoute&PageRoute&MaterialRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2441/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/296/functions/_getPageTransitionBuilder%40113331911", + "fixedId": true, + "name": "_getPageTransitionBuilder", + "owner": { + "type": "@Class", + "id": "classes/296", + "fixedId": true, + "name": "_MaterialPageRoute&PageRoute&MaterialRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2442/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/functions/handlePush", + "fixedId": true, + "name": "handlePush", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3199 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NavigatorReplaceObservation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/didReplace", + "fixedId": true, + "name": "didReplace", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2443/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 363 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/296/functions/didPush", + "fixedId": true, + "name": "didPush", + "owner": { + "type": "@Class", + "id": "classes/296", + "fixedId": true, + "name": "_MaterialPageRoute&PageRoute&MaterialRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2444/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/didPush", + "fixedId": true, + "name": "didPush", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2445/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1666 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/didPush", + "fixedId": true, + "name": "didPush", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2446/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 336 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/didPush", + "fixedId": true, + "name": "didPush", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2447/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 265 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/closures/665", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/289/functions/didPush", + "fixedId": true, + "name": "didPush", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2448/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 265 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/296/functions/get%3AtransitionDuration", + "fixedId": true, + "name": "transitionDuration", + "owner": { + "type": "@Class", + "id": "classes/296", + "fixedId": true, + "name": "_MaterialPageRoute&PageRoute&MaterialRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2449/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/closures/641", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/285/functions/handlePush", + "fixedId": true, + "name": "handlePush", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3199 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/functions/handleDidPopNext", + "fixedId": true, + "name": "handleDidPopNext", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3255 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WeakReference" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/closures/640", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/285/functions/handleDidPopNext", + "fixedId": true, + "name": "handleDidPopNext", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3255 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/didChangeNext", + "fixedId": true, + "name": "didChangeNext", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2450/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/didChangeNext", + "fixedId": true, + "name": "didChangeNext", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2451/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 404 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/didAdd", + "fixedId": true, + "name": "didAdd", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2452/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1674 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/didAdd", + "fixedId": true, + "name": "didAdd", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2453/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 352 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/didAdd", + "fixedId": true, + "name": "didAdd", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2454/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/closures/666", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/289/functions/didAdd", + "fixedId": true, + "name": "didAdd", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2455/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 282 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 296 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/install", + "fixedId": true, + "name": "install", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2456/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1659 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/install", + "fixedId": true, + "name": "install", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2457/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/functions/set%3Aopaque", + "fixedId": true, + "name": "opaque=", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 138 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/291/functions/install", + "fixedId": true, + "name": "install", + "owner": { + "type": "@Class", + "id": "classes/291", + "fixedId": true, + "name": "OverlayRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2458/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 67 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/createOverlayEntries", + "fixedId": true, + "name": "createOverlayEntries", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2459/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/implicit_closures/30", + "fixedId": true, + "name": "_buildModalScope", + "owner": { + "type": "@Function", + "id": "classes/294/functions/_buildModalScope%40196188637", + "fixedId": true, + "name": "_buildModalScope", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2460/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2312 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/_buildModalScope%40196188637", + "fixedId": true, + "name": "_buildModalScope", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2461/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2312 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Semantics" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ModalScope" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/implicit_closures/28", + "fixedId": true, + "name": "_buildModalBarrier", + "owner": { + "type": "@Function", + "id": "classes/294/functions/_buildModalBarrier%40196188637", + "fixedId": true, + "name": "_buildModalBarrier", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2462/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2250 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2250 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/_buildModalBarrier%40196188637", + "fixedId": true, + "name": "_buildModalBarrier", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2463/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2250 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/buildModalBarrier", + "fixedId": true, + "name": "buildModalBarrier", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2464/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2275 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ModalBarrier" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/createAnimation", + "fixedId": true, + "name": "createAnimation", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2465/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/createAnimationController", + "fixedId": true, + "name": "createAnimationController", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2466/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 232 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NavigatorPushObservation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_getIndexBefore%40181124995", + "fixedId": true, + "name": "_getIndexBefore", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4610 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/implicit_closures/21", + "fixedId": true, + "name": "willBePresentPredicate", + "owner": { + "type": "@Function", + "id": "classes/285/functions/willBePresentPredicate", + "fixedId": true, + "name": "willBePresentPredicate", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3480 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3480 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/functions/pop", + "fixedId": true, + "name": "pop", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/lastWhere", + "fixedId": true, + "name": "lastWhere", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2467/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 746 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1053/closures/944", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1053/functions/dragEnd", + "fixedId": true, + "name": "dragEnd", + "owner": { + "type": "@Class", + "id": "classes/1053", + "fixedId": true, + "name": "_CupertinoBackGestureController", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2468/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 851 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 904 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1053/functions/dragUpdate", + "fixedId": true, + "name": "dragUpdate", + "owner": { + "type": "@Class", + "id": "classes/1053", + "fixedId": true, + "name": "_CupertinoBackGestureController", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2469/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 845 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1349/field_inits/kTween", + "fixedId": true, + "name": "kTween", + "owner": { + "type": "@Class", + "id": "classes/1349", + "fixedId": true, + "name": "_CupertinoEdgeShadowDecoration", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 921 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DecorationTween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1349/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1349", + "fixedId": true, + "name": "_CupertinoEdgeShadowDecoration", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 958 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CupertinoEdgeShadowDecoration" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1349/closures/977", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1349/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1349", + "fixedId": true, + "name": "_CupertinoEdgeShadowDecoration", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 958 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 977 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1349/closures/976", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1349/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1349", + "fixedId": true, + "name": "_CupertinoEdgeShadowDecoration", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 958 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 970 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: CupertinoPageTransition" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Animation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1457/functions/_setupAnimation%40376053933", + "fixedId": true, + "name": "_setupAnimation", + "owner": { + "type": "@Class", + "id": "classes/1457", + "fixedId": true, + "name": "_CupertinoPageTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 531 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1457/functions/_disposeCurve%40376053933", + "fixedId": true, + "name": "_disposeCurve", + "owner": { + "type": "@Class", + "id": "classes/1457", + "fixedId": true, + "name": "_CupertinoPageTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 522 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/functions/_convertToLogical%40376053933", + "fixedId": true, + "name": "_convertToLogical", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2470/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 783 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/functions/_handlePointerDown%40376053933", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2471/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 777 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/implicit_closures/6", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Function", + "id": "classes/1455/functions/_handlePointerDown%40376053933", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2472/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 777 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 777 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/functions/_handleDragCancel%40376053933", + "fixedId": true, + "name": "_handleDragCancel", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2473/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 769 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/implicit_closures/5", + "fixedId": true, + "name": "_handleDragCancel", + "owner": { + "type": "@Function", + "id": "classes/1455/functions/_handleDragCancel%40376053933", + "fixedId": true, + "name": "_handleDragCancel", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2474/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 769 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 769 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/functions/_handleDragEnd%40376053933", + "fixedId": true, + "name": "_handleDragEnd", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2475/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 760 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/get%3Asize", + "fixedId": true, + "name": "size", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4821 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/implicit_closures/4", + "fixedId": true, + "name": "_handleDragEnd", + "owner": { + "type": "@Function", + "id": "classes/1455/functions/_handleDragEnd%40376053933", + "fixedId": true, + "name": "_handleDragEnd", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2476/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 760 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 760 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/functions/_handleDragUpdate%40376053933", + "fixedId": true, + "name": "_handleDragUpdate", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2477/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 752 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/implicit_closures/3", + "fixedId": true, + "name": "_handleDragUpdate", + "owner": { + "type": "@Function", + "id": "classes/1455/functions/_handleDragUpdate%40376053933", + "fixedId": true, + "name": "_handleDragUpdate", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2478/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 752 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 752 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/functions/_handleDragStart%40376053933", + "fixedId": true, + "name": "_handleDragStart", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2479/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 746 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/implicit_closures/2", + "fixedId": true, + "name": "_handleDragStart", + "owner": { + "type": "@Function", + "id": "classes/1455/functions/_handleDragStart%40376053933", + "fixedId": true, + "name": "_handleDragStart", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2480/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 746 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 746 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1721/functions/delegatedTransition", + "fixedId": true, + "name": "delegatedTransition", + "owner": { + "type": "@Class", + "id": "classes/1721", + "fixedId": true, + "name": "CupertinoPageTransition", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 456 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SlideTransition" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1721/implicit_closures/0", + "fixedId": true, + "name": "delegatedTransition", + "owner": { + "type": "@Function", + "id": "classes/1721/functions/delegatedTransition", + "fixedId": true, + "name": "delegatedTransition", + "owner": { + "type": "@Class", + "id": "classes/1721", + "fixedId": true, + "name": "CupertinoPageTransition", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 456 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 456 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1054/functions/buildPageTransitions", + "fixedId": true, + "name": "buildPageTransitions", + "owner": { + "type": "@Class", + "id": "classes/1054", + "fixedId": true, + "name": "CupertinoRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 228 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/get%3ApopGestureInProgress", + "fixedId": true, + "name": "popGestureInProgress", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2481/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1879 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CupertinoPageTransition" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CupertinoBackGestureDetector" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1054/closures/901", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1054/functions/buildPageTransitions", + "fixedId": true, + "name": "buildPageTransitions", + "owner": { + "type": "@Class", + "id": "classes/1054", + "fixedId": true, + "name": "CupertinoRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 228 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1054/functions/_startPopGesture%40376053933", + "fixedId": true, + "name": "_startPopGesture", + "owner": { + "type": "@Class", + "id": "classes/1054", + "fixedId": true, + "name": "CupertinoRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/didStartUserGesture", + "fixedId": true, + "name": "didStartUserGesture", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5761 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CupertinoBackGestureController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1054/closures/903", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1054/functions/_startPopGesture%40376053933", + "fixedId": true, + "name": "_startPopGesture", + "owner": { + "type": "@Class", + "id": "classes/1054", + "fixedId": true, + "name": "CupertinoRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 203 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/get%3AisActive", + "fixedId": true, + "name": "isActive", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2482/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 637 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1054/closures/902", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1054/functions/_startPopGesture%40376053933", + "fixedId": true, + "name": "_startPopGesture", + "owner": { + "type": "@Class", + "id": "classes/1054", + "fixedId": true, + "name": "CupertinoRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 203 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1054/closures/900", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1054/functions/buildPageTransitions", + "fixedId": true, + "name": "buildPageTransitions", + "owner": { + "type": "@Class", + "id": "classes/1054", + "fixedId": true, + "name": "CupertinoRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 228 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/get%3ApopGestureEnabled", + "fixedId": true, + "name": "popGestureEnabled", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2483/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1886 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/get%3AhasScopedWillPopCallback", + "fixedId": true, + "name": "hasScopedWillPopCallback", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2484/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1050/functions/_paintImage%40356037234", + "fixedId": true, + "name": "_paintImage", + "owner": { + "type": "@Class", + "id": "classes/1050", + "fixedId": true, + "name": "_ShapeDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1050/functions/_adjustedRectOnOutlinedBorder%40356037234", + "fixedId": true, + "name": "_adjustedRectOnOutlinedBorder", + "owner": { + "type": "@Class", + "id": "classes/1050", + "fixedId": true, + "name": "_ShapeDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 446 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/deflate", + "fixedId": true, + "name": "deflate", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 775 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1050/functions/_paintInterior%40356037234", + "fixedId": true, + "name": "_paintInterior", + "owner": { + "type": "@Class", + "id": "classes/1050", + "fixedId": true, + "name": "_ShapeDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 428 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1050/functions/_paintShadows%40356037234", + "fixedId": true, + "name": "_paintShadows", + "owner": { + "type": "@Class", + "id": "classes/1050", + "fixedId": true, + "name": "_ShapeDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1050/functions/_precache%40356037234", + "fixedId": true, + "name": "_precache", + "owner": { + "type": "@Class", + "id": "classes/1050", + "fixedId": true, + "name": "_ShapeDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1050/closures/952", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1050/functions/_precache%40356037234", + "fixedId": true, + "name": "_precache", + "owner": { + "type": "@Class", + "id": "classes/1050", + "fixedId": true, + "name": "_ShapeDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 309 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1050/closures/951", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1050/functions/_precache%40356037234", + "fixedId": true, + "name": "_precache", + "owner": { + "type": "@Class", + "id": "classes/1050", + "fixedId": true, + "name": "_ShapeDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 309 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1347/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1347", + "fixedId": true, + "name": "ShapeDecoration", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 219 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ShapeDecoration" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1347/functions/ShapeDecoration.fromBoxDecoration", + "fixedId": true, + "name": "ShapeDecoration.fromBoxDecoration", + "owner": { + "type": "@Class", + "id": "classes/1347", + "fixedId": true, + "name": "ShapeDecoration", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RoundedRectangleBorder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1437/functions/_build%4090412529", + "fixedId": true, + "name": "_build", + "owner": { + "type": "@Class", + "id": "classes/1437", + "fixedId": true, + "name": "_InkState", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 277 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/766/functions/set%3Aconfiguration", + "fixedId": true, + "name": "configuration=", + "owner": { + "type": "@Class", + "id": "classes/766", + "fixedId": true, + "name": "InkDecoration", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/766/functions/set%3AisVisible", + "fixedId": true, + "name": "isVisible=", + "owner": { + "type": "@Class", + "id": "classes/766", + "fixedId": true, + "name": "InkDecoration", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/766/functions/set%3Adecoration", + "fixedId": true, + "name": "decoration=", + "owner": { + "type": "@Class", + "id": "classes/766", + "fixedId": true, + "name": "InkDecoration", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/766/implicit_closures/6", + "fixedId": true, + "name": "_handleChanged", + "owner": { + "type": "@Function", + "id": "classes/766/functions/_handleChanged%4090412529", + "fixedId": true, + "name": "_handleChanged", + "owner": { + "type": "@Class", + "id": "classes/766", + "fixedId": true, + "name": "InkDecoration", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 388 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/766/functions/_handleChanged%4090412529", + "fixedId": true, + "name": "_handleChanged", + "owner": { + "type": "@Class", + "id": "classes/766", + "fixedId": true, + "name": "InkDecoration", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/766/functions/InkDecoration.", + "fixedId": true, + "name": "InkDecoration", + "owner": { + "type": "@Class", + "id": "classes/766", + "fixedId": true, + "name": "InkDecoration", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 329 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate InkDecoration" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/image.dart", + "function": { + "type": "@Function", + "id": "libraries/@170215529/functions/createLocalImageConfiguration", + "fixedId": true, + "name": "createLocalImageConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@170215529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/image.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@170215529/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/image.dart" + }, + "tokenPos": -1, + "line": 65 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ImageConfiguration" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/asset_bundle.dart", + "function": { + "type": "@Function", + "id": "classes/409/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/409", + "fixedId": true, + "name": "PlatformAssetBundle", + "library": { + "type": "@Library", + "id": "libraries/@264177032", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1, + "line": 325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/functions/encodeFull", + "fixedId": true, + "name": "encodeFull", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/asset_bundle.dart", + "function": { + "type": "@Function", + "id": "classes/409/closures/348", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/409/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/409", + "fixedId": true, + "name": "PlatformAssetBundle", + "library": { + "type": "@Library", + "id": "libraries/@264177032", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1, + "line": 325 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/asset_bundle.dart", + "function": { + "type": "@Function", + "id": "libraries/@264177032/functions/_errorSummaryWithKey%40264177032", + "fixedId": true, + "name": "_errorSummaryWithKey", + "owner": { + "type": "@Library", + "id": "libraries/@264177032", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1, + "line": 385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/asset_bundle.dart", + "function": { + "type": "@Function", + "id": "libraries/@264177032/field_inits/rootBundle", + "fixedId": true, + "name": "rootBundle", + "owner": { + "type": "@Library", + "id": "libraries/@264177032", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1, + "line": 418 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/asset_bundle.dart", + "function": { + "type": "@Function", + "id": "libraries/@264177032/functions/_initRootBundle%40264177032", + "fixedId": true, + "name": "_initRootBundle", + "owner": { + "type": "@Library", + "id": "libraries/@264177032", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1, + "line": 381 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/asset_bundle.dart", + "function": { + "type": "@Function", + "id": "classes/408/functions/CachingAssetBundle.", + "fixedId": true, + "name": "CachingAssetBundle", + "owner": { + "type": "@Class", + "id": "classes/408", + "fixedId": true, + "name": "CachingAssetBundle", + "library": { + "type": "@Library", + "id": "libraries/@264177032", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Future" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PlatformAssetBundle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/asset_bundle.dart", + "function": { + "type": "@Function", + "id": "classes/408/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/408", + "fixedId": true, + "name": "CachingAssetBundle", + "library": { + "type": "@Library", + "id": "libraries/@264177032", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1, + "line": 309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/image_provider.dart", + "function": { + "type": "@Function", + "id": "classes/682/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/682", + "fixedId": true, + "name": "ImageConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@349477495", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@349477495/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@349477495/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "tokenPos": -1, + "line": 62 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/maybeDevicePixelRatioOf", + "fixedId": true, + "name": "maybeDevicePixelRatioOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1415 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1614/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1614", + "fixedId": true, + "name": "DefaultAssetBundle", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7016 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1437/implicit_closures/1", + "fixedId": true, + "name": "_handleRemoved", + "owner": { + "type": "@Function", + "id": "classes/1437/functions/_handleRemoved%4090412529", + "fixedId": true, + "name": "_handleRemoved", + "owner": { + "type": "@Class", + "id": "classes/1437", + "fixedId": true, + "name": "_InkState", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 266 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 266 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1437/functions/_handleRemoved%4090412529", + "fixedId": true, + "name": "_handleRemoved", + "owner": { + "type": "@Class", + "id": "classes/1437", + "fixedId": true, + "name": "_InkState", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 266 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1437/implicit_closures/3", + "fixedId": true, + "name": "_build", + "owner": { + "type": "@Function", + "id": "classes/1437/functions/_build%4090412529", + "fixedId": true, + "name": "_build", + "owner": { + "type": "@Class", + "id": "classes/1437", + "fixedId": true, + "name": "_InkState", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 277 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 277 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: InkFeature" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/760/functions/_getPaintTransform%40100372823", + "fixedId": true, + "name": "_getPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/760", + "fixedId": true, + "name": "InkFeature", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 719 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1432/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1432", + "fixedId": true, + "name": "__MaterialState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1432/implicit_closures/3", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Function", + "id": "classes/1432/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1432", + "fixedId": true, + "name": "__MaterialState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1432/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1432", + "fixedId": true, + "name": "__MaterialState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1074/functions/_initialize%4050458455", + "fixedId": true, + "name": "_initialize", + "owner": { + "type": "@Class", + "id": "classes/1074", + "fixedId": true, + "name": "MaterialPointArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1798/functions/didUnregisterListener", + "fixedId": true, + "name": "didUnregisterListener", + "owner": { + "type": "@Class", + "id": "classes/1798", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2485/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1798/functions/didRegisterListener", + "fixedId": true, + "name": "didRegisterListener", + "owner": { + "type": "@Class", + "id": "classes/1798", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2486/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1799/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1799", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2487/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1805/functions/get%3A_useForwardCurve%40322411118", + "fixedId": true, + "name": "_useForwardCurve", + "owner": { + "type": "@Class", + "id": "classes/1805", + "fixedId": true, + "name": "CurvedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 423 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1806/functions/didUnregisterListener", + "fixedId": true, + "name": "didUnregisterListener", + "owner": { + "type": "@Class", + "id": "classes/1806", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1808/implicit_closures/4", + "fixedId": true, + "name": "_statusChangeHandler", + "owner": { + "type": "@Function", + "id": "classes/1808/functions/_statusChangeHandler%40322411118", + "fixedId": true, + "name": "_statusChangeHandler", + "owner": { + "type": "@Class", + "id": "classes/1808", + "fixedId": true, + "name": "ReverseAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 303 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1808/functions/_statusChangeHandler%40322411118", + "fixedId": true, + "name": "_statusChangeHandler", + "owner": { + "type": "@Class", + "id": "classes/1808", + "fixedId": true, + "name": "ReverseAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1807/functions/notifyStatusListeners", + "fixedId": true, + "name": "notifyStatusListeners", + "owner": { + "type": "@Class", + "id": "classes/1807", + "fixedId": true, + "name": "_ReverseAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1806/functions/didRegisterListener", + "fixedId": true, + "name": "didRegisterListener", + "owner": { + "type": "@Class", + "id": "classes/1806", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1800/functions/notifyStatusListeners", + "fixedId": true, + "name": "notifyStatusListeners", + "owner": { + "type": "@Class", + "id": "classes/1800", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2488/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1801/functions/_maybeNotifyListeners%40322411118", + "fixedId": true, + "name": "_maybeNotifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1801", + "fixedId": true, + "name": "CompoundAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2489/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 678 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1801/implicit_closures/6", + "fixedId": true, + "name": "_maybeNotifyListeners", + "owner": { + "type": "@Function", + "id": "classes/1801/functions/_maybeNotifyListeners%40322411118", + "fixedId": true, + "name": "_maybeNotifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1801", + "fixedId": true, + "name": "CompoundAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2490/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 678 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 678 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1801/functions/_maybeNotifyStatusListeners%40322411118", + "fixedId": true, + "name": "_maybeNotifyStatusListeners", + "owner": { + "type": "@Class", + "id": "classes/1801", + "fixedId": true, + "name": "CompoundAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2491/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 670 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1801/implicit_closures/5", + "fixedId": true, + "name": "_maybeNotifyStatusListeners", + "owner": { + "type": "@Function", + "id": "classes/1801/functions/_maybeNotifyStatusListeners%40322411118", + "fixedId": true, + "name": "_maybeNotifyStatusListeners", + "owner": { + "type": "@Class", + "id": "classes/1801", + "fixedId": true, + "name": "CompoundAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2492/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 670 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 670 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/buildParent", + "fixedId": true, + "name": "buildParent", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RangeMaintainingScrollPhysics" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BouncingScrollPhysics" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ClampingScrollPhysics" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AlwaysScrollableScrollPhysics" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DirectionalFocusAction" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PreviousFocusAction" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate NextFocusAction" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RequestFocusAction" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1203/functions/DoNothingAction.", + "fixedId": true, + "name": "DoNothingAction", + "owner": { + "type": "@Class", + "id": "classes/1203", + "fixedId": true, + "name": "DoNothingAction", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1479 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DoNothingAction" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: VoidCallbackIntent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PrioritizedIntents" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: DirectionalFocusIntent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PreviousFocusIntent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: NextFocusIntent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RequestFocusIntent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ScrollIntent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: WidgetsApp" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/didChangeAppLifecycleState", + "fixedId": true, + "name": "didChangeAppLifecycleState", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: WidgetsBindingObserver" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/functions/_updateData%40178282825", + "fixedId": true, + "name": "_updateData", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1991 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/closures/618", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1394/functions/_updateData%40178282825", + "fixedId": true, + "name": "_updateData", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1991 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1994 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/functions/_updateParentData%40178282825", + "fixedId": true, + "name": "_updateParentData", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1986 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/maybeNavigationModeOf", + "fixedId": true, + "name": "maybeNavigationModeOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1781 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/viewPaddingOf", + "fixedId": true, + "name": "viewPaddingOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1572 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/textScalerOf", + "fixedId": true, + "name": "textScalerOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/maybeTextScalerOf", + "fixedId": true, + "name": "maybeTextScalerOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/accessibleNavigationOf", + "fixedId": true, + "name": "accessibleNavigationOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1616 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/MediaQuery.removePadding", + "fixedId": true, + "name": "MediaQuery.removePadding", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1031 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/paddingOf", + "fixedId": true, + "name": "paddingOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/maybeBoldTextOf", + "fixedId": true, + "name": "maybeBoldTextOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1735 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/withClampedTextScaling", + "fixedId": true, + "name": "withClampedTextScaling", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/closures/760", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1610/functions/withClampedTextScaling", + "fixedId": true, + "name": "withClampedTextScaling", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1191 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/devicePixelRatioOf", + "fixedId": true, + "name": "devicePixelRatioOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1405 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/maybeViewInsetsOf", + "fixedId": true, + "name": "maybeViewInsetsOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1539 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/maybeGestureSettingsOf", + "fixedId": true, + "name": "maybeGestureSettingsOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1803 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/fromView", + "fixedId": true, + "name": "fromView", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1155 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MediaQueryFromView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/boldTextOf", + "fixedId": true, + "name": "boldTextOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1725 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/viewInsetsOf", + "fixedId": true, + "name": "viewInsetsOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1528 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/widthOf", + "fixedId": true, + "name": "widthOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1343 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/heightOf", + "fixedId": true, + "name": "heightOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/_maybeOf%40178282825", + "fixedId": true, + "name": "_maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3A_isHighContrastDependent%40372482824", + "fixedId": true, + "name": "_isHighContrastDependent", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 968 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/interface_level.dart", + "function": { + "type": "@Function", + "id": "classes/1641/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1641", + "fixedId": true, + "name": "CupertinoUserInterfaceLevel", + "library": { + "type": "@Library", + "id": "libraries/@374320671", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/interface_level.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@374320671/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Finterface_level.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/interface_level.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@374320671/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Finterface_level.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/interface_level.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3A_isInterfaceElevationDependent%40372482824", + "fixedId": true, + "name": "_isInterfaceElevationDependent", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 975 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1771/functions/maybeBrightnessOf", + "fixedId": true, + "name": "maybeBrightnessOf", + "owner": { + "type": "@Class", + "id": "classes/1771", + "fixedId": true, + "name": "CupertinoTheme", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3A_isPlatformBrightnessDependent%40372482824", + "fixedId": true, + "name": "_isPlatformBrightnessDependent", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 961 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1048/functions/resolveFrom", + "fixedId": true, + "name": "resolveFrom", + "owner": { + "type": "@Class", + "id": "classes/1048", + "fixedId": true, + "name": "_TextThemeDefaultsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@378439196", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1, + "line": 425 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TextThemeDefaultsBuilder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1042/functions/createDefaults", + "fixedId": true, + "name": "createDefaults", + "owner": { + "type": "@Class", + "id": "classes/1042", + "fixedId": true, + "name": "_CupertinoTextThemeDefaults", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 663 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DefaultCupertinoTextThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1046/functions/noDefault", + "fixedId": true, + "name": "noDefault", + "owner": { + "type": "@Class", + "id": "classes/1046", + "fixedId": true, + "name": "CupertinoThemeData", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1047/functions/resolveFrom", + "fixedId": true, + "name": "resolveFrom", + "owner": { + "type": "@Class", + "id": "classes/1047", + "fixedId": true, + "name": "MaterialBasedCupertinoThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 3049 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MaterialBasedCupertinoThemeData" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ThemeExtension" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ThemeExtension>" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/functions/_createAdaptationMap%40138408314", + "fixedId": true, + "name": "_createAdaptationMap", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 897 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Adaptation" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IconThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/typography.dart", + "function": { + "type": "@Function", + "id": "classes/1178/functions/Typography.material2014", + "fixedId": true, + "name": "Typography.material2014", + "owner": { + "type": "@Class", + "id": "classes/1178", + "fixedId": true, + "name": "Typography", + "library": { + "type": "@Library", + "id": "libraries/@144382893", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/typography.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/typography.dart", + "function": { + "type": "@Function", + "id": "classes/1178/functions/Typography._withPlatform%40144382893", + "fixedId": true, + "name": "Typography._withPlatform", + "owner": { + "type": "@Class", + "id": "classes/1178", + "fixedId": true, + "name": "Typography", + "library": { + "type": "@Library", + "id": "libraries/@144382893", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/typography.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Typography" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/typography.dart", + "function": { + "type": "@Function", + "id": "classes/1178/functions/Typography.material2021", + "fixedId": true, + "name": "Typography.material2021", + "owner": { + "type": "@Class", + "id": "classes/1178", + "fixedId": true, + "name": "Typography", + "library": { + "type": "@Library", + "id": "libraries/@144382893", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/typography.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1, + "line": 175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/typography.dart", + "function": { + "type": "@Function", + "id": "classes/1178/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1178", + "fixedId": true, + "name": "Typography", + "library": { + "type": "@Library", + "id": "libraries/@144382893", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/typography.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1, + "line": 308 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1185/functions/apply", + "fixedId": true, + "name": "apply", + "owner": { + "type": "@Class", + "id": "classes/1185", + "fixedId": true, + "name": "TextTheme", + "library": { + "type": "@Library", + "id": "libraries/@136176439", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1, + "line": 393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_style.dart", + "function": { + "type": "@Function", + "id": "classes/1175/functions/apply", + "fixedId": true, + "name": "apply", + "owner": { + "type": "@Class", + "id": "classes/1175", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@362401080", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 967 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ButtonThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/ColorScheme.fromSwatch", + "fixedId": true, + "name": "ColorScheme.fromSwatch", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1003 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/functions/estimateBrightnessForColor", + "fixedId": true, + "name": "estimateBrightnessForColor", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1776 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/get%3Aoutline", + "fixedId": true, + "name": "outline", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1183/functions/defaultDensityForPlatform", + "fixedId": true, + "name": "defaultDensityForPlatform", + "owner": { + "type": "@Class", + "id": "classes/1183", + "fixedId": true, + "name": "VisualDensity", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 3250 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/menu_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1226/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1226", + "fixedId": true, + "name": "MenuBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@103426521", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/menu_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@103426521/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@103426521/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_bar_theme.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MenuBarThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/menu_style.dart", + "function": { + "type": "@Function", + "id": "classes/1223/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1223", + "fixedId": true, + "name": "MenuStyle", + "library": { + "type": "@Library", + "id": "libraries/@105101985", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/menu_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@105101985/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_style.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@105101985/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_style.dart" + }, + "tokenPos": -1, + "line": 311 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MenuStyle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/constants.dart", + "function": { + "type": "@Function", + "id": "libraries/@70513792/field_inits/kDefaultIconDarkColor", + "fixedId": true, + "name": "kDefaultIconDarkColor", + "owner": { + "type": "@Library", + "id": "libraries/@70513792", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/constants.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@70513792/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fconstants.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/constants.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/constants.dart", + "function": { + "type": "@Function", + "id": "libraries/@70513792/field_inits/kDefaultIconLightColor", + "fixedId": true, + "name": "kDefaultIconLightColor", + "owner": { + "type": "@Library", + "id": "libraries/@70513792", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/constants.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@70513792/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fconstants.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/constants.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1747/functions/brightnessOf", + "fixedId": true, + "name": "brightnessOf", + "owner": { + "type": "@Class", + "id": "classes/1747", + "fixedId": true, + "name": "Theme", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1747/functions/_inheritedCupertinoThemeData%40137067045", + "fixedId": true, + "name": "_inheritedCupertinoThemeData", + "owner": { + "type": "@Class", + "id": "classes/1747", + "fixedId": true, + "name": "Theme", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1747/functions/_wrapsWidgetThemes%40137067045", + "fixedId": true, + "name": "_wrapsWidgetThemes", + "owner": { + "type": "@Class", + "id": "classes/1747", + "fixedId": true, + "name": "Theme", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 145 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IconTheme" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1628/functions/_getInheritedIconThemeData%40168033112", + "fixedId": true, + "name": "_getInheritedIconThemeData", + "owner": { + "type": "@Class", + "id": "classes/1628", + "fixedId": true, + "name": "IconTheme", + "library": { + "type": "@Library", + "id": "libraries/@168033112", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@168033112/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@168033112/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1628/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1628", + "fixedId": true, + "name": "IconTheme", + "library": { + "type": "@Library", + "id": "libraries/@168033112", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@168033112/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@168033112/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1350/functions/get%3Aopacity", + "fixedId": true, + "name": "opacity", + "owner": { + "type": "@Class", + "id": "classes/1350", + "fixedId": true, + "name": "IconThemeData", + "library": { + "type": "@Library", + "id": "libraries/@169485077", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1, + "line": 174 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1350/functions/get%3AisConcrete", + "fixedId": true, + "name": "isConcrete", + "owner": { + "type": "@Class", + "id": "classes/1350", + "fixedId": true, + "name": "IconThemeData", + "library": { + "type": "@Library", + "id": "libraries/@169485077", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1628/functions/merge", + "fixedId": true, + "name": "merge", + "owner": { + "type": "@Class", + "id": "classes/1628", + "fixedId": true, + "name": "IconTheme", + "library": { + "type": "@Library", + "id": "libraries/@168033112", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@168033112/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@168033112/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "tokenPos": -1, + "line": 30 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1628/closures/680", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1628/functions/merge", + "fixedId": true, + "name": "merge", + "owner": { + "type": "@Class", + "id": "classes/1628", + "fixedId": true, + "name": "IconTheme", + "library": { + "type": "@Library", + "id": "libraries/@168033112", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@168033112/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@168033112/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "tokenPos": -1, + "line": 30 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@168033112/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1350/functions/merge", + "fixedId": true, + "name": "merge", + "owner": { + "type": "@Class", + "id": "classes/1350", + "fixedId": true, + "name": "IconThemeData", + "library": { + "type": "@Library", + "id": "libraries/@169485077", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _MaterialInterior@100372823" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: AnimatedPhysicalModel" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 15, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1427/functions/_handleAnimationChanged%40171443363", + "fixedId": true, + "name": "_handleAnimationChanged", + "owner": { + "type": "@Class", + "id": "classes/1427", + "fixedId": true, + "name": "AnimatedWidgetBaseState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2493/0", + "kind": "TypeParameter", + "identityHashCode": 2951128452, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 562 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1427/closures/700", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1427/functions/_handleAnimationChanged%40171443363", + "fixedId": true, + "name": "_handleAnimationChanged", + "owner": { + "type": "@Class", + "id": "classes/1427", + "fixedId": true, + "name": "AnimatedWidgetBaseState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2494/0", + "kind": "TypeParameter", + "identityHashCode": 2951128452, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 562 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 563 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1427/implicit_closures/1", + "fixedId": true, + "name": "_handleAnimationChanged", + "owner": { + "type": "@Function", + "id": "classes/1427/functions/_handleAnimationChanged%40171443363", + "fixedId": true, + "name": "_handleAnimationChanged", + "owner": { + "type": "@Class", + "id": "classes/1427", + "fixedId": true, + "name": "AnimatedWidgetBaseState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2495/0", + "kind": "TypeParameter", + "identityHashCode": 2951128452, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 562 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 562 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1426/field_inits/_animation%40171443363", + "fixedId": true, + "name": "_animation", + "owner": { + "type": "@Class", + "id": "classes/1426", + "fixedId": true, + "name": "ImplicitlyAnimatedWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2496/0", + "kind": "TypeParameter", + "identityHashCode": 1135683955, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1426/functions/_createCurve%40171443363", + "fixedId": true, + "name": "_createCurve", + "owner": { + "type": "@Class", + "id": "classes/1426", + "fixedId": true, + "name": "ImplicitlyAnimatedWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2497/0", + "kind": "TypeParameter", + "identityHashCode": 1135683955, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1426/field_inits/controller", + "fixedId": true, + "name": "controller", + "owner": { + "type": "@Class", + "id": "classes/1426", + "fixedId": true, + "name": "ImplicitlyAnimatedWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2498/0", + "kind": "TypeParameter", + "identityHashCode": 1135683955, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1426/functions/_constructTweens%40171443363", + "fixedId": true, + "name": "_constructTweens", + "owner": { + "type": "@Class", + "id": "classes/1426", + "fixedId": true, + "name": "ImplicitlyAnimatedWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2499/0", + "kind": "TypeParameter", + "identityHashCode": 1135683955, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 421 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1430/closures/707", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1430/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1430", + "fixedId": true, + "name": "_AnimatedThemeState", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 295 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 298 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ThemeDataTween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1429/closures/706", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1429/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1429", + "fixedId": true, + "name": "_AnimatedDefaultTextStyleState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2143 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2146 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextStyleTween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1426/closures/712", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1426/functions/_constructTweens%40171443363", + "fixedId": true, + "name": "_constructTweens", + "owner": { + "type": "@Class", + "id": "classes/1426", + "fixedId": true, + "name": "ImplicitlyAnimatedWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2500/0", + "kind": "TypeParameter", + "identityHashCode": 1135683955, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 421 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 423 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1426/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1426", + "fixedId": true, + "name": "ImplicitlyAnimatedWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2501/0", + "kind": "TypeParameter", + "identityHashCode": 1135683955, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 372 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1426/closures/699", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1426/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1426", + "fixedId": true, + "name": "ImplicitlyAnimatedWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2502/0", + "kind": "TypeParameter", + "identityHashCode": 1135683955, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 372 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 376 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1425/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1425", + "fixedId": true, + "name": "_ImplicitlyAnimatedWidgetState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2503/0", + "kind": "TypeParameter", + "identityHashCode": 165686846, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 262 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1425/implicit_closures/3", + "fixedId": true, + "name": "_updateTicker", + "owner": { + "type": "@Function", + "id": "classes/1425/functions/_updateTicker%40228311458", + "fixedId": true, + "name": "_updateTicker", + "owner": { + "type": "@Class", + "id": "classes/1425", + "fixedId": true, + "name": "_ImplicitlyAnimatedWidgetState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2504/0", + "kind": "TypeParameter", + "identityHashCode": 165686846, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 260 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1425/functions/_updateTicker%40228311458", + "fixedId": true, + "name": "_updateTicker", + "owner": { + "type": "@Class", + "id": "classes/1425", + "fixedId": true, + "name": "_ImplicitlyAnimatedWidgetState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2505/0", + "kind": "TypeParameter", + "identityHashCode": 165686846, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1425/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1425", + "fixedId": true, + "name": "_ImplicitlyAnimatedWidgetState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2506/0", + "kind": "TypeParameter", + "identityHashCode": 165686846, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/functions/initStatesController", + "fixedId": true, + "name": "initStatesController", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 332 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/field_inits/_colors%4088331726", + "fixedId": true, + "name": "_colors", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/field_inits/_colors%4088331726", + "fixedId": true, + "name": "_colors", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1765/functions/styleFrom", + "fixedId": true, + "name": "styleFrom", + "owner": { + "type": "@Class", + "id": "classes/1765", + "fixedId": true, + "name": "IconButton", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 647 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ButtonStyle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1708/functions/allOrNull", + "fixedId": true, + "name": "allOrNull", + "owner": { + "type": "@Class", + "id": "classes/1708", + "fixedId": true, + "name": "ButtonStyleButton", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 258 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WidgetStatePropertyAll" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1708/functions/defaultColor", + "fixedId": true, + "name": "defaultColor", + "owner": { + "type": "@Class", + "id": "classes/1708", + "fixedId": true, + "name": "ButtonStyleButton", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 266 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: WidgetStatesConstraint" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WidgetStateMapper" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/field_inits/_colors%4088331726", + "fixedId": true, + "name": "_colors", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1066 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _SelectableIconButton@88331726" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/field_inits/_colors%4088331726", + "fixedId": true, + "name": "_colors", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1337 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1438/functions/get%3AstatesController", + "fixedId": true, + "name": "statesController", + "owner": { + "type": "@Class", + "id": "classes/1438", + "fixedId": true, + "name": "_SelectableIconButtonState", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 894 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "libraries/@79256481/functions/_scaledPadding%4079256481", + "fixedId": true, + "name": "_scaledPadding", + "owner": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 455 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1708/functions/scaledPadding", + "fixedId": true, + "name": "scaledPadding", + "owner": { + "type": "@Class", + "id": "classes/1708", + "fixedId": true, + "name": "ButtonStyleButton", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/field_inits/_colors%4079256481", + "fixedId": true, + "name": "_colors", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 574 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1710/functions/styleFrom", + "fixedId": true, + "name": "styleFrom", + "owner": { + "type": "@Class", + "id": "classes/1710", + "fixedId": true, + "name": "ElevatedButton", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 206 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/mouse_cursor.dart", + "function": { + "type": "@Function", + "id": "classes/1254/functions/firstNonDeferred", + "fixedId": true, + "name": "firstNonDeferred", + "owner": { + "type": "@Class", + "id": "classes/1254", + "fixedId": true, + "name": "_DeferringMouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@275171781", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1, + "line": 262 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: MouseCursorSession" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/mouse_cursor.dart", + "function": { + "type": "@Function", + "id": "classes/383/functions/handleDeviceCursorUpdate", + "fixedId": true, + "name": "handleDeviceCursorUpdate", + "owner": { + "type": "@Class", + "id": "classes/383", + "fixedId": true, + "name": "MouseCursorManager", + "library": { + "type": "@Library", + "id": "libraries/@275171781", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/1255/implicit_closures/1", + "fixedId": true, + "name": "_clickable", + "owner": { + "type": "@Function", + "id": "classes/1255/functions/_clickable%40236099430", + "fixedId": true, + "name": "_clickable", + "owner": { + "type": "@Class", + "id": "classes/1255", + "fixedId": true, + "name": "WidgetStateMouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 429 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate UnimplementedError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/mouse_cursor.dart", + "function": { + "type": "@Function", + "id": "classes/382/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/382", + "fixedId": true, + "name": "_SystemMouseCursorSession", + "library": { + "type": "@Library", + "id": "libraries/@275171781", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1, + "line": 314 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SystemMouseCursorSession" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/736/functions/resolveAs", + "fixedId": true, + "name": "resolveAs", + "owner": { + "type": "@Class", + "id": "classes/736", + "fixedId": true, + "name": "WidgetStateProperty", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2507/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 851 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/1255/functions/_clickable%40236099430", + "fixedId": true, + "name": "_clickable", + "owner": { + "type": "@Class", + "id": "classes/1255", + "fixedId": true, + "name": "WidgetStateMouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ButtonStyleButton" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/1027/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1027", + "fixedId": true, + "name": "WidgetStatesController", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 1149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/1027/functions/WidgetStatesController.", + "fixedId": true, + "name": "WidgetStatesController", + "owner": { + "type": "@Class", + "id": "classes/1027", + "fixedId": true, + "name": "WidgetStatesController", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 1145 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WidgetStatesController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/implicit_closures/0", + "fixedId": true, + "name": "handleStatesControllerChange", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/handleStatesControllerChange", + "fixedId": true, + "name": "handleStatesControllerChange", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 324 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 324 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/functions/handleStatesControllerChange", + "fixedId": true, + "name": "handleStatesControllerChange", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 324 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/756", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/handleStatesControllerChange", + "fixedId": true, + "name": "handleStatesControllerChange", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 324 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/functions/get%3AstatesController", + "fixedId": true, + "name": "statesController", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 329 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1442/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1442", + "fixedId": true, + "name": "__ButtonStyleState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1442/implicit_closures/4", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Function", + "id": "classes/1442/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1442", + "fixedId": true, + "name": "__ButtonStyleState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1442/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1442", + "fixedId": true, + "name": "__ButtonStyleState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1442/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1442", + "fixedId": true, + "name": "__ButtonStyleState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1359/functions/_updateEffectiveMode%40228311458", + "fixedId": true, + "name": "_updateEffectiveMode", + "owner": { + "type": "@Class", + "id": "classes/1359", + "fixedId": true, + "name": "_TickerModeState", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1359/functions/_TickerModeState%40228311458.", + "fixedId": true, + "name": "_TickerModeState", + "owner": { + "type": "@Class", + "id": "classes/1359", + "fixedId": true, + "name": "_TickerModeState", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1816/functions/clearListeners", + "fixedId": true, + "name": "clearListeners", + "owner": { + "type": "@Class", + "id": "classes/1816", + "fixedId": true, + "name": "_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1817/functions/clearStatusListeners", + "fixedId": true, + "name": "clearStatusListeners", + "owner": { + "type": "@Class", + "id": "classes/1817", + "fixedId": true, + "name": "_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/427/functions/_cancel%40330494659", + "fixedId": true, + "name": "_cancel", + "owner": { + "type": "@Class", + "id": "classes/427", + "fixedId": true, + "name": "TickerFuture", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 436 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TickerCanceled" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/428/functions/unscheduleTick", + "fixedId": true, + "name": "unscheduleTick", + "owner": { + "type": "@Class", + "id": "classes/428", + "fixedId": true, + "name": "Ticker", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/implicit_closures/8", + "fixedId": true, + "name": "_handleStatusChanged", + "owner": { + "type": "@Function", + "id": "classes/292/functions/_handleStatusChanged%40196188637", + "fixedId": true, + "name": "_handleStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2508/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 293 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/_handleStatusChanged%40196188637", + "fixedId": true, + "name": "_handleStatusChanged", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2509/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_routeNamed%40181124995", + "fixedId": true, + "name": "_routeNamed", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4624 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RouteSettings" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Route?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1664/closures/718", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1664/functions/defaultGenerateInitialRoutes", + "fixedId": true, + "name": "defaultGenerateInitialRoutes", + "owner": { + "type": "@Class", + "id": "classes/1664", + "fixedId": true, + "name": "Navigator", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 2968 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3031 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1664/implicit_closures/2", + "fixedId": true, + "name": "defaultGenerateInitialRoutes", + "owner": { + "type": "@Function", + "id": "classes/1664/functions/defaultGenerateInitialRoutes", + "fixedId": true, + "name": "defaultGenerateInitialRoutes", + "owner": { + "type": "@Class", + "id": "classes/1664", + "fixedId": true, + "name": "Navigator", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 2968 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 2968 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1664/functions/maybePop", + "fixedId": true, + "name": "maybePop", + "owner": { + "type": "@Class", + "id": "classes/1664", + "fixedId": true, + "name": "Navigator", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 2722 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/maybePop", + "fixedId": true, + "name": "maybePop", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5507 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/willPop", + "fixedId": true, + "name": "willPop", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2510/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1977 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/293/functions/willPop", + "fixedId": true, + "name": "willPop", + "owner": { + "type": "@Class", + "id": "classes/293", + "fixedId": true, + "name": "_ModalRoute&TransitionRoute&LocalHistoryRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2511/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 903 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/willPop", + "fixedId": true, + "name": "willPop", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2512/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _NavigatorObservation@181124995" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/278/implicit_closures/0", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Function", + "id": "classes/278/functions/notify", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Class", + "id": "classes/278", + "fixedId": true, + "name": "_NavigatorReplaceObservation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3593 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3593 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/274/functions/_RestorationInformation%40181124995.fromSerializableData", + "fixedId": true, + "name": "_RestorationInformation.fromSerializableData", + "owner": { + "type": "@Class", + "id": "classes/274", + "fixedId": true, + "name": "_RestorationInformation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/275/functions/_AnonymousRestorationInformation%40181124995.fromSerializableData", + "fixedId": true, + "name": "_AnonymousRestorationInformation.fromSerializableData", + "owner": { + "type": "@Class", + "id": "classes/275", + "fixedId": true, + "name": "_AnonymousRestorationInformation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5996 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AnonymousRestorationInformation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/276/functions/_NamedRestorationInformation%40181124995.fromSerializableData", + "fixedId": true, + "name": "_NamedRestorationInformation.fromSerializableData", + "owner": { + "type": "@Class", + "id": "classes/276", + "fixedId": true, + "name": "_NamedRestorationInformation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5965 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NamedRestorationInformation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1390/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1390", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1390/implicit_closures/4", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Function", + "id": "classes/1390/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1390", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1390/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1390", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1390/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1390", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1390/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1390", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/285/functions/_RouteEntry%40181124995.", + "fixedId": true, + "name": "_RouteEntry", + "owner": { + "type": "@Class", + "id": "classes/285", + "fixedId": true, + "name": "_RouteEntry", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/281/implicit_closures/0", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Function", + "id": "classes/281/functions/notify", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Class", + "id": "classes/281", + "fixedId": true, + "name": "_NavigatorPushObservation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3566 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3566 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/280/implicit_closures/0", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Function", + "id": "classes/280/functions/notify", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Class", + "id": "classes/280", + "fixedId": true, + "name": "_NavigatorPopObservation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3575 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3575 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/2505/functions/addAll", + "fixedId": true, + "name": "addAll", + "owner": { + "type": "@Class", + "id": "classes/2505", + "fixedId": true, + "name": "_History", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3624 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/2505/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2505", + "fixedId": true, + "name": "_History", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3619 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/restoreState", + "fixedId": true, + "name": "restoreState", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1009/functions/restoreEntriesForPage", + "fixedId": true, + "name": "restoreEntriesForPage", + "owner": { + "type": "@Class", + "id": "classes/1009", + "fixedId": true, + "name": "_HistoryProperty", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 6149 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RouteEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_forcedDisposeAllRouteEntries%40181124995", + "fixedId": true, + "name": "_forcedDisposeAllRouteEntries", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3901 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/removeWhere", + "fixedId": true, + "name": "removeWhere", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2513/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/closures/843", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1392/functions/_forcedDisposeAllRouteEntries%40181124995", + "fixedId": true, + "name": "_forcedDisposeAllRouteEntries", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3901 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3902 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/functions/registerForRestoration", + "fixedId": true, + "name": "registerForRestoration", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 771 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/functions/_updateProperty%40193384654", + "fixedId": true, + "name": "_updateProperty", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/implicit_closures/11", + "fixedId": true, + "name": "_updateProperty", + "owner": { + "type": "@Function", + "id": "classes/1391/functions/_updateProperty%40193384654", + "fixedId": true, + "name": "_updateProperty", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1006 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 686 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/_markNeedsSerialization%40287347053", + "fixedId": true, + "name": "_markNeedsSerialization", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 816 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/scheduleSerializationFor", + "fixedId": true, + "name": "scheduleSerializationFor", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/closures/361", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1014/functions/scheduleSerializationFor", + "fixedId": true, + "name": "scheduleSerializationFor", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 350 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 359 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/get%3A_rawValues%40287347053", + "fixedId": true, + "name": "_rawValues", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 627 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/closures/841", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/369/functions/get%3A_rawValues%40287347053", + "fixedId": true, + "name": "_rawValues", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 627 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 628 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 665 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/read", + "fixedId": true, + "name": "read", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 644 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 707 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/closures/848", + "fixedId": true, + "name": "listener", + "owner": { + "type": "@Function", + "id": "classes/1391/functions/registerForRestoration", + "fixedId": true, + "name": "registerForRestoration", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 771 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/closures/847", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1392/functions/restoreState", + "fixedId": true, + "name": "restoreState", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3799 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/get%3A_nextPagelessRestorationScopeId%40181124995", + "fixedId": true, + "name": "_nextPagelessRestorationScopeId", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3797 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/didToggleBucket", + "fixedId": true, + "name": "didToggleBucket", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3874 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1009/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/1009", + "fixedId": true, + "name": "_HistoryProperty", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 6136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_handleHistoryChanged%40181124995", + "fixedId": true, + "name": "_handleHistoryChanged", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3702 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/canPop", + "fixedId": true, + "name": "canPop", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5478 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/closures/845", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1392/functions/_handleHistoryChanged%40181124995", + "fixedId": true, + "name": "_handleHistoryChanged", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3702 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3723 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/implicit_closures/1", + "fixedId": true, + "name": "_handleHistoryChanged", + "owner": { + "type": "@Function", + "id": "classes/1392/functions/_handleHistoryChanged%40181124995", + "fixedId": true, + "name": "_handleHistoryChanged", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3702 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3702 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_handlePointerUpOrCancel%40181124995", + "fixedId": true, + "name": "_handlePointerUpOrCancel", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/implicit_closures/40", + "fixedId": true, + "name": "_handlePointerUpOrCancel", + "owner": { + "type": "@Function", + "id": "classes/1392/functions/_handlePointerUpOrCancel%40181124995", + "fixedId": true, + "name": "_handlePointerUpOrCancel", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5799 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_handlePointerDown%40181124995", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5795 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/implicit_closures/39", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Function", + "id": "classes/1392/functions/_handlePointerDown%40181124995", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5795 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5795 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/NavigatorState.", + "fixedId": true, + "name": "NavigatorState", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RestorableNum" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FocusNode" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HistoryProperty" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _History" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/push", + "fixedId": true, + "name": "push", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4990 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_pushEntry%40181124995", + "fixedId": true, + "name": "_pushEntry", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5043 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/pushNamed", + "fixedId": true, + "name": "pushNamed", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4709 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_updateEffectiveObservers%40181124995", + "fixedId": true, + "name": "_updateEffectiveObservers", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3974 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_recordLastFocus%40181124995", + "fixedId": true, + "name": "_recordLastFocus", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3789 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/implicit_closures/3", + "fixedId": true, + "name": "_recordLastFocus", + "owner": { + "type": "@Function", + "id": "classes/1392/functions/_recordLastFocus%40181124995", + "fixedId": true, + "name": "_recordLastFocus", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3789 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3789 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/_updateHeroController%40181124995", + "fixedId": true, + "name": "_updateHeroController", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3922 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/279/implicit_closures/0", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Function", + "id": "classes/279/functions/notify", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Class", + "id": "classes/279", + "fixedId": true, + "name": "_NavigatorRemoveObservation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3584 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3584 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/289/functions/get%3AhasActiveRouteBelow", + "fixedId": true, + "name": "hasActiveRouteBelow", + "owner": { + "type": "@Class", + "id": "classes/289", + "fixedId": true, + "name": "Route", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2514/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 612 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/297/functions/buildContent", + "fixedId": true, + "name": "buildContent", + "owner": { + "type": "@Class", + "id": "classes/297", + "fixedId": true, + "name": "MaterialPageRoute", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2515/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/296/functions/buildTransitions", + "fixedId": true, + "name": "buildTransitions", + "owner": { + "type": "@Class", + "id": "classes/296", + "fixedId": true, + "name": "_MaterialPageRoute&PageRoute&MaterialRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2516/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1218/functions/buildTransitions", + "fixedId": true, + "name": "buildTransitions", + "owner": { + "type": "@Class", + "id": "classes/1218", + "fixedId": true, + "name": "PageTransitionsTheme", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1110 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _PageTransitionsThemeTransitions" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page.dart", + "function": { + "type": "@Function", + "id": "classes/296/functions/buildPage", + "fixedId": true, + "name": "buildPage", + "owner": { + "type": "@Class", + "id": "classes/296", + "fixedId": true, + "name": "_MaterialPageRoute&PageRoute&MaterialRouteTransitionMixin", + "library": { + "type": "@Library", + "id": "libraries/@113331911", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2517/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@113331911/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page.dart" + }, + "tokenPos": -1, + "line": 187 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/get%3AcanPop", + "fixedId": true, + "name": "canPop", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2518/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/_buildFlexibleTransitions%40196188637", + "fixedId": true, + "name": "_buildFlexibleTransitions", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2519/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1626 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/isCurrentOf", + "fixedId": true, + "name": "isCurrentOf", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2520/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/get%3AimpliesAppBarDismissal", + "fixedId": true, + "name": "impliesAppBarDismissal", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2521/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/292/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/292", + "fixedId": true, + "name": "TransitionRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2522/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 644 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ModalRouteAspect@196188637" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ModalScope@196188637" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/functions/_forceRebuildPage%40196188637", + "fixedId": true, + "name": "_forceRebuildPage", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2523/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/closures/846", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1376/functions/_forceRebuildPage%40196188637", + "fixedId": true, + "name": "_forceRebuildPage", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2524/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1118 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/functions/_updateFocusScopeNode%40196188637", + "fixedId": true, + "name": "_updateFocusScopeNode", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2525/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1096 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/functions/_ModalScopeState%40196188637.", + "fixedId": true, + "name": "_ModalScopeState", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2526/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/998/functions/ScrollController.", + "fixedId": true, + "name": "ScrollController", + "owner": { + "type": "@Class", + "id": "classes/998", + "fixedId": true, + "name": "ScrollController", + "library": { + "type": "@Library", + "id": "libraries/@201437953", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1, + "line": 74 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollController" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: DismissIntent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1206/functions/_makeOverridableAction%40146441002", + "fixedId": true, + "name": "_makeOverridableAction", + "owner": { + "type": "@Class", + "id": "classes/1206", + "fixedId": true, + "name": "ContextAction", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2527/0", + "kind": "TypeParameter", + "identityHashCode": 3133501695, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 559 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _OverridableContextAction" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1208/functions/getOverrideAction", + "fixedId": true, + "name": "getOverrideAction", + "owner": { + "type": "@Class", + "id": "classes/1208", + "fixedId": true, + "name": "__OverridableAction&ContextAction&_OverridableActionMixin", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2528/0", + "kind": "TypeParameter", + "identityHashCode": 2146050921, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1634 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1687/functions/_maybeFindWithoutDependingOn%40146441002", + "fixedId": true, + "name": "_maybeFindWithoutDependingOn", + "owner": { + "type": "@Class", + "id": "classes/1687", + "fixedId": true, + "name": "Actions", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 887 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1687/functions/_visitActionsAncestors%40146441002", + "fixedId": true, + "name": "_visitActionsAncestors", + "owner": { + "type": "@Class", + "id": "classes/1687", + "fixedId": true, + "name": "Actions", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 736 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "libraries/@146441002/closures/829", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@146441002/functions/_getParent%40146441002", + "fixedId": true, + "name": "_getParent", + "owner": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 37 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 39 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1687/closures/899", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1687/functions/_maybeFindWithoutDependingOn%40146441002", + "fixedId": true, + "name": "_maybeFindWithoutDependingOn", + "owner": { + "type": "@Class", + "id": "classes/1687", + "fixedId": true, + "name": "Actions", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 887 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 905 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1687/functions/_castAction%40146441002", + "fixedId": true, + "name": "_castAction", + "owner": { + "type": "@Class", + "id": "classes/1687", + "fixedId": true, + "name": "Actions", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 920 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Actions" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1687/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1687", + "fixedId": true, + "name": "Actions", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 938 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1687/functions/_findDispatcher%40146441002", + "fixedId": true, + "name": "_findDispatcher", + "owner": { + "type": "@Class", + "id": "classes/1687", + "fixedId": true, + "name": "Actions", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 760 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1687/closures/830", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1687/functions/_findDispatcher%40146441002", + "fixedId": true, + "name": "_findDispatcher", + "owner": { + "type": "@Class", + "id": "classes/1687", + "fixedId": true, + "name": "Actions", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 760 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 762 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1687/functions/maybeFind", + "fixedId": true, + "name": "maybeFind", + "owner": { + "type": "@Class", + "id": "classes/1687", + "fixedId": true, + "name": "Actions", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 858 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1687/closures/828", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1687/functions/maybeFind", + "fixedId": true, + "name": "maybeFind", + "owner": { + "type": "@Class", + "id": "classes/1687", + "fixedId": true, + "name": "Actions", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 858 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 873 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1407/functions/_updateActionListeners%40146441002", + "fixedId": true, + "name": "_updateActionListeners", + "owner": { + "type": "@Class", + "id": "classes/1407", + "fixedId": true, + "name": "_ActionsState", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1047 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1407/implicit_closures/2", + "fixedId": true, + "name": "_handleActionChanged", + "owner": { + "type": "@Function", + "id": "classes/1407/functions/_handleActionChanged%40146441002", + "fixedId": true, + "name": "_handleActionChanged", + "owner": { + "type": "@Class", + "id": "classes/1407", + "fixedId": true, + "name": "_ActionsState", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1040 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1040 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1407/functions/_handleActionChanged%40146441002", + "fixedId": true, + "name": "_handleActionChanged", + "owner": { + "type": "@Class", + "id": "classes/1407", + "fixedId": true, + "name": "_ActionsState", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1040 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1407/closures/855", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1407/functions/_handleActionChanged%40146441002", + "fixedId": true, + "name": "_handleActionChanged", + "owner": { + "type": "@Class", + "id": "classes/1407", + "fixedId": true, + "name": "_ActionsState", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1040 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1042 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Object" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1407/functions/_ActionsState%40146441002.", + "fixedId": true, + "name": "_ActionsState", + "owner": { + "type": "@Class", + "id": "classes/1407", + "fixedId": true, + "name": "_ActionsState", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ButtonActivateIntent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ActivateIntent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: InkHighlight?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HighlightType@95059085" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/get%3AstatesController", + "fixedId": true, + "name": "statesController", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 897 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/handleTap", + "fixedId": true, + "name": "handleTap", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/updateHighlight", + "fixedId": true, + "name": "updateHighlight", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 985 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1434/functions/updateKeepAlive", + "fixedId": true, + "name": "updateKeepAlive", + "owner": { + "type": "@Class", + "id": "classes/1434", + "fixedId": true, + "name": "__InkResponseState&State&AutomaticKeepAliveClientMixin", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 444 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1434/functions/_releaseKeepAlive%40149490736", + "fixedId": true, + "name": "_releaseKeepAlive", + "owner": { + "type": "@Class", + "id": "classes/1434", + "fixedId": true, + "name": "__InkResponseState&State&AutomaticKeepAliveClientMixin", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 430 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1434/functions/_ensureKeepAlive%40149490736", + "fixedId": true, + "name": "_ensureKeepAlive", + "owner": { + "type": "@Class", + "id": "classes/1434", + "fixedId": true, + "name": "__InkResponseState&State&AutomaticKeepAliveClientMixin", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 424 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate KeepAliveNotification" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate KeepAliveHandle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/get%3AwantKeepAlive", + "fixedId": true, + "name": "wantKeepAlive", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 972 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/get%3AhighlightsExist", + "fixedId": true, + "name": "highlightsExist", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/closures/623", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/get%3AhighlightsExist", + "fixedId": true, + "name": "highlightsExist", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 838 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 839 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate InkHighlight" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/getFadeDurationForType", + "fixedId": true, + "name": "getFadeDurationForType", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 975 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/get%3Aenabled", + "fixedId": true, + "name": "enabled", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/isWidgetEnabled", + "fixedId": true, + "name": "isWidgetEnabled", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1266 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/markChildInkResponsePressed", + "fixedId": true, + "name": "markChildInkResponsePressed", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 847 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/get%3A_anyChildInkResponsePressed%4095059085", + "fixedId": true, + "name": "_anyChildInkResponsePressed", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 861 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/closures/622", + "fixedId": true, + "name": "handleInkRemoval", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/updateHighlight", + "fixedId": true, + "name": "updateHighlight", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 985 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 987 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/implicit_closures/25", + "fixedId": true, + "name": "handleTap", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/handleTap", + "fixedId": true, + "name": "handleTap", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1196 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/updateFocusHighlights", + "fixedId": true, + "name": "updateFocusHighlights", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1127 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/get%3A_shouldShowFocus%4095059085", + "fixedId": true, + "name": "_shouldShowFocus", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/handleFocusHighlightModeChange", + "fixedId": true, + "name": "handleFocusHighlightModeChange", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/closures/907", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/handleFocusHighlightModeChange", + "fixedId": true, + "name": "handleFocusHighlightModeChange", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1113 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/implicit_closures/17", + "fixedId": true, + "name": "handleFocusHighlightModeChange", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/handleFocusHighlightModeChange", + "fixedId": true, + "name": "handleFocusHighlightModeChange", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1113 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/handleAnyTapDown", + "fixedId": true, + "name": "handleAnyTapDown", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1147 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/_startNewSplash%4095059085", + "fixedId": true, + "name": "_startNewSplash", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1172 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/_createSplash%4095059085", + "fixedId": true, + "name": "_createSplash", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1070 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/closures/687", + "fixedId": true, + "name": "onRemoved", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/_createSplash%4095059085", + "fixedId": true, + "name": "_createSplash", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1070 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1085 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HashSetEntry@4220832?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/activateOnIntent", + "fixedId": true, + "name": "activateOnIntent", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 863 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/closures/937", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/activateOnIntent", + "fixedId": true, + "name": "activateOnIntent", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 863 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 877 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/implicit_closures/4", + "fixedId": true, + "name": "activateOnIntent", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/activateOnIntent", + "fixedId": true, + "name": "activateOnIntent", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 863 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 863 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/handleStatesControllerChange", + "fixedId": true, + "name": "handleStatesControllerChange", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 892 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/closures/906", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/handleStatesControllerChange", + "fixedId": true, + "name": "handleStatesControllerChange", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 892 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 894 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/implicit_closures/6", + "fixedId": true, + "name": "handleStatesControllerChange", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/handleStatesControllerChange", + "fixedId": true, + "name": "handleStatesControllerChange", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 892 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 892 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/handleHoverChange", + "fixedId": true, + "name": "handleHoverChange", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1302 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/_updateHighlightsAndSplashes%4095059085", + "fixedId": true, + "name": "_updateHighlightsAndSplashes", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1057 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HashSetIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/get%3A_canRequestFocus%4095059085", + "fixedId": true, + "name": "_canRequestFocus", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1306 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/handleTapCancel", + "fixedId": true, + "name": "handleTapCancel", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/implicit_closures/26", + "fixedId": true, + "name": "handleTapCancel", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/handleTapCancel", + "fixedId": true, + "name": "handleTapCancel", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1208 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/handleTapDown", + "fixedId": true, + "name": "handleTapDown", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/implicit_closures/22", + "fixedId": true, + "name": "handleTapDown", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/handleTapDown", + "fixedId": true, + "name": "handleTapDown", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1154 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/handleMouseExit", + "fixedId": true, + "name": "handleMouseExit", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/implicit_closures/34", + "fixedId": true, + "name": "handleMouseExit", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/handleMouseExit", + "fixedId": true, + "name": "handleMouseExit", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1295 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/handleMouseEnter", + "fixedId": true, + "name": "handleMouseEnter", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/implicit_closures/33", + "fixedId": true, + "name": "handleMouseEnter", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/handleMouseEnter", + "fixedId": true, + "name": "handleMouseEnter", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1288 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/initStatesController", + "fixedId": true, + "name": "initStatesController", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 900 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/get%3A_primaryEnabled%4095059085", + "fixedId": true, + "name": "_primaryEnabled", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/simulateTap", + "fixedId": true, + "name": "simulateTap", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 882 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/implicit_closures/5", + "fixedId": true, + "name": "simulateTap", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/simulateTap", + "fixedId": true, + "name": "simulateTap", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 882 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 882 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/get%3A_secondaryEnabled%4095059085", + "fixedId": true, + "name": "_secondaryEnabled", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/_InkResponseState%4095059085.", + "fixedId": true, + "name": "_InkResponseState", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/handleFocusUpdate", + "fixedId": true, + "name": "handleFocusUpdate", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/implicit_closures/20", + "fixedId": true, + "name": "handleFocusUpdate", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/handleFocusUpdate", + "fixedId": true, + "name": "handleFocusUpdate", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1136 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1136 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _InkResponseStateWidget@95059085" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1753/implicit_closures/0", + "fixedId": true, + "name": "getRectCallback", + "owner": { + "type": "@Function", + "id": "classes/1753/functions/getRectCallback", + "fixedId": true, + "name": "getRectCallback", + "owner": { + "type": "@Class", + "id": "classes/1753", + "fixedId": true, + "name": "InkResponse", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 632 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 632 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1434/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1434", + "fixedId": true, + "name": "__InkResponseState&State&AutomaticKeepAliveClientMixin", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1434/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1434", + "fixedId": true, + "name": "__InkResponseState&State&AutomaticKeepAliveClientMixin", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1434/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1434", + "fixedId": true, + "name": "__InkResponseState&State&AutomaticKeepAliveClientMixin", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/functions/_createCallback%40149490736", + "fixedId": true, + "name": "_createCallback", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 187 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/closures/933", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1404/functions/_createCallback%40149490736", + "fixedId": true, + "name": "_createCallback", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 187 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/closures/935", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1404/closures/933", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1404/functions/_createCallback%40149490736", + "fixedId": true, + "name": "_createCallback", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 187 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 189 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 262 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/closures/936", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1404/closures/935", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1404/closures/933", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1404/functions/_createCallback%40149490736", + "fixedId": true, + "name": "_createCallback", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 187 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 189 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 262 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/closures/934", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1404/closures/933", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1404/functions/_createCallback%40149490736", + "fixedId": true, + "name": "_createCallback", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 187 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 189 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/functions/_updateParentDataOfChild%40149490736", + "fixedId": true, + "name": "_updateParentDataOfChild", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1489/functions/applyWidgetOutOfTurn", + "fixedId": true, + "name": "applyWidgetOutOfTurn", + "owner": { + "type": "@Class", + "id": "classes/1489", + "fixedId": true, + "name": "ParentDataElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2529/0", + "kind": "TypeParameter", + "identityHashCode": 1899702869, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1489/functions/_applyParentData%40163042623", + "fixedId": true, + "name": "_applyParentData", + "owner": { + "type": "@Class", + "id": "classes/1489", + "fixedId": true, + "name": "ParentDataElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2530/0", + "kind": "TypeParameter", + "identityHashCode": 1899702869, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6095 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/_updateParentData%40163042623", + "fixedId": true, + "name": "_updateParentData", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6779 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1489/closures/773", + "fixedId": true, + "name": "applyParentDataToChild", + "owner": { + "type": "@Function", + "id": "classes/1489/functions/_applyParentData%40163042623", + "fixedId": true, + "name": "_applyParentData", + "owner": { + "type": "@Class", + "id": "classes/1489", + "fixedId": true, + "name": "ParentDataElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2531/0", + "kind": "TypeParameter", + "identityHashCode": 1899702869, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6095 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6096 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ParentDataWidget" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/functions/_getChildElement%40149490736", + "fixedId": true, + "name": "_getChildElement", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 153 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ParentDataElement?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/closures/932", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1404/functions/_getChildElement%40149490736", + "fixedId": true, + "name": "_getChildElement", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 153 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/functions/_addClient%40149490736", + "fixedId": true, + "name": "_addClient", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/closures/931", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1404/functions/_addClient%40149490736", + "fixedId": true, + "name": "_addClient", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 120 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/implicit_closures/4", + "fixedId": true, + "name": "_addClient", + "owner": { + "type": "@Function", + "id": "classes/1404/functions/_addClient%40149490736", + "fixedId": true, + "name": "_addClient", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 120 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/functions/_updateChild%40149490736", + "fixedId": true, + "name": "_updateChild", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate NotificationListener" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1374/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1374", + "fixedId": true, + "name": "__SelectionKeepAliveState&State&AutomaticKeepAliveClientMixin", + "library": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 473 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Selectable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/538/functions/get%3AfirstChild", + "fixedId": true, + "name": "firstChild", + "owner": { + "type": "@Class", + "id": "classes/538", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4505 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/538/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/538", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/538/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/538", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/538/functions/_removeFromChildList%40248266271", + "fixedId": true, + "name": "_removeFromChildList", + "owner": { + "type": "@Class", + "id": "classes/538", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4391 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/538/functions/_insertIntoChildList%40248266271", + "fixedId": true, + "name": "_insertIntoChildList", + "owner": { + "type": "@Class", + "id": "classes/538", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/539/functions/hitTestInlineChildren", + "fixedId": true, + "name": "hitTestInlineChildren", + "owner": { + "type": "@Class", + "id": "classes/539", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderInlineChildrenContainerDefaults", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 276 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 50, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/859/functions/addWithPaintOffset", + "fixedId": true, + "name": "addWithPaintOffset", + "owner": { + "type": "@Class", + "id": "classes/859", + "fixedId": true, + "name": "BoxHitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 832 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/539/functions/paintInlineChildren", + "fixedId": true, + "name": "paintInlineChildren", + "owner": { + "type": "@Class", + "id": "classes/539", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderInlineChildrenContainerDefaults", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 258 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/539/functions/defaultApplyPaintTransform", + "fixedId": true, + "name": "defaultApplyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/539", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderInlineChildrenContainerDefaults", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/539/functions/positionInlineChildren", + "fixedId": true, + "name": "positionInlineChildren", + "owner": { + "type": "@Class", + "id": "classes/539", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderInlineChildrenContainerDefaults", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 216 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/539/functions/layoutInlineChildren", + "fixedId": true, + "name": "layoutInlineChildren", + "owner": { + "type": "@Class", + "id": "classes/539", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderInlineChildrenContainerDefaults", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: InlineSpanSemanticsInformation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3Aoverflow", + "fixedId": true, + "name": "overflow=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 601 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3AtextHeightBehavior", + "fixedId": true, + "name": "textHeightBehavior=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 705 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/RenderParagraph.", + "fixedId": true, + "name": "RenderParagraph", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 319 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextPainter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3AtextScaler", + "fixedId": true, + "name": "textScaler=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 634 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 9, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/_layoutTextWithConstraints%40249149678", + "fixedId": true, + "name": "_layoutTextWithConstraints", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 849 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/_adjustMaxWidth%40249149678", + "fixedId": true, + "name": "_adjustMaxWidth", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 845 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/get%3AtextScaler", + "fixedId": true, + "name": "textScaler", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 633 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/get%3A_textIntrinsics%40249149678", + "fixedId": true, + "name": "_textIntrinsics", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/get%3Atext", + "fixedId": true, + "name": "text", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 399 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3Alocale", + "fixedId": true, + "name": "locale=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 670 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3Atext", + "fixedId": true, + "name": "text=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 400 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3AtextWidthBasis", + "fixedId": true, + "name": "textWidthBasis=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 694 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3Aregistrar", + "fixedId": true, + "name": "registrar=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 573 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3AselectionColor", + "fixedId": true, + "name": "selectionColor=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 719 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/get%3AtextDirection", + "fixedId": true, + "name": "textDirection", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 572 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/get%3Alocale", + "fixedId": true, + "name": "locale", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 667 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3AsoftWrap", + "fixedId": true, + "name": "softWrap=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 590 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3AtextAlign", + "fixedId": true, + "name": "textAlign=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 553 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3AstrutStyle", + "fixedId": true, + "name": "strutStyle=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 683 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/set%3AmaxLines", + "fixedId": true, + "name": "maxLines=", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 650 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/systemFontsDidChange", + "fixedId": true, + "name": "systemFontsDidChange", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 832 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/540/functions/_scheduleSystemFontsUpdate%40248266271", + "fixedId": true, + "name": "_scheduleSystemFontsUpdate", + "owner": { + "type": "@Class", + "id": "classes/540", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderInlineChildrenContainerDefaults&RelayoutWhenSystemFontsChangeMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4570 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/540/closures/762", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/540/functions/_scheduleSystemFontsUpdate%40248266271", + "fixedId": true, + "name": "_scheduleSystemFontsUpdate", + "owner": { + "type": "@Class", + "id": "classes/540", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderInlineChildrenContainerDefaults&RelayoutWhenSystemFontsChangeMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4570 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4580 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/540/implicit_closures/2", + "fixedId": true, + "name": "_scheduleSystemFontsUpdate", + "owner": { + "type": "@Function", + "id": "classes/540/functions/_scheduleSystemFontsUpdate%40248266271", + "fixedId": true, + "name": "_scheduleSystemFontsUpdate", + "owner": { + "type": "@Class", + "id": "classes/540", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderInlineChildrenContainerDefaults&RelayoutWhenSystemFontsChangeMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4570 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4570 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1638/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1638", + "fixedId": true, + "name": "AppBarTheme", + "library": { + "type": "@Library", + "id": "libraries/@49092148", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@49092148/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@49092148/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "tokenPos": -1, + "line": 315 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/field_inits/localDelta", + "fixedId": true, + "name": "localDelta", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 833 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/field_inits/localPosition", + "fixedId": true, + "name": "localPosition", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 830 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1327/functions/PointerExitEvent.fromMouseEvent", + "fixedId": true, + "name": "PointerExitEvent.fromMouseEvent", + "owner": { + "type": "@Class", + "id": "classes/1327", + "fixedId": true, + "name": "PointerExitEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1393 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerExitEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/computeSemanticsInformation", + "fixedId": true, + "name": "computeSemanticsInformation", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 401 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate InlineSpanSemanticsInformation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2782/functions/_initSpellOutStringAttribute%4017065589", + "fixedId": true, + "name": "_initSpellOutStringAttribute", + "owner": { + "type": "@Class", + "id": "classes/2782", + "fixedId": true, + "name": "SpellOutStringAttribute", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 1632 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SpellOutStringAttribute" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/getSpanForPositionVisitor", + "fixedId": true, + "name": "getSpanForPositionVisitor", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 359 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/inline_span.dart", + "function": { + "type": "@Function", + "id": "classes/681/functions/increment", + "fixedId": true, + "name": "increment", + "owner": { + "type": "@Class", + "id": "classes/681", + "fixedId": true, + "name": "Accumulator", + "library": { + "type": "@Library", + "id": "libraries/@350141754", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1, + "line": 38 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 329 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: InlineSpan" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/inline_span.dart", + "function": { + "type": "@Function", + "id": "libraries/@350141754/functions/combineSemanticsInfo", + "fixedId": true, + "name": "combineSemanticsInfo", + "owner": { + "type": "@Library", + "id": "libraries/@350141754", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/inline_span.dart", + "function": { + "type": "@Function", + "id": "classes/1496/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1496", + "fixedId": true, + "name": "InlineSpan", + "library": { + "type": "@Library", + "id": "libraries/@350141754", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1, + "line": 422 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/inline_span.dart", + "function": { + "type": "@Function", + "id": "classes/1496/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1496", + "fixedId": true, + "name": "InlineSpan", + "library": { + "type": "@Library", + "id": "libraries/@350141754", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1, + "line": 411 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/inline_span.dart", + "function": { + "type": "@Function", + "id": "classes/1496/functions/getSemanticsInformation", + "fixedId": true, + "name": "getSemanticsInformation", + "owner": { + "type": "@Class", + "id": "classes/1496", + "fixedId": true, + "name": "InlineSpan", + "library": { + "type": "@Library", + "id": "libraries/@350141754", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1, + "line": 323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/inline_span.dart", + "function": { + "type": "@Function", + "id": "classes/1496/functions/getSpanForPosition", + "fixedId": true, + "name": "getSpanForPosition", + "owner": { + "type": "@Class", + "id": "classes/1496", + "fixedId": true, + "name": "InlineSpan", + "library": { + "type": "@Library", + "id": "libraries/@350141754", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1, + "line": 278 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Accumulator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/inline_span.dart", + "function": { + "type": "@Function", + "id": "classes/1496/closures/767", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1496/functions/getSpanForPosition", + "fixedId": true, + "name": "getSpanForPosition", + "owner": { + "type": "@Class", + "id": "classes/1496", + "fixedId": true, + "name": "InlineSpan", + "library": { + "type": "@Library", + "id": "libraries/@350141754", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1, + "line": 278 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1, + "line": 282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1688/functions/dismissAllToolTips", + "fixedId": true, + "name": "dismissAllToolTips", + "owner": { + "type": "@Class", + "id": "classes/1688", + "fixedId": true, + "name": "Tooltip", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 402 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_getDefaultPadding%40141220820", + "fixedId": true, + "name": "_getDefaultPadding", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 811 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/get%3A_hoverExitDuration%40141220820", + "fixedId": true, + "name": "_hoverExitDuration", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/get%3A_triggerMode%40141220820", + "fixedId": true, + "name": "_triggerMode", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 505 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_handlePointerDown%40141220820", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 608 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TapGestureRecognizer" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate LongPressGestureRecognizer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/implicit_closures/15", + "fixedId": true, + "name": "_handleTap", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_handleTap%40141220820", + "fixedId": true, + "name": "_handleTap", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 676 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 676 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_handleTap%40141220820", + "fixedId": true, + "name": "_handleTap", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 676 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/implicit_closures/14", + "fixedId": true, + "name": "_handleTapToDismiss", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_handleTapToDismiss%40141220820", + "fixedId": true, + "name": "_handleTapToDismiss", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 668 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 668 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_handleTapToDismiss%40141220820", + "fixedId": true, + "name": "_handleTapToDismiss", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 668 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/implicit_closures/12", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_handlePointerDown%40141220820", + "fixedId": true, + "name": "_handlePointerDown", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 608 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 608 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_getDefaultTooltipHeight%40141220820", + "fixedId": true, + "name": "_getDefaultTooltipHeight", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 804 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_handleGlobalPointerEvent%40141220820", + "fixedId": true, + "name": "_handleGlobalPointerEvent", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 646 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/implicit_closures/13", + "fixedId": true, + "name": "_handleGlobalPointerEvent", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_handleGlobalPointerEvent%40141220820", + "fixedId": true, + "name": "_handleGlobalPointerEvent", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 646 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 646 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/get%3A_waitDuration%40141220820", + "fixedId": true, + "name": "_waitDuration", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 503 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_getDefaultFontSize%40141220820", + "fixedId": true, + "name": "_getDefaultFontSize", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 822 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/TooltipState.", + "fixedId": true, + "name": "TooltipState", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OverlayPortalController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_buildTooltipOverlay%40141220820", + "fixedId": true, + "name": "_buildTooltipOverlay", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 829 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/selection_container.dart", + "function": { + "type": "@Function", + "id": "classes/1650/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1650", + "fixedId": true, + "name": "SelectionContainer", + "library": { + "type": "@Library", + "id": "libraries/@215341097", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/selection_container.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@215341097/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fselection_container.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/selection_container.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@215341097/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fselection_container.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/selection_container.dart" + }, + "tokenPos": -1, + "line": 92 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TooltipOverlay" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/get%3A_overlayAnimation%40141220820", + "fixedId": true, + "name": "_overlayAnimation", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 526 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextSpan" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BoxConstraints" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1662/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1662", + "fixedId": true, + "name": "Overlay", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 549 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1662/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1662", + "fixedId": true, + "name": "Overlay", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 613 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/lookup_boundary.dart", + "function": { + "type": "@Function", + "id": "classes/1605/functions/findAncestorStateOfType", + "fixedId": true, + "name": "findAncestorStateOfType", + "owner": { + "type": "@Class", + "id": "classes/1605", + "fixedId": true, + "name": "LookupBoundary", + "library": { + "type": "@Library", + "id": "libraries/@177028981", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1, + "line": 173 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/lookup_boundary.dart", + "function": { + "type": "@Function", + "id": "classes/1605/closures/774", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1605/functions/findAncestorStateOfType", + "fixedId": true, + "name": "findAncestorStateOfType", + "owner": { + "type": "@Class", + "id": "classes/1605", + "fixedId": true, + "name": "LookupBoundary", + "library": { + "type": "@Library", + "id": "libraries/@177028981", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1, + "line": 173 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1, + "line": 175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/implicit_closures/19", + "fixedId": true, + "name": "_handleMouseExit", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_handleMouseExit%40141220820", + "fixedId": true, + "name": "_handleMouseExit", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 749 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 749 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_handleMouseExit%40141220820", + "fixedId": true, + "name": "_handleMouseExit", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 749 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/implicit_closures/18", + "fixedId": true, + "name": "_handleMouseEnter", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_handleMouseEnter%40141220820", + "fixedId": true, + "name": "_handleMouseEnter", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 724 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 724 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/_handleMouseEnter%40141220820", + "fixedId": true, + "name": "_handleMouseEnter", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 724 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/closures/775", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_handleMouseEnter%40141220820", + "fixedId": true, + "name": "_handleMouseEnter", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 724 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 740 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/implicit_closures/25", + "fixedId": true, + "name": "_buildTooltipOverlay", + "owner": { + "type": "@Function", + "id": "classes/1409/functions/_buildTooltipOverlay%40141220820", + "fixedId": true, + "name": "_buildTooltipOverlay", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 829 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 829 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1408/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1408", + "fixedId": true, + "name": "_TooltipState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 262 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1408/implicit_closures/3", + "fixedId": true, + "name": "_updateTicker", + "owner": { + "type": "@Function", + "id": "classes/1408/functions/_updateTicker%40228311458", + "fixedId": true, + "name": "_updateTicker", + "owner": { + "type": "@Class", + "id": "classes/1408", + "fixedId": true, + "name": "_TooltipState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 260 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1408/functions/_updateTicker%40228311458", + "fixedId": true, + "name": "_updateTicker", + "owner": { + "type": "@Class", + "id": "classes/1408", + "fixedId": true, + "name": "_TooltipState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1408/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1408", + "fixedId": true, + "name": "_TooltipState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/set%3Acursor", + "fixedId": true, + "name": "cursor=", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3328 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/set%3AhitTestBehavior", + "fixedId": true, + "name": "hitTestBehavior=", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3304 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/set%3Aopaque", + "fixedId": true, + "name": "opaque=", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/RenderMouseRegion.", + "fixedId": true, + "name": "RenderMouseRegion", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/605/functions/_getSize%40254204652", + "fixedId": true, + "name": "_getSize", + "owner": { + "type": "@Class", + "id": "classes/605", + "fixedId": true, + "name": "RenderCustomSingleChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 1386 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/605/functions/set%3Adelegate", + "fixedId": true, + "name": "delegate=", + "owner": { + "type": "@Class", + "id": "classes/605", + "fixedId": true, + "name": "RenderCustomSingleChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 1358 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/606/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/606", + "fixedId": true, + "name": "RenderPadding", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/606/functions/_markNeedResolution%40254204652", + "fixedId": true, + "name": "_markNeedResolution", + "owner": { + "type": "@Class", + "id": "classes/606", + "fixedId": true, + "name": "RenderPadding", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/606/functions/set%3Apadding", + "fixedId": true, + "name": "padding=", + "owner": { + "type": "@Class", + "id": "classes/606", + "fixedId": true, + "name": "RenderPadding", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/606/functions/get%3A_resolvedPadding%40254204652", + "fixedId": true, + "name": "_resolvedPadding", + "owner": { + "type": "@Class", + "id": "classes/606", + "fixedId": true, + "name": "RenderPadding", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/607/functions/_computeSize%4062219276", + "fixedId": true, + "name": "_computeSize", + "owner": { + "type": "@Class", + "id": "classes/607", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 696 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/607/functions/set%3AminSize", + "fixedId": true, + "name": "minSize=", + "owner": { + "type": "@Class", + "id": "classes/607", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 656 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/1445/functions/get%3A_effectiveElevation%4059412912", + "fixedId": true, + "name": "_effectiveElevation", + "owner": { + "type": "@Class", + "id": "classes/1445", + "fixedId": true, + "name": "_RawMaterialButtonState", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 333 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_state_mixin.dart", + "function": { + "type": "@Function", + "id": "classes/1444/functions/get%3AisFocused", + "fixedId": true, + "name": "isFocused", + "owner": { + "type": "@Class", + "id": "classes/1444", + "fixedId": true, + "name": "__RawMaterialButtonState&State&MaterialStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_state_mixin.dart", + "function": { + "type": "@Function", + "id": "classes/1444/functions/get%3AisHovered", + "fixedId": true, + "name": "isHovered", + "owner": { + "type": "@Class", + "id": "classes/1444", + "fixedId": true, + "name": "__RawMaterialButtonState&State&MaterialStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_state_mixin.dart", + "function": { + "type": "@Function", + "id": "classes/1444/functions/get%3AisPressed", + "fixedId": true, + "name": "isPressed", + "owner": { + "type": "@Class", + "id": "classes/1444", + "fixedId": true, + "name": "__RawMaterialButtonState&State&MaterialStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 160 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_state_mixin.dart", + "function": { + "type": "@Function", + "id": "classes/1444/functions/get%3AisDisabled", + "fixedId": true, + "name": "isDisabled", + "owner": { + "type": "@Class", + "id": "classes/1444", + "fixedId": true, + "name": "__RawMaterialButtonState&State&MaterialStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/1445/functions/_RawMaterialButtonState%4059412912.", + "fixedId": true, + "name": "_RawMaterialButtonState", + "owner": { + "type": "@Class", + "id": "classes/1445", + "fixedId": true, + "name": "_RawMaterialButtonState", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RawMaterialButton" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_state_mixin.dart", + "function": { + "type": "@Function", + "id": "classes/1444/functions/removeMaterialState", + "fixedId": true, + "name": "removeMaterialState", + "owner": { + "type": "@Class", + "id": "classes/1444", + "fixedId": true, + "name": "__RawMaterialButtonState&State&MaterialStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_state_mixin.dart", + "function": { + "type": "@Function", + "id": "classes/1444/closures/780", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1444/functions/removeMaterialState", + "fixedId": true, + "name": "removeMaterialState", + "owner": { + "type": "@Class", + "id": "classes/1444", + "fixedId": true, + "name": "__RawMaterialButtonState&State&MaterialStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 137 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_state_mixin.dart", + "function": { + "type": "@Function", + "id": "classes/1444/functions/addMaterialState", + "fixedId": true, + "name": "addMaterialState", + "owner": { + "type": "@Class", + "id": "classes/1444", + "fixedId": true, + "name": "__RawMaterialButtonState&State&MaterialStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_state_mixin.dart", + "function": { + "type": "@Function", + "id": "classes/1444/closures/781", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1444/functions/addMaterialState", + "fixedId": true, + "name": "addMaterialState", + "owner": { + "type": "@Class", + "id": "classes/1444", + "fixedId": true, + "name": "__RawMaterialButtonState&State&MaterialStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 129 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_state_mixin.dart", + "function": { + "type": "@Function", + "id": "classes/1444/functions/setMaterialState", + "fixedId": true, + "name": "setMaterialState", + "owner": { + "type": "@Class", + "id": "classes/1444", + "fixedId": true, + "name": "__RawMaterialButtonState&State&MaterialStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/608/functions/_computeSize%4059412912", + "fixedId": true, + "name": "_computeSize", + "owner": { + "type": "@Class", + "id": "classes/608", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 509 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/608/functions/set%3AminSize", + "fixedId": true, + "name": "minSize=", + "owner": { + "type": "@Class", + "id": "classes/608", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/610/functions/set%3AheightFactor", + "fixedId": true, + "name": "heightFactor=", + "owner": { + "type": "@Class", + "id": "classes/610", + "fixedId": true, + "name": "RenderPositionedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/610/functions/set%3AwidthFactor", + "fixedId": true, + "name": "widthFactor=", + "owner": { + "type": "@Class", + "id": "classes/610", + "fixedId": true, + "name": "RenderPositionedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 396 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/610/functions/RenderPositionedBox.", + "fixedId": true, + "name": "RenderPositionedBox", + "owner": { + "type": "@Class", + "id": "classes/610", + "fixedId": true, + "name": "RenderPositionedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/609/functions/RenderAligningShiftedBox.", + "fixedId": true, + "name": "RenderAligningShiftedBox", + "owner": { + "type": "@Class", + "id": "classes/609", + "fixedId": true, + "name": "RenderAligningShiftedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 280 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/609/functions/alignChild", + "fixedId": true, + "name": "alignChild", + "owner": { + "type": "@Class", + "id": "classes/609", + "fixedId": true, + "name": "RenderAligningShiftedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/609/functions/get%3AresolvedAlignment", + "fixedId": true, + "name": "resolvedAlignment", + "owner": { + "type": "@Class", + "id": "classes/609", + "fixedId": true, + "name": "RenderAligningShiftedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/609/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/609", + "fixedId": true, + "name": "RenderAligningShiftedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/609/functions/_markNeedResolution%40254204652", + "fixedId": true, + "name": "_markNeedResolution", + "owner": { + "type": "@Class", + "id": "classes/609", + "fixedId": true, + "name": "RenderAligningShiftedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/609/functions/set%3Aalignment", + "fixedId": true, + "name": "alignment=", + "owner": { + "type": "@Class", + "id": "classes/609", + "fixedId": true, + "name": "RenderAligningShiftedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 320 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RenderBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/transform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6613 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__transform%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__transform$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TransformLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/pushClipRect", + "fixedId": true, + "name": "pushClipRect", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 567 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ClipRectLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/closures/689", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/699/functions/pushClipRect", + "fixedId": true, + "name": "pushClipRect", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 567 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 588 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/updateLayerProperties", + "fixedId": true, + "name": "updateLayerProperties", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 86, + "exclusiveTicks": 4, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/_paintWithContext%40248266271", + "fixedId": true, + "name": "_paintWithContext", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/_compositeChild%40248266271", + "fixedId": true, + "name": "_compositeChild", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 265 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 13, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/stopRecordingIfNeeded", + "fixedId": true, + "name": "stopRecordingIfNeeded", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 12, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2784/functions/endRecording", + "fixedId": true, + "name": "endRecording", + "owner": { + "type": "@Class", + "id": "classes/2784", + "fixedId": true, + "name": "_NativePictureRecorder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7437 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2784/functions/__endRecording%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__endRecording$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2784", + "fixedId": true, + "name": "_NativePictureRecorder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NativePicture" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/639/functions/positionedChildConstraints", + "fixedId": true, + "name": "positionedChildConstraints", + "owner": { + "type": "@Class", + "id": "classes/639", + "fixedId": true, + "name": "StackParentData", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/_markNeedResolution%40260419958", + "fixedId": true, + "name": "_markNeedResolution", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 402 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/get%3A_resolvedAlignment%40260419958", + "fixedId": true, + "name": "_resolvedAlignment", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 399 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/RenderStack.", + "fixedId": true, + "name": "RenderStack", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 377 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/set%3Aalignment", + "fixedId": true, + "name": "alignment=", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 424 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/layoutPositionedChild", + "fixedId": true, + "name": "layoutPositionedChild", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 438 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/_baselineForChild%40260419958", + "fixedId": true, + "name": "_baselineForChild", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 570 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/getDryLayout", + "fixedId": true, + "name": "getDryLayout", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2019 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/_computeIntrinsics%40238392247", + "fixedId": true, + "name": "_computeIntrinsics", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1583 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/_computeWithTimeline%40238392247", + "fixedId": true, + "name": "_computeWithTimeline", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1601 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/implicit_closures/5", + "fixedId": true, + "name": "_computeDryLayout", + "owner": { + "type": "@Function", + "id": "classes/523/functions/_computeDryLayout%40238392247", + "fixedId": true, + "name": "_computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2025 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2025 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/_computeDryLayout%40238392247", + "fixedId": true, + "name": "_computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2025 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/getDryBaseline", + "fixedId": true, + "name": "getDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/implicit_closures/8", + "fixedId": true, + "name": "_computeDryBaseline", + "owner": { + "type": "@Function", + "id": "classes/523/functions/_computeDryBaseline%40238392247", + "fixedId": true, + "name": "_computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2134 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/_computeDryBaseline%40238392247", + "fixedId": true, + "name": "_computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2134 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test (BoxConstraints, TextBaseline)" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/set%3AclipBehavior", + "fixedId": true, + "name": "clipBehavior=", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 474 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/_computeSize%40260419958", + "fixedId": true, + "name": "_computeSize", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 623 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/loosen", + "fixedId": true, + "name": "loosen", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/get%3Asmallest", + "fixedId": true, + "name": "smallest", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/set%3Afit", + "fixedId": true, + "name": "fit=", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 453 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 45, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/535/functions/defaultHitTestChildren", + "fixedId": true, + "name": "defaultHitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/535", + "fixedId": true, + "name": "_RenderStack&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3336 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/535/functions/defaultComputeDistanceToHighestActualBaseline", + "fixedId": true, + "name": "defaultComputeDistanceToHighestActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/535", + "fixedId": true, + "name": "_RenderStack&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/getDistanceToActualBaseline", + "fixedId": true, + "name": "getDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/closures/860", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/523/functions/getDistanceToActualBaseline", + "fixedId": true, + "name": "getDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2506 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/get%3A_flipMainAxis%40244478290", + "fixedId": true, + "name": "_flipMainAxis", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 855 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/implicit_closures/13", + "fixedId": true, + "name": "childBefore", + "owner": { + "type": "@Function", + "id": "classes/542/functions/childBefore", + "fixedId": true, + "name": "childBefore", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4511 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4511 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/implicit_closures/14", + "fixedId": true, + "name": "childAfter", + "owner": { + "type": "@Function", + "id": "classes/542/functions/childAfter", + "fixedId": true, + "name": "childAfter", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4518 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4518 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/functions/_insertIntoChildList%40248266271", + "fixedId": true, + "name": "_insertIntoChildList", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/functions/_removeFromChildList%40248266271", + "fixedId": true, + "name": "_removeFromChildList", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4391 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/get%3A_flipCrossAxis%40244478290", + "fixedId": true, + "name": "_flipCrossAxis", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/set%3AmainAxisSize", + "fixedId": true, + "name": "mainAxisSize=", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/set%3Aspacing", + "fixedId": true, + "name": "spacing=", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 696 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/set%3AmainAxisAlignment", + "fixedId": true, + "name": "mainAxisAlignment=", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 466 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/get%3A_isBaselineAligned%40244478290", + "fixedId": true, + "name": "_isBaselineAligned", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 824 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/_computeSizes%40244478290", + "fixedId": true, + "name": "_computeSizes", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 1129 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _LayoutSizes" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "libraries/@244478290/functions/_AxisSize%7CapplyConstraints%40244478290", + "fixedId": true, + "name": "_AxisSize.applyConstraints", + "owner": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/get%3Aflipped", + "fixedId": true, + "name": "flipped", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "libraries/@244478290/functions/_AxisSize%7Cconstructor%23%40244478290", + "fixedId": true, + "name": "_AxisSize.", + "owner": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "libraries/@244478290/functions/_AxisSize%7C%2B%40244478290", + "fixedId": true, + "name": "_AxisSize.+", + "owner": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "libraries/@244478290/functions/_AxisSize%7C_convert%40244478290", + "fixedId": true, + "name": "_AxisSize._convert", + "owner": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 28 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/get%3Aflipped", + "fixedId": true, + "name": "flipped", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/_constraintsForNonFlexChild%40244478290", + "fixedId": true, + "name": "_constraintsForNonFlexChild", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 881 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/_getMainSize%40244478290", + "fixedId": true, + "name": "_getMainSize", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 844 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 532 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/set%3AverticalDirection", + "fixedId": true, + "name": "verticalDirection=", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 559 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/set%3AcrossAxisAlignment", + "fixedId": true, + "name": "crossAxisAlignment=", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 503 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/RenderFlex.", + "fixedId": true, + "name": "RenderFlex", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 421 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/544/functions/_RenderFlex%26RenderBox%26ContainerRenderObjectMixin%26RenderBoxContainerDefaultsMixin%26DebugOverflowIndicatorMixin%40244478290.", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin&DebugOverflowIndicatorMixin", + "owner": { + "type": "@Class", + "id": "classes/544", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin&DebugOverflowIndicatorMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/set%3AtextBaseline", + "fixedId": true, + "name": "textBaseline=", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/set%3AclipBehavior", + "fixedId": true, + "name": "clipBehavior=", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 633 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/set%3Adirection", + "fixedId": true, + "name": "direction=", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/debug_overflow_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/544/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/544", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin&DebugOverflowIndicatorMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@242233388/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fdebug_overflow_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/debug_overflow_indicator.dart" + }, + "tokenPos": -1, + "line": 117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/543/functions/defaultPaint", + "fixedId": true, + "name": "defaultPaint", + "owner": { + "type": "@Class", + "id": "classes/543", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3363 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/543/implicit_closures/4", + "fixedId": true, + "name": "defaultPaint", + "owner": { + "type": "@Function", + "id": "classes/543/functions/defaultPaint", + "fixedId": true, + "name": "defaultPaint", + "owner": { + "type": "@Class", + "id": "classes/543", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3363 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3363 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 18, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/543/functions/defaultHitTestChildren", + "fixedId": true, + "name": "defaultHitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/543", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3336 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/543/functions/defaultComputeDistanceToHighestActualBaseline", + "fixedId": true, + "name": "defaultComputeDistanceToHighestActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/543", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/543/functions/defaultComputeDistanceToFirstActualBaseline", + "fixedId": true, + "name": "defaultComputeDistanceToFirstActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/543", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 78, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/548/functions/defaultPaint", + "fixedId": true, + "name": "defaultPaint", + "owner": { + "type": "@Class", + "id": "classes/548", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3363 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 34, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/548/functions/defaultHitTestChildren", + "fixedId": true, + "name": "defaultHitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/548", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3336 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/644/functions/asBoxConstraints", + "fixedId": true, + "name": "asBoxConstraints", + "owner": { + "type": "@Class", + "id": "classes/644", + "fixedId": true, + "name": "SliverConstraints", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 483 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/644/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/644", + "fixedId": true, + "name": "SliverConstraints", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 216 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliverConstraints" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/tighten", + "fixedId": true, + "name": "tighten", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 234 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/enforce", + "fixedId": true, + "name": "enforce", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/deflate", + "fixedId": true, + "name": "deflate", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 437 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 482 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/%2F", + "fixedId": true, + "name": "/", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 447 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/618/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/618", + "fixedId": true, + "name": "_LayoutCacheStorage", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/618/functions/_LayoutCacheStorage%40238392247.", + "fixedId": true, + "name": "_LayoutCacheStorage", + "owner": { + "type": "@Class", + "id": "classes/618", + "fixedId": true, + "name": "_LayoutCacheStorage", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/859/functions/addWithRawTransform", + "fixedId": true, + "name": "addWithRawTransform", + "owner": { + "type": "@Class", + "id": "classes/859", + "fixedId": true, + "name": "BoxHitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 867 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 9, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/859/functions/addWithPaintTransform", + "fixedId": true, + "name": "addWithPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/859", + "fixedId": true, + "name": "BoxHitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 4, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/857/functions/popTransform", + "fixedId": true, + "name": "popTransform", + "owner": { + "type": "@Class", + "id": "classes/857", + "fixedId": true, + "name": "HitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/857/functions/pushTransform", + "fixedId": true, + "name": "pushTransform", + "owner": { + "type": "@Class", + "id": "classes/857", + "fixedId": true, + "name": "HitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 211 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MatrixTransformPart" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/removePerspectiveTransform", + "fixedId": true, + "name": "removePerspectiveTransform", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 626 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/857/functions/pushOffset", + "fixedId": true, + "name": "pushOffset", + "owner": { + "type": "@Class", + "id": "classes/857", + "fixedId": true, + "name": "HitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 250 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _OffsetTransformPart" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/unary-", + "fixedId": true, + "name": "unary-", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 234 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/504/closures/806", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/504/functions/hitTestBoxChild", + "fixedId": true, + "name": "hitTestBoxChild", + "owner": { + "type": "@Class", + "id": "classes/504", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin&RenderSliverHelpers", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1864 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1895 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_list.dart", + "function": { + "type": "@Function", + "id": "classes/507/functions/RenderSliverList.", + "fixedId": true, + "name": "RenderSliverList", + "owner": { + "type": "@Class", + "id": "classes/507", + "fixedId": true, + "name": "RenderSliverList", + "library": { + "type": "@Library", + "id": "libraries/@257392659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@257392659/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_list.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@257392659/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_list.dart" + }, + "tokenPos": -1, + "line": 43 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/RenderSliverMultiBoxAdaptor.", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/collectGarbage", + "fixedId": true, + "name": "collectGarbage", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 591 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/invokeLayoutCallback", + "fixedId": true, + "name": "invokeLayoutCallback", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2886 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/closures/815", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/497/functions/invokeLayoutCallback", + "fixedId": true, + "name": "invokeLayoutCallback", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2886 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2893 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/closures/812", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/506/functions/collectGarbage", + "fixedId": true, + "name": "collectGarbage", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 591 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 595 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/_destroyOrCacheChild%40258211670", + "fixedId": true, + "name": "_destroyOrCacheChild", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 377 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/adoptChild", + "fixedId": true, + "name": "adoptChild", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2028 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/redepthChild", + "fixedId": true, + "name": "redepthChild", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1993 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/implicit_closures/4", + "fixedId": true, + "name": "redepthChild", + "owner": { + "type": "@Function", + "id": "classes/497/functions/redepthChild", + "fixedId": true, + "name": "redepthChild", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1993 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1993 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/markNeedsCompositingBitsUpdate", + "fixedId": true, + "name": "markNeedsCompositingBitsUpdate", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3062 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/closures/816", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/506/closures/812", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/506/functions/collectGarbage", + "fixedId": true, + "name": "collectGarbage", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 591 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 595 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 608 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/_createOrObtainChild%40258211670", + "fixedId": true, + "name": "_createOrObtainChild", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 359 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/closures/813", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/506/functions/_createOrObtainChild%40258211670", + "fixedId": true, + "name": "_createOrObtainChild", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 359 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/503/functions/insert", + "fixedId": true, + "name": "insert", + "owner": { + "type": "@Class", + "id": "classes/503", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/503/functions/_insertIntoChildList%40248266271", + "fixedId": true, + "name": "_insertIntoChildList", + "owner": { + "type": "@Class", + "id": "classes/503", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/adoptChild", + "fixedId": true, + "name": "adoptChild", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/dropChild", + "fixedId": true, + "name": "dropChild", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2056 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/addInitialChild", + "fixedId": true, + "name": "addInitialChild", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 456 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/insertAndLayoutChild", + "fixedId": true, + "name": "insertAndLayoutChild", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 514 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/paintExtentOf", + "fixedId": true, + "name": "paintExtentOf", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 636 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/insertAndLayoutLeadingChild", + "fixedId": true, + "name": "insertAndLayoutLeadingChild", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 486 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/RenderViewport.", + "fixedId": true, + "name": "RenderViewport", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/RenderViewportBase.", + "fixedId": true, + "name": "RenderViewportBase", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2532/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 310 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/set%3Aanchor", + "fixedId": true, + "name": "anchor=", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1492 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/_attemptLayout%40262057554", + "fixedId": true, + "name": "_attemptLayout", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1618 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/layoutChildSequence", + "fixedId": true, + "name": "layoutChildSequence", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2533/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 636 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/computeAbsolutePaintOffset", + "fixedId": true, + "name": "computeAbsolutePaintOffset", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2534/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1094 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/get%3AchildrenInPaintOrder", + "fixedId": true, + "name": "childrenInPaintOrder", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2535/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/get%3A_childrenLastToFirst%40262057554", + "fixedId": true, + "name": "_childrenLastToFirst", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2536/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1262 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/get%3A_childrenFirstToLast%40262057554", + "fixedId": true, + "name": "_childrenFirstToLast", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2537/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1272 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/set%3AcrossAxisDirection", + "fixedId": true, + "name": "crossAxisDirection=", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2538/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/set%3AcacheExtentStyle", + "fixedId": true, + "name": "cacheExtentStyle=", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2539/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 491 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/get%3AchildrenInHitTestOrder", + "fixedId": true, + "name": "childrenInHitTestOrder", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2540/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/set%3AaxisDirection", + "fixedId": true, + "name": "axisDirection=", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2541/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/implicit_closures/31", + "fixedId": true, + "name": "showOnScreen", + "owner": { + "type": "@Function", + "id": "classes/529/functions/showOnScreen", + "fixedId": true, + "name": "showOnScreen", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2542/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1282 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/showInViewport", + "fixedId": true, + "name": "showInViewport", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2543/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/_paintContents%40262057554", + "fixedId": true, + "name": "_paintContents", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2544/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 848 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/implicit_closures/22", + "fixedId": true, + "name": "_paintContents", + "owner": { + "type": "@Function", + "id": "classes/529/functions/_paintContents%40262057554", + "fixedId": true, + "name": "_paintContents", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2545/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 848 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 848 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/set%3Aoffset", + "fixedId": true, + "name": "offset=", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2546/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/implicit_closures/17", + "fixedId": true, + "name": "markNeedsLayout", + "owner": { + "type": "@Function", + "id": "classes/523/functions/markNeedsLayout", + "fixedId": true, + "name": "markNeedsLayout", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2838 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/set%3ApaintOrder", + "fixedId": true, + "name": "paintOrder=", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2547/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/set%3AclipBehavior", + "fixedId": true, + "name": "clipBehavior=", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2548/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 529 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/set%3AcacheExtent", + "fixedId": true, + "name": "cacheExtent=", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2549/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/519/functions/scheduleInitialSemantics", + "fixedId": true, + "name": "scheduleInitialSemantics", + "owner": { + "type": "@Class", + "id": "classes/519", + "fixedId": true, + "name": "_ReusableRenderView", + "library": { + "type": "@Library", + "id": "libraries/@237452173", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 907 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/scheduleInitialSemantics", + "fixedId": true, + "name": "scheduleInitialSemantics", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3656 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/519/functions/prepareInitialFrame", + "fixedId": true, + "name": "prepareInitialFrame", + "owner": { + "type": "@Class", + "id": "classes/519", + "fixedId": true, + "name": "_ReusableRenderView", + "library": { + "type": "@Library", + "id": "libraries/@237452173", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 898 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/prepareInitialFrame", + "fixedId": true, + "name": "prepareInitialFrame", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/scheduleInitialPaint", + "fixedId": true, + "name": "scheduleInitialPaint", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3310 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/_updateMatricesAndCreateNewRootLayer%40261268214", + "fixedId": true, + "name": "_updateMatricesAndCreateNewRootLayer", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/436/functions/toMatrix", + "fixedId": true, + "name": "toMatrix", + "owner": { + "type": "@Class", + "id": "classes/436", + "fixedId": true, + "name": "ViewConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 72 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/436/functions/toPhysicalSize", + "fixedId": true, + "name": "toPhysicalSize", + "owner": { + "type": "@Class", + "id": "classes/436", + "fixedId": true, + "name": "ViewConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 467 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/436/functions/ViewConfiguration.fromView", + "fixedId": true, + "name": "ViewConfiguration.fromView", + "owner": { + "type": "@Class", + "id": "classes/436", + "fixedId": true, + "name": "ViewConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ViewConfiguration" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1848/functions/get%3AphysicalConstraints", + "fixedId": true, + "name": "physicalConstraints", + "owner": { + "type": "@Class", + "id": "classes/1848", + "fixedId": true, + "name": "FlutterView", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ViewConstraints" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/scheduleInitialLayout", + "fixedId": true, + "name": "scheduleInitialLayout", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2590 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RenderView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/_updateSystemChrome%40261268214", + "fixedId": true, + "name": "_updateSystemChrome", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/get%3Alayer", + "fixedId": true, + "name": "layer", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3010 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/updateSemantics", + "fixedId": true, + "name": "updateSemantics", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1848/functions/__updateSemantics%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__updateSemantics$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/1848", + "fixedId": true, + "name": "FlutterView", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 74, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 310 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate HitTestEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/RenderView.", + "fixedId": true, + "name": "RenderView", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/set%3Aconfiguration", + "fixedId": true, + "name": "configuration=", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/replaceRootLayer", + "fixedId": true, + "name": "replaceRootLayer", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3327 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 75, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/compositeFrame", + "fixedId": true, + "name": "compositeFrame", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 349 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 39, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1848/functions/render", + "fixedId": true, + "name": "render", + "owner": { + "type": "@Class", + "id": "classes/1848", + "fixedId": true, + "name": "FlutterView", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 377 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 39, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1848/functions/__render%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__render$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/1848", + "fixedId": true, + "name": "FlutterView", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/createSceneBuilder", + "fixedId": true, + "name": "createSceneBuilder", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/set%3AminVerticalPadding", + "fixedId": true, + "name": "minVerticalPadding=", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/set%3AtitleBaselineType", + "fixedId": true, + "name": "titleBaselineType=", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1332 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/_RenderListTile%4098247952.", + "fixedId": true, + "name": "_RenderListTile", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/550/functions/__RenderListTile%26RenderBox%26SlottedContainerRenderObjectMixin%4098247952.", + "fixedId": true, + "name": "__RenderListTile&RenderBox&SlottedContainerRenderObjectMixin", + "owner": { + "type": "@Class", + "id": "classes/550", + "fixedId": true, + "name": "__RenderListTile&RenderBox&SlottedContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ListTileSlot@98247952" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/get%3AmaxIconHeightConstraint", + "fixedId": true, + "name": "maxIconHeightConstraint", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1471 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1183/functions/get%3AbaseSizeAdjustment", + "fixedId": true, + "name": "baseSizeAdjustment", + "owner": { + "type": "@Class", + "id": "classes/1183", + "fixedId": true, + "name": "VisualDensity", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 3305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/set%3AisThreeLine", + "fixedId": true, + "name": "isThreeLine=", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/get%3Asubtitle", + "fixedId": true, + "name": "subtitle", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1280 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/550/functions/childForSlot", + "fixedId": true, + "name": "childForSlot", + "owner": { + "type": "@Class", + "id": "classes/550", + "fixedId": true, + "name": "__RenderListTile&RenderBox&SlottedContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/get%3A_targetTileHeight%4098247952", + "fixedId": true, + "name": "_targetTileHeight", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/get%3A_defaultTileHeight%4098247952", + "fixedId": true, + "name": "_defaultTileHeight", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1438 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/set%3AminTileHeight", + "fixedId": true, + "name": "minTileHeight=", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1386 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/get%3Atitle", + "fixedId": true, + "name": "title", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/set%3AhorizontalTitleGap", + "fixedId": true, + "name": "horizontalTitleGap=", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1354 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/get%3Atrailing", + "fixedId": true, + "name": "trailing", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/get%3A_effectiveHorizontalTitleGap%4098247952", + "fixedId": true, + "name": "_effectiveHorizontalTitleGap", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1352 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/get%3Achildren", + "fixedId": true, + "name": "children", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/get%3Aleading", + "fixedId": true, + "name": "leading", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1278 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/set%3AminLeadingWidth", + "fixedId": true, + "name": "minLeadingWidth=", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1376 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/set%3AvisualDensity", + "fixedId": true, + "name": "visualDensity=", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1302 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/set%3AsubtitleBaselineType", + "fixedId": true, + "name": "subtitleBaselineType=", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1342 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/_computeSizes%4098247952", + "fixedId": true, + "name": "_computeSizes", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1490 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/implicit_closures/28", + "fixedId": true, + "name": "_positionBox", + "owner": { + "type": "@Function", + "id": "classes/551/functions/_positionBox%4098247952", + "fixedId": true, + "name": "_positionBox", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1480 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1480 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/2681/functions/_yOffsetFor%4098247952", + "fixedId": true, + "name": "_yOffsetFor", + "owner": { + "type": "@Class", + "id": "classes/2681", + "fixedId": true, + "name": "ListTileTitleAlignment", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/_positionBox%4098247952", + "fixedId": true, + "name": "_positionBox", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1480 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/set%3AtitleAlignment", + "fixedId": true, + "name": "titleAlignment=", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1396 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/set%3AisDense", + "fixedId": true, + "name": "isDense=", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/1752/functions/_tileBackgroundColor%4098247952", + "fixedId": true, + "name": "_tileBackgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1752", + "fixedId": true, + "name": "ListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 804 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/1228/field_inits/_textTheme%4098247952", + "fixedId": true, + "name": "_textTheme", + "owner": { + "type": "@Class", + "id": "classes/1228", + "fixedId": true, + "name": "_LisTileDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1767 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/1228/field_inits/_colors%4098247952", + "fixedId": true, + "name": "_colors", + "owner": { + "type": "@Class", + "id": "classes/1228", + "fixedId": true, + "name": "_LisTileDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1766 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/1228/field_inits/_theme%4098247952", + "fixedId": true, + "name": "_theme", + "owner": { + "type": "@Class", + "id": "classes/1228", + "fixedId": true, + "name": "_LisTileDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1765 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/1229/field_inits/_textTheme%4098247952", + "fixedId": true, + "name": "_textTheme", + "owner": { + "type": "@Class", + "id": "classes/1229", + "fixedId": true, + "name": "_LisTileDefaultsM2", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1716 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/1229/field_inits/_theme%4098247952", + "fixedId": true, + "name": "_theme", + "owner": { + "type": "@Class", + "id": "classes/1229", + "fixedId": true, + "name": "_LisTileDefaultsM2", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1715 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/550/functions/_moveChild%40222130468", + "fixedId": true, + "name": "_moveChild", + "owner": { + "type": "@Class", + "id": "classes/550", + "fixedId": true, + "name": "__RenderListTile&RenderBox&SlottedContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/550/functions/_setChild%40222130468", + "fixedId": true, + "name": "_setChild", + "owner": { + "type": "@Class", + "id": "classes/550", + "fixedId": true, + "name": "__RenderListTile&RenderBox&SlottedContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1468/functions/_updateChildren%40222130468", + "fixedId": true, + "name": "_updateChildren", + "owner": { + "type": "@Class", + "id": "classes/1468", + "fixedId": true, + "name": "SlottedRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@222130468", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2550/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2551/0", + "kind": "TypeParameter", + "identityHashCode": 2668395730, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 275 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1500/functions/canUpdate", + "fixedId": true, + "name": "canUpdate", + "owner": { + "type": "@Class", + "id": "classes/1500", + "fixedId": true, + "name": "Widget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/updateSlotForChild", + "fixedId": true, + "name": "updateSlotForChild", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4349 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/closures/264", + "fixedId": true, + "name": "visit", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/updateSlotForChild", + "fixedId": true, + "name": "updateSlotForChild", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4349 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4353 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/deactivateChild", + "fixedId": true, + "name": "deactivateChild", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4585 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/implicit_closures/27", + "fixedId": true, + "name": "deactivateChild", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/deactivateChild", + "fixedId": true, + "name": "deactivateChild", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4585 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4585 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: SlottedMultiChildRenderObjectWidgetMixin" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1468/functions/SlottedRenderObjectElement.", + "fixedId": true, + "name": "SlottedRenderObjectElement", + "owner": { + "type": "@Class", + "id": "classes/1468", + "fixedId": true, + "name": "SlottedRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@222130468", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2552/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2553/0", + "kind": "TypeParameter", + "identityHashCode": 2668395730, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/performance_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/537/functions/get%3A_intrinsicHeight%40250266397", + "fixedId": true, + "name": "_intrinsicHeight", + "owner": { + "type": "@Class", + "id": "classes/537", + "fixedId": true, + "name": "RenderPerformanceOverlay", + "library": { + "type": "@Library", + "id": "libraries/@250266397", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/performance_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/537/functions/set%3AoptionsMask", + "fixedId": true, + "name": "optionsMask=", + "owner": { + "type": "@Class", + "id": "classes/537", + "fixedId": true, + "name": "RenderPerformanceOverlay", + "library": { + "type": "@Library", + "id": "libraries/@250266397", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1, + "line": 73 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/error.dart", + "function": { + "type": "@Function", + "id": "classes/546/field_inits/backgroundColor", + "fixedId": true, + "name": "backgroundColor", + "owner": { + "type": "@Class", + "id": "classes/546", + "fixedId": true, + "name": "RenderErrorBox", + "library": { + "type": "@Library", + "id": "libraries/@243451017", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/error.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/error.dart", + "function": { + "type": "@Function", + "id": "classes/546/field_inits/padding", + "fixedId": true, + "name": "padding", + "owner": { + "type": "@Class", + "id": "classes/546", + "fixedId": true, + "name": "RenderErrorBox", + "library": { + "type": "@Library", + "id": "libraries/@243451017", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/error.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1, + "line": 101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/error.dart", + "function": { + "type": "@Function", + "id": "classes/546/functions/RenderErrorBox.", + "fixedId": true, + "name": "RenderErrorBox", + "owner": { + "type": "@Class", + "id": "classes/546", + "fixedId": true, + "name": "RenderErrorBox", + "library": { + "type": "@Library", + "id": "libraries/@243451017", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/error.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/getDistanceToBaseline", + "fixedId": true, + "name": "getDistanceToBaseline", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2471 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/set%3Alayer", + "fixedId": true, + "name": "layer=", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3016 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3495 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/implicit_closures/57", + "fixedId": true, + "name": "showOnScreen", + "owner": { + "type": "@Function", + "id": "classes/497/functions/showOnScreen", + "fixedId": true, + "name": "showOnScreen", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3996 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3996 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/markNeedsCompositedLayerUpdate", + "fixedId": true, + "name": "markNeedsCompositedLayerUpdate", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/markNeedsLayoutForSizedByParentChange", + "fixedId": true, + "name": "markNeedsLayoutForSizedByParentChange", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2579 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/markParentNeedsLayout", + "fixedId": true, + "name": "markParentNeedsLayout", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2558 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/644/functions/get%3Aaxis", + "fixedId": true, + "name": "axis", + "owner": { + "type": "@Class", + "id": "classes/644", + "fixedId": true, + "name": "SliverConstraints", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 442 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/childMainAxisPosition", + "fixedId": true, + "name": "childMainAxisPosition", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/499/functions/calculatePaintOffset", + "fixedId": true, + "name": "calculatePaintOffset", + "owner": { + "type": "@Class", + "id": "classes/499", + "fixedId": true, + "name": "RenderSliver", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1573 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/get%3AbeforePadding", + "fixedId": true, + "name": "beforePadding", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliverGeometry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/499/functions/calculateCacheOffset", + "fixedId": true, + "name": "calculateCacheOffset", + "owner": { + "type": "@Class", + "id": "classes/499", + "fixedId": true, + "name": "RenderSliver", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1597 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/get%3AcrossAxisPadding", + "fixedId": true, + "name": "crossAxisPadding", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/get%3AmainAxisPadding", + "fixedId": true, + "name": "mainAxisPadding", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/get%3AafterPadding", + "fixedId": true, + "name": "afterPadding", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/503/functions/_removeFromChildList%40248266271", + "fixedId": true, + "name": "_removeFromChildList", + "owner": { + "type": "@Class", + "id": "classes/503", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4391 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/503/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/503", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/503/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/503", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/503/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/503", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/503/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/503", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/503/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/503", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/503/functions/move", + "fixedId": true, + "name": "move", + "owner": { + "type": "@Class", + "id": "classes/503", + "fixedId": true, + "name": "_RenderSliverMultiBoxAdaptor&RenderSliver&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4448 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RenderObject" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RenderSliver" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FlutterErrorDetailsForPointerEventDispatcher" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/pointer_router.dart", + "function": { + "type": "@Function", + "id": "classes/850/functions/route", + "fixedId": true, + "name": "route", + "owner": { + "type": "@Class", + "id": "classes/850", + "fixedId": true, + "name": "PointerRouter", + "library": { + "type": "@Library", + "id": "libraries/@311407777", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@311407777/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fpointer_router.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/pointer_router.dart" + }, + "tokenPos": -1, + "line": 124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/closures/250", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1029/functions/dispatchEvent", + "fixedId": true, + "name": "dispatchEvent", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 465 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 508 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: HitTestEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/closures/249", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1029/functions/dispatchEvent", + "fixedId": true, + "name": "dispatchEvent", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 465 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/functions/updateWithEvent", + "fixedId": true, + "name": "updateWithEvent", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/functions/_monitorMouseConnection%40247437380", + "fixedId": true, + "name": "_monitorMouseConnection", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/functions/get%3AmouseIsConnected", + "fixedId": true, + "name": "mouseIsConnected", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/functions/_shouldMarkStateDirty%40247437380", + "fixedId": true, + "name": "_shouldMarkStateDirty", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _MouseState@247437380" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/469/functions/get%3Adevice", + "fixedId": true, + "name": "device", + "owner": { + "type": "@Class", + "id": "classes/469", + "fixedId": true, + "name": "_MouseState", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 51 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/469/functions/replaceLatestEvent", + "fixedId": true, + "name": "replaceLatestEvent", + "owner": { + "type": "@Class", + "id": "classes/469", + "fixedId": true, + "name": "_MouseState", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/469/functions/replaceAnnotations", + "fixedId": true, + "name": "replaceAnnotations", + "owner": { + "type": "@Class", + "id": "classes/469", + "fixedId": true, + "name": "_MouseState", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/closures/248", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1020/functions/updateWithEvent", + "fixedId": true, + "name": "updateWithEvent", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 301 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 318 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 28, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/functions/_deviceUpdatePhase%40247437380", + "fixedId": true, + "name": "_deviceUpdatePhase", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/closures/252", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1020/closures/248", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1020/functions/updateWithEvent", + "fixedId": true, + "name": "updateWithEvent", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 301 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 318 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 10, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/functions/_handleDeviceUpdate%40247437380", + "fixedId": true, + "name": "_handleDeviceUpdate", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1174/functions/get%3Adevice", + "fixedId": true, + "name": "device", + "owner": { + "type": "@Class", + "id": "classes/1174", + "fixedId": true, + "name": "_MouseTrackerUpdateDetails", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/functions/_handleDeviceUpdateMouseEvents%40247437380", + "fixedId": true, + "name": "_handleDeviceUpdateMouseEvents", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 399 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/get%3Areversed", + "fixedId": true, + "name": "reversed", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2554/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 543 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/closures/255", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1020/functions/_handleDeviceUpdateMouseEvents%40247437380", + "fixedId": true, + "name": "_handleDeviceUpdateMouseEvents", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 399 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 422 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/closures/254", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1020/functions/_handleDeviceUpdateMouseEvents%40247437380", + "fixedId": true, + "name": "_handleDeviceUpdateMouseEvents", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 399 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 413 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/closures/253", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1020/functions/_handleDeviceUpdate%40247437380", + "fixedId": true, + "name": "_handleDeviceUpdate", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 274 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 280 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MouseTrackerUpdateDetails" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/functions/_hitTestInViewResultToAnnotations%40247437380", + "fixedId": true, + "name": "_hitTestInViewResultToAnnotations", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 231 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MouseState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 78, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/hitTestInView", + "fixedId": true, + "name": "hitTestInView", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 660 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/hitTestInView", + "fixedId": true, + "name": "hitTestInView", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/857/functions/HitTestResult.", + "fixedId": true, + "name": "HitTestResult", + "owner": { + "type": "@Class", + "id": "classes/857", + "fixedId": true, + "name": "HitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate HitTestResult" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/909/functions/stop", + "fixedId": true, + "name": "stop", + "owner": { + "type": "@Class", + "id": "classes/909", + "fixedId": true, + "name": "_Resampler", + "library": { + "type": "@Library", + "id": "libraries/@298304576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 197 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PointerEventResampler" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/field_inits/_resampler%40298304576", + "fixedId": true, + "name": "_resampler", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 583 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Resampler" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/functions/BindingBase.", + "fixedId": true, + "name": "BindingBase", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 656 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/closures/284", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1031/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 245 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 264 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/closures/283", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1031/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 245 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/278", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 77 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/277", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 77 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/276", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 77 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/275", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 77 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/274", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 77 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "libraries/@237452173/functions/_debugCollectSemanticsTrees%40237452173", + "fixedId": true, + "name": "_debugCollectSemanticsTrees", + "owner": { + "type": "@Library", + "id": "libraries/@237452173", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/binding.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 716 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "libraries/@237452173/functions/_debugCollectRenderTrees%40237452173", + "fixedId": true, + "name": "_debugCollectRenderTrees", + "owner": { + "type": "@Library", + "id": "libraries/@237452173", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/binding.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 679 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/474/functions/toStringDeep", + "fixedId": true, + "name": "toStringDeep", + "owner": { + "type": "@Class", + "id": "classes/474", + "fixedId": true, + "name": "_RenderObject&Object&DiagnosticableTreeMixin", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3481 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/get%3ArenderViews", + "fixedId": true, + "name": "renderViews", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/273", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 77 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/272", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 77 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/37", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 656 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 726 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/36", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 656 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 725 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/35", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 656 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 719 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/34", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 656 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 718 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/33", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 656 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 705 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/get%3AfirstFrameRasterized", + "fixedId": true, + "name": "firstFrameRasterized", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1094 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/32", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 656 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 693 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/31", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 656 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 681 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/_forceRebuild%40151399801", + "fixedId": true, + "name": "_forceRebuild", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 751 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/30", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 656 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 680 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/29", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 656 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 671 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/28", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 656 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 663 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 439 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/platform_menu_bar.dart", + "function": { + "type": "@Function", + "id": "classes/267/functions/DefaultPlatformMenuDelegate.", + "fixedId": true, + "name": "DefaultPlatformMenuDelegate", + "owner": { + "type": "@Class", + "id": "classes/267", + "fixedId": true, + "name": "DefaultPlatformMenuDelegate", + "library": { + "type": "@Library", + "id": "libraries/@190244544", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/platform_menu_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@190244544/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fplatform_menu_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/platform_menu_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@190244544/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fplatform_menu_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/platform_menu_bar.dart" + }, + "tokenPos": -1, + "line": 291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/platform_menu_bar.dart", + "function": { + "type": "@Function", + "id": "classes/267/functions/_methodCallHandler%40190244544", + "fixedId": true, + "name": "_methodCallHandler", + "owner": { + "type": "@Class", + "id": "classes/267", + "fixedId": true, + "name": "DefaultPlatformMenuDelegate", + "library": { + "type": "@Library", + "id": "libraries/@190244544", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/platform_menu_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@190244544/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fplatform_menu_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/platform_menu_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@190244544/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fplatform_menu_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/platform_menu_bar.dart" + }, + "tokenPos": -1, + "line": 369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/platform_menu_bar.dart", + "function": { + "type": "@Function", + "id": "classes/267/implicit_closures/1", + "fixedId": true, + "name": "_methodCallHandler", + "owner": { + "type": "@Function", + "id": "classes/267/functions/_methodCallHandler%40190244544", + "fixedId": true, + "name": "_methodCallHandler", + "owner": { + "type": "@Class", + "id": "classes/267", + "fixedId": true, + "name": "DefaultPlatformMenuDelegate", + "library": { + "type": "@Library", + "id": "libraries/@190244544", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/platform_menu_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@190244544/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fplatform_menu_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/platform_menu_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@190244544/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fplatform_menu_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/platform_menu_bar.dart" + }, + "tokenPos": -1, + "line": 369 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@190244544/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fplatform_menu_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/platform_menu_bar.dart" + }, + "tokenPos": -1, + "line": 369 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: MethodCall" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PlatformMenuItem" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DefaultPlatformMenuDelegate" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/376/functions/setMethodCallHandler", + "fixedId": true, + "name": "setMethodCallHandler", + "owner": { + "type": "@Class", + "id": "classes/376", + "fixedId": true, + "name": "MethodChannel", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 588 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/376/functions/get%3AbinaryMessenger", + "fixedId": true, + "name": "binaryMessenger", + "owner": { + "type": "@Class", + "id": "classes/376", + "fixedId": true, + "name": "MethodChannel", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/376/closures/41", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/376/functions/setMethodCallHandler", + "fixedId": true, + "name": "setMethodCallHandler", + "owner": { + "type": "@Class", + "id": "classes/376", + "fixedId": true, + "name": "MethodChannel", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 588 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 598 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/376/functions/_handleAsMethodCall%40277480135", + "fixedId": true, + "name": "_handleAsMethodCall", + "owner": { + "type": "@Class", + "id": "classes/376", + "fixedId": true, + "name": "MethodChannel", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 602 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonLocaleChanged", + "fixedId": true, + "name": "onLocaleChanged=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1024 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BuildOwner" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 52 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/initMouseTracker", + "fixedId": true, + "name": "initMouseTracker", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 452 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/functions/MouseTracker.", + "fixedId": true, + "name": "MouseTracker", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MouseCursorManager" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MouseTracker" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 10, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/300", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/functions/initMouseTracker", + "fixedId": true, + "name": "initMouseTracker", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 452 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonPlatformBrightnessChanged", + "fixedId": true, + "name": "onPlatformBrightnessChanged=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1169 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonTextScaleFactorChanged", + "fixedId": true, + "name": "onTextScaleFactorChanged=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonMetricsChanged", + "fixedId": true, + "name": "onMetricsChanged=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 271 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/createRootPipelineOwner", + "fixedId": true, + "name": "createRootPipelineOwner", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 317 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DefaultRootPipelineOwner" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/_handleSemanticsEnabledChanged%40368275577", + "fixedId": true, + "name": "_handleSemanticsEnabledChanged", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/425/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/425", + "fixedId": true, + "name": "SemanticsHandle", + "library": { + "type": "@Library", + "id": "libraries/@368275577", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/implicit_closures/6", + "fixedId": true, + "name": "_didDisposeSemanticsHandle", + "owner": { + "type": "@Function", + "id": "classes/1033/functions/_didDisposeSemanticsHandle%40368275577", + "fixedId": true, + "name": "_didDisposeSemanticsHandle", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 131 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 131 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/_didDisposeSemanticsHandle%40368275577", + "fixedId": true, + "name": "_didDisposeSemanticsHandle", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 131 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/ensureSemantics", + "fixedId": true, + "name": "ensureSemantics", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SemanticsHandle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonAccessibilityFeaturesChanged", + "fixedId": true, + "name": "onAccessibilityFeaturesChanged=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 905 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonSemanticsActionEvent", + "fixedId": true, + "name": "onSemanticsActionEvent=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonSemanticsEnabledChanged", + "fixedId": true, + "name": "onSemanticsEnabledChanged=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1278 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1032/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1032", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1, + "line": 24 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1032/functions/createImageCache", + "fixedId": true, + "name": "createImageCache", + "owner": { + "type": "@Class", + "id": "classes/1032", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/image_cache.dart", + "function": { + "type": "@Function", + "id": "classes/687/functions/ImageCache.", + "fixedId": true, + "name": "ImageCache", + "owner": { + "type": "@Class", + "id": "classes/687", + "fixedId": true, + "name": "ImageCache", + "library": { + "type": "@Library", + "id": "libraries/@348034022", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/image_cache.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@348034022/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_cache.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_cache.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@348034022/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_cache.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_cache.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _CachedImage@348034022" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _LiveImage@348034022" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _PendingImage@348034022" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/image_cache.dart", + "function": { + "type": "@Function", + "id": "classes/687/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/687", + "fixedId": true, + "name": "ImageCache", + "library": { + "type": "@Library", + "id": "libraries/@348034022", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/image_cache.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@348034022/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_cache.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_cache.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@348034022/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_cache.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_cache.dart" + }, + "tokenPos": -1, + "line": 185 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ImageCache" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/initializationComplete", + "fixedId": true, + "name": "initializationComplete", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 575 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/readInitialLifecycleStateFromNativeWindow", + "fixedId": true, + "name": "readInitialLifecycleStateFromNativeWindow", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/_handleLifecycleMessage%40267240726", + "fixedId": true, + "name": "_handleLifecycleMessage", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 302 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/_generateStateTransitions%40267240726", + "fixedId": true, + "name": "_generateStateTransitions", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/401/functions/_parseAppLifecycleMessage%40267240726", + "fixedId": true, + "name": "_parseAppLifecycleMessage", + "owner": { + "type": "@Class", + "id": "classes/401", + "fixedId": true, + "name": "ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@267240726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 437 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_chrome.dart", + "function": { + "type": "@Function", + "id": "classes/366/closures/346", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/366/functions/handleAppLifecycleStateChanged", + "fixedId": true, + "name": "handleAppLifecycleStateChanged", + "owner": { + "type": "@Class", + "id": "classes/366", + "fixedId": true, + "name": "SystemChrome", + "library": { + "type": "@Library", + "id": "libraries/@289077576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1, + "line": 741 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1, + "line": 745 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/get%3AinitialLifecycleState", + "fixedId": true, + "name": "initialLifecycleState", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1068 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonViewFocusChange", + "fixedId": true, + "name": "onViewFocusChange=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 373 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/initLicenses", + "fixedId": true, + "name": "initLicenses", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 187 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/licenses.dart", + "function": { + "type": "@Function", + "id": "classes/947/functions/addLicense", + "fixedId": true, + "name": "addLicense", + "owner": { + "type": "@Class", + "id": "classes/947", + "fixedId": true, + "name": "LicenseRegistry", + "library": { + "type": "@Library", + "id": "libraries/@34204121", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/licenses.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@34204121/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Flicenses.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/licenses.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@34204121/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Flicenses.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/licenses.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: LicenseEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/implicit_closures/9", + "fixedId": true, + "name": "_addLicenses", + "owner": { + "type": "@Function", + "id": "classes/1031/functions/_addLicenses%40267240726", + "fixedId": true, + "name": "_addLicenses", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 193 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/_addLicenses%40267240726", + "fixedId": true, + "name": "_addLicenses", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/closures/347", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1031/functions/_addLicenses%40267240726", + "fixedId": true, + "name": "_addLicenses", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 193 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/isolates.dart", + "function": { + "type": "@Function", + "id": "libraries/@32157633/functions/compute", + "fixedId": true, + "name": "compute", + "owner": { + "type": "@Library", + "id": "libraries/@32157633", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/isolates.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@32157633/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fisolates.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/isolates.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/_isolates_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@380206865/functions/compute", + "fixedId": true, + "name": "compute", + "owner": { + "type": "@Library", + "id": "libraries/@380206865", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/_isolates_io.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@380206865/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2F_isolates_io.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/_isolates_io.dart" + }, + "tokenPos": -1, + "line": 14 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/_isolates_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@380206865/closures/349", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@380206865/functions/compute", + "fixedId": true, + "name": "compute", + "owner": { + "type": "@Library", + "id": "libraries/@380206865", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/_isolates_io.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@380206865/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2F_isolates_io.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/_isolates_io.dart" + }, + "tokenPos": -1, + "line": 14 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@380206865/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2F_isolates_io.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/_isolates_io.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/401/implicit_closures/1", + "fixedId": true, + "name": "_parseLicenses", + "owner": { + "type": "@Function", + "id": "classes/401/functions/_parseLicenses%40267240726", + "fixedId": true, + "name": "_parseLicenses", + "owner": { + "type": "@Class", + "id": "classes/401", + "fixedId": true, + "name": "ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@267240726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 231 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 231 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/401/functions/_parseLicenses%40267240726", + "fixedId": true, + "name": "_parseLicenses", + "owner": { + "type": "@Class", + "id": "classes/401", + "fixedId": true, + "name": "ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@267240726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 231 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate LicenseEntryWithLineBreaks" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/_initKeyboard%40267240726", + "fixedId": true, + "name": "_initKeyboard", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate KeyEventManager" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate HardwareKeyboard" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/closures/344", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1031/functions/_initKeyboard%40267240726", + "fixedId": true, + "name": "_initKeyboard", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 93 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonKeyData", + "fixedId": true, + "name": "onKeyData=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 557 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/closures/356", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1884/functions/_keyDataListener%4017065589", + "fixedId": true, + "name": "_keyDataListener", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 534 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 535 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_unpackKeyData%4017065589", + "fixedId": true, + "name": "_unpackKeyData", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 573 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate KeyData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/closures/358", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1884/closures/356", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1884/functions/_keyDataListener%4017065589", + "fixedId": true, + "name": "_keyDataListener", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 534 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 535 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 537 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/createRestorationManager", + "fixedId": true, + "name": "createRestorationManager", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 548 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/RestorationManager.", + "fixedId": true, + "name": "RestorationManager", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/initChannels", + "fixedId": true, + "name": "initChannels", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/implicit_closures/6", + "fixedId": true, + "name": "_methodHandler", + "owner": { + "type": "@Function", + "id": "classes/1014/functions/_methodHandler%40287347053", + "fixedId": true, + "name": "_methodHandler", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 312 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/_methodHandler%40287347053", + "fixedId": true, + "name": "_methodHandler", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/_parseAndHandleRestorationUpdateFromEngine%40287347053", + "fixedId": true, + "name": "_parseAndHandleRestorationUpdateFromEngine", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/handleRestorationUpdateFromEngine", + "fixedId": true, + "name": "handleRestorationUpdateFromEngine", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 270 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 969 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/_updateManager%40287347053", + "fixedId": true, + "name": "_updateManager", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 840 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/unscheduleSerializationFor", + "fixedId": true, + "name": "unscheduleSerializationFor", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 374 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/_removeChildData%40287347053", + "fixedId": true, + "name": "_removeChildData", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 881 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/_finalizeAddChildData%40287347053", + "fixedId": true, + "name": "_finalizeAddChildData", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 919 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/closures/45", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/369/functions/get%3A_rawChildren%40287347053", + "fixedId": true, + "name": "_rawChildren", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 624 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 625 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/_visitChildren%40287347053", + "fixedId": true, + "name": "_visitChildren", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 926 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/followedBy", + "fixedId": true, + "name": "followedBy", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2555/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2510/functions/FollowedByIterable.firstEfficient", + "fixedId": true, + "name": "FollowedByIterable.firstEfficient", + "owner": { + "type": "@Class", + "id": "classes/2510", + "fixedId": true, + "name": "FollowedByIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2556/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 810 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FollowedByIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/closures/360", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/369/functions/_visitChildren%40287347053", + "fixedId": true, + "name": "_visitChildren", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 926 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 928 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/implicit_closures/13", + "fixedId": true, + "name": "_dropChild", + "owner": { + "type": "@Function", + "id": "classes/369/functions/_dropChild%40287347053", + "fixedId": true, + "name": "_dropChild", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 805 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 805 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/_dropChild%40287347053", + "fixedId": true, + "name": "_dropChild", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 805 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/implicit_closures/15", + "fixedId": true, + "name": "_recursivelyUpdateManager", + "owner": { + "type": "@Function", + "id": "classes/369/functions/_recursivelyUpdateManager%40287347053", + "fixedId": true, + "name": "_recursivelyUpdateManager", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 835 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 835 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/_recursivelyUpdateManager%40287347053", + "fixedId": true, + "name": "_recursivelyUpdateManager", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 835 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/RestorationBucket.root", + "fixedId": true, + "name": "RestorationBucket.root", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 544 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RestorationBucket" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/functions/_decodeRestorationData%40287347053", + "fixedId": true, + "name": "_decodeRestorationData", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1014/closures/359", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1014/functions/handleRestorationUpdateFromEngine", + "fixedId": true, + "name": "handleRestorationUpdateFromEngine", + "owner": { + "type": "@Class", + "id": "classes/1014", + "fixedId": true, + "name": "RestorationManager", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 270 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 276 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RestorationManager" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 251 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 277 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/set%3AonPointerDataPacket", + "fixedId": true, + "name": "onPointerDataPacket=", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 459 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/implicit_closures/3", + "fixedId": true, + "name": "_handlePointerDataPacket", + "owner": { + "type": "@Function", + "id": "classes/1029/functions/_handlePointerDataPacket%40298304576", + "fixedId": true, + "name": "_handlePointerDataPacket", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 300 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 300 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 197, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/_handlePointerDataPacket%40298304576", + "fixedId": true, + "name": "_handlePointerDataPacket", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 300 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 17, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/converter.dart", + "function": { + "type": "@Function", + "id": "classes/905/functions/expand", + "fixedId": true, + "name": "expand", + "owner": { + "type": "@Class", + "id": "classes/905", + "fixedId": true, + "name": "PointerEventConverter", + "library": { + "type": "@Library", + "id": "libraries/@299358395", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/converter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@299358395/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fconverter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/converter.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@299358395/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fconverter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/converter.dart" + }, + "tokenPos": -1, + "line": 62 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 12, + "exclusiveTicks": 4, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/converter.dart", + "function": { + "type": "@Function", + "id": "classes/905/closures/364", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/905/functions/expand", + "fixedId": true, + "name": "expand", + "owner": { + "type": "@Class", + "id": "classes/905", + "fixedId": true, + "name": "PointerEventConverter", + "library": { + "type": "@Library", + "id": "libraries/@299358395", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/converter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@299358395/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fconverter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/converter.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@299358395/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fconverter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/converter.dart" + }, + "tokenPos": -1, + "line": 62 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@299358395/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fconverter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/converter.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerScaleEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerScrollInertiaCancelEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerScrollEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerPanZoomEndEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerPanZoomUpdateEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerPanZoomStartEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerUpEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerMoveEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerDownEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerHoverEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerRemovedEvent" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerAddedEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 9, + "exclusiveTicks": 5, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/_devicePixelRatioForView%40298304576", + "fixedId": true, + "name": "_devicePixelRatioForView", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/view", + "fixedId": true, + "name": "view", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/converter.dart", + "function": { + "type": "@Function", + "id": "classes/905/closures/363", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/905/functions/expand", + "fixedId": true, + "name": "expand", + "owner": { + "type": "@Class", + "id": "classes/905", + "fixedId": true, + "name": "PointerEventConverter", + "library": { + "type": "@Library", + "id": "libraries/@299358395", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/converter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@299358395/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fconverter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/converter.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@299358395/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fconverter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/converter.dart" + }, + "tokenPos": -1, + "line": 62 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@299358395/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fconverter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/converter.dart" + }, + "tokenPos": -1, + "line": 67 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/implicit_closures/4", + "fixedId": true, + "name": "_devicePixelRatioForView", + "owner": { + "type": "@Function", + "id": "classes/1029/functions/_devicePixelRatioForView%40298304576", + "fixedId": true, + "name": "_devicePixelRatioForView", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 322 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 14, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/closures/343", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 251 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 257 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/implicit_closures/34", + "fixedId": true, + "name": "_profileFramePostEvent", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/_profileFramePostEvent%40327222615", + "fixedId": true, + "name": "_profileFramePostEvent", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1382 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 13, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/_profileFramePostEvent%40327222615", + "fixedId": true, + "name": "_profileFramePostEvent", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 1382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_input.dart", + "function": { + "type": "@Function", + "id": "classes/355/field_inits/_instance%40295206165", + "fixedId": true, + "name": "_instance", + "owner": { + "type": "@Class", + "id": "classes/355", + "fixedId": true, + "name": "TextInput", + "library": { + "type": "@Library", + "id": "libraries/@295206165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_input.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 1817 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_input.dart", + "function": { + "type": "@Function", + "id": "classes/355/functions/TextInput._%40295206165", + "fixedId": true, + "name": "TextInput._", + "owner": { + "type": "@Class", + "id": "classes/355", + "fixedId": true, + "name": "TextInput", + "library": { + "type": "@Library", + "id": "libraries/@295206165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_input.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 1797 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_input.dart", + "function": { + "type": "@Function", + "id": "classes/355/implicit_closures/1", + "fixedId": true, + "name": "_loudlyHandleTextInputInvocation", + "owner": { + "type": "@Function", + "id": "classes/355/functions/_loudlyHandleTextInputInvocation%40295206165", + "fixedId": true, + "name": "_loudlyHandleTextInputInvocation", + "owner": { + "type": "@Class", + "id": "classes/355", + "fixedId": true, + "name": "TextInput", + "library": { + "type": "@Library", + "id": "libraries/@295206165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_input.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 1971 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 1971 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_input.dart", + "function": { + "type": "@Function", + "id": "classes/355/functions/_loudlyHandleTextInputInvocation%40295206165", + "fixedId": true, + "name": "_loudlyHandleTextInputInvocation", + "owner": { + "type": "@Class", + "id": "classes/355", + "fixedId": true, + "name": "TextInput", + "library": { + "type": "@Library", + "id": "libraries/@295206165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_input.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 1971 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_input.dart", + "function": { + "type": "@Function", + "id": "classes/355/functions/_handleTextInputInvocation%40295206165", + "fixedId": true, + "name": "_handleTextInputInvocation", + "owner": { + "type": "@Class", + "id": "classes/355", + "fixedId": true, + "name": "TextInput", + "library": { + "type": "@Library", + "id": "libraries/@295206165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_input.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 1994 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_input.dart", + "function": { + "type": "@Function", + "id": "classes/355/closures/368", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/355/functions/_handleTextInputInvocation%40295206165", + "fixedId": true, + "name": "_handleTextInputInvocation", + "owner": { + "type": "@Class", + "id": "classes/355", + "fixedId": true, + "name": "TextInput", + "library": { + "type": "@Library", + "id": "libraries/@295206165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_input.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 1994 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 2017 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_input.dart", + "function": { + "type": "@Function", + "id": "classes/355/closures/367", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/355/functions/_handleTextInputInvocation%40295206165", + "fixedId": true, + "name": "_handleTextInputInvocation", + "owner": { + "type": "@Class", + "id": "classes/355", + "fixedId": true, + "name": "TextInput", + "library": { + "type": "@Library", + "id": "libraries/@295206165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_input.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 1994 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 2009 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_input.dart", + "function": { + "type": "@Function", + "id": "classes/355/closures/366", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/355/functions/_handleTextInputInvocation%40295206165", + "fixedId": true, + "name": "_handleTextInputInvocation", + "owner": { + "type": "@Class", + "id": "classes/355", + "fixedId": true, + "name": "TextInput", + "library": { + "type": "@Library", + "id": "libraries/@295206165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_input.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 1994 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 2006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_input.dart", + "function": { + "type": "@Function", + "id": "classes/355/closures/365", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/355/functions/_loudlyHandleTextInputInvocation%40295206165", + "fixedId": true, + "name": "_loudlyHandleTextInputInvocation", + "owner": { + "type": "@Class", + "id": "classes/355", + "fixedId": true, + "name": "TextInput", + "library": { + "type": "@Library", + "id": "libraries/@295206165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_input.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 1971 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 1981 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: TextInputControl" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ScribbleClient" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_input.dart", + "function": { + "type": "@Function", + "id": "classes/353/field_inits/instance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/353", + "fixedId": true, + "name": "_PlatformTextInputControl", + "library": { + "type": "@Library", + "id": "libraries/@295206165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_input.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1, + "line": 2455 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _PlatformTextInputControl" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextInput" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/implicit_closures/25", + "fixedId": true, + "name": "handleViewFocusChanged", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/handleViewFocusChanged", + "fixedId": true, + "name": "handleViewFocusChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1064 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1064 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/handleViewFocusChanged", + "fixedId": true, + "name": "handleViewFocusChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1064 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/implicit_closures/15", + "fixedId": true, + "name": "_handlePlatformMessage", + "owner": { + "type": "@Function", + "id": "classes/1031/functions/_handlePlatformMessage%40267240726", + "fixedId": true, + "name": "_handlePlatformMessage", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 409 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/_handlePlatformMessage%40267240726", + "fixedId": true, + "name": "_handlePlatformMessage", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/handleRequestAppExit", + "fixedId": true, + "name": "handleRequestAppExit", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 817 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/implicit_closures/12", + "fixedId": true, + "name": "_handleLifecycleMessage", + "owner": { + "type": "@Function", + "id": "classes/1031/functions/_handleLifecycleMessage%40267240726", + "fixedId": true, + "name": "_handleLifecycleMessage", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 302 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 302 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/closures/342", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1031/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 46 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/_handleAccessibilityMessage%40267240726", + "fixedId": true, + "name": "_handleAccessibilityMessage", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/closures/341", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1031/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 46 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1032/functions/handleSystemMessage", + "fixedId": true, + "name": "handleSystemMessage", + "owner": { + "type": "@Class", + "id": "classes/1032", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1, + "line": 175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1789/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1789", + "fixedId": true, + "name": "_SystemFontsNotifier", + "library": { + "type": "@Library", + "id": "libraries/@333047248", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/handleSystemMessage", + "fixedId": true, + "name": "handleSystemMessage", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/handleMemoryPressure", + "fixedId": true, + "name": "handleMemoryPressure", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1072 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1032/functions/handleMemoryPressure", + "fixedId": true, + "name": "handleMemoryPressure", + "owner": { + "type": "@Class", + "id": "classes/1032", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/handleMemoryPressure", + "fixedId": true, + "name": "handleMemoryPressure", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/closures/299", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1033/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 22 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 30 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/handleAccessibilityFeaturesChanged", + "fixedId": true, + "name": "handleAccessibilityFeaturesChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 855 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/handleAccessibilityFeaturesChanged", + "fixedId": true, + "name": "handleAccessibilityFeaturesChanged", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/closures/339", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1033/closures/299", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1033/functions/initInstances", + "fixedId": true, + "name": "initInstances", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 22 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 30 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/implicit_closures/8", + "fixedId": true, + "name": "_handleSemanticsActionEvent", + "owner": { + "type": "@Function", + "id": "classes/1033/functions/_handleSemanticsActionEvent%40368275577", + "fixedId": true, + "name": "_handleSemanticsActionEvent", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 150 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/_handleSemanticsActionEvent%40368275577", + "fixedId": true, + "name": "_handleSemanticsActionEvent", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/performSemanticsAction", + "fixedId": true, + "name": "performSemanticsAction", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 476 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1015/functions/performAction", + "fixedId": true, + "name": "performAction", + "owner": { + "type": "@Class", + "id": "classes/1015", + "fixedId": true, + "name": "SemanticsOwner", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4386 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1015/functions/_getSemanticsActionHandlerForId%40369082469", + "fixedId": true, + "name": "_getSemanticsActionHandlerForId", + "owner": { + "type": "@Class", + "id": "classes/1015", + "fixedId": true, + "name": "SemanticsOwner", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1015/closures/340", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1015/functions/_getSemanticsActionHandlerForId%40369082469", + "fixedId": true, + "name": "_getSemanticsActionHandlerForId", + "owner": { + "type": "@Class", + "id": "classes/1015", + "fixedId": true, + "name": "SemanticsOwner", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4362 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/implicit_closures/7", + "fixedId": true, + "name": "_handleSemanticsEnabledChanged", + "owner": { + "type": "@Function", + "id": "classes/1033/functions/_handleSemanticsEnabledChanged%40368275577", + "fixedId": true, + "name": "_handleSemanticsEnabledChanged", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 141 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/field_inits/_manifold%40237452173", + "fixedId": true, + "name": "_manifold", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1021/functions/_BindingPipelineManifold%40237452173.", + "fixedId": true, + "name": "_BindingPipelineManifold", + "owner": { + "type": "@Class", + "id": "classes/1021", + "fixedId": true, + "name": "_BindingPipelineManifold", + "library": { + "type": "@Library", + "id": "libraries/@237452173", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 818 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/addSemanticsEnabledListener", + "fixedId": true, + "name": "addSemanticsEnabledListener", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/binding.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BindingPipelineManifold" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/implicit_closures/15", + "fixedId": true, + "name": "_handlePersistentFrameCallback", + "owner": { + "type": "@Function", + "id": "classes/1034/functions/_handlePersistentFrameCallback%40237452173", + "fixedId": true, + "name": "_handlePersistentFrameCallback", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 494 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 262, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/_handlePersistentFrameCallback%40237452173", + "fixedId": true, + "name": "_handlePersistentFrameCallback", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/_scheduleMouseTrackerUpdate%40237452173", + "fixedId": true, + "name": "_scheduleMouseTrackerUpdate", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 500 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 22, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/302", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/functions/_scheduleMouseTrackerUpdate%40237452173", + "fixedId": true, + "name": "_scheduleMouseTrackerUpdate", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 500 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 22, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/functions/updateAllDevices", + "fixedId": true, + "name": "updateAllDevices", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 21, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/closures/303", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1020/functions/updateAllDevices", + "fixedId": true, + "name": "updateAllDevices", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 366 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 14, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/1020/functions/_findAnnotations%40247437380", + "fixedId": true, + "name": "_findAnnotations", + "owner": { + "type": "@Class", + "id": "classes/1020", + "fixedId": true, + "name": "MouseTracker", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 262, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/drawFrame", + "fixedId": true, + "name": "drawFrame", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/removeTimingsCallback", + "fixedId": true, + "name": "removeTimingsCallback", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 206, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/drawFrame", + "fixedId": true, + "name": "drawFrame", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 627 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/301", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/drawFrame", + "fixedId": true, + "name": "drawFrame", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1223 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1236 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/implicit_closures/11", + "fixedId": true, + "name": "handlePlatformBrightnessChanged", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/handlePlatformBrightnessChanged", + "fixedId": true, + "name": "handlePlatformBrightnessChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 847 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 847 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/handlePlatformBrightnessChanged", + "fixedId": true, + "name": "handlePlatformBrightnessChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 847 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/implicit_closures/10", + "fixedId": true, + "name": "handleTextScaleFactorChanged", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/handleTextScaleFactorChanged", + "fixedId": true, + "name": "handleTextScaleFactorChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 839 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 839 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/handleTextScaleFactorChanged", + "fixedId": true, + "name": "handleTextScaleFactorChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 839 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/implicit_closures/9", + "fixedId": true, + "name": "handleMetricsChanged", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/handleMetricsChanged", + "fixedId": true, + "name": "handleMetricsChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 831 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/handleMetricsChanged", + "fixedId": true, + "name": "handleMetricsChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/handleMetricsChanged", + "fixedId": true, + "name": "handleMetricsChanged", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 402 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/createViewConfigurationFor", + "fixedId": true, + "name": "createViewConfigurationFor", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/scheduleForcedFrame", + "fixedId": true, + "name": "scheduleForcedFrame", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 983 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/implicit_closures/23", + "fixedId": true, + "name": "_handleBackGestureInvocation", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/_handleBackGestureInvocation%40151399801", + "fixedId": true, + "name": "_handleBackGestureInvocation", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1044 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1044 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/_handleBackGestureInvocation%40151399801", + "fixedId": true, + "name": "_handleBackGestureInvocation", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1044 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MissingPluginException" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/_handleCancelBackGesture%40151399801", + "fixedId": true, + "name": "_handleCancelBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 990 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/_handleCommitBackGesture%40151399801", + "fixedId": true, + "name": "_handleCommitBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 975 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/handlePopRoute", + "fixedId": true, + "name": "handlePopRoute", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 938 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/_handleUpdateBackGestureProgress%40151399801", + "fixedId": true, + "name": "_handleUpdateBackGestureProgress", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 964 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/predictive_back_event.dart", + "function": { + "type": "@Function", + "id": "classes/375/functions/PredictiveBackEvent.fromMap", + "fixedId": true, + "name": "PredictiveBackEvent.fromMap", + "owner": { + "type": "@Class", + "id": "classes/375", + "fixedId": true, + "name": "PredictiveBackEvent", + "library": { + "type": "@Library", + "id": "libraries/@278193216", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@278193216/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fpredictive_back_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@278193216/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fpredictive_back_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PredictiveBackEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/_handleStartBackGesture%40151399801", + "fixedId": true, + "name": "_handleStartBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 953 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/implicit_closures/22", + "fixedId": true, + "name": "_handleNavigationInvocation", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/_handleNavigationInvocation%40151399801", + "fixedId": true, + "name": "_handleNavigationInvocation", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1032 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1032 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/_handleNavigationInvocation%40151399801", + "fixedId": true, + "name": "_handleNavigationInvocation", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1032 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/_handlePushRouteInformation%40151399801", + "fixedId": true, + "name": "_handlePushRouteInformation", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1019 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RouteInformation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/handlePushRoute", + "fixedId": true, + "name": "handlePushRoute", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/implicit_closures/13", + "fixedId": true, + "name": "handleLocaleChanged", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/handleLocaleChanged", + "fixedId": true, + "name": "handleLocaleChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 868 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/handleLocaleChanged", + "fixedId": true, + "name": "handleLocaleChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/dispatchLocalesChanged", + "fixedId": true, + "name": "dispatchLocalesChanged", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 881 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/functions/registerServiceExtension", + "fixedId": true, + "name": "registerServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 929 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/closures/279", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/functions/registerServiceExtension", + "fixedId": true, + "name": "registerServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 929 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 935 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/debug.dart", + "function": { + "type": "@Function", + "id": "libraries/@30222532/functions/debugInstrumentAction", + "fixedId": true, + "name": "debugInstrumentAction", + "owner": { + "type": "@Library", + "id": "libraries/@30222532", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/debug.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@30222532/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdebug.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/debug.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/closures/282", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/closures/279", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/functions/registerServiceExtension", + "fixedId": true, + "name": "registerServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 929 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 935 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 954 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/closures/292", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/functions/registerNumericServiceExtension", + "fixedId": true, + "name": "registerNumericServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 802 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 810 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 547 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/closures/291", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 547 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 578 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/closures/290", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 547 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 577 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/closures/289", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 547 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/closures/288", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1028/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 547 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 570 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/closures/287", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 371 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 379 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/closures/286", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1030/functions/initServiceExtensions", + "fixedId": true, + "name": "initServiceExtensions", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 371 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 378 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/_WidgetsFlutterBinding%26BindingBase%26GestureBinding%26SchedulerBinding%40151399801.", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/_WidgetsFlutterBinding%26BindingBase%26GestureBinding%40151399801.", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerSignalResolver" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate GestureArenaManager" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerRouter" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate HeapPriorityQueue" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _TaskEntry@327222615?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/_handleSampleTimeChanged%40298304576", + "fixedId": true, + "name": "_handleSampleTimeChanged", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 548 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/implicit_closures/12", + "fixedId": true, + "name": "_handleSampleTimeChanged", + "owner": { + "type": "@Function", + "id": "classes/1029/functions/_handleSampleTimeChanged%40298304576", + "fixedId": true, + "name": "_handleSampleTimeChanged", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 548 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 548 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/field_inits/renderView", + "fixedId": true, + "name": "renderView", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/get%3AimplicitView", + "fixedId": true, + "name": "implicitView", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ReusableRenderView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/field_inits/pipelineOwner", + "fixedId": true, + "name": "pipelineOwner", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 263 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PipelineOwner" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/270", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/field_inits/pipelineOwner", + "fixedId": true, + "name": "pipelineOwner", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 263 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 270 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/269", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/field_inits/pipelineOwner", + "fixedId": true, + "name": "pipelineOwner", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 263 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 267 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/closures/268", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1034/field_inits/pipelineOwner", + "fixedId": true, + "name": "pipelineOwner", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 263 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 264 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/addRenderView", + "fixedId": true, + "name": "addRenderView", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 343 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/removeRenderView", + "fixedId": true, + "name": "removeRenderView", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 353 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1033/functions/_WidgetsFlutterBinding%26BindingBase%26GestureBinding%26SchedulerBinding%26ServicesBinding%26PaintingBinding%26SemanticsBinding%40151399801.", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "owner": { + "type": "@Class", + "id": "classes/1033", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1031/functions/_WidgetsFlutterBinding%26BindingBase%26GestureBinding%26SchedulerBinding%26ServicesBinding%40151399801.", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "owner": { + "type": "@Class", + "id": "classes/1031", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SystemFontsNotifier" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/__Set%26_HashVMBase%26SetMixin%403099033.", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2557/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/binding.dart", + "function": { + "type": "@Function", + "id": "classes/704/functions/get%3Ainstance", + "fixedId": true, + "name": "instance", + "owner": { + "type": "@Class", + "id": "classes/704", + "fixedId": true, + "name": "PaintingBinding", + "library": { + "type": "@Library", + "id": "libraries/@333047248", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[unknown stub]" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/376/functions/_invokeMethod%40277480135", + "fixedId": true, + "name": "_invokeMethod", + "owner": { + "type": "@Class", + "id": "classes/376", + "fixedId": true, + "name": "MethodChannel", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 351 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MethodCall" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[unknown stub]" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_chrome.dart", + "function": { + "type": "@Function", + "id": "classes/367/functions/_toMap%40289077576", + "fixedId": true, + "name": "_toMap", + "owner": { + "type": "@Class", + "id": "classes/367", + "fixedId": true, + "name": "SystemUiOverlayStyle", + "library": { + "type": "@Library", + "id": "libraries/@289077576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1, + "line": 333 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_chrome.dart", + "function": { + "type": "@Function", + "id": "classes/366/functions/setApplicationSwitcherDescription", + "fixedId": true, + "name": "setApplicationSwitcherDescription", + "owner": { + "type": "@Class", + "id": "classes/366", + "fixedId": true, + "name": "SystemChrome", + "library": { + "type": "@Library", + "id": "libraries/@289077576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1, + "line": 528 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1448/functions/_resolveColor%4048187611", + "fixedId": true, + "name": "_resolveColor", + "owner": { + "type": "@Class", + "id": "classes/1448", + "fixedId": true, + "name": "_AppBarState", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 873 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1274/field_inits/_colors%4048187611", + "fixedId": true, + "name": "_colors", + "owner": { + "type": "@Class", + "id": "classes/1274", + "fixedId": true, + "name": "_AppBarDefaultsM2", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 2488 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1274/field_inits/_theme%4048187611", + "fixedId": true, + "name": "_theme", + "owner": { + "type": "@Class", + "id": "classes/1274", + "fixedId": true, + "name": "_AppBarDefaultsM2", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 2487 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1273/field_inits/_textTheme%4048187611", + "fixedId": true, + "name": "_textTheme", + "owner": { + "type": "@Class", + "id": "classes/1273", + "fixedId": true, + "name": "_AppBarDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 2531 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1273/field_inits/_colors%4048187611", + "fixedId": true, + "name": "_colors", + "owner": { + "type": "@Class", + "id": "classes/1273", + "fixedId": true, + "name": "_AppBarDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 2530 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1273/field_inits/_theme%4048187611", + "fixedId": true, + "name": "_theme", + "owner": { + "type": "@Class", + "id": "classes/1273", + "fixedId": true, + "name": "_AppBarDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 2529 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1714/functions/_getEffectiveCenterTitle%4048187611", + "fixedId": true, + "name": "_getEffectiveCenterTitle", + "owner": { + "type": "@Class", + "id": "classes/1714", + "fixedId": true, + "name": "AppBar", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 800 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1714/functions/preferredHeightFor", + "fixedId": true, + "name": "preferredHeightFor", + "owner": { + "type": "@Class", + "id": "classes/1714", + "fixedId": true, + "name": "AppBar", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 239 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1714/functions/AppBar.", + "fixedId": true, + "name": "AppBar", + "owner": { + "type": "@Class", + "id": "classes/1714", + "fixedId": true, + "name": "AppBar", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 196 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _PreferredAppBarSize" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 467 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 460 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 460 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Size" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 5, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 566 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 425 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 588 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/implicit_closures/13", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Function", + "id": "classes/1915/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 588 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 588 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1914/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1914", + "fixedId": true, + "name": "OffsetBase", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/Rect.fromPoints", + "fixedId": true, + "name": "Rect.fromPoints", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 673 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 891 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Rect" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: DisplayFeature" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: FlutterView" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Display" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1882/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1882", + "fixedId": true, + "name": "_PlatformConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1787 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _PlatformConfiguration" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/requestViewFocusChange", + "fixedId": true, + "name": "requestViewFocusChange", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_requestViewFocusChange%4017065589", + "fixedId": true, + "name": "_requestViewFocusChange", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 401 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/scaleFontSize", + "fixedId": true, + "name": "scaleFontSize", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1442 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_scaleAndMemoize%4017065589", + "fixedId": true, + "name": "_scaleAndMemoize", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1471 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_getScaledFontSize%4017065589", + "fixedId": true, + "name": "_getScaledFontSize", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1522 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/___sendPlatformMessage%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "___sendPlatformMessage$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_updateSemanticsEnabled%4017065589", + "fixedId": true, + "name": "_updateSemanticsEnabled", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 313, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_invoke%4017065589", + "fixedId": true, + "name": "_invoke", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_updateFrameData%4017065589", + "fixedId": true, + "name": "_updateFrameData", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1311 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FrameData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_updateLocales%4017065589", + "fixedId": true, + "name": "_updateLocales", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1030 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Locale" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_sendViewFocusEvent%4017065589", + "fixedId": true, + "name": "_sendViewFocusEvent", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 304 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_updateAccessibilityFeatures%4017065589", + "fixedId": true, + "name": "_updateAccessibilityFeatures", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 911 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AccessibilityFeatures" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_dispatchPlatformMessage%4017065589", + "fixedId": true, + "name": "_dispatchPlatformMessage", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 781 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/__respondToPlatformMessage%4017065589", + "fixedId": true, + "name": "__respondToPlatformMessage", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 754 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/closures/199", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1884/functions/_dispatchPlatformMessage%4017065589", + "fixedId": true, + "name": "_dispatchPlatformMessage", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 781 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_removeView%4017065589", + "fixedId": true, + "name": "_removeView", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 32, + "exclusiveTicks": 8, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_unpackPointerDataPacket%4017065589", + "fixedId": true, + "name": "_unpackPointerDataPacket", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 479 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerDataPacket" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PointerData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_updateUserSettingsData%4017065589", + "fixedId": true, + "name": "_updateUserSettingsData", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1195 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Map" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_addView%4017065589", + "fixedId": true, + "name": "_addView", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 282 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FlutterView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 365, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_beginFrame%4017065589", + "fixedId": true, + "name": "_beginFrame", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 425 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 17, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_reportTimings%4017065589", + "fixedId": true, + "name": "_reportTimings", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 636 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FrameTiming" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_updateInitialLifecycleState%4017065589", + "fixedId": true, + "name": "_updateInitialLifecycleState", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1081 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/get%3Alocale", + "fixedId": true, + "name": "locale", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 957 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 313, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_drawFrame%4017065589", + "fixedId": true, + "name": "_drawFrame", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/PlatformDispatcher._%4017065589", + "fixedId": true, + "name": "PlatformDispatcher._", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_localeClosure%4017065589", + "fixedId": true, + "name": "_localeClosure", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1060 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/implicit_closures/54", + "fixedId": true, + "name": "_localeClosure", + "owner": { + "type": "@Function", + "id": "classes/1884/functions/_localeClosure%4017065589", + "fixedId": true, + "name": "_localeClosure", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1060 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1060 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_updateWindowMetrics%4017065589", + "fixedId": true, + "name": "_updateWindowMetrics", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 329 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 256, + "exclusiveTicks": 4, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_dispatchPointerDataPacket%4017065589", + "fixedId": true, + "name": "_dispatchPointerDataPacket", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_zonedPlatformMessageResponseCallback%4017065589", + "fixedId": true, + "name": "_zonedPlatformMessageResponseCallback", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 761 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/closures/259", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1884/functions/_zonedPlatformMessageResponseCallback%4017065589", + "fixedId": true, + "name": "_zonedPlatformMessageResponseCallback", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 761 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 771 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/_updateDisplays%4017065589", + "fixedId": true, + "name": "_updateDisplays", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 318 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/sendPlatformMessage", + "fixedId": true, + "name": "sendPlatformMessage", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 654 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SemanticsActionEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1869/functions/fromIndex", + "fixedId": true, + "name": "fromIndex", + "owner": { + "type": "@Class", + "id": "classes/1869", + "fixedId": true, + "name": "SemanticsAction", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/field_inits/_instance%4017065589", + "fixedId": true, + "name": "_instance", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 149 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PlatformDispatcher" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/16", + "fixedId": true, + "name": "_dispatchSemanticsAction", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_dispatchSemanticsAction%4017065589", + "fixedId": true, + "name": "_dispatchSemanticsAction", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 284 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_getPrintClosure%4017065589", + "fixedId": true, + "name": "_getPrintClosure", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/31", + "fixedId": true, + "name": "_print", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_print%4017065589", + "fixedId": true, + "name": "_print", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 25 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 25 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/37", + "fixedId": true, + "name": "_getPrintClosure", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_getPrintClosure%4017065589", + "fixedId": true, + "name": "_getPrintClosure", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 99 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_wrapUnmodifiableByteData%4017065589", + "fixedId": true, + "name": "_wrapUnmodifiableByteData", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/45", + "fixedId": true, + "name": "_wrapUnmodifiableByteData", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_wrapUnmodifiableByteData%4017065589", + "fixedId": true, + "name": "_wrapUnmodifiableByteData", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 83 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateSemanticsEnabled%4017065589", + "fixedId": true, + "name": "_updateSemanticsEnabled", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 264 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/12", + "fixedId": true, + "name": "_updateSemanticsEnabled", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateSemanticsEnabled%4017065589", + "fixedId": true, + "name": "_updateSemanticsEnabled", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 264 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 264 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/setup_hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_setupHooks%4017065589", + "fixedId": true, + "name": "_setupHooks", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsetup_hooks.dart/0", + "fixedId": true, + "uri": "dart:ui/setup_hooks.dart" + }, + "tokenPos": -1, + "line": 7 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/33", + "fixedId": true, + "name": "_getImpellerEnabled", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_getImpellerEnabled%4017065589", + "fixedId": true, + "name": "_getImpellerEnabled", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 75 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_getImpellerEnabled%4017065589", + "fixedId": true, + "name": "_getImpellerEnabled", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/setup_hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/46", + "fixedId": true, + "name": "_setupHooks", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_setupHooks%4017065589", + "fixedId": true, + "name": "_setupHooks", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsetup_hooks.dart/0", + "fixedId": true, + "uri": "dart:ui/setup_hooks.dart" + }, + "tokenPos": -1, + "line": 7 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsetup_hooks.dart/0", + "fixedId": true, + "uri": "dart:ui/setup_hooks.dart" + }, + "tokenPos": -1, + "line": 7 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_sendViewFocusEvent%4017065589", + "fixedId": true, + "name": "_sendViewFocusEvent", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ViewFocusEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/2", + "fixedId": true, + "name": "_sendViewFocusEvent", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_sendViewFocusEvent%4017065589", + "fixedId": true, + "name": "_sendViewFocusEvent", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 61 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateAccessibilityFeatures%4017065589", + "fixedId": true, + "name": "_updateAccessibilityFeatures", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/13", + "fixedId": true, + "name": "_updateAccessibilityFeatures", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateAccessibilityFeatures%4017065589", + "fixedId": true, + "name": "_updateAccessibilityFeatures", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 269 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateLocales%4017065589", + "fixedId": true, + "name": "_updateLocales", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/9", + "fixedId": true, + "name": "_updateLocales", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateLocales%4017065589", + "fixedId": true, + "name": "_updateLocales", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 249 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_decodeDisplayFeatures%4017065589", + "fixedId": true, + "name": "_decodeDisplayFeatures", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 104 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DisplayFeature" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_scheduleMicrotask%4017065589", + "fixedId": true, + "name": "_scheduleMicrotask", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/34", + "fixedId": true, + "name": "_scheduleMicrotask", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_scheduleMicrotask%4017065589", + "fixedId": true, + "name": "_scheduleMicrotask", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 86 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_removeView%4017065589", + "fixedId": true, + "name": "_removeView", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 56 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/1", + "fixedId": true, + "name": "_removeView", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_removeView%4017065589", + "fixedId": true, + "name": "_removeView", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 56 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 56 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/lerp.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/27", + "fixedId": true, + "name": "lerpDouble", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/lerpDouble", + "fixedId": true, + "name": "lerpDouble", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Flerp.dart/0", + "fixedId": true, + "uri": "dart:ui/lerp.dart" + }, + "tokenPos": -1, + "line": 13 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Flerp.dart/0", + "fixedId": true, + "uri": "dart:ui/lerp.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_onError%4017065589", + "fixedId": true, + "name": "_onError", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/20", + "fixedId": true, + "name": "_onError", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_onError%4017065589", + "fixedId": true, + "name": "_onError", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 305 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_dispatchPlatformMessage%4017065589", + "fixedId": true, + "name": "_dispatchPlatformMessage", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/14", + "fixedId": true, + "name": "_dispatchPlatformMessage", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_dispatchPlatformMessage%4017065589", + "fixedId": true, + "name": "_dispatchPlatformMessage", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 274 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateUserSettingsData%4017065589", + "fixedId": true, + "name": "_updateUserSettingsData", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/10", + "fixedId": true, + "name": "_updateUserSettingsData", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateUserSettingsData%4017065589", + "fixedId": true, + "name": "_updateUserSettingsData", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 254 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_addView%4017065589", + "fixedId": true, + "name": "_addView", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 7 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_buildViewConfiguration%4017065589", + "fixedId": true, + "name": "_buildViewConfiguration", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ViewConfiguration" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate GestureSettings" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ViewPadding" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/0", + "fixedId": true, + "name": "_addView", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_addView%4017065589", + "fixedId": true, + "name": "_addView", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 7 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 7 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_getScheduleMicrotaskClosure%4017065589", + "fixedId": true, + "name": "_getScheduleMicrotaskClosure", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/natives.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/38", + "fixedId": true, + "name": "_getScheduleMicrotaskClosure", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_getScheduleMicrotaskClosure%4017065589", + "fixedId": true, + "name": "_getScheduleMicrotaskClosure", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 106 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fnatives.dart/0", + "fixedId": true, + "uri": "dart:ui/natives.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_encodeTwoPoints%4017065589", + "fixedId": true, + "name": "_encodeTwoPoints", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 4775 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 367, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_beginFrame%4017065589", + "fixedId": true, + "name": "_beginFrame", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/17", + "fixedId": true, + "name": "_beginFrame", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_beginFrame%4017065589", + "fixedId": true, + "name": "_beginFrame", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 289 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_setEngineId%4017065589", + "fixedId": true, + "name": "_setEngineId", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/3", + "fixedId": true, + "name": "_setEngineId", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_setEngineId%4017065589", + "fixedId": true, + "name": "_setEngineId", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 71 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_wrapImage%4017065589", + "fixedId": true, + "name": "_wrapImage", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 2235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/41", + "fixedId": true, + "name": "_wrapImage", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_wrapImage%4017065589", + "fixedId": true, + "name": "_wrapImage", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 2235 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 2235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 17, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_reportTimings%4017065589", + "fixedId": true, + "name": "_reportTimings", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/18", + "fixedId": true, + "name": "_reportTimings", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_reportTimings%4017065589", + "fixedId": true, + "name": "_reportTimings", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 295 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 313, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_drawFrame%4017065589", + "fixedId": true, + "name": "_drawFrame", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 300 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/19", + "fixedId": true, + "name": "_drawFrame", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_drawFrame%4017065589", + "fixedId": true, + "name": "_drawFrame", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 300 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 300 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateInitialLifecycleState%4017065589", + "fixedId": true, + "name": "_updateInitialLifecycleState", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/11", + "fixedId": true, + "name": "_updateInitialLifecycleState", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateInitialLifecycleState%4017065589", + "fixedId": true, + "name": "_updateInitialLifecycleState", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 259 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_runMain%4017065589", + "fixedId": true, + "name": "_runMain", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/closures/198", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_runMain%4017065589", + "fixedId": true, + "name": "_runMain", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 312 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 315 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/21", + "fixedId": true, + "name": "_runMain", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_runMain%4017065589", + "fixedId": true, + "name": "_runMain", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 312 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_isLoopback%4017065589", + "fixedId": true, + "name": "_isLoopback", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 394 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateWindowMetrics%4017065589", + "fixedId": true, + "name": "_updateWindowMetrics", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/7", + "fixedId": true, + "name": "_updateWindowMetrics", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateWindowMetrics%4017065589", + "fixedId": true, + "name": "_updateWindowMetrics", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 195 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_encodeWideColorList%4017065589", + "fixedId": true, + "name": "_encodeWideColorList", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 4739 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_getLocaleClosure%4017065589", + "fixedId": true, + "name": "_getLocaleClosure", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/8", + "fixedId": true, + "name": "_getLocaleClosure", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_getLocaleClosure%4017065589", + "fixedId": true, + "name": "_getLocaleClosure", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 246 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 255, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_dispatchPointerDataPacket%4017065589", + "fixedId": true, + "name": "_dispatchPointerDataPacket", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/15", + "fixedId": true, + "name": "_dispatchPointerDataPacket", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_dispatchPointerDataPacket%4017065589", + "fixedId": true, + "name": "_dispatchPointerDataPacket", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 279 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_getHttpConnectionHookClosure%4017065589", + "fixedId": true, + "name": "_getHttpConnectionHookClosure", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 411 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/closures/197", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_getHttpConnectionHookClosure%4017065589", + "fixedId": true, + "name": "_getHttpConnectionHookClosure", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 411 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 413 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/26", + "fixedId": true, + "name": "_getHttpConnectionHookClosure", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_getHttpConnectionHookClosure%4017065589", + "fixedId": true, + "name": "_getHttpConnectionHookClosure", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 411 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 411 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateDisplays%4017065589", + "fixedId": true, + "name": "_updateDisplays", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Display" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/hooks.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/implicit_closures/4", + "fixedId": true, + "name": "_updateDisplays", + "owner": { + "type": "@Function", + "id": "libraries/@17065589/functions/_updateDisplays%4017065589", + "fixedId": true, + "name": "_updateDisplays", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 76 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fhooks.dart/0", + "fixedId": true, + "uri": "dart:ui/hooks.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/_listEquals%4017065589", + "fixedId": true, + "name": "_listEquals", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1541 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1901/functions/set%3A_objects%4017065589", + "fixedId": true, + "name": "_objects=", + "owner": { + "type": "@Class", + "id": "classes/1901", + "fixedId": true, + "name": "Paint", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1353 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1901/functions/get%3A_objects%4017065589", + "fixedId": true, + "name": "_objects", + "owner": { + "type": "@Class", + "id": "classes/1901", + "fixedId": true, + "name": "Paint", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1353 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1901/functions/get%3A_data%4017065589", + "fixedId": true, + "name": "_data", + "owner": { + "type": "@Class", + "id": "classes/1901", + "fixedId": true, + "name": "Paint", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1308 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1864/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1864", + "fixedId": true, + "name": "FontVariation", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1195 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FontVariation" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: FontVariation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__drawDRRect%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__drawDRRect$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__drawShadow%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__drawShadow$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/drawOval", + "fixedId": true, + "name": "drawOval", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6800 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__drawOval%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__drawOval$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__drawPaint%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__drawPaint$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/__drawLine%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__drawLine$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/drawLine", + "fixedId": true, + "name": "drawLine", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6711 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/drawShadow", + "fixedId": true, + "name": "drawShadow", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/drawDRRect", + "fixedId": true, + "name": "drawDRRect", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6768 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2787/functions/__initFromAsset%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__initFromAsset$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2787", + "fixedId": true, + "name": "FragmentProgram", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2787/functions/__constructor%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__constructor$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2787", + "fixedId": true, + "name": "FragmentProgram", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2787/functions/FragmentProgram._fromAsset%4017065589", + "fixedId": true, + "name": "FragmentProgram._fromAsset", + "owner": { + "type": "@Class", + "id": "classes/2787", + "fixedId": true, + "name": "FragmentProgram", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 5149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2787/functions/set%3A_samplerCount%4017065589", + "fixedId": true, + "name": "_samplerCount=", + "owner": { + "type": "@Class", + "id": "classes/2787", + "fixedId": true, + "name": "FragmentProgram", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 5214 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2787/functions/get%3A_samplerCount%4017065589", + "fixedId": true, + "name": "_samplerCount", + "owner": { + "type": "@Class", + "id": "classes/2787", + "fixedId": true, + "name": "FragmentProgram", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 5214 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2787/functions/set%3A_uniformFloatCount%4017065589", + "fixedId": true, + "name": "_uniformFloatCount=", + "owner": { + "type": "@Class", + "id": "classes/2787", + "fixedId": true, + "name": "FragmentProgram", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 5211 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2787/functions/get%3A_uniformFloatCount%4017065589", + "fixedId": true, + "name": "_uniformFloatCount", + "owner": { + "type": "@Class", + "id": "classes/2787", + "fixedId": true, + "name": "FragmentProgram", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 5211 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2790/functions/__initWithImage%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__initWithImage$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2790", + "fixedId": true, + "name": "ImageShader", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2790/functions/__constructor%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__constructor$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2790", + "fixedId": true, + "name": "ImageShader", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2790/functions/ImageShader.", + "fixedId": true, + "name": "ImageShader", + "owner": { + "type": "@Class", + "id": "classes/2790", + "fixedId": true, + "name": "ImageShader", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 5092 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2791/functions/__initLinear%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__initLinear$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2791", + "fixedId": true, + "name": "Gradient", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2791/functions/__constructor%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__constructor$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2791", + "fixedId": true, + "name": "Gradient", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2791/functions/_validateColorStops%4017065589", + "fixedId": true, + "name": "_validateColorStops", + "owner": { + "type": "@Class", + "id": "classes/2791", + "fixedId": true, + "name": "Gradient", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 5058 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2791/functions/Gradient.linear", + "fixedId": true, + "name": "Gradient.linear", + "owner": { + "type": "@Class", + "id": "classes/2791", + "fixedId": true, + "name": "Gradient", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 4822 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2788/functions/Shader._%4017065589", + "fixedId": true, + "name": "Shader._", + "owner": { + "type": "@Class", + "id": "classes/2788", + "fixedId": true, + "name": "Shader", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 4614 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/__contains%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__contains$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 3444 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2795/functions/_Image%4017065589._%4017065589", + "fixedId": true, + "name": "_Image._", + "owner": { + "type": "@Class", + "id": "classes/2795", + "fixedId": true, + "name": "_Image", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 2182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/pop", + "fixedId": true, + "name": "pop", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 954 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__pop%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__pop$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__addPerformanceOverlay%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__addPerformanceOverlay$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/pushClipRRect", + "fixedId": true, + "name": "pushClipRRect", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 723 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ClipRRectEngineLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__pushClipRRect%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__pushClipRRect$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__pushImageFilter%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__pushImageFilter$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__pushOffset%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__pushOffset$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/pushOffset", + "fixedId": true, + "name": "pushOffset", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 672 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OffsetEngineLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__addPicture%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__addPicture$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__pushClipRect%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__pushClipRect$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__pushClipPath%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__pushClipPath$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/pushImageFilter", + "fixedId": true, + "name": "pushImageFilter", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 844 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ImageFilterEngineLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/pushClipPath", + "fixedId": true, + "name": "pushClipPath", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 778 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ClipPathEngineLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/pushOpacity", + "fixedId": true, + "name": "pushOpacity", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 803 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OpacityEngineLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/__pushOpacity%24Method%24FfiNative%4017065589", + "fixedId": true, + "name": "__pushOpacity$Method$FfiNative", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/addPicture", + "fixedId": true, + "name": "addPicture", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 1013 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/pushClipRect", + "fixedId": true, + "name": "pushClipRect", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 687 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ClipRectEngineLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2797/functions/_NativeScene%4017065589._%4017065589", + "fixedId": true, + "name": "_NativeScene._", + "owner": { + "type": "@Class", + "id": "classes/2797", + "fixedId": true, + "name": "_NativeScene", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/secure_socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1964/functions/X509Certificate._%4015069316", + "fixedId": true, + "name": "X509Certificate._", + "owner": { + "type": "@Class", + "id": "classes/1964", + "fixedId": true, + "name": "X509Certificate", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _X509CertificateImpl" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/secure_socket.dart", + "function": { + "type": "@Function", + "id": "classes/1962/functions/set%3Aend", + "fixedId": true, + "name": "end=", + "owner": { + "type": "@Class", + "id": "classes/1962", + "fixedId": true, + "name": "_ExternalBuffer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1, + "line": 1322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/secure_socket.dart", + "function": { + "type": "@Function", + "id": "classes/1962/functions/get%3Aend", + "fixedId": true, + "name": "end", + "owner": { + "type": "@Class", + "id": "classes/1962", + "fixedId": true, + "name": "_ExternalBuffer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1, + "line": 1322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/secure_socket.dart", + "function": { + "type": "@Function", + "id": "classes/1962/functions/set%3Astart", + "fixedId": true, + "name": "start=", + "owner": { + "type": "@Class", + "id": "classes/1962", + "fixedId": true, + "name": "_ExternalBuffer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1, + "line": 1319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/secure_socket.dart", + "function": { + "type": "@Function", + "id": "classes/1962/functions/get%3Astart", + "fixedId": true, + "name": "start", + "owner": { + "type": "@Class", + "id": "classes/1962", + "fixedId": true, + "name": "_ExternalBuffer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1, + "line": 1319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/secure_socket.dart", + "function": { + "type": "@Function", + "id": "classes/1962/functions/set%3Adata", + "fixedId": true, + "name": "data=", + "owner": { + "type": "@Class", + "id": "classes/1962", + "fixedId": true, + "name": "_ExternalBuffer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1, + "line": 1316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/secure_socket.dart", + "function": { + "type": "@Function", + "id": "classes/1962/functions/get%3Adata", + "fixedId": true, + "name": "data", + "owner": { + "type": "@Class", + "id": "classes/1962", + "fixedId": true, + "name": "_ExternalBuffer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1, + "line": 1316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/secure_socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2799/field_inits/ENCRYPTED_SIZE", + "fixedId": true, + "name": "ENCRYPTED_SIZE", + "owner": { + "type": "@Class", + "id": "classes/2799", + "fixedId": true, + "name": "_SecureFilterImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/secure_socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2799/field_inits/SIZE", + "fixedId": true, + "name": "SIZE", + "owner": { + "type": "@Class", + "id": "classes/2799", + "fixedId": true, + "name": "_SecureFilterImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/secure_socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2799/functions/set%3Abuffers", + "fixedId": true, + "name": "buffers=", + "owner": { + "type": "@Class", + "id": "classes/2799", + "fixedId": true, + "name": "_SecureFilterImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/secure_socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2799/functions/get%3Abuffers", + "fixedId": true, + "name": "buffers", + "owner": { + "type": "@Class", + "id": "classes/2799", + "fixedId": true, + "name": "_SecureFilterImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/secure_socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2799/functions/get%3AENCRYPTED_SIZE", + "fixedId": true, + "name": "ENCRYPTED_SIZE", + "owner": { + "type": "@Class", + "id": "classes/2799", + "fixedId": true, + "name": "_SecureFilterImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/secure_socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2799/functions/get%3ASIZE", + "fixedId": true, + "name": "SIZE", + "owner": { + "type": "@Class", + "id": "classes/2799", + "fixedId": true, + "name": "_SecureFilterImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsecure_socket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/secure_socket_patch.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AnamesRoute", + "fixedId": true, + "name": "namesRoute=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5444 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AisFocusable", + "fixedId": true, + "name": "isFocusable=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5593 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AisButton", + "fixedId": true, + "name": "isButton=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5607 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AisEnabled", + "fixedId": true, + "name": "isEnabled=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5529 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AhasImplicitScrolling", + "fixedId": true, + "name": "hasImplicitScrolling=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5752 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/_addAction%40369082469", + "fixedId": true, + "name": "_addAction", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4594 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AvalidationResult", + "fixedId": true, + "name": "validationResult=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5829 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AonLongPress", + "fixedId": true, + "name": "onLongPress=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4649 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/_addArgumentlessAction%40369082469", + "fixedId": true, + "name": "_addArgumentlessAction", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4605 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/closures/688", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/417/functions/_addArgumentlessAction%40369082469", + "fixedId": true, + "name": "_addArgumentlessAction", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4605 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4606 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AonScrollLeft", + "fixedId": true, + "name": "onScrollLeft=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4667 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AonScrollRight", + "fixedId": true, + "name": "onScrollRight=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4699 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AonScrollToOffset", + "fixedId": true, + "name": "onScrollToOffset=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4754 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/closures/927", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/417/functions/set%3AonScrollToOffset", + "fixedId": true, + "name": "onScrollToOffset=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4754 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4756 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/561/implicit_closures/6", + "fixedId": true, + "name": "_onScrollToOffset", + "owner": { + "type": "@Function", + "id": "classes/561/functions/_onScrollToOffset%40211019050", + "fixedId": true, + "name": "_onScrollToOffset", + "owner": { + "type": "@Class", + "id": "classes/561", + "fixedId": true, + "name": "_RenderScrollSemantics", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1703 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1703 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/561/functions/_onScrollToOffset%40211019050", + "fixedId": true, + "name": "_onScrollToOffset", + "owner": { + "type": "@Class", + "id": "classes/561", + "fixedId": true, + "name": "_RenderScrollSemantics", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1703 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AattributedLabel", + "fixedId": true, + "name": "attributedLabel=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AisFocused", + "fixedId": true, + "name": "isFocused=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5600 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AscrollExtentMax", + "fixedId": true, + "name": "scrollExtentMax=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5795 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AonScrollUp", + "fixedId": true, + "name": "onScrollUp=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4717 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AonDismiss", + "fixedId": true, + "name": "onDismiss=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4681 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AsortKey", + "fixedId": true, + "name": "sortKey=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5060 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AscrollExtentMin", + "fixedId": true, + "name": "scrollExtentMin=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5811 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AonFocus", + "fixedId": true, + "name": "onFocus=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5017 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AisMergingSemanticsOfDescendants", + "fixedId": true, + "name": "isMergingSemanticsOfDescendants=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5163 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AonScrollDown", + "fixedId": true, + "name": "onScrollDown=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4735 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AisSelected", + "fixedId": true, + "name": "isSelected=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AscrollPosition", + "fixedId": true, + "name": "scrollPosition=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5779 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AscrollChildCount", + "fixedId": true, + "name": "scrollChildCount=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5085 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AisHeader", + "fixedId": true, + "name": "isHeader=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5633 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AscrollIndex", + "fixedId": true, + "name": "scrollIndex=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5097 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3Atooltip", + "fixedId": true, + "name": "tooltip=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AonTap", + "fixedId": true, + "name": "onTap=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4634 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AscopesRoute", + "fixedId": true, + "name": "scopesRoute=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5433 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/417/functions/set%3AindexInParent", + "fixedId": true, + "name": "indexInParent=", + "owner": { + "type": "@Class", + "id": "classes/417", + "fixedId": true, + "name": "SemanticsConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 5074 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 6211 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _SemanticsFragment@248266271" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "libraries/@26022608/functions/debugPrintStack", + "fixedId": true, + "name": "debugPrintStack", + "owner": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/take", + "fixedId": true, + "name": "take", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2558/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 216 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SubListIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/field_inits/presentError", + "fixedId": true, + "name": "presentError", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 992 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/functions/debugFillProperties", + "fixedId": true, + "name": "debugFillProperties", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1448/implicit_closures/2", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Function", + "id": "classes/1448/functions/_handleScrollNotification%4048187611", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Class", + "id": "classes/1448", + "fixedId": true, + "name": "_AppBarState", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 847 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 847 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/functions/dumpErrorToConsole", + "fixedId": true, + "name": "dumpErrorToConsole", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1022 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/1342/functions/get%3Asummary", + "fixedId": true, + "name": "summary", + "owner": { + "type": "@Class", + "id": "classes/1342", + "fixedId": true, + "name": "FlutterErrorDetails", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 646 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/1342/functions/exceptionAsString", + "fixedId": true, + "name": "exceptionAsString", + "owner": { + "type": "@Class", + "id": "classes/1342", + "fixedId": true, + "name": "FlutterErrorDetails", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 586 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/firstWhere", + "fixedId": true, + "name": "firstWhere", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2559/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2560/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/list.dart", + "function": { + "type": "@Function", + "id": "classes/2499/functions/castFrom", + "fixedId": true, + "name": "castFrom", + "owner": { + "type": "@Class", + "id": "classes/2499", + "fixedId": true, + "name": "List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Flist.dart/0", + "fixedId": true, + "uri": "dart:core/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2561/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Flist.dart/0", + "fixedId": true, + "uri": "dart:core/list.dart" + }, + "tokenPos": -1, + "line": 262 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CastList" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/1342/functions/debugFillProperties", + "fixedId": true, + "name": "debugFillProperties", + "owner": { + "type": "@Class", + "id": "classes/1342", + "fixedId": true, + "name": "FlutterErrorDetails", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 664 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DiagnosticsStackTrace" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ErrorSpacer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/skipWhile", + "fixedId": true, + "name": "skipWhile", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2562/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SkipWhileIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/1342/closures/243", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1342/functions/debugFillProperties", + "fixedId": true, + "name": "debugFillProperties", + "owner": { + "type": "@Class", + "id": "classes/1342", + "fixedId": true, + "name": "FlutterErrorDetails", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 664 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 706 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DiagnosticPropertiesBuilder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/1342/functions/_exceptionToDiagnosticable%4026022608", + "fixedId": true, + "name": "_exceptionToDiagnosticable", + "owner": { + "type": "@Class", + "id": "classes/1342", + "fixedId": true, + "name": "FlutterErrorDetails", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 627 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/1342/closures/241", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1342/functions/get%3Asummary", + "fixedId": true, + "name": "summary", + "owner": { + "type": "@Class", + "id": "classes/1342", + "fixedId": true, + "name": "FlutterErrorDetails", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 646 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/1342/closures/240", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1342/functions/get%3Asummary", + "fixedId": true, + "name": "summary", + "owner": { + "type": "@Class", + "id": "classes/1342", + "fixedId": true, + "name": "FlutterErrorDetails", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 646 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 657 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FlutterErrorDetails" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/987/functions/_ErrorDiagnostic%4026022608.", + "fixedId": true, + "name": "_ErrorDiagnostic", + "owner": { + "type": "@Class", + "id": "classes/987", + "fixedId": true, + "name": "_ErrorDiagnostic", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ErrorDescription" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1448/functions/_handleScrollNotification%4048187611", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Class", + "id": "classes/1448", + "fixedId": true, + "name": "_AppBarState", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 847 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1448/closures/761", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1448/functions/_handleScrollNotification%4048187611", + "fixedId": true, + "name": "_handleScrollNotification", + "owner": { + "type": "@Class", + "id": "classes/1448", + "fixedId": true, + "name": "_AppBarState", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 847 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 866 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ListIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart", + "function": { + "type": "@Function", + "id": "classes/1373/closures/838", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1373/functions/_notifyListeners%40205016095", + "fixedId": true, + "name": "_notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1373", + "fixedId": true, + "name": "ScrollNotificationObserverState", + "library": { + "type": "@Library", + "id": "libraries/@205016095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 189 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/field_inits/onError", + "fixedId": true, + "name": "onError", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 951 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart", + "function": { + "type": "@Function", + "id": "classes/1373/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1373", + "fixedId": true, + "name": "ScrollNotificationObserverState", + "library": { + "type": "@Library", + "id": "libraries/@205016095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 179 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart", + "function": { + "type": "@Function", + "id": "classes/1373/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1373", + "fixedId": true, + "name": "ScrollNotificationObserverState", + "library": { + "type": "@Library", + "id": "libraries/@205016095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 173 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ListenerEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2308/functions/insertAfter", + "fixedId": true, + "name": "insertAfter", + "owner": { + "type": "@Class", + "id": "classes/2308", + "fixedId": true, + "name": "LinkedListEntry", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2563/0", + "kind": "TypeParameter", + "identityHashCode": 1814063396, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/2310/functions/_deactivate%40185319124", + "fixedId": true, + "name": "_deactivate", + "owner": { + "type": "@Class", + "id": "classes/2310", + "fixedId": true, + "name": "_OverlayEntryLocation", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/_removeDeferredChild%40185319124", + "fixedId": true, + "name": "_removeDeferredChild", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1275 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/2310/functions/_activate%40185319124", + "fixedId": true, + "name": "_activate", + "owner": { + "type": "@Class", + "id": "classes/2310", + "fixedId": true, + "name": "_OverlayEntryLocation", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2094 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/_addDeferredChild%40185319124", + "fixedId": true, + "name": "_addDeferredChild", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1258 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/2310/functions/_moveChild%40185319124", + "fixedId": true, + "name": "_moveChild", + "owner": { + "type": "@Class", + "id": "classes/2310", + "fixedId": true, + "name": "_OverlayEntryLocation", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2077 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/2310/functions/_addToChildModel%40185319124", + "fixedId": true, + "name": "_addToChildModel", + "owner": { + "type": "@Class", + "id": "classes/2310", + "fixedId": true, + "name": "_OverlayEntryLocation", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2041 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1389/functions/_add%40185319124", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/1389", + "fixedId": true, + "name": "_OverlayEntryWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 332 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate LinkedList" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/2310/functions/_removeFromChildModel%40185319124", + "fixedId": true, + "name": "_removeFromChildModel", + "owner": { + "type": "@Class", + "id": "classes/2310", + "fixedId": true, + "name": "_OverlayEntryLocation", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2053 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1389/functions/_remove%40185319124", + "fixedId": true, + "name": "_remove", + "owner": { + "type": "@Class", + "id": "classes/1389", + "fixedId": true, + "name": "_OverlayEntryWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 349 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/2310/functions/_removeChild%40185319124", + "fixedId": true, + "name": "_removeChild", + "owner": { + "type": "@Class", + "id": "classes/2310", + "fixedId": true, + "name": "_OverlayEntryLocation", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2070 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/2310/functions/_addChild%40185319124", + "fixedId": true, + "name": "_addChild", + "owner": { + "type": "@Class", + "id": "classes/2310", + "fixedId": true, + "name": "_OverlayEntryLocation", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2063 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/_doLayoutFrom%40185319124", + "fixedId": true, + "name": "_doLayoutFrom", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/closures/948", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/565/functions/_doLayoutFrom%40185319124", + "fixedId": true, + "name": "_doLayoutFrom", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2469 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/get%3Atheater", + "fixedId": true, + "name": "theater", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2418 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/_childrenInPaintOrder%40185319124", + "fixedId": true, + "name": "_childrenInPaintOrder", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/Iterable.generate", + "fixedId": true, + "name": "Iterable.generate", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2564/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _GeneratorIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/closures/949", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/565/functions/_childrenInPaintOrder%40185319124", + "fixedId": true, + "name": "_childrenInPaintOrder", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2407 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2412 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/_RenderDeferredLayoutBox%40185319124.", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2402 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: OverlayPortal" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/functions/_setupController%40185319124", + "fixedId": true, + "name": "_setupController", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1919 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/functions/_getLocation%40185319124", + "fixedId": true, + "name": "_getLocation", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1887 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _OverlayEntryLocation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1603/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1603", + "fixedId": true, + "name": "_RenderTheaterMarker", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2164 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/describeMissingAncestor", + "fixedId": true, + "name": "describeMissingAncestor", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3759 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/describeElements", + "fixedId": true, + "name": "describeElements", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3790 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DiagnosticsBlock" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/closures/880", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/describeElements", + "fixedId": true, + "name": "describeElements", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3790 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3794 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/closures/879", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/describeMissingAncestor", + "fixedId": true, + "name": "describeMissingAncestor", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3759 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3763 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Overlay" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _OverlayEntryWidget@185319124" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1389/field_inits/_hitTestOrderIterable%40185319124", + "fixedId": true, + "name": "_hitTestOrderIterable", + "owner": { + "type": "@Class", + "id": "classes/1389", + "fixedId": true, + "name": "_OverlayEntryWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1389/functions/_createChildIterable%40185319124", + "fixedId": true, + "name": "_createChildIterable", + "owner": { + "type": "@Class", + "id": "classes/1389", + "fixedId": true, + "name": "_OverlayEntryWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 373 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[unknown stub]" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[unknown stub]" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[unknown stub]" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1389/field_inits/_paintOrderIterable%40185319124", + "fixedId": true, + "name": "_paintOrderIterable", + "owner": { + "type": "@Class", + "id": "classes/1389", + "fixedId": true, + "name": "_OverlayEntryWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/functions/insertAll", + "fixedId": true, + "name": "insertAll", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 735 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/closures/928", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1388/functions/insertAll", + "fixedId": true, + "name": "insertAll", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 735 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 745 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/_detachChild%40185319124", + "fixedId": true, + "name": "_detachChild", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/implicit_closures/3", + "fixedId": true, + "name": "_detachChild", + "owner": { + "type": "@Function", + "id": "classes/534/functions/_detachChild%40185319124", + "fixedId": true, + "name": "_detachChild", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1195 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/get%3A_resolvedAlignment%40185319124", + "fixedId": true, + "name": "_resolvedAlignment", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/_childrenInPaintOrder%40185319124", + "fixedId": true, + "name": "_childrenInPaintOrder", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1372 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/get%3A_firstOnstageChild%40185319124", + "fixedId": true, + "name": "_firstOnstageChild", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/_findSizeDeterminingChild%40185319124", + "fixedId": true, + "name": "_findSizeDeterminingChild", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1435 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/set%3AskipCount", + "fixedId": true, + "name": "skipCount=", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/get%3A_lastOnstageChild%40185319124", + "fixedId": true, + "name": "_lastOnstageChild", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/_childrenInHitTestOrder%40185319124", + "fixedId": true, + "name": "_childrenInHitTestOrder", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1390 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/get%3AskipCount", + "fixedId": true, + "name": "skipCount", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/_RenderTheater%40185319124.", + "fixedId": true, + "name": "_RenderTheater", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/set%3AclipBehavior", + "fixedId": true, + "name": "clipBehavior=", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/533/functions/layoutChild", + "fixedId": true, + "name": "layoutChild", + "owner": { + "type": "@Class", + "id": "classes/533", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin&_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1081 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/533/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/533", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin&_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/533/implicit_closures/1", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Function", + "id": "classes/533/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/533", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin&_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1116 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/532/functions/_removeFromChildList%40248266271", + "fixedId": true, + "name": "_removeFromChildList", + "owner": { + "type": "@Class", + "id": "classes/532", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4391 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/532/functions/_insertIntoChildList%40248266271", + "fixedId": true, + "name": "_insertIntoChildList", + "owner": { + "type": "@Class", + "id": "classes/532", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/524/functions/baselineForChild", + "fixedId": true, + "name": "baselineForChild", + "owner": { + "type": "@Class", + "id": "classes/524", + "fixedId": true, + "name": "_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1056 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/functions/_didUnmount%40185319124", + "fixedId": true, + "name": "_didUnmount", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1387/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1387", + "fixedId": true, + "name": "_OverlayState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1387/implicit_closures/1", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Function", + "id": "classes/1387/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1387", + "fixedId": true, + "name": "_OverlayState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/563/functions/layoutChild", + "fixedId": true, + "name": "layoutChild", + "owner": { + "type": "@Class", + "id": "classes/563", + "fixedId": true, + "name": "__RenderDeferredLayoutBox&RenderProxyBox&_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1081 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/567/functions/set%3Asized", + "fixedId": true, + "name": "sized=", + "owner": { + "type": "@Class", + "id": "classes/567", + "fixedId": true, + "name": "RenderAnnotatedRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2565/0", + "kind": "TypeParameter", + "identityHashCode": 3664722243, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4714 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/567/functions/set%3Avalue", + "fixedId": true, + "name": "value=", + "owner": { + "type": "@Class", + "id": "classes/567", + "fixedId": true, + "name": "RenderAnnotatedRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2566/0", + "kind": "TypeParameter", + "identityHashCode": 3664722243, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4703 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/567/functions/RenderAnnotatedRegion.", + "fixedId": true, + "name": "RenderAnnotatedRegion", + "owner": { + "type": "@Class", + "id": "classes/567", + "fixedId": true, + "name": "RenderAnnotatedRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2567/0", + "kind": "TypeParameter", + "identityHashCode": 3664722243, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4694 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/568/functions/set%3Aindex", + "fixedId": true, + "name": "index=", + "owner": { + "type": "@Class", + "id": "classes/568", + "fixedId": true, + "name": "RenderIndexedSemantics", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4373 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/568/functions/RenderIndexedSemantics.", + "fixedId": true, + "name": "RenderIndexedSemantics", + "owner": { + "type": "@Class", + "id": "classes/568", + "fixedId": true, + "name": "RenderIndexedSemantics", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4368 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/569/functions/set%3Aexcluding", + "fixedId": true, + "name": "excluding=", + "owner": { + "type": "@Class", + "id": "classes/569", + "fixedId": true, + "name": "RenderExcludeSemantics", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4333 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/569/functions/RenderExcludeSemantics.", + "fixedId": true, + "name": "RenderExcludeSemantics", + "owner": { + "type": "@Class", + "id": "classes/569", + "fixedId": true, + "name": "RenderExcludeSemantics", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/571/functions/set%3Ablocking", + "fixedId": true, + "name": "blocking=", + "owner": { + "type": "@Class", + "id": "classes/571", + "fixedId": true, + "name": "RenderBlockSemantics", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4276 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/571/functions/RenderBlockSemantics.", + "fixedId": true, + "name": "RenderBlockSemantics", + "owner": { + "type": "@Class", + "id": "classes/571", + "fixedId": true, + "name": "RenderBlockSemantics", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/573/functions/RenderSemanticsAnnotations.", + "fixedId": true, + "name": "RenderSemanticsAnnotations", + "owner": { + "type": "@Class", + "id": "classes/573", + "fixedId": true, + "name": "RenderSemanticsAnnotations", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/initSemanticsAnnotations", + "fixedId": true, + "name": "initSemanticsAnnotations", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4617 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/_updateAttributedFields%40248266271", + "fixedId": true, + "name": "_updateAttributedFields", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4732 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/_effectiveAttributedLabel%40248266271", + "fixedId": true, + "name": "_effectiveAttributedLabel", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4740 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/_RenderSemanticsAnnotations%26RenderProxyBox%26SemanticsAnnotationsMixin%40251160605.", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/_performTap%40248266271", + "fixedId": true, + "name": "_performTap", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5013 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/implicit_closures/7", + "fixedId": true, + "name": "_performTap", + "owner": { + "type": "@Function", + "id": "classes/572/functions/_performTap%40248266271", + "fixedId": true, + "name": "_performTap", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5013 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5013 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4778 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/_performDismiss%40248266271", + "fixedId": true, + "name": "_performDismiss", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5021 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/implicit_closures/8", + "fixedId": true, + "name": "_performDismiss", + "owner": { + "type": "@Function", + "id": "classes/572/functions/_performDismiss%40248266271", + "fixedId": true, + "name": "_performDismiss", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5021 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5021 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/set%3Acontainer", + "fixedId": true, + "name": "container=", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4657 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/set%3AexplicitChildNodes", + "fixedId": true, + "name": "explicitChildNodes=", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4680 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/set%3Aproperties", + "fixedId": true, + "name": "properties=", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4639 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/set%3AlocaleForSubtree", + "fixedId": true, + "name": "localeForSubtree=", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4724 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/set%3AblockUserActions", + "fixedId": true, + "name": "blockUserActions=", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4711 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/set%3AexcludeSemantics", + "fixedId": true, + "name": "excludeSemantics=", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4696 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/_performFocus%40248266271", + "fixedId": true, + "name": "_performFocus", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5093 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/implicit_closures/9", + "fixedId": true, + "name": "_performFocus", + "owner": { + "type": "@Function", + "id": "classes/572/functions/_performFocus%40248266271", + "fixedId": true, + "name": "_performFocus", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5093 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5093 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/574/functions/set%3AignoringSemantics", + "fixedId": true, + "name": "ignoringSemantics=", + "owner": { + "type": "@Class", + "id": "classes/574", + "fixedId": true, + "name": "RenderAbsorbPointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3965 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/574/functions/RenderAbsorbPointer.", + "fixedId": true, + "name": "RenderAbsorbPointer", + "owner": { + "type": "@Class", + "id": "classes/574", + "fixedId": true, + "name": "RenderAbsorbPointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3922 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/set%3Aoffstage", + "fixedId": true, + "name": "offstage=", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3772 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/RenderOffstage.", + "fixedId": true, + "name": "RenderOffstage", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3761 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/576/functions/set%3AignoringSemantics", + "fixedId": true, + "name": "ignoringSemantics=", + "owner": { + "type": "@Class", + "id": "classes/576", + "fixedId": true, + "name": "RenderIgnorePointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3713 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/576/functions/RenderIgnorePointer.", + "fixedId": true, + "name": "RenderIgnorePointer", + "owner": { + "type": "@Class", + "id": "classes/576", + "fixedId": true, + "name": "RenderIgnorePointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3672 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/578/functions/set%3Atranslation", + "fixedId": true, + "name": "translation=", + "owner": { + "type": "@Class", + "id": "classes/578", + "fixedId": true, + "name": "RenderFractionalTranslation", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3019 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/578/functions/RenderFractionalTranslation.", + "fixedId": true, + "name": "RenderFractionalTranslation", + "owner": { + "type": "@Class", + "id": "classes/578", + "fixedId": true, + "name": "RenderFractionalTranslation", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/get%3A_effectiveTransform%40251160605", + "fixedId": true, + "name": "_effectiveTransform", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2621 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/set%3AfilterQuality", + "fixedId": true, + "name": "filterQuality=", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/set%3Atransform", + "fixedId": true, + "name": "transform=", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2553 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2524 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/set%3Aalignment", + "fixedId": true, + "name": "alignment=", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2509 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/set%3Aorigin", + "fixedId": true, + "name": "origin=", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2487 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/RenderTransform.", + "fixedId": true, + "name": "RenderTransform", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/580/functions/set%3Aconfiguration", + "fixedId": true, + "name": "configuration=", + "owner": { + "type": "@Class", + "id": "classes/580", + "fixedId": true, + "name": "RenderDecoratedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2372 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/580/functions/set%3Aposition", + "fixedId": true, + "name": "position=", + "owner": { + "type": "@Class", + "id": "classes/580", + "fixedId": true, + "name": "RenderDecoratedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2356 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/580/functions/set%3Adecoration", + "fixedId": true, + "name": "decoration=", + "owner": { + "type": "@Class", + "id": "classes/580", + "fixedId": true, + "name": "RenderDecoratedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2343 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/580/functions/RenderDecoratedBox.", + "fixedId": true, + "name": "RenderDecoratedBox", + "owner": { + "type": "@Class", + "id": "classes/580", + "fixedId": true, + "name": "RenderDecoratedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/584/functions/set%3AborderRadius", + "fixedId": true, + "name": "borderRadius=", + "owner": { + "type": "@Class", + "id": "classes/584", + "fixedId": true, + "name": "RenderPhysicalModel", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/581/functions/_markNeedsClip%40251160605", + "fixedId": true, + "name": "_markNeedsClip", + "owner": { + "type": "@Class", + "id": "classes/581", + "fixedId": true, + "name": "_RenderCustomClip", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2568/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1459 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/584/functions/set%3Ashape", + "fixedId": true, + "name": "shape=", + "owner": { + "type": "@Class", + "id": "classes/584", + "fixedId": true, + "name": "RenderPhysicalModel", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2088 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/582/functions/set%3Acolor", + "fixedId": true, + "name": "color=", + "owner": { + "type": "@Class", + "id": "classes/582", + "fixedId": true, + "name": "_RenderPhysicalModelBase", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2569/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2043 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/582/functions/set%3AshadowColor", + "fixedId": true, + "name": "shadowColor=", + "owner": { + "type": "@Class", + "id": "classes/582", + "fixedId": true, + "name": "_RenderPhysicalModelBase", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2570/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2032 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/582/functions/set%3Aelevation", + "fixedId": true, + "name": "elevation=", + "owner": { + "type": "@Class", + "id": "classes/582", + "fixedId": true, + "name": "_RenderPhysicalModelBase", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2571/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2016 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/582/functions/_RenderPhysicalModelBase%40251160605.", + "fixedId": true, + "name": "_RenderPhysicalModelBase", + "owner": { + "type": "@Class", + "id": "classes/582", + "fixedId": true, + "name": "_RenderPhysicalModelBase", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2572/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1996 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/581/functions/_RenderCustomClip%40251160605.", + "fixedId": true, + "name": "_RenderCustomClip", + "owner": { + "type": "@Class", + "id": "classes/581", + "fixedId": true, + "name": "_RenderCustomClip", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2573/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1417 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/586/functions/RenderClipRect.", + "fixedId": true, + "name": "RenderClipRect", + "owner": { + "type": "@Class", + "id": "classes/586", + "fixedId": true, + "name": "RenderClipRect", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1554 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: CustomClipper?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/581/functions/_updateClip%40251160605", + "fixedId": true, + "name": "_updateClip", + "owner": { + "type": "@Class", + "id": "classes/581", + "fixedId": true, + "name": "_RenderCustomClip", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2574/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1487 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/container.dart", + "function": { + "type": "@Function", + "id": "classes/1741/functions/get%3A_paddingIncludingDecoration%40152235064", + "fixedId": true, + "name": "_paddingIncludingDecoration", + "owner": { + "type": "@Class", + "id": "classes/1741", + "fixedId": true, + "name": "Container", + "library": { + "type": "@Library", + "id": "libraries/@152235064", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/container.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@152235064/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fcontainer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/container.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@152235064/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fcontainer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/container.dart" + }, + "tokenPos": -1, + "line": 373 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/581/functions/set%3AclipBehavior", + "fixedId": true, + "name": "clipBehavior=", + "owner": { + "type": "@Class", + "id": "classes/581", + "fixedId": true, + "name": "_RenderCustomClip", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2575/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/581/functions/set%3Aclipper", + "fixedId": true, + "name": "clipper=", + "owner": { + "type": "@Class", + "id": "classes/581", + "fixedId": true, + "name": "_RenderCustomClip", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2576/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1428 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/589/functions/RenderAnimatedOpacity.", + "fixedId": true, + "name": "RenderAnimatedOpacity", + "owner": { + "type": "@Class", + "id": "classes/589", + "fixedId": true, + "name": "RenderAnimatedOpacity", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/588/functions/set%3AalwaysIncludeSemantics", + "fixedId": true, + "name": "alwaysIncludeSemantics=", + "owner": { + "type": "@Class", + "id": "classes/588", + "fixedId": true, + "name": "_RenderAnimatedOpacity&RenderProxyBox&RenderAnimatedOpacityMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1028 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/588/functions/set%3Aopacity", + "fixedId": true, + "name": "opacity=", + "owner": { + "type": "@Class", + "id": "classes/588", + "fixedId": true, + "name": "_RenderAnimatedOpacity&RenderProxyBox&RenderAnimatedOpacityMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1004 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/588/functions/_updateOpacity%40251160605", + "fixedId": true, + "name": "_updateOpacity", + "owner": { + "type": "@Class", + "id": "classes/588", + "fixedId": true, + "name": "_RenderAnimatedOpacity&RenderProxyBox&RenderAnimatedOpacityMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1049 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/588/implicit_closures/7", + "fixedId": true, + "name": "_updateOpacity", + "owner": { + "type": "@Function", + "id": "classes/588/functions/_updateOpacity%40251160605", + "fixedId": true, + "name": "_updateOpacity", + "owner": { + "type": "@Class", + "id": "classes/588", + "fixedId": true, + "name": "_RenderAnimatedOpacity&RenderProxyBox&RenderAnimatedOpacityMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1049 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1049 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/593/functions/set%3AadditionalConstraints", + "fixedId": true, + "name": "additionalConstraints=", + "owner": { + "type": "@Class", + "id": "classes/593", + "fixedId": true, + "name": "RenderConstrainedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/593/functions/RenderConstrainedBox.", + "fixedId": true, + "name": "RenderConstrainedBox", + "owner": { + "type": "@Class", + "id": "classes/593", + "fixedId": true, + "name": "RenderConstrainedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/RenderCustomPaint.", + "fixedId": true, + "name": "RenderCustomPaint", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 384 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/_paintWithPainter%40240012902", + "fixedId": true, + "name": "_paintWithPainter", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 583 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/_updateSemanticsChildren%40240012902", + "fixedId": true, + "name": "_updateSemanticsChildren", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 756 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/_didUpdatePainter%40240012902", + "fixedId": true, + "name": "_didUpdatePainter", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 450 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/set%3AforegroundPainter", + "fixedId": true, + "name": "foregroundPainter=", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 441 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/set%3Apainter", + "fixedId": true, + "name": "painter=", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 414 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/set%3ApreferredSize", + "fixedId": true, + "name": "preferredSize=", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 487 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RenderTapRegion" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Set" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/tap_region.dart", + "function": { + "type": "@Function", + "id": "classes/597/functions/_getRegionsHit%40225410373", + "fixedId": true, + "name": "_getRegionsHit", + "owner": { + "type": "@Class", + "id": "classes/597", + "fixedId": true, + "name": "RenderTapRegionSurface", + "library": { + "type": "@Library", + "id": "libraries/@225410373", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/tap_region.dart", + "function": { + "type": "@Function", + "id": "classes/597/functions/RenderTapRegionSurface.", + "fixedId": true, + "name": "RenderTapRegionSurface", + "owner": { + "type": "@Class", + "id": "classes/597", + "fixedId": true, + "name": "RenderTapRegionSurface", + "library": { + "type": "@Library", + "id": "libraries/@225410373", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/600/functions/RenderPointerListener.", + "fixedId": true, + "name": "RenderPointerListener", + "owner": { + "type": "@Class", + "id": "classes/600", + "fixedId": true, + "name": "RenderPointerListener", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/603/functions/_didChangeLayout%40100372823", + "fixedId": true, + "name": "_didChangeLayout", + "owner": { + "type": "@Class", + "id": "classes/603", + "fixedId": true, + "name": "_RenderInkFeatures", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 611 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/603/functions/_removeFeature%40100372823", + "fixedId": true, + "name": "_removeFeature", + "owner": { + "type": "@Class", + "id": "classes/603", + "fixedId": true, + "name": "_RenderInkFeatures", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 605 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/_paintAndDetachToImage%40223188970", + "fixedId": true, + "name": "_paintAndDetachToImage", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 297 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OffsetLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/_onRasterValueChanged%40223188970", + "fixedId": true, + "name": "_onRasterValueChanged", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 287 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/implicit_closures/12", + "fixedId": true, + "name": "_onRasterValueChanged", + "owner": { + "type": "@Function", + "id": "classes/559/functions/_onRasterValueChanged%40223188970", + "fixedId": true, + "name": "_onRasterValueChanged", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 287 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 287 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/set%3Aautoresize", + "fixedId": true, + "name": "autoresize=", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/set%3Amode", + "fixedId": true, + "name": "mode=", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 234 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/set%3Acontroller", + "fixedId": true, + "name": "controller=", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 216 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/set%3Apainter", + "fixedId": true, + "name": "painter=", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/set%3AdevicePixelRatio", + "fixedId": true, + "name": "devicePixelRatio=", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/_RenderSnapshotWidget%40223188970.", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 165 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3A_totalContentExtent%40213211710", + "fixedId": true, + "name": "_totalContentExtent", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 486 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3AminLength", + "fixedId": true, + "name": "minLength=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 332 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3Apadding", + "fixedId": true, + "name": "padding=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/_setThumbExtent%40213211710", + "fixedId": true, + "name": "_setThumbExtent", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 430 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3A_afterExtent%40213211710", + "fixedId": true, + "name": "_afterExtent", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 483 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3A_beforeExtent%40213211710", + "fixedId": true, + "name": "_beforeExtent", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 482 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/_paintTrack%40213211710", + "fixedId": true, + "name": "_paintTrack", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 559 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3Aradius", + "fixedId": true, + "name": "radius=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 261 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3Ashape", + "fixedId": true, + "name": "shape=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3AscrollbarOrientation", + "fixedId": true, + "name": "scrollbarOrientation=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/_paintScrollbar%40213211710", + "fixedId": true, + "name": "_paintScrollbar", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 572 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3A_paintThumb%40213211710", + "fixedId": true, + "name": "_paintThumb", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 550 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3A_leadingTrackMainAxisOffset%40213211710", + "fixedId": true, + "name": "_leadingTrackMainAxisOffset", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3A_resolvedOrientation%40213211710", + "fixedId": true, + "name": "_resolvedOrientation", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 492 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3AtrackColor", + "fixedId": true, + "name": "trackColor=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3AtrackRadius", + "fixedId": true, + "name": "trackRadius=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/_getScrollToTrack%40213211710", + "fixedId": true, + "name": "_getScrollToTrack", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 701 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3A_leadingThumbMainAxisOffset%40213211710", + "fixedId": true, + "name": "_leadingThumbMainAxisOffset", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 428 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3Acolor", + "fixedId": true, + "name": "color=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/getThumbScrollOffset", + "fixedId": true, + "name": "getThumbScrollOffset", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 686 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/ScrollbarPainter.", + "fixedId": true, + "name": "ScrollbarPainter", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3AtextDirection", + "fixedId": true, + "name": "textDirection=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3AcrossAxisMargin", + "fixedId": true, + "name": "crossAxisMargin=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3AtrackBorderColor", + "fixedId": true, + "name": "trackBorderColor=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3AminOverscrollLength", + "fixedId": true, + "name": "minOverscrollLength=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 353 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3AmainAxisMargin", + "fixedId": true, + "name": "mainAxisMargin=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3AignorePointer", + "fixedId": true, + "name": "ignorePointer=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 394 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/set%3Athickness", + "fixedId": true, + "name": "thickness=", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/998/functions/createScrollPosition", + "fixedId": true, + "name": "createScrollPosition", + "owner": { + "type": "@Class", + "id": "classes/998", + "fixedId": true, + "name": "ScrollController", + "library": { + "type": "@Library", + "id": "libraries/@201437953", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollPositionWithSingleContext" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/998/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/998", + "fixedId": true, + "name": "ScrollController", + "library": { + "type": "@Library", + "id": "libraries/@201437953", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/998/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/998", + "fixedId": true, + "name": "ScrollController", + "library": { + "type": "@Library", + "id": "libraries/@201437953", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1, + "line": 241 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/999/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/999", + "fixedId": true, + "name": "_StretchController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 877 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/field_inits/_crossAxisHalfTime%40186442496", + "fixedId": true, + "name": "_crossAxisHalfTime", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/_changePhase%40186442496", + "fixedId": true, + "name": "_changePhase", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 489 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/implicit_closures/14", + "fixedId": true, + "name": "_changePhase", + "owner": { + "type": "@Function", + "id": "classes/1000/functions/_changePhase%40186442496", + "fixedId": true, + "name": "_changePhase", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 489 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 489 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/set%3Aaxis", + "fixedId": true, + "name": "axis=", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 377 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/set%3Acolor", + "fixedId": true, + "name": "color=", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/_GlowController%40186442496.", + "fixedId": true, + "name": "_GlowController", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 328 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/implicit_closures/16", + "fixedId": true, + "name": "_tickDisplacement", + "owner": { + "type": "@Function", + "id": "classes/1000/functions/_tickDisplacement%40186442496", + "fixedId": true, + "name": "_tickDisplacement", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 520 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 520 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/_tickDisplacement%40186442496", + "fixedId": true, + "name": "_tickDisplacement", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 520 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1001/functions/_unregister%40193384654", + "fixedId": true, + "name": "_unregister", + "owner": { + "type": "@Class", + "id": "classes/1001", + "fixedId": true, + "name": "RestorableProperty", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2577/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 538 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/995/functions/_removeAt%4028329750", + "fixedId": true, + "name": "_removeAt", + "owner": { + "type": "@Class", + "id": "classes/995", + "fixedId": true, + "name": "ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ChangeNotifier" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/_addChildData%40287347053", + "fixedId": true, + "name": "_addChildData", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 905 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/closures/840", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/369/functions/_addChildData%40287347053", + "fixedId": true, + "name": "_addChildData", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 905 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 911 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/RestorationBucket.empty", + "fixedId": true, + "name": "RestorationBucket.empty", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 513 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/get%3AisReplacing", + "fixedId": true, + "name": "isReplacing", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 609 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/claimChild", + "fixedId": true, + "name": "claimChild", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 742 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/RestorationBucket.child", + "fixedId": true, + "name": "RestorationBucket.child", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 565 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/adoptChild", + "fixedId": true, + "name": "adoptChild", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 791 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/rename", + "fixedId": true, + "name": "rename", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 947 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1380/functions/_updateProperty%40193384654", + "fixedId": true, + "name": "_updateProperty", + "owner": { + "type": "@Class", + "id": "classes/1380", + "fixedId": true, + "name": "__RestorationScopeState&State&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1380/implicit_closures/9", + "fixedId": true, + "name": "_updateProperty", + "owner": { + "type": "@Function", + "id": "classes/1380/functions/_updateProperty%40193384654", + "fixedId": true, + "name": "_updateProperty", + "owner": { + "type": "@Class", + "id": "classes/1380", + "fixedId": true, + "name": "__RestorationScopeState&State&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1006 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1380/functions/_setNewBucketIfNecessary%40193384654", + "fixedId": true, + "name": "_setNewBucketIfNecessary", + "owner": { + "type": "@Class", + "id": "classes/1380", + "fixedId": true, + "name": "__RestorationScopeState&State&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 987 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1380/functions/_updateBucketIfNecessary%40193384654", + "fixedId": true, + "name": "_updateBucketIfNecessary", + "owner": { + "type": "@Class", + "id": "classes/1380", + "fixedId": true, + "name": "__RestorationScopeState&State&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 955 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1380/functions/_doRestore%40193384654", + "fixedId": true, + "name": "_doRestore", + "owner": { + "type": "@Class", + "id": "classes/1380", + "fixedId": true, + "name": "__RestorationScopeState&State&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 923 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1380/functions/get%3ArestorePending", + "fixedId": true, + "name": "restorePending", + "owner": { + "type": "@Class", + "id": "classes/1380", + "fixedId": true, + "name": "__RestorationScopeState&State&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 884 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1380/functions/didUpdateRestorationId", + "fixedId": true, + "name": "didUpdateRestorationId", + "owner": { + "type": "@Class", + "id": "classes/1380", + "fixedId": true, + "name": "__RestorationScopeState&State&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 842 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/functions/_setNewBucketIfNecessary%40193384654", + "fixedId": true, + "name": "_setNewBucketIfNecessary", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 987 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/functions/_updateBucketIfNecessary%40193384654", + "fixedId": true, + "name": "_updateBucketIfNecessary", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 955 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/functions/_doRestore%40193384654", + "fixedId": true, + "name": "_doRestore", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 923 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/functions/get%3ArestorePending", + "fixedId": true, + "name": "restorePending", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 884 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/functions/didUpdateRestorationId", + "fixedId": true, + "name": "didUpdateRestorationId", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 842 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1024 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/closures/844", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1391/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1024 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1026 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 866 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 901 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/functions/_setNewBucketIfNecessary%40193384654", + "fixedId": true, + "name": "_setNewBucketIfNecessary", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 987 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/functions/_updateBucketIfNecessary%40193384654", + "fixedId": true, + "name": "_updateBucketIfNecessary", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 955 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/functions/_doRestore%40193384654", + "fixedId": true, + "name": "_doRestore", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 923 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/functions/get%3ArestorePending", + "fixedId": true, + "name": "restorePending", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 884 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/functions/didUpdateRestorationId", + "fixedId": true, + "name": "didUpdateRestorationId", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 842 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1024 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/closures/719", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1413/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1024 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1026 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 901 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 866 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RootRestorationScope" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1379/functions/_replaceRootBucket%40193384654", + "fixedId": true, + "name": "_replaceRootBucket", + "owner": { + "type": "@Class", + "id": "classes/1379", + "fixedId": true, + "name": "_RootRestorationScopeState", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 332 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1379/implicit_closures/4", + "fixedId": true, + "name": "_replaceRootBucket", + "owner": { + "type": "@Function", + "id": "classes/1379/functions/_replaceRootBucket%40193384654", + "fixedId": true, + "name": "_replaceRootBucket", + "owner": { + "type": "@Class", + "id": "classes/1379", + "fixedId": true, + "name": "_RootRestorationScopeState", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 332 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 332 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Scrollable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1371/functions/_setNewBucketIfNecessary%40193384654", + "fixedId": true, + "name": "_setNewBucketIfNecessary", + "owner": { + "type": "@Class", + "id": "classes/1371", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 987 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1371/functions/_updateBucketIfNecessary%40193384654", + "fixedId": true, + "name": "_updateBucketIfNecessary", + "owner": { + "type": "@Class", + "id": "classes/1371", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 955 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1371/functions/_doRestore%40193384654", + "fixedId": true, + "name": "_doRestore", + "owner": { + "type": "@Class", + "id": "classes/1371", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 923 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/restoreState", + "fixedId": true, + "name": "restoreState", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 638 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1371/functions/registerForRestoration", + "fixedId": true, + "name": "registerForRestoration", + "owner": { + "type": "@Class", + "id": "classes/1371", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 771 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1371/closures/835", + "fixedId": true, + "name": "listener", + "owner": { + "type": "@Function", + "id": "classes/1371/functions/registerForRestoration", + "fixedId": true, + "name": "registerForRestoration", + "owner": { + "type": "@Class", + "id": "classes/1371", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 771 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1371/functions/didUpdateRestorationId", + "fixedId": true, + "name": "didUpdateRestorationId", + "owner": { + "type": "@Class", + "id": "classes/1371", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 842 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1371/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1371", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1024 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1370/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1370", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1370/implicit_closures/4", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Function", + "id": "classes/1370/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1370", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1370/functions/_updateTickers%40228311458", + "fixedId": true, + "name": "_updateTickers", + "owner": { + "type": "@Class", + "id": "classes/1370", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1371/closures/834", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1371/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1371", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1024 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1026 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1371/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1371", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 866 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1371/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1371", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 901 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/561/functions/set%3AsemanticChildCount", + "fixedId": true, + "name": "semanticChildCount=", + "owner": { + "type": "@Class", + "id": "classes/561", + "fixedId": true, + "name": "_RenderScrollSemantics", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1695 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/561/functions/set%3AallowImplicitScrolling", + "fixedId": true, + "name": "allowImplicitScrolling=", + "owner": { + "type": "@Class", + "id": "classes/561", + "fixedId": true, + "name": "_RenderScrollSemantics", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1683 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/561/functions/set%3Aposition", + "fixedId": true, + "name": "position=", + "owner": { + "type": "@Class", + "id": "classes/561", + "fixedId": true, + "name": "_RenderScrollSemantics", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1670 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/561/functions/_RenderScrollSemantics%40211019050.", + "fixedId": true, + "name": "_RenderScrollSemantics", + "owner": { + "type": "@Class", + "id": "classes/561", + "fixedId": true, + "name": "_RenderScrollSemantics", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1654 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1370/functions/_updateTickerModeNotifier%40228311458", + "fixedId": true, + "name": "_updateTickerModeNotifier", + "owner": { + "type": "@Class", + "id": "classes/1370", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/ScrollableState.", + "fixedId": true, + "name": "ScrollableState", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RestorableScrollOffset" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_receivedPointerSignal%40211019050", + "fixedId": true, + "name": "_receivedPointerSignal", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 953 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_targetScrollOffsetForPointerScroll%40211019050", + "fixedId": true, + "name": "_targetScrollOffsetForPointerScroll", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 922 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_pointerSignalEventDelta%40211019050", + "fixedId": true, + "name": "_pointerSignalEventDelta", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 932 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/implicit_closures/29", + "fixedId": true, + "name": "_handlePointerScroll", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/_handlePointerScroll%40211019050", + "fixedId": true, + "name": "_handlePointerScroll", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 977 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 977 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_handlePointerScroll%40211019050", + "fixedId": true, + "name": "_handlePointerScroll", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 977 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/implicit_closures/28", + "fixedId": true, + "name": "_receivedPointerSignal", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/_receivedPointerSignal%40211019050", + "fixedId": true, + "name": "_receivedPointerSignal", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 953 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 953 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_handleScrollMetricsNotification%40211019050", + "fixedId": true, + "name": "_handleScrollMetricsNotification", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 986 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/implicit_closures/30", + "fixedId": true, + "name": "_handleScrollMetricsNotification", + "owner": { + "type": "@Function", + "id": "classes/1372/functions/_handleScrollMetricsNotification%40211019050", + "fixedId": true, + "name": "_handleScrollMetricsNotification", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 986 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 986 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_buildChrome%40211019050", + "fixedId": true, + "name": "_buildChrome", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 997 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawScrollbar" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollableDetails" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/get%3A_effectiveScrollController%40211019050", + "fixedId": true, + "name": "_effectiveScrollController", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 589 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_shouldUpdatePosition%40211019050", + "fixedId": true, + "name": "_shouldUpdatePosition", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 677 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/_updatePosition%40211019050", + "fixedId": true, + "name": "_updatePosition", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 617 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1652/functions/ensureVisible", + "fixedId": true, + "name": "ensureVisible", + "owner": { + "type": "@Class", + "id": "classes/1652", + "fixedId": true, + "name": "Scrollable", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 491 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1652/closures/438", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1652/functions/ensureVisible", + "fixedId": true, + "name": "ensureVisible", + "owner": { + "type": "@Class", + "id": "classes/1652", + "fixedId": true, + "name": "Scrollable", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 491 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 532 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration_properties.dart", + "function": { + "type": "@Function", + "id": "classes/1005/functions/fromPrimitives", + "fixedId": true, + "name": "fromPrimitives", + "owner": { + "type": "@Class", + "id": "classes/1005", + "fixedId": true, + "name": "_RestorablePrimitiveValueN", + "library": { + "type": "@Library", + "id": "libraries/@194066365", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@194066365/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration_properties.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2578/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@194066365/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration_properties.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RouteInformation?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Listenable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1491/functions/_handleUpdate%40173313948", + "fixedId": true, + "name": "_handleUpdate", + "owner": { + "type": "@Class", + "id": "classes/1491", + "fixedId": true, + "name": "_InheritedNotifierElement", + "library": { + "type": "@Library", + "id": "libraries/@173313948", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2579/0", + "kind": "TypeParameter", + "identityHashCode": 3769705941, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1, + "line": 119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1491/implicit_closures/3", + "fixedId": true, + "name": "_handleUpdate", + "owner": { + "type": "@Function", + "id": "classes/1491/functions/_handleUpdate%40173313948", + "fixedId": true, + "name": "_handleUpdate", + "owner": { + "type": "@Class", + "id": "classes/1491", + "fixedId": true, + "name": "_InheritedNotifierElement", + "library": { + "type": "@Library", + "id": "libraries/@173313948", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2580/0", + "kind": "TypeParameter", + "identityHashCode": 3769705941, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1, + "line": 119 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1, + "line": 119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1491/functions/_InheritedNotifierElement%40173313948.", + "fixedId": true, + "name": "_InheritedNotifierElement", + "owner": { + "type": "@Class", + "id": "classes/1491", + "fixedId": true, + "name": "_InheritedNotifierElement", + "library": { + "type": "@Library", + "id": "libraries/@173313948", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2581/0", + "kind": "TypeParameter", + "identityHashCode": 3769705941, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1490/functions/InheritedElement.", + "fixedId": true, + "name": "InheritedElement", + "owner": { + "type": "@Class", + "id": "classes/1490", + "fixedId": true, + "name": "InheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1493/functions/_recurseChildren%40150167661", + "fixedId": true, + "name": "_recurseChildren", + "owner": { + "type": "@Class", + "id": "classes/1493", + "fixedId": true, + "name": "_UbiquitousInheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1493/closures/930", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1493/functions/_recurseChildren%40150167661", + "fixedId": true, + "name": "_recurseChildren", + "owner": { + "type": "@Class", + "id": "classes/1493", + "fixedId": true, + "name": "_UbiquitousInheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 127 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: InheritedElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1490/functions/getDependencies", + "fixedId": true, + "name": "getDependencies", + "owner": { + "type": "@Class", + "id": "classes/1490", + "fixedId": true, + "name": "InheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/primary_scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1602/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1602", + "fixedId": true, + "name": "PrimaryScrollController", + "library": { + "type": "@Library", + "id": "libraries/@192080686", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@192080686/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fprimary_scroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@192080686/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fprimary_scroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/primary_scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1602/functions/shouldInherit", + "fixedId": true, + "name": "shouldInherit", + "owner": { + "type": "@Class", + "id": "classes/1602", + "fixedId": true, + "name": "PrimaryScrollController", + "library": { + "type": "@Library", + "id": "libraries/@192080686", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@192080686/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fprimary_scroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@192080686/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fprimary_scroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "tokenPos": -1, + "line": 125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1604/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1604", + "fixedId": true, + "name": "HeroControllerScope", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 851 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/lookup_boundary.dart", + "function": { + "type": "@Function", + "id": "classes/1605/functions/getElementForInheritedWidgetOfExactType", + "fixedId": true, + "name": "getElementForInheritedWidgetOfExactType", + "owner": { + "type": "@Class", + "id": "classes/1605", + "fixedId": true, + "name": "LookupBoundary", + "library": { + "type": "@Library", + "id": "libraries/@177028981", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/lookup_boundary.dart", + "function": { + "type": "@Function", + "id": "classes/1605/functions/dependOnInheritedWidgetOfExactType", + "fixedId": true, + "name": "dependOnInheritedWidgetOfExactType", + "owner": { + "type": "@Class", + "id": "classes/1605", + "fixedId": true, + "name": "LookupBoundary", + "library": { + "type": "@Library", + "id": "libraries/@177028981", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@177028981/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flookup_boundary.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/lookup_boundary.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: SharedAppData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shared_app_data.dart", + "function": { + "type": "@Function", + "id": "classes/1363/field_inits/data", + "fixedId": true, + "name": "data", + "owner": { + "type": "@Class", + "id": "classes/1363", + "fixedId": true, + "name": "_SharedAppDataState", + "library": { + "type": "@Library", + "id": "libraries/@218433526", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@218433526/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshared_app_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@218433526/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshared_app_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "tokenPos": -1, + "line": 169 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: InheritedModel" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: InheritedNotifier" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip_visibility.dart", + "function": { + "type": "@Function", + "id": "classes/709/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/709", + "fixedId": true, + "name": "TooltipVisibility", + "library": { + "type": "@Library", + "id": "libraries/@143497317", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip_visibility.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@143497317/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_visibility.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_visibility.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@143497317/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_visibility.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_visibility.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1622/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1622", + "fixedId": true, + "name": "_ParentInkResponseProvider", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/flexible_space_bar.dart", + "function": { + "type": "@Function", + "id": "classes/827/functions/createSettings", + "fixedId": true, + "name": "createSettings", + "owner": { + "type": "@Class", + "id": "classes/827", + "fixedId": true, + "name": "FlexibleSpaceBar", + "library": { + "type": "@Library", + "id": "libraries/@84474650", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/flexible_space_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@84474650/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fflexible_space_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/flexible_space_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@84474650/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fflexible_space_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/flexible_space_bar.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FlexibleSpaceBarSettings" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/text.dart", + "function": { + "type": "@Function", + "id": "classes/1626/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1626", + "fixedId": true, + "name": "DefaultTextHeightBehavior", + "library": { + "type": "@Library", + "id": "libraries/@226420430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/text.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@226420430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftext.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@226420430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftext.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/text.dart" + }, + "tokenPos": -1, + "line": 300 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/text.dart", + "function": { + "type": "@Function", + "id": "classes/1627/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1627", + "fixedId": true, + "name": "DefaultTextStyle", + "library": { + "type": "@Library", + "id": "libraries/@226420430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/text.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@226420430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftext.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/text.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@226420430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftext.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/text.dart" + }, + "tokenPos": -1, + "line": 184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1630/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1630", + "fixedId": true, + "name": "TooltipTheme", + "library": { + "type": "@Library", + "id": "libraries/@142080376", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@142080376/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@142080376/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "tokenPos": -1, + "line": 354 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1632/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1632", + "fixedId": true, + "name": "ScrollbarTheme", + "library": { + "type": "@Library", + "id": "libraries/@121072678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@121072678/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@121072678/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "tokenPos": -1, + "line": 321 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1633/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1633", + "fixedId": true, + "name": "ListTileTheme", + "library": { + "type": "@Library", + "id": "libraries/@99202436", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@99202436/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@99202436/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "tokenPos": -1, + "line": 555 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1634/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1634", + "fixedId": true, + "name": "IconButtonTheme", + "library": { + "type": "@Library", + "id": "libraries/@89253920", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@89253920/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@89253920/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1635/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1635", + "fixedId": true, + "name": "ElevatedButtonTheme", + "library": { + "type": "@Library", + "id": "libraries/@80091704", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@80091704/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@80091704/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/banner_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1636/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1636", + "fixedId": true, + "name": "MaterialBannerTheme", + "library": { + "type": "@Library", + "id": "libraries/@53219936", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@53219936/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbanner_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@53219936/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbanner_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "tokenPos": -1, + "line": 193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/action_icons_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1639/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1639", + "fixedId": true, + "name": "ActionIconTheme", + "library": { + "type": "@Library", + "id": "libraries/@46358955", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/action_icons_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@46358955/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_icons_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_icons_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@46358955/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_icons_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_icons_theme.dart" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1357/functions/_scopeFocusChangeListener%40231024595", + "fixedId": true, + "name": "_scopeFocusChangeListener", + "owner": { + "type": "@Class", + "id": "classes/1357", + "fixedId": true, + "name": "_ViewState", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1357/implicit_closures/3", + "fixedId": true, + "name": "_scopeFocusChangeListener", + "owner": { + "type": "@Function", + "id": "classes/1357/functions/_scopeFocusChangeListener%40231024595", + "fixedId": true, + "name": "_scopeFocusChangeListener", + "owner": { + "type": "@Class", + "id": "classes/1357", + "fixedId": true, + "name": "_ViewState", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 227 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1357/functions/_ViewState%40231024595.", + "fixedId": true, + "name": "_ViewState", + "owner": { + "type": "@Class", + "id": "classes/1357", + "fixedId": true, + "name": "_ViewState", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ReadingOrderTraversalPolicy" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/implicit_closures/0", + "fixedId": true, + "name": "defaultTraversalRequestFocusCallback", + "owner": { + "type": "@Function", + "id": "classes/1104/functions/defaultTraversalRequestFocusCallback", + "fixedId": true, + "name": "defaultTraversalRequestFocusCallback", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 205 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/defaultTraversalRequestFocusCallback", + "fixedId": true, + "name": "defaultTraversalRequestFocusCallback", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _DirectionalPolicyData@162280150" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/_detachView%40231024595", + "fixedId": true, + "name": "_detachView", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 521 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/_attachView%40231024595", + "fixedId": true, + "name": "_attachView", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 513 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1643/functions/pipelineOwnerOf", + "fixedId": true, + "name": "pipelineOwnerOf", + "owner": { + "type": "@Class", + "id": "classes/1643", + "fixedId": true, + "name": "View", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/_updateChild%40231024595", + "fixedId": true, + "name": "_updateChild", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 478 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1517/implicit_closures/1", + "fixedId": true, + "name": "_defaultErrorWidgetBuilder", + "owner": { + "type": "@Function", + "id": "classes/1517/functions/_defaultErrorWidgetBuilder%40163042623", + "fixedId": true, + "name": "_defaultErrorWidgetBuilder", + "owner": { + "type": "@Class", + "id": "classes/1517", + "fixedId": true, + "name": "ErrorWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5573 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5573 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1517/functions/_defaultErrorWidgetBuilder%40163042623", + "fixedId": true, + "name": "_defaultErrorWidgetBuilder", + "owner": { + "type": "@Class", + "id": "classes/1517", + "fixedId": true, + "name": "ErrorWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5573 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate UniqueKey" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ErrorWidget" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1517/field_inits/builder", + "fixedId": true, + "name": "builder", + "owner": { + "type": "@Class", + "id": "classes/1517", + "fixedId": true, + "name": "ErrorWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5571 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: View" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1504/functions/_RawViewInternal%40231024595.", + "fixedId": true, + "name": "_RawViewInternal", + "owner": { + "type": "@Class", + "id": "classes/1504", + "fixedId": true, + "name": "_RawViewInternal", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 413 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DeprecatedRawViewKey" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1643/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1643", + "fixedId": true, + "name": "View", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1643/functions/maybeOf", + "fixedId": true, + "name": "maybeOf", + "owner": { + "type": "@Class", + "id": "classes/1643", + "fixedId": true, + "name": "View", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 136 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Key" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_view.dart", + "function": { + "type": "@Function", + "id": "classes/1729/functions/buildViewport", + "fixedId": true, + "name": "buildViewport", + "owner": { + "type": "@Class", + "id": "classes/1729", + "fixedId": true, + "name": "ScrollView", + "library": { + "type": "@Library", + "id": "libraries/@210108986", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Viewport" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_view.dart", + "function": { + "type": "@Function", + "id": "classes/1730/functions/buildSlivers", + "fixedId": true, + "name": "buildSlivers", + "owner": { + "type": "@Class", + "id": "classes/1730", + "fixedId": true, + "name": "BoxScrollView", + "library": { + "type": "@Library", + "id": "libraries/@210108986", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1, + "line": 865 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliverPadding" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_view.dart", + "function": { + "type": "@Function", + "id": "classes/1731/functions/buildChildLayout", + "fixedId": true, + "name": "buildChildLayout", + "owner": { + "type": "@Class", + "id": "classes/1731", + "fixedId": true, + "name": "ListView", + "library": { + "type": "@Library", + "id": "libraries/@210108986", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1, + "line": 1610 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliverList" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_view.dart", + "function": { + "type": "@Function", + "id": "classes/1731/functions/ListView.", + "fixedId": true, + "name": "ListView", + "owner": { + "type": "@Class", + "id": "classes/1731", + "fixedId": true, + "name": "ListView", + "library": { + "type": "@Library", + "id": "libraries/@210108986", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1, + "line": 1278 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliverChildListDelegate" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/2649/functions/_getChildCrossAxisOffset%40244478290", + "fixedId": true, + "name": "_getChildCrossAxisOffset", + "owner": { + "type": "@Class", + "id": "classes/2649", + "fixedId": true, + "name": "CrossAxisAlignment", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 351 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/2650/functions/_distributeSpace%40244478290", + "fixedId": true, + "name": "_distributeSpace", + "owner": { + "type": "@Class", + "id": "classes/2650", + "fixedId": true, + "name": "MainAxisAlignment", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 228 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1100/functions/accepts", + "fixedId": true, + "name": "accepts", + "owner": { + "type": "@Class", + "id": "classes/1100", + "fixedId": true, + "name": "SingleActivator", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 578 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1100/functions/_shouldAcceptNumLock%40219043213", + "fixedId": true, + "name": "_shouldAcceptNumLock", + "owner": { + "type": "@Class", + "id": "classes/1100", + "fixedId": true, + "name": "SingleActivator", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 570 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1100/functions/_shouldAcceptModifiers%40219043213", + "fixedId": true, + "name": "_shouldAcceptModifiers", + "owner": { + "type": "@Class", + "id": "classes/1100", + "fixedId": true, + "name": "SingleActivator", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 563 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "libraries/@219043213/field_inits/_metaSynonyms%40219043213", + "fixedId": true, + "name": "_metaSynonyms", + "owner": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "libraries/@219043213/field_inits/_altSynonyms%40219043213", + "fixedId": true, + "name": "_altSynonyms", + "owner": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 30 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "libraries/@219043213/field_inits/_shiftSynonyms%40219043213", + "fixedId": true, + "name": "_shiftSynonyms", + "owner": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 27 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "libraries/@219043213/field_inits/_controlSynonyms%40219043213", + "fixedId": true, + "name": "_controlSynonyms", + "owner": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 24 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1100/functions/get%3Atriggers", + "fixedId": true, + "name": "triggers", + "owner": { + "type": "@Class", + "id": "classes/1100", + "fixedId": true, + "name": "SingleActivator", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ShortcutActivator" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Map" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ShortcutRegistryEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/224/functions/get%3Ashortcuts", + "fixedId": true, + "name": "shortcuts", + "owner": { + "type": "@Class", + "id": "classes/224", + "fixedId": true, + "name": "ShortcutRegistry", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1315 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ShortcutRegistrar" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ActivatorIntentPair@219043213" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List<_ActivatorIntentPair@219043213>" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: LogicalKeyboardKey?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/functions/handleKeypress", + "fixedId": true, + "name": "handleKeypress", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 925 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1108/functions/invokeActionIfEnabled", + "fixedId": true, + "name": "invokeActionIfEnabled", + "owner": { + "type": "@Class", + "id": "classes/1108", + "fixedId": true, + "name": "ActionDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1196/functions/_invoke%40146441002", + "fixedId": true, + "name": "_invoke", + "owner": { + "type": "@Class", + "id": "classes/1196", + "fixedId": true, + "name": "Action", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2582/0", + "kind": "TypeParameter", + "identityHashCode": 2916673937, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 333 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1196/functions/_isEnabled%40146441002", + "fixedId": true, + "name": "_isEnabled", + "owner": { + "type": "@Class", + "id": "classes/1196", + "fixedId": true, + "name": "Action", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2583/0", + "kind": "TypeParameter", + "identityHashCode": 2916673937, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/functions/_find%40219043213", + "fixedId": true, + "name": "_find", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 900 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/functions/_getCandidates%40219043213", + "fixedId": true, + "name": "_getCandidates", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 889 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/functions/get%3A_indexedShortcuts%40219043213", + "fixedId": true, + "name": "_indexedShortcuts", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 883 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/functions/_indexShortcuts%40219043213", + "fixedId": true, + "name": "_indexShortcuts", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 866 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/closures/832", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1097/functions/_indexShortcuts%40219043213", + "fixedId": true, + "name": "_indexShortcuts", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 866 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 871 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ActivatorIntentPair" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/closures/833", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1097/closures/832", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1097/functions/_indexShortcuts%40219043213", + "fixedId": true, + "name": "_indexShortcuts", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 866 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 871 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 876 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/closures/827", + "fixedId": true, + "name": "#action#initializer", + "owner": { + "type": "@Function", + "id": "classes/1097/functions/handleKeypress", + "fixedId": true, + "name": "handleKeypress", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 925 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/closures/826", + "fixedId": true, + "name": "#context#initializer", + "owner": { + "type": "@Function", + "id": "classes/1097/functions/handleKeypress", + "fixedId": true, + "name": "handleKeypress", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 925 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/closures/825", + "fixedId": true, + "name": "#intent#initializer", + "owner": { + "type": "@Function", + "id": "classes/1097/functions/handleKeypress", + "fixedId": true, + "name": "handleKeypress", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 925 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/functions/set%3Ashortcuts", + "fixedId": true, + "name": "shortcuts=", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 858 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1096/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1096", + "fixedId": true, + "name": "_ShortcutManager&Object&Diagnosticable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1096/closures/824", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1096/functions/notifyListeners", + "fixedId": true, + "name": "notifyListeners", + "owner": { + "type": "@Class", + "id": "classes/1096", + "fixedId": true, + "name": "_ShortcutManager&Object&Diagnosticable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 410 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1097/functions/ShortcutManager.", + "fixedId": true, + "name": "ShortcutManager", + "owner": { + "type": "@Class", + "id": "classes/1097", + "fixedId": true, + "name": "ShortcutManager", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 829 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Shortcuts" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1647/functions/get%3Ashortcuts", + "fixedId": true, + "name": "shortcuts", + "owner": { + "type": "@Class", + "id": "classes/1647", + "fixedId": true, + "name": "Shortcuts", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1058 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1362/functions/_handleOnKeyEvent%40219043213", + "fixedId": true, + "name": "_handleOnKeyEvent", + "owner": { + "type": "@Class", + "id": "classes/1362", + "fixedId": true, + "name": "_ShortcutsState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1131 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1362/functions/get%3Amanager", + "fixedId": true, + "name": "manager", + "owner": { + "type": "@Class", + "id": "classes/1362", + "fixedId": true, + "name": "_ShortcutsState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1362/implicit_closures/4", + "fixedId": true, + "name": "_handleOnKeyEvent", + "owner": { + "type": "@Function", + "id": "classes/1362/functions/_handleOnKeyEvent%40219043213", + "fixedId": true, + "name": "_handleOnKeyEvent", + "owner": { + "type": "@Class", + "id": "classes/1362", + "fixedId": true, + "name": "_ShortcutsState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1131 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1131 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1361/functions/_shortcutsChanged%40219043213", + "fixedId": true, + "name": "_shortcutsChanged", + "owner": { + "type": "@Class", + "id": "classes/1361", + "fixedId": true, + "name": "_ShortcutRegistrarState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1534 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1361/implicit_closures/2", + "fixedId": true, + "name": "_shortcutsChanged", + "owner": { + "type": "@Function", + "id": "classes/1361/functions/_shortcutsChanged%40219043213", + "fixedId": true, + "name": "_shortcutsChanged", + "owner": { + "type": "@Class", + "id": "classes/1361", + "fixedId": true, + "name": "_ShortcutRegistrarState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1534 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1534 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1361/functions/_ShortcutRegistrarState%40219043213.", + "fixedId": true, + "name": "_ShortcutRegistrarState", + "owner": { + "type": "@Class", + "id": "classes/1361", + "fixedId": true, + "name": "_ShortcutRegistrarState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ShortcutManager" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ShortcutRegistry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/222/functions/_removeAt%4028329750", + "fixedId": true, + "name": "_removeAt", + "owner": { + "type": "@Class", + "id": "classes/222", + "fixedId": true, + "name": "_ShortcutRegistry&Object&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/995/field_inits/_emptyListeners%4028329750", + "fixedId": true, + "name": "_emptyListeners", + "owner": { + "type": "@Class", + "id": "classes/995", + "fixedId": true, + "name": "ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate InspectorSelection" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: InspectorReferenceData" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Set" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart", + "function": { + "type": "@Function", + "id": "classes/216/closures/43", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/216/functions/_WidgetInspectorService%40234171358.", + "fixedId": true, + "name": "_WidgetInspectorService", + "owner": { + "type": "@Class", + "id": "classes/216", + "fixedId": true, + "name": "_WidgetInspectorService", + "library": { + "type": "@Library", + "id": "libraries/@234171358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1, + "line": 757 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1, + "line": 758 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart", + "function": { + "type": "@Function", + "id": "classes/215/functions/_isLocalCreationLocationImpl%40234171358", + "fixedId": true, + "name": "_isLocalCreationLocationImpl", + "owner": { + "type": "@Class", + "id": "classes/215", + "fixedId": true, + "name": "__WidgetInspectorService&Object&WidgetInspectorService", + "library": { + "type": "@Library", + "id": "libraries/@234171358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1, + "line": 1790 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart", + "function": { + "type": "@Function", + "id": "classes/214/field_inits/_instance%40234171358", + "fixedId": true, + "name": "_instance", + "owner": { + "type": "@Class", + "id": "classes/214", + "fixedId": true, + "name": "WidgetInspectorService", + "library": { + "type": "@Library", + "id": "libraries/@234171358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1, + "line": 790 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WidgetInspectorService" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1465/functions/_rebuild%40151399801", + "fixedId": true, + "name": "_rebuild", + "owner": { + "type": "@Class", + "id": "classes/1465", + "fixedId": true, + "name": "RootElement", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1714 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1464/functions/assignOwner", + "fixedId": true, + "name": "assignOwner", + "owner": { + "type": "@Class", + "id": "classes/1464", + "fixedId": true, + "name": "_RootElement&Element&RootElementMixin", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6942 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BuildScope" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1464/functions/mount", + "fixedId": true, + "name": "mount", + "owner": { + "type": "@Class", + "id": "classes/1464", + "fixedId": true, + "name": "_RootElement&Element&RootElementMixin", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6947 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/_findAncestorParentDataElements%40163042623", + "fixedId": true, + "name": "_findAncestorParentDataElements", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6633 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ParentDataElement" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Element" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/_retakeInactiveElement%40163042623", + "fixedId": true, + "name": "_retakeInactiveElement", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/_activateRecursively%40163042623", + "fixedId": true, + "name": "_activateRecursively", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4656 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/implicit_closures/30", + "fixedId": true, + "name": "_activateRecursively", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/_activateRecursively%40163042623", + "fixedId": true, + "name": "_activateRecursively", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4656 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4656 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/_activateWithParent%40163042623", + "fixedId": true, + "name": "_activateWithParent", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4639 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/_updateBuildScopeRecursively%40163042623", + "fixedId": true, + "name": "_updateBuildScopeRecursively", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/closures/266", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/_updateBuildScopeRecursively%40163042623", + "fixedId": true, + "name": "_updateBuildScopeRecursively", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4385 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/_updateDepth%40163042623", + "fixedId": true, + "name": "_updateDepth", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/closures/265", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/_updateDepth%40163042623", + "fixedId": true, + "name": "_updateDepth", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4375 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4379 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/doesDependOnInheritedElement", + "fixedId": true, + "name": "doesDependOnInheritedElement", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4973 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/updateChildren", + "fixedId": true, + "name": "updateChildren", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4069 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IndexedSlot" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/get%3AenclosingScope", + "fixedId": true, + "name": "enclosingScope", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 819 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Focus" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/327/functions/reparent", + "fixedId": true, + "name": "reparent", + "owner": { + "type": "@Class", + "id": "classes/327", + "fixedId": true, + "name": "FocusAttachment", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 265 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/327/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/327", + "fixedId": true, + "name": "FocusAttachment", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/unfocus", + "fixedId": true, + "name": "unfocus", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 916 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/get%3AcanRequestFocus", + "fixedId": true, + "name": "canRequestFocus", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 536 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/functions/_handleFocusChanged%40161492240", + "fixedId": true, + "name": "_handleFocusChanged", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 681 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/functions/get%3AfocusNode", + "fixedId": true, + "name": "focusNode", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 553 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/closures/621", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1399/functions/_handleFocusChanged%40161492240", + "fixedId": true, + "name": "_handleFocusChanged", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 681 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 700 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/closures/620", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1399/functions/_handleFocusChanged%40161492240", + "fixedId": true, + "name": "_handleFocusChanged", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 681 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 695 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/closures/619", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1399/functions/_handleFocusChanged%40161492240", + "fixedId": true, + "name": "_handleFocusChanged", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 681 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 690 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/implicit_closures/9", + "fixedId": true, + "name": "_handleFocusChanged", + "owner": { + "type": "@Function", + "id": "classes/1399/functions/_handleFocusChanged%40161492240", + "fixedId": true, + "name": "_handleFocusChanged", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 681 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 681 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/functions/_handleAutofocus%40161492240", + "fixedId": true, + "name": "_handleAutofocus", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 622 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/479/functions/autofocus", + "fixedId": true, + "name": "autofocus", + "owner": { + "type": "@Class", + "id": "classes/479", + "fixedId": true, + "name": "FocusScopeNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1473 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Autofocus" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/functions/_initNode%40161492240", + "fixedId": true, + "name": "_initNode", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1098 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FocusAttachment" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/set%3AcanRequestFocus", + "fixedId": true, + "name": "canRequestFocus=", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/set%3AskipTraversal", + "fixedId": true, + "name": "skipTraversal=", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 502 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/set%3AdescendantsAreTraversable", + "fixedId": true, + "name": "descendantsAreTraversable=", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 618 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/set%3AdescendantsAreFocusable", + "fixedId": true, + "name": "descendantsAreFocusable=", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 582 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/getInheritedWidgetOfExactType", + "fixedId": true, + "name": "getInheritedWidgetOfExactType", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4997 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 17, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/dependOnInheritedWidgetOfExactType", + "fixedId": true, + "name": "dependOnInheritedWidgetOfExactType", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4986 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1678/functions/of", + "fixedId": true, + "name": "of", + "owner": { + "type": "@Class", + "id": "classes/1678", + "fixedId": true, + "name": "FocusTraversalGroup", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1678/functions/FocusTraversalGroup.", + "fixedId": true, + "name": "FocusTraversalGroup", + "owner": { + "type": "@Class", + "id": "classes/1678", + "fixedId": true, + "name": "FocusTraversalGroup", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2036 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/functions/_sortClosestEdgesByDistancePreferVertical%40162280150", + "fixedId": true, + "name": "_sortClosestEdgesByDistancePreferVertical", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1026 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/closures/889", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1107/functions/_sortClosestEdgesByDistancePreferVertical%40162280150", + "fixedId": true, + "name": "_sortClosestEdgesByDistancePreferVertical", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1026 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1033 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/functions/_horizontalCompare%40162280150", + "fixedId": true, + "name": "_horizontalCompare", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 930 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/functions/_verticalCompareClosestEdge%40162280150", + "fixedId": true, + "name": "_verticalCompareClosestEdge", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 978 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/get%3Arect", + "fixedId": true, + "name": "rect", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 853 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/functions/_sortClosestEdgesByDistancePreferHorizontal%40162280150", + "fixedId": true, + "name": "_sortClosestEdgesByDistancePreferHorizontal", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1003 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/closures/894", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1107/functions/_sortClosestEdgesByDistancePreferHorizontal%40162280150", + "fixedId": true, + "name": "_sortClosestEdgesByDistancePreferHorizontal", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1003 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1010 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/functions/_verticalCompare%40162280150", + "fixedId": true, + "name": "_verticalCompare", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 926 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/functions/_horizontalCompareClosestEdge%40162280150", + "fixedId": true, + "name": "_horizontalCompareClosestEdge", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 989 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/functions/_sortByDistancePreferHorizontal%40162280150", + "fixedId": true, + "name": "_sortByDistancePreferHorizontal", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 958 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/closures/890", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1107/functions/_sortByDistancePreferHorizontal%40162280150", + "fixedId": true, + "name": "_sortByDistancePreferHorizontal", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 958 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 965 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/functions/_sortByDistancePreferVertical%40162280150", + "fixedId": true, + "name": "_sortByDistancePreferVertical", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 936 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1107/closures/895", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1107/functions/_sortByDistancePreferVertical%40162280150", + "fixedId": true, + "name": "_sortByDistancePreferVertical", + "owner": { + "type": "@Class", + "id": "classes/1107", + "fixedId": true, + "name": "DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 936 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 943 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1398/field_inits/focusNode", + "fixedId": true, + "name": "focusNode", + "owner": { + "type": "@Class", + "id": "classes/1398", + "fixedId": true, + "name": "_FocusTraversalGroupState", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2208 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FocusTraversalGroupNode" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _FocusTraversalGroupInfo@162280150" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1106/functions/_pickNext%40162280150", + "fixedId": true, + "name": "_pickNext", + "owner": { + "type": "@Class", + "id": "classes/1106", + "fixedId": true, + "name": "ReadingOrderTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1631 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ReadingOrderSortData@162280150" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1102/functions/sortWithDirectionality", + "fixedId": true, + "name": "sortWithDirectionality", + "owner": { + "type": "@Class", + "id": "classes/1102", + "fixedId": true, + "name": "_ReadingOrderDirectionalGroupData", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1506 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ReadingOrderDirectionalGroupData@162280150" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1102/closures/454", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1102/functions/sortWithDirectionality", + "fixedId": true, + "name": "sortWithDirectionality", + "owner": { + "type": "@Class", + "id": "classes/1102", + "fixedId": true, + "name": "_ReadingOrderDirectionalGroupData", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1506 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1512 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1102/functions/get%3Arect", + "fixedId": true, + "name": "rect", + "owner": { + "type": "@Class", + "id": "classes/1102", + "fixedId": true, + "name": "_ReadingOrderDirectionalGroupData", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1102/closures/458", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1102/functions/get%3Arect", + "fixedId": true, + "name": "rect", + "owner": { + "type": "@Class", + "id": "classes/1102", + "fixedId": true, + "name": "_ReadingOrderDirectionalGroupData", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1484 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1486 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1106/functions/_collectDirectionalityGroups%40162280150", + "fixedId": true, + "name": "_collectDirectionalityGroups", + "owner": { + "type": "@Class", + "id": "classes/1106", + "fixedId": true, + "name": "ReadingOrderTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1602 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ReadingOrderDirectionalGroupData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1103/closures/456", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1103/functions/sortWithDirectionality", + "fixedId": true, + "name": "sortWithDirectionality", + "owner": { + "type": "@Class", + "id": "classes/1103", + "fixedId": true, + "name": "_ReadingOrderSortData", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1430 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1436 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1103/functions/sortWithDirectionality", + "fixedId": true, + "name": "sortWithDirectionality", + "owner": { + "type": "@Class", + "id": "classes/1103", + "fixedId": true, + "name": "_ReadingOrderSortData", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1430 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1103/functions/commonDirectionalityOf", + "fixedId": true, + "name": "commonDirectionalityOf", + "owner": { + "type": "@Class", + "id": "classes/1103", + "fixedId": true, + "name": "_ReadingOrderSortData", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1408 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/firstWhere", + "fixedId": true, + "name": "firstWhere", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2584/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1103/functions/get%3AdirectionalAncestors", + "fixedId": true, + "name": "directionalAncestors", + "owner": { + "type": "@Class", + "id": "classes/1103", + "fixedId": true, + "name": "_ReadingOrderSortData", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1445 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1103/closures/459", + "fixedId": true, + "name": "getDirectionalityAncestors", + "owner": { + "type": "@Function", + "id": "classes/1103/functions/get%3AdirectionalAncestors", + "fixedId": true, + "name": "directionalAncestors", + "owner": { + "type": "@Class", + "id": "classes/1103", + "fixedId": true, + "name": "_ReadingOrderSortData", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1445 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1446 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "libraries/@162280150/closures/460", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@162280150/functions/_getAncestor%40162280150", + "fixedId": true, + "name": "_getAncestor", + "owner": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 31 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1103/closures/455", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1103/functions/commonDirectionalityOf", + "fixedId": true, + "name": "commonDirectionalityOf", + "owner": { + "type": "@Class", + "id": "classes/1103", + "fixedId": true, + "name": "_ReadingOrderSortData", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1408 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1106/closures/457", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1106/closures/453", + "fixedId": true, + "name": "inBand", + "owner": { + "type": "@Function", + "id": "classes/1106/functions/_pickNext%40162280150", + "fixedId": true, + "name": "_pickNext", + "owner": { + "type": "@Class", + "id": "classes/1106", + "fixedId": true, + "name": "ReadingOrderTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1631 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1641 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1651 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1106/closures/452", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1106/functions/_pickNext%40162280150", + "fixedId": true, + "name": "_pickNext", + "owner": { + "type": "@Class", + "id": "classes/1106", + "fixedId": true, + "name": "ReadingOrderTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1631 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1635 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1106/functions/sort", + "fixedId": true, + "name": "sort", + "owner": { + "type": "@Class", + "id": "classes/1106", + "fixedId": true, + "name": "ReadingOrderTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1569 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1103/functions/_findDirectionality%40162280150", + "fixedId": true, + "name": "_findDirectionality", + "owner": { + "type": "@Class", + "id": "classes/1103", + "fixedId": true, + "name": "_ReadingOrderSortData", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1403 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ReadingOrderSortData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/functions/inDirection", + "fixedId": true, + "name": "inDirection", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/functions/_onEdgeForDirection%40162280150", + "fixedId": true, + "name": "_onEdgeForDirection", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/functions/invalidateScopeData", + "fixedId": true, + "name": "invalidateScopeData", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 764 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/get%3AtraversalDescendants", + "fixedId": true, + "name": "traversalDescendants", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 721 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/closures/888", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/477/functions/get%3AtraversalDescendants", + "fixedId": true, + "name": "traversalDescendants", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 721 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 725 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/get%3AskipTraversal", + "fixedId": true, + "name": "skipTraversal", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 489 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/functions/_requestTraversalFocusInDirection%40162280150", + "fixedId": true, + "name": "_requestTraversalFocusInDirection", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/functions/_pushPolicyData%40162280150", + "fixedId": true, + "name": "_pushPolicyData", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1188 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DirectionalPolicyData" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DirectionalPolicyDataEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/functions/_findNextFocusInDirection%40162280150", + "fixedId": true, + "name": "_findNextFocusInDirection", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 812 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/functions/_sortAndFilterHorizontally%40162280150", + "fixedId": true, + "name": "_sortAndFilterHorizontally", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1054 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/893", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/_sortAndFilterHorizontally%40162280150", + "fixedId": true, + "name": "_sortAndFilterHorizontally", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1054 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1076 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/892", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/_sortAndFilterHorizontally%40162280150", + "fixedId": true, + "name": "_sortAndFilterHorizontally", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1054 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1067 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/891", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/_sortAndFilterHorizontally%40162280150", + "fixedId": true, + "name": "_sortAndFilterHorizontally", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1054 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1063 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/functions/_sortAndFilterVertically%40162280150", + "fixedId": true, + "name": "_sortAndFilterVertically", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1084 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/898", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/_sortAndFilterVertically%40162280150", + "fixedId": true, + "name": "_sortAndFilterVertically", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1084 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/897", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/_sortAndFilterVertically%40162280150", + "fixedId": true, + "name": "_sortAndFilterVertically", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1084 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1097 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/896", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/_sortAndFilterVertically%40162280150", + "fixedId": true, + "name": "_sortAndFilterVertically", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1084 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1093 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/885", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/_findNextFocusInDirection%40162280150", + "fixedId": true, + "name": "_findNextFocusInDirection", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 812 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 901 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/884", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/_findNextFocusInDirection%40162280150", + "fixedId": true, + "name": "_findNextFocusInDirection", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 812 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 884 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/883", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/_findNextFocusInDirection%40162280150", + "fixedId": true, + "name": "_findNextFocusInDirection", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 812 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 850 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/882", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/_findNextFocusInDirection%40162280150", + "fixedId": true, + "name": "_findNextFocusInDirection", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 812 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 833 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/479/functions/get%3AtraversalDescendants", + "fixedId": true, + "name": "traversalDescendants", + "owner": { + "type": "@Class", + "id": "classes/479", + "fixedId": true, + "name": "FocusScopeNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1431 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/functions/_popPolicyDataIfNeeded%40162280150", + "fixedId": true, + "name": "_popPolicyDataIfNeeded", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/886", + "fixedId": true, + "name": "popOrInvalidate", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/_popPolicyDataIfNeeded%40162280150", + "fixedId": true, + "name": "_popPolicyDataIfNeeded", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1114 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 1134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/functions/findFirstFocusInDirection", + "fixedId": true, + "name": "findFirstFocusInDirection", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 780 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1105/closures/887", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1105/functions/findFirstFocusInDirection", + "fixedId": true, + "name": "findFirstFocusInDirection", + "owner": { + "type": "@Class", + "id": "classes/1105", + "fixedId": true, + "name": "_WidgetOrderTraversalPolicy&FocusTraversalPolicy&DirectionalFocusTraversalPolicyMixin", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 780 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/479/functions/requestScopeFocus", + "fixedId": true, + "name": "requestScopeFocus", + "owner": { + "type": "@Class", + "id": "classes/479", + "fixedId": true, + "name": "FocusScopeNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1490 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/previousFocus", + "fixedId": true, + "name": "previousFocus", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/previous", + "fixedId": true, + "name": "previous", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 399 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/_moveFocus%40162280150", + "fixedId": true, + "name": "_moveFocus", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 590 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/nextFocus", + "fixedId": true, + "name": "nextFocus", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1239 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/next", + "fixedId": true, + "name": "next", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/_sortAllDescendants%40162280150", + "fixedId": true, + "name": "_sortAllDescendants", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 504 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/_findGroups%40162280150", + "fixedId": true, + "name": "_findGroups", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 452 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FocusTraversalGroupInfo" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/_getDescendantsWithoutExpandingScope%40162280150", + "fixedId": true, + "name": "_getDescendantsWithoutExpandingScope", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 441 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/closures/451", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1104/functions/_sortAllDescendants%40162280150", + "fixedId": true, + "name": "_sortAllDescendants", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 504 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/_canRequestTraversalFocus%40162280150", + "fixedId": true, + "name": "_canRequestTraversalFocus", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 437 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/closures/450", + "fixedId": true, + "name": "visitGroups", + "owner": { + "type": "@Function", + "id": "classes/1104/functions/_sortAllDescendants%40162280150", + "fixedId": true, + "name": "_sortAllDescendants", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 504 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 525 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/_requestTabTraversalFocus%40162280150", + "fixedId": true, + "name": "_requestTabTraversalFocus", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 228 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/findLastFocus", + "fixedId": true, + "name": "findLastFocus", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/_findInitialFocus%40162280150", + "fixedId": true, + "name": "_findInitialFocus", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 327 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/closures/449", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1104/functions/_findInitialFocus%40162280150", + "fixedId": true, + "name": "_findInitialFocus", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 327 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1104/functions/findFirstFocus", + "fixedId": true, + "name": "findFirstFocus", + "owner": { + "type": "@Class", + "id": "classes/1104", + "fixedId": true, + "name": "FocusTraversalPolicy", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 298 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/_markNextFocus%40160042876", + "fixedId": true, + "name": "_markNextFocus", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 991 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/focusInDirection", + "fixedId": true, + "name": "focusInDirection", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1251 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/_allowDescendantsToBeFocused%40160042876", + "fixedId": true, + "name": "_allowDescendantsToBeFocused", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 537 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/implicit_closures/7", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2464/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2585/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 89 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/fold", + "fixedId": true, + "name": "fold", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2586/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: ListBase" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HttpIncoming@16463476" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: HttpRequest" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2415/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2415", + "fixedId": true, + "name": "_ServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2546 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Future" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2415/closures/102", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2415/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2415", + "fixedId": true, + "name": "_ServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2546 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2547 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2415/functions/get%3Aaddress", + "fixedId": true, + "name": "address", + "owner": { + "type": "@Class", + "id": "classes/2415", + "fixedId": true, + "name": "_ServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2544 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2415/functions/get%3Aport", + "fixedId": true, + "name": "port", + "owner": { + "type": "@Class", + "id": "classes/2415", + "fixedId": true, + "name": "_ServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2542 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2415/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2415", + "fixedId": true, + "name": "_ServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2508 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2415/closures/179", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2415/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2415", + "fixedId": true, + "name": "_ServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2508 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2521 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ServerSocket" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/socket.dart", + "function": { + "type": "@Function", + "id": "classes/1952/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/1952", + "fixedId": true, + "name": "ServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1, + "line": 315 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/field_inits/_servers%4016463476", + "fixedId": true, + "name": "_servers", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3446 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/get%3Aaddress", + "fixedId": true, + "name": "address", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3612 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/get%3Aport", + "fixedId": true, + "name": "port", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3607 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3573 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/set%3AidleTimeout", + "fixedId": true, + "name": "idleTimeout=", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3521 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/closures/24", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2425/functions/set%3AidleTimeout", + "fixedId": true, + "name": "idleTimeout=", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3521 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3529 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/implicit_closures/5", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Function", + "id": "classes/2425/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3573 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3573 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/_initDefaultResponseHeaders%4016463476", + "fixedId": true, + "name": "_initDefaultResponseHeaders", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3510 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3455 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/closures/178", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2425/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3455 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3468 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/_HttpServer%4016463476._%4016463476", + "fixedId": true, + "name": "_HttpServer._", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3495 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2424/functions/get%3A_serviceId%4016463476", + "fixedId": true, + "name": "_serviceId", + "owner": { + "type": "@Class", + "id": "classes/2424", + "fixedId": true, + "name": "__HttpServer&Stream&_ServiceObject", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HttpServer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2419/functions/get%3A_serviceId%4016463476", + "fixedId": true, + "name": "_serviceId", + "owner": { + "type": "@Class", + "id": "classes/2419", + "fixedId": true, + "name": "__WebSocketImpl&Stream&_ServiceObject", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/field_inits/_webSockets%4016463476", + "fixedId": true, + "name": "_webSockets", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1034 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/implicit_closures/3", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2420/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1341 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/functions/_close%4016463476", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/functions/addUtf8Text", + "fixedId": true, + "name": "addUtf8Text", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1345 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _EncodedString" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/functions/set%3ApingInterval", + "fixedId": true, + "name": "pingInterval=", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/functions/_WebSocketImpl%4016463476._fromSocket%4016463476", + "fixedId": true, + "name": "_WebSocketImpl._fromSocket", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1229 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WebSocketProtocolTransformer" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StreamSinkImpl" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WebSocketConsumer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/implicit_closures/17", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Function", + "id": "classes/2388/functions/pause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2587/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 204 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 204 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/closures/17", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2420/functions/_WebSocketImpl%4016463476._fromSocket%4016463476", + "fixedId": true, + "name": "_WebSocketImpl._fromSocket", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1229 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/implicit_closures/18", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Function", + "id": "classes/2388/functions/resume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2588/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 215 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/closures/16", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2420/functions/_WebSocketImpl%4016463476._fromSocket%4016463476", + "fixedId": true, + "name": "_WebSocketImpl._fromSocket", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1229 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1267 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/closures/15", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2420/functions/_WebSocketImpl%4016463476._fromSocket%4016463476", + "fixedId": true, + "name": "_WebSocketImpl._fromSocket", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1229 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/closures/14", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2420/functions/_WebSocketImpl%4016463476._fromSocket%4016463476", + "fixedId": true, + "name": "_WebSocketImpl._fromSocket", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1229 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1245 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: WebSocket" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/implicit_closures/1", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/2028/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2589/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 951 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 951 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/functions/get%3A_controller%4016463476", + "fixedId": true, + "name": "_controller", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2590/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1036 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/closures/113", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2028/functions/get%3A_controller%4016463476", + "fixedId": true, + "name": "_controller", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2591/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1036 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1060 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/functions/_completeDoneError%4016463476", + "fixedId": true, + "name": "_completeDoneError", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2592/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1029 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/closures/112", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2028/functions/get%3A_controller%4016463476", + "fixedId": true, + "name": "_controller", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2593/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1036 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1049 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/functions/_closeTarget%4016463476", + "fixedId": true, + "name": "_closeTarget", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2594/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1017 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/implicit_closures/8", + "fixedId": true, + "name": "_completeDoneError", + "owner": { + "type": "@Function", + "id": "classes/2028/functions/_completeDoneError%4016463476", + "fixedId": true, + "name": "_completeDoneError", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2595/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1029 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1029 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/implicit_closures/7", + "fixedId": true, + "name": "_completeDoneValue", + "owner": { + "type": "@Function", + "id": "classes/2028/functions/_completeDoneValue%4016463476", + "fixedId": true, + "name": "_completeDoneValue", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2596/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1023 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1023 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/functions/_completeDoneValue%4016463476", + "fixedId": true, + "name": "_completeDoneValue", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2597/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1023 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/implicit_closures/1", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Function", + "id": "classes/1979/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2598/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 151 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/functions/get%3A_controller%4015069316", + "fixedId": true, + "name": "_controller", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2599/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/closures/423", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1979/functions/get%3A_controller%4015069316", + "fixedId": true, + "name": "_controller", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2600/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 233 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 257 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/functions/_completeDoneError%4015069316", + "fixedId": true, + "name": "_completeDoneError", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2601/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/closures/422", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1979/functions/get%3A_controller%4015069316", + "fixedId": true, + "name": "_controller", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2602/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 233 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/functions/_closeTarget%4015069316", + "fixedId": true, + "name": "_closeTarget", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2603/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 214 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/implicit_closures/9", + "fixedId": true, + "name": "_completeDoneError", + "owner": { + "type": "@Function", + "id": "classes/1979/functions/_completeDoneError%4015069316", + "fixedId": true, + "name": "_completeDoneError", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2604/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 226 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/implicit_closures/8", + "fixedId": true, + "name": "_completeDoneValue", + "owner": { + "type": "@Function", + "id": "classes/1979/functions/_completeDoneValue%4015069316", + "fixedId": true, + "name": "_completeDoneValue", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2605/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 220 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/functions/_completeDoneValue%4015069316", + "fixedId": true, + "name": "_completeDoneValue", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2606/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/socket.dart", + "function": { + "type": "@Function", + "id": "classes/2025/functions/connect", + "fixedId": true, + "name": "connect", + "owner": { + "type": "@Class", + "id": "classes/2025", + "fixedId": true, + "name": "Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1, + "line": 860 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2025/functions/_connect%4015069316", + "fixedId": true, + "name": "_connect", + "owner": { + "type": "@Class", + "id": "classes/2025", + "fixedId": true, + "name": "Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2556 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2025/closures/120", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2025/functions/_connect%4015069316", + "fixedId": true, + "name": "_connect", + "owner": { + "type": "@Class", + "id": "classes/2025", + "fixedId": true, + "name": "Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2556 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2570 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HttpProfileData@16463476" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2029/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/2029", + "fixedId": true, + "name": "_IOSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2029/functions/_writeString%4016463476", + "fixedId": true, + "name": "_writeString", + "owner": { + "type": "@Class", + "id": "classes/2029", + "fixedId": true, + "name": "_IOSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1098 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/_writeString%400150898", + "fixedId": true, + "name": "_writeString", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/implicit_closures/7", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2318/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2607/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 623 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 623 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/_remove%404220832", + "fixedId": true, + "name": "_remove", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2608/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 689 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/_addEntry%404220832", + "fixedId": true, + "name": "_addEntry", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2609/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 766 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/_resize%404220832", + "fixedId": true, + "name": "_resize", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2610/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 777 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HashSetEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/addAll", + "fixedId": true, + "name": "addAll", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2611/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 683 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2287/functions/_rebuildPath%404220832", + "fixedId": true, + "name": "_rebuildPath", + "owner": { + "type": "@Class", + "id": "classes/2287", + "fixedId": true, + "name": "_SplayTreeIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2612/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2613/0", + "kind": "TypeParameter", + "identityHashCode": 2985349342, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + }, + { + "type": "@Instance", + "id": "objects/2614/0", + "kind": "TypeParameter", + "identityHashCode": 2381264110, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X2" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 764 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2287/functions/_SplayTreeIterator%404220832.", + "fixedId": true, + "name": "_SplayTreeIterator", + "owner": { + "type": "@Class", + "id": "classes/2287", + "fixedId": true, + "name": "_SplayTreeIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2615/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2616/0", + "kind": "TypeParameter", + "identityHashCode": 2985349342, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + }, + { + "type": "@Instance", + "id": "objects/2617/0", + "kind": "TypeParameter", + "identityHashCode": 2381264110, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X2" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 748 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2329/functions/_CompactEntriesIterator%403099033.", + "fixedId": true, + "name": "_CompactEntriesIterator", + "owner": { + "type": "@Class", + "id": "classes/2329", + "fixedId": true, + "name": "_CompactEntriesIterator", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2618/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2619/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 906 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2330/functions/_CompactIterator%403099033.", + "fixedId": true, + "name": "_CompactIterator", + "owner": { + "type": "@Class", + "id": "classes/2330", + "fixedId": true, + "name": "_CompactIterator", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2620/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 857 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/2366/closures/212", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2366/functions/LinkedHashMap.from", + "fixedId": true, + "name": "LinkedHashMap.from", + "owner": { + "type": "@Class", + "id": "classes/2366", + "fixedId": true, + "name": "LinkedHashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_hash_map.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_hash_map.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2621/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2622/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_hash_map.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_hash_map.dart" + }, + "tokenPos": -1, + "line": 190 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_hash_map.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_hash_map.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Symbol" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2339/functions/_HashVMBase%403099033.", + "fixedId": true, + "name": "_HashVMBase", + "owner": { + "type": "@Class", + "id": "classes/2339", + "fixedId": true, + "name": "_HashVMBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/invocation_mirror_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2463/functions/get%3A_typeArgsLen%400150898", + "fixedId": true, + "name": "_typeArgsLen", + "owner": { + "type": "@Class", + "id": "classes/2463", + "fixedId": true, + "name": "_InvocationMirror", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/invocation_mirror_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2463/functions/get%3ApositionalArguments", + "fixedId": true, + "name": "positionalArguments", + "owner": { + "type": "@Class", + "id": "classes/2463", + "fixedId": true, + "name": "_InvocationMirror", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/91/functions/_ImmutableList%400150898._from%400150898", + "fixedId": true, + "name": "_ImmutableList._from", + "owner": { + "type": "@Class", + "id": "classes/91", + "fixedId": true, + "name": "_ImmutableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2623/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 267 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ImmutableList@0150898" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/invocation_mirror_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2463/functions/_unpackTypeArguments%400150898", + "fixedId": true, + "name": "_unpackTypeArguments", + "owner": { + "type": "@Class", + "id": "classes/2463", + "fixedId": true, + "name": "_InvocationMirror", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/invocation_mirror_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2463/functions/get%3AtypeArguments", + "fixedId": true, + "name": "typeArguments", + "owner": { + "type": "@Class", + "id": "classes/2463", + "fixedId": true, + "name": "_InvocationMirror", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/invocation_mirror_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2463/functions/get%3AmemberName", + "fixedId": true, + "name": "memberName", + "owner": { + "type": "@Class", + "id": "classes/2463", + "fixedId": true, + "name": "_InvocationMirror", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/invocation_mirror_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2463/functions/_setMemberNameAndType%400150898", + "fixedId": true, + "name": "_setMemberNameAndType", + "owner": { + "type": "@Class", + "id": "classes/2463", + "fixedId": true, + "name": "_InvocationMirror", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/invocation_mirror_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2463/functions/_InvocationMirror%400150898._withType%400150898", + "fixedId": true, + "name": "_InvocationMirror._withType", + "owner": { + "type": "@Class", + "id": "classes/2463", + "fixedId": true, + "name": "_InvocationMirror", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Finvocation_mirror_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/invocation_mirror_patch.dart" + }, + "tokenPos": -1, + "line": 56 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2576/functions/_existingMethodSignature%400150898", + "fixedId": true, + "name": "_existingMethodSignature", + "owner": { + "type": "@Class", + "id": "classes/2576", + "fixedId": true, + "name": "NoSuchMethodError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2576/functions/_NamedArgumentsMap%400150898", + "fixedId": true, + "name": "_NamedArgumentsMap", + "owner": { + "type": "@Class", + "id": "classes/2576", + "fixedId": true, + "name": "NoSuchMethodError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2576/functions/_throwNew%400150898", + "fixedId": true, + "name": "_throwNew", + "owner": { + "type": "@Class", + "id": "classes/2576", + "fixedId": true, + "name": "NoSuchMethodError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 163 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2576/functions/NoSuchMethodError._withType%400150898", + "fixedId": true, + "name": "NoSuchMethodError._withType", + "owner": { + "type": "@Class", + "id": "classes/2576", + "fixedId": true, + "name": "NoSuchMethodError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 202 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate NoSuchMethodError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "classes/46/field_inits/_loads%400150898", + "fixedId": true, + "name": "_loads", + "owner": { + "type": "@Class", + "id": "classes/46", + "fixedId": true, + "name": "_LibraryPrefix", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "classes/46/functions/_issueLoad%400150898", + "fixedId": true, + "name": "_issueLoad", + "owner": { + "type": "@Class", + "id": "classes/46", + "fixedId": true, + "name": "_LibraryPrefix", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 20 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "classes/46/functions/_loadingUnit%400150898", + "fixedId": true, + "name": "_loadingUnit", + "owner": { + "type": "@Class", + "id": "classes/46", + "fixedId": true, + "name": "_LibraryPrefix", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 18 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "classes/46/functions/_setLoaded%400150898", + "fixedId": true, + "name": "_setLoaded", + "owner": { + "type": "@Class", + "id": "classes/46", + "fixedId": true, + "name": "_LibraryPrefix", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "classes/46/functions/_isLoaded%400150898", + "fixedId": true, + "name": "_isLoaded", + "owner": { + "type": "@Class", + "id": "classes/46", + "fixedId": true, + "name": "_LibraryPrefix", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 14 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/implicit_closures/8", + "fixedId": true, + "name": "_checkLoaded", + "owner": { + "type": "@Function", + "id": "libraries/@0150898/functions/_checkLoaded%400150898", + "fixedId": true, + "name": "_checkLoaded", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 86 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_objectNoSuchMethod%400150898", + "fixedId": true, + "name": "_objectNoSuchMethod", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/expando_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_rehashObjects%400150898", + "fixedId": true, + "name": "_rehashObjects", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fexpando_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/expando_patch.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_caseInsensitiveStartsWith%400150898", + "fixedId": true, + "name": "_caseInsensitiveStartsWith", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 5005 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_caseInsensitiveCompareStart%400150898", + "fixedId": true, + "name": "_caseInsensitiveCompareStart", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 5017 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_completeLoads%400150898", + "fixedId": true, + "name": "_completeLoads", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DeferredLoadException" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/implicit_closures/6", + "fixedId": true, + "name": "_completeLoads", + "owner": { + "type": "@Function", + "id": "libraries/@0150898/functions/_completeLoads%400150898", + "fixedId": true, + "name": "_completeLoads", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 44 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/implicit_closures/27", + "fixedId": true, + "name": "_toUnmodifiableStringList", + "owner": { + "type": "@Function", + "id": "libraries/@0150898/functions/_toUnmodifiableStringList%400150898", + "fixedId": true, + "name": "_toUnmodifiableStringList", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4967 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4967 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2499/functions/List.unmodifiable", + "fixedId": true, + "name": "List.unmodifiable", + "owner": { + "type": "@Class", + "id": "classes/2499", + "fixedId": true, + "name": "List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Flist.dart/0", + "fixedId": true, + "uri": "dart:core/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2624/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array_patch.dart" + }, + "tokenPos": -1, + "line": 51 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/makeFixedListUnmodifiable", + "fixedId": true, + "name": "makeFixedListUnmodifiable", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_listSetAt%400150898", + "fixedId": true, + "name": "_listSetAt", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array_patch.dart" + }, + "tokenPos": -1, + "line": 67 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_loadLibrary%400150898", + "fixedId": true, + "name": "_loadLibrary", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2447/functions/Future.", + "fixedId": true, + "name": "Future", + "owner": { + "type": "@Class", + "id": "classes/2447", + "fixedId": true, + "name": "Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2625/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2447/closures/158", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2447/functions/Future.", + "fixedId": true, + "name": "Future", + "owner": { + "type": "@Class", + "id": "classes/2447", + "fixedId": true, + "name": "Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2626/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 255 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 257 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/closures/230", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@0150898/functions/_loadLibrary%400150898", + "fixedId": true, + "name": "_loadLibrary", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 61 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/implicit_closures/7", + "fixedId": true, + "name": "_loadLibrary", + "owner": { + "type": "@Function", + "id": "libraries/@0150898/functions/_loadLibrary%400150898", + "fixedId": true, + "name": "_loadLibrary", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 61 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/uri_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/get%3A_uriBaseClosure%400150898", + "fixedId": true, + "name": "_uriBaseClosure", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Furi_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/uri_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/map_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_mapContainsKey%400150898", + "fixedId": true, + "name": "_mapContainsKey", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fmap_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/map_patch.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_listGetAt%400150898", + "fixedId": true, + "name": "_listGetAt", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array_patch.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/map_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_mapGet%400150898", + "fixedId": true, + "name": "_mapGet", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fmap_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/map_patch.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/map_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_mapKeys%400150898", + "fixedId": true, + "name": "_mapKeys", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fmap_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/map_patch.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_listLength%400150898", + "fixedId": true, + "name": "_listLength", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array_patch.dart" + }, + "tokenPos": -1, + "line": 59 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_iterablePartsToStrings%400150898", + "fixedId": true, + "name": "_iterablePartsToStrings", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 951 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/removeFragment", + "fixedId": true, + "name": "removeFragment", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4554 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SimpleUri" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/_toNonSimple%400150898", + "fixedId": true, + "name": "_toNonSimple", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4921 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/_isScheme%400150898", + "fixedId": true, + "name": "_isScheme", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/_toFilePath%400150898", + "fixedId": true, + "name": "_toFilePath", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4898 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/field_inits/queryParametersAll", + "fixedId": true, + "name": "queryParametersAll", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1752 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_computeQueryParametersAll%400150898", + "fixedId": true, + "name": "_computeQueryParametersAll", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2357/functions/updateAll", + "fixedId": true, + "name": "updateAll", + "owner": { + "type": "@Class", + "id": "classes/2357", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2627/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2628/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_splitQueryStringAll%400150898", + "fixedId": true, + "name": "_splitQueryStringAll", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/closures/448", + "fixedId": true, + "name": "parsePair", + "owner": { + "type": "@Function", + "id": "classes/2479/functions/_splitQueryStringAll%400150898", + "fixedId": true, + "name": "_splitQueryStringAll", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3369 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3378 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_uriDecode%400150898", + "fixedId": true, + "name": "_uriDecode", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3445 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_hexCharPairToByte%400150898", + "fixedId": true, + "name": "_hexCharPairToByte", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/implicit_closures/70", + "fixedId": true, + "name": "_createList", + "owner": { + "type": "@Function", + "id": "classes/2479/functions/_createList%400150898", + "fixedId": true, + "name": "_createList", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3367 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_createList%400150898", + "fixedId": true, + "name": "_createList", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/field_inits/queryParameters", + "fixedId": true, + "name": "queryParameters", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1748 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/functions/splitQueryString", + "fixedId": true, + "name": "splitQueryString", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1384 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/closures/151", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2482/functions/splitQueryString", + "fixedId": true, + "name": "splitQueryString", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1384 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/functions/decodeQueryComponent", + "fixedId": true, + "name": "decodeQueryComponent", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/field_inits/hashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1745 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/field_inits/pathSegments", + "fixedId": true, + "name": "pathSegments", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1742 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_computePathSegments%400150898", + "fixedId": true, + "name": "_computePathSegments", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2270 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/implicit_closures/3", + "fixedId": true, + "name": "decodeComponent", + "owner": { + "type": "@Function", + "id": "classes/2482/functions/decodeComponent", + "fixedId": true, + "name": "decodeComponent", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1298 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1298 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2482/functions/decodeComponent", + "fixedId": true, + "name": "decodeComponent", + "owner": { + "type": "@Class", + "id": "classes/2482", + "fixedId": true, + "name": "Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1298 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/field_inits/_text%400150898", + "fixedId": true, + "name": "_text", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1739 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_initializeText%400150898", + "fixedId": true, + "name": "_initializeText", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3328 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_writeAuthority%400150898", + "fixedId": true, + "name": "_writeAuthority", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3306 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_mergePaths%400150898", + "fixedId": true, + "name": "_mergePaths", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2879 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_packageNameEnd%400150898", + "fixedId": true, + "name": "_packageNameEnd", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3029 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_checkNonWindowsPathReservedCharacters%400150898", + "fixedId": true, + "name": "_checkNonWindowsPathReservedCharacters", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2049 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3AhasScheme", + "fixedId": true, + "name": "hasScheme", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_toWindowsFilePath%400150898", + "fixedId": true, + "name": "_toWindowsFilePath", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/_toFilePath%400150898", + "fixedId": true, + "name": "_toFilePath", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3263 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Uri" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/embedder_config.dart", + "function": { + "type": "@Function", + "id": "libraries/@16463476/functions/get%3A_httpConnectionHook%4016463476", + "fixedId": true, + "name": "_httpConnectionHook", + "owner": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "static": true, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fembedder_config.dart/0", + "fixedId": true, + "uri": "dart:_http/embedder_config.dart" + }, + "tokenPos": -1, + "line": 21 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http.dart", + "function": { + "type": "@Function", + "id": "classes/2045/functions/set%3AenableTimelineLogging", + "fixedId": true, + "name": "enableTimelineLogging=", + "owner": { + "type": "@Class", + "id": "classes/2045", + "fixedId": true, + "name": "HttpClient", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http/0", + "fixedId": true, + "uri": "dart:_http" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http/0", + "fixedId": true, + "uri": "dart:_http" + }, + "tokenPos": -1, + "line": 1264 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/crypto.dart", + "function": { + "type": "@Function", + "id": "classes/2041/functions/_updateHash%4016463476", + "fixedId": true, + "name": "_updateHash", + "owner": { + "type": "@Class", + "id": "classes/2041", + "fixedId": true, + "name": "_SHA1", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/crypto.dart", + "function": { + "type": "@Function", + "id": "classes/2041/functions/_SHA1%4016463476.", + "fixedId": true, + "name": "_SHA1", + "owner": { + "type": "@Class", + "id": "classes/2041", + "fixedId": true, + "name": "_SHA1", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/crypto.dart", + "function": { + "type": "@Function", + "id": "classes/2040/functions/_HashBase%4016463476.", + "fixedId": true, + "name": "_HashBase", + "owner": { + "type": "@Class", + "id": "classes/2040", + "fixedId": true, + "name": "_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1, + "line": 43 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/crypto.dart", + "function": { + "type": "@Function", + "id": "classes/2040/functions/_finalizeData%4016463476", + "fixedId": true, + "name": "_finalizeData", + "owner": { + "type": "@Class", + "id": "classes/2040", + "fixedId": true, + "name": "_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1, + "line": 143 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/crypto.dart", + "function": { + "type": "@Function", + "id": "classes/2040/functions/_wordToBytes%4016463476", + "fixedId": true, + "name": "_wordToBytes", + "owner": { + "type": "@Class", + "id": "classes/2040", + "fixedId": true, + "name": "_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1, + "line": 117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/crypto.dart", + "function": { + "type": "@Function", + "id": "classes/2040/functions/_iterate%4016463476", + "fixedId": true, + "name": "_iterate", + "owner": { + "type": "@Class", + "id": "classes/2040", + "fixedId": true, + "name": "_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/crypto.dart", + "function": { + "type": "@Function", + "id": "classes/2040/functions/_resultAsBytes%4016463476", + "fixedId": true, + "name": "_resultAsBytes", + "owner": { + "type": "@Class", + "id": "classes/2040", + "fixedId": true, + "name": "_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/crypto.dart", + "function": { + "type": "@Function", + "id": "classes/2040/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2040", + "fixedId": true, + "name": "_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1, + "line": 59 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/crypto.dart", + "function": { + "type": "@Function", + "id": "classes/2040/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2040", + "fixedId": true, + "name": "_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fcrypto.dart/0", + "fixedId": true, + "uri": "dart:_http/crypto.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2013/functions/_isUpgradeRequest%4016463476", + "fixedId": true, + "name": "_isUpgradeRequest", + "owner": { + "type": "@Class", + "id": "classes/2013", + "fixedId": true, + "name": "_WebSocketTransformerImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2013/functions/_negotiateCompression%4016463476", + "fixedId": true, + "name": "_negotiateCompression", + "owner": { + "type": "@Class", + "id": "classes/2013", + "fixedId": true, + "name": "_WebSocketTransformerImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 537 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2013/functions/_upgrade%4016463476", + "fixedId": true, + "name": "_upgrade", + "owner": { + "type": "@Class", + "id": "classes/2013", + "fixedId": true, + "name": "_WebSocketTransformerImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2013/functions/_tokenizeFieldValue%4016463476", + "fixedId": true, + "name": "_tokenizeFieldValue", + "owner": { + "type": "@Class", + "id": "classes/2013", + "fixedId": true, + "name": "_WebSocketTransformerImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2013/closures/155", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2013/functions/_upgrade%4016463476", + "fixedId": true, + "name": "_upgrade", + "owner": { + "type": "@Class", + "id": "classes/2013", + "fixedId": true, + "name": "_WebSocketTransformerImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 465 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 525 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2013/closures/154", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2013/functions/_upgrade%4016463476", + "fixedId": true, + "name": "_upgrade", + "owner": { + "type": "@Class", + "id": "classes/2013", + "fixedId": true, + "name": "_WebSocketTransformerImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 465 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 517 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2013/closures/153", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2013/functions/_upgrade%4016463476", + "fixedId": true, + "name": "_upgrade", + "owner": { + "type": "@Class", + "id": "classes/2013", + "fixedId": true, + "name": "_WebSocketTransformerImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 465 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2013/closures/152", + "fixedId": true, + "name": "upgrade", + "owner": { + "type": "@Function", + "id": "classes/2013/functions/_upgrade%4016463476", + "fixedId": true, + "name": "_upgrade", + "owner": { + "type": "@Class", + "id": "classes/2013", + "fixedId": true, + "name": "_WebSocketTransformerImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 465 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 481 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SHA1" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2013/closures/159", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2013/closures/152", + "fixedId": true, + "name": "upgrade", + "owner": { + "type": "@Function", + "id": "classes/2013/functions/_upgrade%4016463476", + "fixedId": true, + "name": "_upgrade", + "owner": { + "type": "@Class", + "id": "classes/2013", + "fixedId": true, + "name": "_WebSocketTransformerImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 465 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 481 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 500 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WebSocketImpl" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2035/field_inits/_profile%4016463476", + "fixedId": true, + "name": "_profile", + "owner": { + "type": "@Class", + "id": "classes/2035", + "fixedId": true, + "name": "HttpProfiler", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 8 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2035/functions/serializeHttpProfileRequests", + "fixedId": true, + "name": "serializeHttpProfileRequests", + "owner": { + "type": "@Class", + "id": "classes/2035", + "fixedId": true, + "name": "HttpProfiler", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 27 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2035/closures/211", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2035/functions/serializeHttpProfileRequests", + "fixedId": true, + "name": "serializeHttpProfileRequests", + "owner": { + "type": "@Class", + "id": "classes/2035", + "fixedId": true, + "name": "HttpProfiler", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 27 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2035/closures/210", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2035/functions/serializeHttpProfileRequests", + "fixedId": true, + "name": "serializeHttpProfileRequests", + "owner": { + "type": "@Class", + "id": "classes/2035", + "fixedId": true, + "name": "HttpProfiler", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 27 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2035/functions/clear", + "fixedId": true, + "name": "clear", + "owner": { + "type": "@Class", + "id": "classes/2035", + "fixedId": true, + "name": "HttpProfiler", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2035/functions/getHttpProfileRequest", + "fixedId": true, + "name": "getHttpProfileRequest", + "owner": { + "type": "@Class", + "id": "classes/2035", + "fixedId": true, + "name": "HttpProfiler", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 21 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/implicit_closures/6", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Function", + "id": "classes/2024/functions/resume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 155 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/implicit_closures/5", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Function", + "id": "classes/2024/functions/pause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 144 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/implicit_closures/1", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Function", + "id": "classes/2024/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 125 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/functions/_maybeScheduleData%4016463476", + "fixedId": true, + "name": "_maybeScheduleData", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 164 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/closures/405", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2024/functions/_maybeScheduleData%4016463476", + "fixedId": true, + "name": "_maybeScheduleData", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 164 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 168 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/implicit_closures/6", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Function", + "id": "classes/2171/functions/resume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2629/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2630/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 102 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/implicit_closures/5", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Function", + "id": "classes/2171/functions/pause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2631/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2632/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 98 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 98 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/implicit_closures/1", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Function", + "id": "classes/2171/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2633/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2634/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 46 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/functions/_onData%4010040228", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2635/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2636/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/implicit_closures/4", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Function", + "id": "classes/2171/functions/_onData%4010040228", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2637/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2638/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 76 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/implicit_closures/7", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Function", + "id": "classes/2380/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2639/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 777 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 777 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/implicit_closures/6", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Function", + "id": "classes/2380/functions/resume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2640/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 765 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 765 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/implicit_closures/5", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Function", + "id": "classes/2380/functions/pause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2641/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 758 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 758 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/_onMicrotask%405048458", + "fixedId": true, + "name": "_onMicrotask", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2642/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 802 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/implicit_closures/9", + "fixedId": true, + "name": "_onMicrotask", + "owner": { + "type": "@Function", + "id": "classes/2380/functions/_onMicrotask%405048458", + "fixedId": true, + "name": "_onMicrotask", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2643/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 802 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 802 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/_DoneStreamSubscription%405048458.", + "fixedId": true, + "name": "_DoneStreamSubscription", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2644/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 730 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: StreamSubscription" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/implicit_closures/3", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Function", + "id": "classes/2389/functions/_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2645/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2646/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 87 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 87 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/implicit_closures/2", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Function", + "id": "classes/2389/functions/_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2647/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2648/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 75 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/implicit_closures/1", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Function", + "id": "classes/2389/functions/_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2649/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2650/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 63 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/_handleDone%405048458", + "fixedId": true, + "name": "_handleDone", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2651/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2652/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/implicit_closures/9", + "fixedId": true, + "name": "_handleDone", + "owner": { + "type": "@Function", + "id": "classes/2389/functions/_handleDone%405048458", + "fixedId": true, + "name": "_handleDone", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2653/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2654/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 133 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/_handleError%405048458", + "fixedId": true, + "name": "_handleError", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2655/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2656/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/implicit_closures/8", + "fixedId": true, + "name": "_handleError", + "owner": { + "type": "@Function", + "id": "classes/2389/functions/_handleError%405048458", + "fixedId": true, + "name": "_handleError", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2657/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2658/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 121 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/_handleData%405048458", + "fixedId": true, + "name": "_handleData", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2659/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2660/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/implicit_closures/7", + "fixedId": true, + "name": "_handleData", + "owner": { + "type": "@Function", + "id": "classes/2389/functions/_handleData%405048458", + "fixedId": true, + "name": "_handleData", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2661/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2662/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 113 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/implicit_closures/5", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Function", + "id": "classes/2389/functions/_onResume%405048458", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2663/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2664/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 100 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/implicit_closures/4", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Function", + "id": "classes/2389/functions/_onPause%405048458", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2665/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2666/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 96 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/_SinkTransformerStreamSubscription%405048458.", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2667/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2668/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 38 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _EventSinkWrapper" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2431/functions/_handleDone%405048458", + "fixedId": true, + "name": "_handleDone", + "owner": { + "type": "@Class", + "id": "classes/2431", + "fixedId": true, + "name": "_ForwardingStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2669/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2670/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _EventSink@5048458" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2431/functions/_createSubscription%405048458", + "fixedId": true, + "name": "_createSubscription", + "owner": { + "type": "@Class", + "id": "classes/2431", + "fixedId": true, + "name": "_ForwardingStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2671/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2672/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/functions/_ForwardingStreamSubscription%405048458.", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2673/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2674/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/implicit_closures/8", + "fixedId": true, + "name": "_handleDone", + "owner": { + "type": "@Function", + "id": "classes/2390/functions/_handleDone%405048458", + "fixedId": true, + "name": "_handleDone", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2675/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2676/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 191 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/functions/_handleDone%405048458", + "fixedId": true, + "name": "_handleDone", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2677/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2678/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/implicit_closures/7", + "fixedId": true, + "name": "_handleError", + "owner": { + "type": "@Function", + "id": "classes/2390/functions/_handleError%405048458", + "fixedId": true, + "name": "_handleError", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2679/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2680/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 187 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 187 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/functions/_handleError%405048458", + "fixedId": true, + "name": "_handleError", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2681/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2682/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 187 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/implicit_closures/6", + "fixedId": true, + "name": "_handleData", + "owner": { + "type": "@Function", + "id": "classes/2390/functions/_handleData%405048458", + "fixedId": true, + "name": "_handleData", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2683/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2684/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 183 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/functions/_handleData%405048458", + "fixedId": true, + "name": "_handleData", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2685/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2686/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _EventSink@5048458" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ForwardingStreamSubscription" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/implicit_closures/2", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Function", + "id": "classes/2390/functions/_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2687/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2688/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 157 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/implicit_closures/1", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Function", + "id": "classes/2390/functions/_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2689/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2690/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 152 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/implicit_closures/4", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Function", + "id": "classes/2390/functions/_onResume%405048458", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2691/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2692/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 168 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 168 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/implicit_closures/3", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Function", + "id": "classes/2390/functions/_onPause%405048458", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2693/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2694/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 164 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 164 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _PendingEvents@5048458?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/set%3A_onData%405048458", + "fixedId": true, + "name": "_onData=", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2695/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/set%3A_onError%405048458", + "fixedId": true, + "name": "_onError=", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2696/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/implicit_closures/19", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Function", + "id": "classes/2388/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2697/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 232 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/implicit_closures/34", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Function", + "id": "classes/2388/functions/_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2698/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 318 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 318 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/implicit_closures/33", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Function", + "id": "classes/2388/functions/_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2699/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 308 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 308 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_registerDataHandler%405048458", + "fixedId": true, + "name": "_registerDataHandler", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2700/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 160 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/implicit_closures/20", + "fixedId": true, + "name": "_nullDataHandler", + "owner": { + "type": "@Function", + "id": "libraries/@5048458/functions/_nullDataHandler%405048458", + "fixedId": true, + "name": "_nullDataHandler", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 549 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 549 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_decrementPauseCount%405048458", + "fixedId": true, + "name": "_decrementPauseCount", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2701/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/implicit_closures/35", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Function", + "id": "classes/2388/functions/_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2702/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 328 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 328 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/get%3A_onDone%405048458", + "fixedId": true, + "name": "_onDone", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2703/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/get%3A_mayResumeInput%405048458", + "fixedId": true, + "name": "_mayResumeInput", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2704/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/get%3A_onError%405048458", + "fixedId": true, + "name": "_onError", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2705/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/get%3A_onData%405048458", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2706/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_guardCallback%405048458", + "fixedId": true, + "name": "_guardCallback", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2707/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 453 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_checkState%405048458", + "fixedId": true, + "name": "_checkState", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2708/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 470 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2391/implicit_closures/3", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Function", + "id": "classes/2391/functions/_onResume%405048458", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Class", + "id": "classes/2391", + "fixedId": true, + "name": "_ControllerSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2709/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 888 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 888 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2391/implicit_closures/2", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Function", + "id": "classes/2391/functions/_onPause%405048458", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Class", + "id": "classes/2391", + "fixedId": true, + "name": "_ControllerSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2710/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 884 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 884 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/set%3A_onDone%405048458", + "fixedId": true, + "name": "_onDone=", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2711/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/set%3A_state%405048458", + "fixedId": true, + "name": "_state=", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2712/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/get%3A_state%405048458", + "fixedId": true, + "name": "_state", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2713/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_setPendingEvents%405048458", + "fixedId": true, + "name": "_setPendingEvents", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2714/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_cancel%405048458", + "fixedId": true, + "name": "_cancel", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2715/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 287 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_registerDoneHandler%405048458", + "fixedId": true, + "name": "_registerDoneHandler", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2716/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_registerErrorHandler%405048458", + "fixedId": true, + "name": "_registerErrorHandler", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2717/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/implicit_closures/21", + "fixedId": true, + "name": "_nullErrorHandler", + "owner": { + "type": "@Function", + "id": "libraries/@5048458/functions/_nullErrorHandler%405048458", + "fixedId": true, + "name": "_nullErrorHandler", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 552 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 552 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_nullErrorHandler%405048458", + "fixedId": true, + "name": "_nullErrorHandler", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 552 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_BufferingStreamSubscription%405048458.zoned", + "fixedId": true, + "name": "_BufferingStreamSubscription.zoned", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2718/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _ControllerSubscription@5048458" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/set%3A_state%405048458", + "fixedId": true, + "name": "_state=", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2719/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 486 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3A_state%405048458", + "fixedId": true, + "name": "_state", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2720/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 486 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/implicit_closures/23", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Function", + "id": "classes/2395/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2721/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 640 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 640 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3A_varData%405048458", + "fixedId": true, + "name": "_varData", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2722/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 482 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/implicit_closures/25", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Function", + "id": "classes/2395/functions/_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2723/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 661 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 661 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3A_pendingEvents%405048458", + "fixedId": true, + "name": "_pendingEvents", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2724/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 538 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2398/functions/closeSync", + "fixedId": true, + "name": "closeSync", + "owner": { + "type": "@Class", + "id": "classes/2398", + "fixedId": true, + "name": "_MultiStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2725/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2398/functions/addErrorSync", + "fixedId": true, + "name": "addErrorSync", + "owner": { + "type": "@Class", + "id": "classes/2398", + "fixedId": true, + "name": "_MultiStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2726/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2398/functions/addSync", + "fixedId": true, + "name": "addSync", + "owner": { + "type": "@Class", + "id": "classes/2398", + "fixedId": true, + "name": "_MultiStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2727/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1193 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: StreamController" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _SignalController@15069316?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/field_inits/_stderr%4015069316", + "fixedId": true, + "name": "_stderr", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/stdio_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1940/functions/_getStdioOutputStream%4015069316", + "fixedId": true, + "name": "_getStdioOutputStream", + "owner": { + "type": "@Class", + "id": "classes/1940", + "fixedId": true, + "name": "_StdIOUtils", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fstdio_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/stdio_patch.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Stdout" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StdConsumer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/stdio_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1940/functions/_getStdioHandleType%4015069316", + "fixedId": true, + "name": "_getStdioHandleType", + "owner": { + "type": "@Class", + "id": "classes/1940", + "fixedId": true, + "name": "_StdIOUtils", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fstdio_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/stdio_patch.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/overrides.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/field_inits/_ioOverridesToken%4015069316", + "fixedId": true, + "name": "_ioOverridesToken", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Foverrides.dart/0", + "fixedId": true, + "uri": "dart:io/overrides.dart" + }, + "tokenPos": -1, + "line": 7 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_makeUint8ListView%4015069316", + "fixedId": true, + "name": "_makeUint8ListView", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Ffile_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/file_patch.dart" + }, + "tokenPos": -1, + "line": 544 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_uriBaseClosure%4015069316", + "fixedId": true, + "name": "_uriBaseClosure", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 72 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/implicit_closures/1", + "fixedId": true, + "name": "_uriBaseClosure", + "owner": { + "type": "@Function", + "id": "libraries/@15069316/functions/_uriBaseClosure%4015069316", + "fixedId": true, + "name": "_uriBaseClosure", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 72 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 72 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_getUriBaseClosure%4015069316", + "fixedId": true, + "name": "_getUriBaseClosure", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fdirectory_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/directory_patch.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_getWatchSignalInternal%4015069316", + "fixedId": true, + "name": "_getWatchSignalInternal", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fprocess_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/process_patch.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_socketProfilingEnabled%4015069316", + "fixedId": true, + "name": "_socketProfilingEnabled", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_createHttpProfileRequestFromProfileMap%4015069316", + "fixedId": true, + "name": "_createHttpProfileRequestFromProfileMap", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 17 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_makeDatagram%4015069316", + "fixedId": true, + "name": "_makeDatagram", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 3158 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Datagram" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/get%3Astderr", + "fixedId": true, + "name": "stderr", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_getHttpEnableTimelineLogging%4015069316", + "fixedId": true, + "name": "_getHttpEnableTimelineLogging", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_setStdioFDs%4015069316", + "fixedId": true, + "name": "_setStdioFDs", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 514 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/common_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_setupHooks%4015069316", + "fixedId": true, + "name": "_setupHooks", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fcommon_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/common_patch.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_getHttpProfileRequest%4015069316", + "fixedId": true, + "name": "_getHttpProfileRequest", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 177 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "libraries/@15069316/functions/_setHttpEnableTimelineLogging%4015069316", + "fixedId": true, + "name": "_setHttpEnableTimelineLogging", + "owner": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 164 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/secure_socket.dart", + "function": { + "type": "@Function", + "id": "classes/1960/functions/HandshakeException.", + "fixedId": true, + "name": "HandshakeException", + "owner": { + "type": "@Class", + "id": "classes/1960", + "fixedId": true, + "name": "HandshakeException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1, + "line": 1493 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/secure_socket.dart", + "function": { + "type": "@Function", + "id": "classes/1958/functions/TlsException.", + "fixedId": true, + "name": "TlsException", + "owner": { + "type": "@Class", + "id": "classes/1958", + "fixedId": true, + "name": "TlsException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1, + "line": 1468 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1935/field_inits/_sentinel%4015069316", + "fixedId": true, + "name": "_sentinel", + "owner": { + "type": "@Class", + "id": "classes/1935", + "fixedId": true, + "name": "_ResourceHandleImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 3303 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ResourceHandleImpl" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1935/functions/_ResourceHandleImpl%4015069316.", + "fixedId": true, + "name": "_ResourceHandleImpl", + "owner": { + "type": "@Class", + "id": "classes/1935", + "fixedId": true, + "name": "_ResourceHandleImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 3239 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1935/functions/get%3A_sentinel%4015069316", + "fixedId": true, + "name": "_sentinel", + "owner": { + "type": "@Class", + "id": "classes/1935", + "fixedId": true, + "name": "_ResourceHandleImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 3303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1935/functions/set%3A_handle%4015069316", + "fixedId": true, + "name": "_handle=", + "owner": { + "type": "@Class", + "id": "classes/1935", + "fixedId": true, + "name": "_ResourceHandleImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 3238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1935/functions/get%3A_handle%4015069316", + "fixedId": true, + "name": "_handle", + "owner": { + "type": "@Class", + "id": "classes/1935", + "fixedId": true, + "name": "_ResourceHandleImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 3238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/secure_socket.dart", + "function": { + "type": "@Function", + "id": "classes/1959/functions/CertificateException.", + "fixedId": true, + "name": "CertificateException", + "owner": { + "type": "@Class", + "id": "classes/1959", + "fixedId": true, + "name": "CertificateException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1, + "line": 1502 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/overrides.dart", + "function": { + "type": "@Function", + "id": "classes/1972/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/1972", + "fixedId": true, + "name": "IOOverrides", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Foverrides.dart/0", + "fixedId": true, + "uri": "dart:io/overrides.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Foverrides.dart/0", + "fixedId": true, + "uri": "dart:io/overrides.dart" + }, + "tokenPos": -1, + "line": 35 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1975/functions/getVersion", + "fixedId": true, + "name": "getVersion", + "owner": { + "type": "@Class", + "id": "classes/1975", + "fixedId": true, + "name": "_NetworkProfiling", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1975/functions/_serviceExtensionHandler%4015069316", + "fixedId": true, + "name": "_serviceExtensionHandler", + "owner": { + "type": "@Class", + "id": "classes/1975", + "fixedId": true, + "name": "_NetworkProfiling", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DateTime" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1975/closures/208", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1975/functions/_serviceExtensionHandler%4015069316", + "fixedId": true, + "name": "_serviceExtensionHandler", + "owner": { + "type": "@Class", + "id": "classes/1975", + "fixedId": true, + "name": "_NetworkProfiling", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 76 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1975/closures/207", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1975/functions/_serviceExtensionHandler%4015069316", + "fixedId": true, + "name": "_serviceExtensionHandler", + "owner": { + "type": "@Class", + "id": "classes/1975", + "fixedId": true, + "name": "_NetworkProfiling", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 76 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1975/implicit_closures/1", + "fixedId": true, + "name": "_serviceExtensionHandler", + "owner": { + "type": "@Function", + "id": "classes/1975/functions/_serviceExtensionHandler%4015069316", + "fixedId": true, + "name": "_serviceExtensionHandler", + "owner": { + "type": "@Class", + "id": "classes/1975", + "fixedId": true, + "name": "_NetworkProfiling", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 76 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1975/functions/_registerServiceExtension%4015069316", + "fixedId": true, + "name": "_registerServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1975", + "fixedId": true, + "name": "_NetworkProfiling", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/1975/implicit_closures/0", + "fixedId": true, + "name": "_registerServiceExtension", + "owner": { + "type": "@Function", + "id": "classes/1975/functions/_registerServiceExtension%4015069316", + "fixedId": true, + "name": "_registerServiceExtension", + "owner": { + "type": "@Class", + "id": "classes/1975", + "fixedId": true, + "name": "_NetworkProfiling", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 61 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/1987/field_inits/_notFound%4015069316", + "fixedId": true, + "name": "_notFound", + "owner": { + "type": "@Class", + "id": "classes/1987", + "fixedId": true, + "name": "FileStat", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FileStat" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/1987/field_inits/_epoch%4015069316", + "fixedId": true, + "name": "_epoch", + "owner": { + "type": "@Class", + "id": "classes/1987", + "fixedId": true, + "name": "FileStat", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/DateTime._withValue%400150898", + "fixedId": true, + "name": "DateTime._withValue", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/date_time.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_validate%400150898", + "fixedId": true, + "name": "_validate", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1, + "line": 442 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/get%3A_parts%400150898", + "fixedId": true, + "name": "_parts", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_computeUpperPart%400150898", + "fixedId": true, + "name": "_computeUpperPart", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 165 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/get%3A_localDateInUtcMicros%400150898", + "fixedId": true, + "name": "_localDateInUtcMicros", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_timeZoneOffsetInSeconds%400150898", + "fixedId": true, + "name": "_timeZoneOffsetInSeconds", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 508 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_timeZoneOffsetInSecondsForClampedSeconds%400150898", + "fixedId": true, + "name": "_timeZoneOffsetInSecondsForClampedSeconds", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 18 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_equivalentSeconds%400150898", + "fixedId": true, + "name": "_equivalentSeconds", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 489 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_equivalentYear%400150898", + "fixedId": true, + "name": "_equivalentYear", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 442 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_weekDay%400150898", + "fixedId": true, + "name": "_weekDay", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 431 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_dayFromYear%400150898", + "fixedId": true, + "name": "_dayFromYear", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_yearsFromSecondsSinceEpoch%400150898", + "fixedId": true, + "name": "_yearsFromSecondsSinceEpoch", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_validateMilliseconds%400150898", + "fixedId": true, + "name": "_validateMilliseconds", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/1987/functions/modeString", + "fixedId": true, + "name": "modeString", + "owner": { + "type": "@Class", + "id": "classes/1987", + "fixedId": true, + "name": "FileStat", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/1987/functions/_stat%4015069316", + "fixedId": true, + "name": "_stat", + "owner": { + "type": "@Class", + "id": "classes/1987", + "fixedId": true, + "name": "FileStat", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/1987/closures/70", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1987/functions/_stat%4015069316", + "fixedId": true, + "name": "_stat", + "owner": { + "type": "@Class", + "id": "classes/1987", + "fixedId": true, + "name": "FileStat", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 161 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 167 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/1987/functions/stat", + "fixedId": true, + "name": "stat", + "owner": { + "type": "@Class", + "id": "classes/1987", + "fixedId": true, + "name": "FileStat", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1934/functions/_SocketControlMessageImpl%4015069316.", + "fixedId": true, + "name": "_SocketControlMessageImpl", + "owner": { + "type": "@Class", + "id": "classes/1934", + "fixedId": true, + "name": "_SocketControlMessageImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 3324 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1934/functions/get%3Adata", + "fixedId": true, + "name": "data", + "owner": { + "type": "@Class", + "id": "classes/1934", + "fixedId": true, + "name": "_SocketControlMessageImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 3322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1934/functions/get%3Atype", + "fixedId": true, + "name": "type", + "owner": { + "type": "@Class", + "id": "classes/1934", + "fixedId": true, + "name": "_SocketControlMessageImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 3320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1934/functions/get%3Alevel", + "fixedId": true, + "name": "level", + "owner": { + "type": "@Class", + "id": "classes/1934", + "fixedId": true, + "name": "_SocketControlMessageImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 3318 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/ascii.dart", + "function": { + "type": "@Function", + "id": "classes/2275/functions/_convertInvalid%4011003594", + "fixedId": true, + "name": "_convertInvalid", + "owner": { + "type": "@Class", + "id": "classes/2275", + "fixedId": true, + "name": "_UnicodeSubsetDecoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fascii.dart/0", + "fixedId": true, + "uri": "dart:convert/ascii.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fascii.dart/0", + "fixedId": true, + "uri": "dart:convert/ascii.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2267/functions/fuse", + "fixedId": true, + "name": "fuse", + "owner": { + "type": "@Class", + "id": "classes/2267", + "fixedId": true, + "name": "Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _JsonUtf8Decoder" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Converter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/385/functions/readValue", + "fixedId": true, + "name": "readValue", + "owner": { + "type": "@Class", + "id": "classes/385", + "fixedId": true, + "name": "StandardMessageCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 472 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/385/functions/writeValue", + "fixedId": true, + "name": "writeValue", + "owner": { + "type": "@Class", + "id": "classes/385", + "fixedId": true, + "name": "StandardMessageCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 383 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/385/closures/362", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/385/functions/writeValue", + "fixedId": true, + "name": "writeValue", + "owner": { + "type": "@Class", + "id": "classes/385", + "fixedId": true, + "name": "StandardMessageCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 383 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 459 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/common.dart", + "function": { + "type": "@Function", + "id": "classes/2010/functions/OSError.", + "fixedId": true, + "name": "OSError", + "owner": { + "type": "@Class", + "id": "classes/2010", + "fixedId": true, + "name": "OSError", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fcommon.dart/0", + "fixedId": true, + "uri": "dart:io/common.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fcommon.dart/0", + "fixedId": true, + "uri": "dart:io/common.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2149/functions/IsolateSpawnException.", + "fixedId": true, + "name": "IsolateSpawnException", + "owner": { + "type": "@Class", + "id": "classes/2149", + "fixedId": true, + "name": "IsolateSpawnException", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/exceptions.dart", + "function": { + "type": "@Function", + "id": "classes/2554/functions/FormatException.", + "fixedId": true, + "name": "FormatException", + "owner": { + "type": "@Class", + "id": "classes/2554", + "fixedId": true, + "name": "FormatException", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1, + "line": 72 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/exceptions.dart", + "function": { + "type": "@Function", + "id": "classes/2553/functions/IntegerDivisionByZeroException.", + "fixedId": true, + "name": "IntegerDivisionByZeroException", + "owner": { + "type": "@Class", + "id": "classes/2553", + "fixedId": true, + "name": "IntegerDivisionByZeroException", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1, + "line": 179 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2575/functions/UnsupportedError.", + "fixedId": true, + "name": "UnsupportedError", + "owner": { + "type": "@Class", + "id": "classes/2575", + "fixedId": true, + "name": "UnsupportedError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 582 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/field_inits/toStringVisiting", + "fixedId": true, + "name": "toStringVisiting", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 1127 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/_boundsCheckForPartialInstantiation%4010040228", + "fixedId": true, + "name": "_boundsCheckForPartialInstantiation", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/print_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/get%3A_printClosure%4010040228", + "fixedId": true, + "name": "_printClosure", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Fprint_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/print_patch.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/_prependTypeArguments%4010040228", + "fixedId": true, + "name": "_prependTypeArguments", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_moveNextDebuggerStepCheck%405048458", + "fixedId": true, + "name": "_moveNextDebuggerStepCheck", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/schedule_microtask.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_microtaskLoop%405048458", + "fixedId": true, + "name": "_microtaskLoop", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fschedule_microtask.dart/0", + "fixedId": true, + "uri": "dart:async/schedule_microtask.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/schedule_microtask_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/closures/66", + "fixedId": true, + "name": "timedCallback", + "owner": { + "type": "@Function", + "id": "libraries/@5048458/functions/_microtaskEntryCallback%405048458", + "fixedId": true, + "name": "_microtaskEntryCallback", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1, + "line": 44 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1, + "line": 50 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/schedule_microtask.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_startMicrotaskLoop%405048458", + "fixedId": true, + "name": "_startMicrotaskLoop", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fschedule_microtask.dart/0", + "fixedId": true, + "uri": "dart:async/schedule_microtask.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/schedule_microtask_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2438/functions/_scheduleImmediate%405048458", + "fixedId": true, + "name": "_scheduleImmediate", + "owner": { + "type": "@Class", + "id": "classes/2438", + "fixedId": true, + "name": "_AsyncRun", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fschedule_microtask.dart/0", + "fixedId": true, + "uri": "dart:async/schedule_microtask.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/schedule_microtask.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/implicit_closures/15", + "fixedId": true, + "name": "_startMicrotaskLoop", + "owner": { + "type": "@Function", + "id": "libraries/@5048458/functions/_startMicrotaskLoop%405048458", + "fixedId": true, + "name": "_startMicrotaskLoop", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fschedule_microtask.dart/0", + "fixedId": true, + "uri": "dart:async/schedule_microtask.dart" + }, + "tokenPos": -1, + "line": 44 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fschedule_microtask.dart/0", + "fixedId": true, + "uri": "dart:async/schedule_microtask.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/schedule_microtask_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_ensureScheduleImmediate%405048458", + "fixedId": true, + "name": "_ensureScheduleImmediate", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/schedule_microtask_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_setScheduleImmediateClosure%405048458", + "fixedId": true, + "name": "_setScheduleImmediateClosure", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_fatal%405048458", + "fixedId": true, + "name": "_fatal", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 17 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/schedule_microtask_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_beforeScheduleMicrotaskCallback%405048458", + "fixedId": true, + "name": "_beforeScheduleMicrotaskCallback", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fschedule_microtask_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/schedule_microtask_patch.dart" + }, + "tokenPos": -1, + "line": 28 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_cancelAndValue%405048458", + "fixedId": true, + "name": "_cancelAndValue", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 67 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/closures/119", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@5048458/functions/_cancelAndValue%405048458", + "fixedId": true, + "name": "_cancelAndValue", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 67 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 70 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_registerErrorHandler%405048458", + "fixedId": true, + "name": "_registerErrorHandler", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1089 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_addErrorWithReplacement%405048458", + "fixedId": true, + "name": "_addErrorWithReplacement", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_cancelAndErrorWithReplacement%405048458", + "fixedId": true, + "name": "_cancelAndErrorWithReplacement", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/schedule_microtask.dart", + "function": { + "type": "@Function", + "id": "libraries/@5048458/functions/_scheduleAsyncCallback%405048458", + "fixedId": true, + "name": "_scheduleAsyncCallback", + "owner": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fschedule_microtask.dart/0", + "fixedId": true, + "uri": "dart:async/schedule_microtask.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2372/functions/inSameErrorZone", + "fixedId": true, + "name": "inSameErrorZone", + "owner": { + "type": "@Class", + "id": "classes/2372", + "fixedId": true, + "name": "_Zone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1160 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/closures/67", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2373/functions/bindCallback", + "fixedId": true, + "name": "bindCallback", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1799 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1800 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2373/closures/68", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2373/functions/bindCallbackGuarded", + "fixedId": true, + "name": "bindCallbackGuarded", + "owner": { + "type": "@Class", + "id": "classes/2373", + "fixedId": true, + "name": "_RootZone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1813 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 1814 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/get%3A_resultOrListeners%405048458", + "fixedId": true, + "name": "_resultOrListeners", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2728/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 349 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/set%3A_resultOrListeners%405048458", + "fixedId": true, + "name": "_resultOrListeners=", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2729/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 349 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_asyncCompleteUnchecked%405048458", + "fixedId": true, + "name": "_asyncCompleteUnchecked", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2730/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 771 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/set%3A_state%405048458", + "fixedId": true, + "name": "_state=", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2731/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/get%3A_state%405048458", + "fixedId": true, + "name": "_state", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2732/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_thenAwait%405048458", + "fixedId": true, + "name": "_thenAwait", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2733/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/_addListener%405048458", + "fixedId": true, + "name": "_addListener", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2734/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 523 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/71", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/_addListener%405048458", + "fixedId": true, + "name": "_addListener", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2735/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 523 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 542 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FutureListener" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/timeout", + "fixedId": true, + "name": "timeout", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2736/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1031 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/228", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/timeout", + "fixedId": true, + "name": "timeout", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2737/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1031 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1067 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/227", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/timeout", + "fixedId": true, + "name": "timeout", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2738/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1031 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1061 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/226", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/timeout", + "fixedId": true, + "name": "timeout", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2739/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1031 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1052 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/closures/225", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/timeout", + "fixedId": true, + "name": "timeout", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2740/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1031 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1038 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TimeoutException" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/implicit_closures/44", + "fixedId": true, + "name": "timeout", + "owner": { + "type": "@Function", + "id": "classes/2440/functions/timeout", + "fixedId": true, + "name": "timeout", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2741/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1031 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 1031 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2442/functions/get%3Afuture", + "fixedId": true, + "name": "future", + "owner": { + "type": "@Class", + "id": "classes/2442", + "fixedId": true, + "name": "_Completer", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2742/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1034/functions/_WidgetsFlutterBinding%26BindingBase%26GestureBinding%26SchedulerBinding%26ServicesBinding%26PaintingBinding%26SemanticsBinding%26RendererBinding%40151399801.", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "owner": { + "type": "@Class", + "id": "classes/1034", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AsyncCompleter" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Future" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/zone.dart", + "function": { + "type": "@Function", + "id": "classes/2374/field_inits/_current%405048458", + "fixedId": true, + "name": "_current", + "owner": { + "type": "@Class", + "id": "classes/2374", + "fixedId": true, + "name": "Zone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fzone.dart/0", + "fixedId": true, + "uri": "dart:async/zone.dart" + }, + "tokenPos": -1, + "line": 670 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WidgetsFlutterBinding" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/removeObserver", + "fixedId": true, + "name": "removeObserver", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 811 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/attachToBuildOwner", + "fixedId": true, + "name": "attachToBuildOwner", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1373 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1502/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/1502", + "fixedId": true, + "name": "RootWidget", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1630 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1502/closures/263", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1502/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/1502", + "fixedId": true, + "name": "RootWidget", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1630 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1637 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1502/closures/262", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1502/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/1502", + "fixedId": true, + "name": "RootWidget", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1630 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1632 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/attachRootWidget", + "fixedId": true, + "name": "attachRootWidget", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1360 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RootWidget" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/scheduleAttachRootWidget", + "fixedId": true, + "name": "scheduleAttachRootWidget", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1344 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/closures/231", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1035/functions/scheduleAttachRootWidget", + "fixedId": true, + "name": "scheduleAttachRootWidget", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1344 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/wrapWithDefaultView", + "fixedId": true, + "name": "wrapWithDefaultView", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1316 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate View" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/1459/functions/toStringDeep", + "fixedId": true, + "name": "toStringDeep", + "owner": { + "type": "@Class", + "id": "classes/1459", + "fixedId": true, + "name": "DiagnosticableTree", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3411 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/writeln", + "fixedId": true, + "name": "writeln", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/StringBuffer.", + "fixedId": true, + "name": "StringBuffer", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 56 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate StringBuffer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "libraries/@151399801/functions/_runWidget%40151399801", + "fixedId": true, + "name": "_runWidget", + "owner": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1573 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "libraries/@151399801/functions/runApp", + "fixedId": true, + "name": "runApp", + "owner": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1508 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/default_text_editing_shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1739/field_inits/_macDisablingTextShortcuts%40155297651", + "fixedId": true, + "name": "_macDisablingTextShortcuts", + "owner": { + "type": "@Class", + "id": "classes/1739", + "fixedId": true, + "name": "DefaultTextEditingShortcuts", + "library": { + "type": "@Library", + "id": "libraries/@155297651", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/default_text_editing_shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@155297651/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_text_editing_shortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_text_editing_shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@155297651/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_text_editing_shortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_text_editing_shortcuts.dart" + }, + "tokenPos": -1, + "line": 881 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/default_text_editing_shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1739/field_inits/_macShortcuts%40155297651", + "fixedId": true, + "name": "_macShortcuts", + "owner": { + "type": "@Class", + "id": "classes/1739", + "fixedId": true, + "name": "DefaultTextEditingShortcuts", + "library": { + "type": "@Library", + "id": "libraries/@155297651", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/default_text_editing_shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@155297651/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_text_editing_shortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_text_editing_shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@155297651/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_text_editing_shortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_text_editing_shortcuts.dart" + }, + "tokenPos": -1, + "line": 570 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SingleActivator" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Widget" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1670/functions/_handleTurnsMatrix%40230170175", + "fixedId": true, + "name": "_handleTurnsMatrix", + "owner": { + "type": "@Class", + "id": "classes/1670", + "fixedId": true, + "name": "RotationTransition", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1670/implicit_closures/0", + "fixedId": true, + "name": "_handleTurnsMatrix", + "owner": { + "type": "@Function", + "id": "classes/1670/functions/_handleTurnsMatrix%40230170175", + "fixedId": true, + "name": "_handleTurnsMatrix", + "owner": { + "type": "@Class", + "id": "classes/1670", + "fixedId": true, + "name": "RotationTransition", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 409 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1671/functions/_handleScaleMatrix%40230170175", + "fixedId": true, + "name": "_handleScaleMatrix", + "owner": { + "type": "@Class", + "id": "classes/1671", + "fixedId": true, + "name": "ScaleTransition", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1671/implicit_closures/0", + "fixedId": true, + "name": "_handleScaleMatrix", + "owner": { + "type": "@Function", + "id": "classes/1671/functions/_handleScaleMatrix%40230170175", + "fixedId": true, + "name": "_handleScaleMatrix", + "owner": { + "type": "@Class", + "id": "classes/1671", + "fixedId": true, + "name": "ScaleTransition", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 370 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1358/functions/_handleChange%40230170175", + "fixedId": true, + "name": "_handleChange", + "owner": { + "type": "@Class", + "id": "classes/1358", + "fixedId": true, + "name": "_AnimatedState", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1358/closures/692", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1358/functions/_handleChange%40230170175", + "fixedId": true, + "name": "_handleChange", + "owner": { + "type": "@Class", + "id": "classes/1358", + "fixedId": true, + "name": "_AnimatedState", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 129 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1358/implicit_closures/3", + "fixedId": true, + "name": "_handleChange", + "owner": { + "type": "@Function", + "id": "classes/1358/functions/_handleChange%40230170175", + "fixedId": true, + "name": "_handleChange", + "owner": { + "type": "@Class", + "id": "classes/1358", + "fixedId": true, + "name": "_AnimatedState", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 129 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1540/functions/getLayoutParent", + "fixedId": true, + "name": "getLayoutParent", + "owner": { + "type": "@Class", + "id": "classes/1540", + "fixedId": true, + "name": "_DeferredLayout", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2361 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1553/functions/_getTextDirection%40150167661", + "fixedId": true, + "name": "_getTextDirection", + "owner": { + "type": "@Class", + "id": "classes/1553", + "fixedId": true, + "name": "_SemanticsBase", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 4210 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1560/functions/get%3A_additionalConstraints%40150167661", + "fixedId": true, + "name": "_additionalConstraints", + "owner": { + "type": "@Class", + "id": "classes/1560", + "fixedId": true, + "name": "SizedBox", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2664 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/1233/field_inits/_textTheme%4085192485", + "fixedId": true, + "name": "_textTheme", + "owner": { + "type": "@Class", + "id": "classes/1233", + "fixedId": true, + "name": "_FABDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 803 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/1233/field_inits/_colors%4085192485", + "fixedId": true, + "name": "_colors", + "owner": { + "type": "@Class", + "id": "classes/1233", + "fixedId": true, + "name": "_FABDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 802 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/1233/functions/_FABDefaultsM3%4085192485.", + "fixedId": true, + "name": "_FABDefaultsM3", + "owner": { + "type": "@Class", + "id": "classes/1233", + "fixedId": true, + "name": "_FABDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 774 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/1234/functions/_FABDefaultsM2%4085192485.", + "fixedId": true, + "name": "_FABDefaultsM2", + "owner": { + "type": "@Class", + "id": "classes/1234", + "fixedId": true, + "name": "_FABDefaultsM2", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 719 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/611/functions/_RenderChildOverflowBox%4085192485.", + "fixedId": true, + "name": "_RenderChildOverflowBox", + "owner": { + "type": "@Class", + "id": "classes/611", + "fixedId": true, + "name": "_RenderChildOverflowBox", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 680 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/207/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/207", + "fixedId": true, + "name": "WidgetStateBorderSide", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 576 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _LerpSides" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/736/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/736", + "fixedId": true, + "name": "WidgetStateProperty", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2743/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 876 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _LerpProperties" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1096/functions/_removeAt%4028329750", + "fixedId": true, + "name": "_removeAt", + "owner": { + "type": "@Class", + "id": "classes/1096", + "fixedId": true, + "name": "_ShortcutManager&Object&Diagnosticable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1170/functions/get%3Aflags", + "fixedId": true, + "name": "flags", + "owner": { + "type": "@Class", + "id": "classes/1170", + "fixedId": true, + "name": "SemanticsData", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 985 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_style.dart", + "function": { + "type": "@Function", + "id": "libraries/@362401080/functions/lerpFontVariations", + "fixedId": true, + "name": "lerpFontVariations", + "owner": { + "type": "@Library", + "id": "libraries/@362401080", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_style.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 1725 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HashSetEntry@4220832?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_style.dart", + "function": { + "type": "@Function", + "id": "classes/1175/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1175", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@362401080", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 1144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_style.dart", + "function": { + "type": "@Function", + "id": "classes/1175/implicit_closures/5", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Function", + "id": "classes/1175/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1175", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@362401080", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 1144 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 1144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/1177/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/1177", + "fixedId": true, + "name": "BorderSide", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/typography.dart", + "function": { + "type": "@Function", + "id": "classes/1178/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1178", + "fixedId": true, + "name": "Typography", + "library": { + "type": "@Library", + "id": "libraries/@144382893", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/typography.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1, + "line": 327 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1185/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1185", + "fixedId": true, + "name": "TextTheme", + "library": { + "type": "@Library", + "id": "libraries/@136176439", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1, + "line": 673 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1179/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1179", + "fixedId": true, + "name": "TooltipThemeData", + "library": { + "type": "@Library", + "id": "libraries/@142080376", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@142080376/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@142080376/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "tokenPos": -1, + "line": 189 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TooltipThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/toggle_buttons_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1181/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1181", + "fixedId": true, + "name": "ToggleButtonsThemeData", + "library": { + "type": "@Library", + "id": "libraries/@140308615", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/toggle_buttons_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@140308615/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftoggle_buttons_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/toggle_buttons_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@140308615/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftoggle_buttons_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/toggle_buttons_theme.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ToggleButtonsThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/time_picker_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1182/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1182", + "fixedId": true, + "name": "TimePickerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@139058348", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/time_picker_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@139058348/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftime_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/time_picker_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@139058348/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftime_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/time_picker_theme.dart" + }, + "tokenPos": -1, + "line": 379 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TimePickerThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 725 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/_lerpSides%4061404313", + "fixedId": true, + "name": "_lerpSides", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1183/functions/effectiveConstraints", + "fixedId": true, + "name": "effectiveConstraints", + "owner": { + "type": "@Class", + "id": "classes/1183", + "fixedId": true, + "name": "VisualDensity", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 3330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1183/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1183", + "fixedId": true, + "name": "VisualDensity", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 3315 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate VisualDensity" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1941 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1265/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1265", + "fixedId": true, + "name": "ButtonBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@60200583", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@60200583/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@60200583/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_bar_theme.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ButtonBarThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_selection_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1186/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1186", + "fixedId": true, + "name": "TextSelectionThemeData", + "library": { + "type": "@Library", + "id": "libraries/@135195223", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_selection_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@135195223/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_selection_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_selection_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@135195223/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_selection_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_selection_theme.dart" + }, + "tokenPos": -1, + "line": 79 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextSelectionThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1187/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1187", + "fixedId": true, + "name": "TextButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@134442644", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@134442644/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@134442644/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_button_theme.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextButtonThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tab_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1188/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1188", + "fixedId": true, + "name": "TabBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@132164651", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tab_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@132164651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftab_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tab_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@132164651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftab_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tab_bar_theme.dart" + }, + "tokenPos": -1, + "line": 468 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TabBarThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/switch_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1189/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1189", + "fixedId": true, + "name": "SwitchThemeData", + "library": { + "type": "@Library", + "id": "libraries/@131125441", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/switch_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@131125441/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fswitch_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/switch_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@131125441/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fswitch_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/switch_theme.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SwitchThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/snack_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1190/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1190", + "fixedId": true, + "name": "SnackBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@130063486", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/snack_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@130063486/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsnack_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/snack_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@130063486/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsnack_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/snack_bar_theme.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SnackBarThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/slider_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1191/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1191", + "fixedId": true, + "name": "SliderThemeData", + "library": { + "type": "@Library", + "id": "libraries/@127362734", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/slider_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@127362734/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fslider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/slider_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@127362734/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fslider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/slider_theme.dart" + }, + "tokenPos": -1, + "line": 744 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliderThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/segmented_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1192/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1192", + "fixedId": true, + "name": "SegmentedButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@124198015", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/segmented_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@124198015/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsegmented_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/segmented_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@124198015/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsegmented_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/segmented_button_theme.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SegmentedButtonThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/search_view_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1193/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1193", + "fixedId": true, + "name": "SearchViewThemeData", + "library": { + "type": "@Library", + "id": "libraries/@123500249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/search_view_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@123500249/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_view_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_view_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@123500249/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_view_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_view_theme.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SearchViewThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/search_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1194/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1194", + "fixedId": true, + "name": "SearchBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@122399218", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/search_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@122399218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@122399218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_bar_theme.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SearchBarThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/radio_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1215/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1215", + "fixedId": true, + "name": "RadioThemeData", + "library": { + "type": "@Library", + "id": "libraries/@117234651", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/radio_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@117234651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fradio_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/radio_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@117234651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fradio_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/radio_theme.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RadioThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/progress_indicator_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1216/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1216", + "fixedId": true, + "name": "ProgressIndicatorThemeData", + "library": { + "type": "@Library", + "id": "libraries/@116003944", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/progress_indicator_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@116003944/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fprogress_indicator_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/progress_indicator_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@116003944/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fprogress_indicator_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/progress_indicator_theme.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ProgressIndicatorThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/popup_menu_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1217/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1217", + "fixedId": true, + "name": "PopupMenuThemeData", + "library": { + "type": "@Library", + "id": "libraries/@115391735", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/popup_menu_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@115391735/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpopup_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/popup_menu_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@115391735/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpopup_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/popup_menu_theme.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PopupMenuThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/outlined_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1219/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1219", + "fixedId": true, + "name": "OutlinedButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@112507174", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/outlined_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@112507174/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Foutlined_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/outlined_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@112507174/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Foutlined_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/outlined_button_theme.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OutlinedButtonThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/navigation_rail_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1220/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1220", + "fixedId": true, + "name": "NavigationRailThemeData", + "library": { + "type": "@Library", + "id": "libraries/@111277801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/navigation_rail_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@111277801/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_rail_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_rail_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@111277801/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_rail_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_rail_theme.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate NavigationRailThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/navigation_drawer_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1221/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1221", + "fixedId": true, + "name": "NavigationDrawerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@109373529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/navigation_drawer_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@109373529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_drawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_drawer_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@109373529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_drawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_drawer_theme.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate NavigationDrawerThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/navigation_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1222/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1222", + "fixedId": true, + "name": "NavigationBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@108044422", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/navigation_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@108044422/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@108044422/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_bar_theme.dart" + }, + "tokenPos": -1, + "line": 138 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate NavigationBarThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/menu_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1225/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1225", + "fixedId": true, + "name": "MenuThemeData", + "library": { + "type": "@Library", + "id": "libraries/@106168917", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/menu_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@106168917/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@106168917/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_theme.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MenuThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/menu_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1224/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1224", + "fixedId": true, + "name": "MenuButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@104200668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/menu_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@104200668/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@104200668/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_button_theme.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MenuButtonThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1227/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1227", + "fixedId": true, + "name": "ListTileThemeData", + "library": { + "type": "@Library", + "id": "libraries/@99202436", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@99202436/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@99202436/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "tokenPos": -1, + "line": 199 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ListTileThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1231/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1231", + "fixedId": true, + "name": "IconButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@89253920", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@89253920/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@89253920/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IconButtonThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1232/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1232", + "fixedId": true, + "name": "FloatingActionButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@87399144", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@87399144/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@87399144/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_theme.dart" + }, + "tokenPos": -1, + "line": 202 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FloatingActionButtonThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/filled_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1235/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1235", + "fixedId": true, + "name": "FilledButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@83320477", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/filled_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@83320477/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffilled_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/filled_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@83320477/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffilled_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/filled_button_theme.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FilledButtonThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/expansion_tile_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1236/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1236", + "fixedId": true, + "name": "ExpansionTileThemeData", + "library": { + "type": "@Library", + "id": "libraries/@82229784", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/expansion_tile_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@82229784/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fexpansion_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/expansion_tile_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@82229784/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fexpansion_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/expansion_tile_theme.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ExpansionTileThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1237/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1237", + "fixedId": true, + "name": "ElevatedButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@80091704", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@80091704/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@80091704/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ElevatedButtonThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/dropdown_menu_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1238/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1238", + "fixedId": true, + "name": "DropdownMenuThemeData", + "library": { + "type": "@Library", + "id": "libraries/@78378620", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/dropdown_menu_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@78378620/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdropdown_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dropdown_menu_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@78378620/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdropdown_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dropdown_menu_theme.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DropdownMenuThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/drawer_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1239/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1239", + "fixedId": true, + "name": "DrawerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@77242845", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/drawer_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@77242845/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@77242845/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer_theme.dart" + }, + "tokenPos": -1, + "line": 110 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DrawerThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/divider_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1240/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1240", + "fixedId": true, + "name": "DividerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@75512473", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/divider_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@75512473/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdivider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/divider_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@75512473/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdivider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/divider_theme.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DividerThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/dialog_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1243/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1243", + "fixedId": true, + "name": "DialogThemeData", + "library": { + "type": "@Library", + "id": "libraries/@73294779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/dialog_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@73294779/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdialog_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dialog_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@73294779/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdialog_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dialog_theme.dart" + }, + "tokenPos": -1, + "line": 427 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DialogThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/date_picker_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1244/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1244", + "fixedId": true, + "name": "DatePickerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@72353974", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/date_picker_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@72353974/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdate_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/date_picker_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@72353974/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdate_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/date_picker_theme.dart" + }, + "tokenPos": -1, + "line": 549 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DatePickerThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/data_table_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1245/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1245", + "fixedId": true, + "name": "DataTableThemeData", + "library": { + "type": "@Library", + "id": "libraries/@71332636", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/data_table_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@71332636/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdata_table_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/data_table_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@71332636/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdata_table_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/data_table_theme.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DataTableThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/chip_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1247/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1247", + "fixedId": true, + "name": "ChipThemeData", + "library": { + "type": "@Library", + "id": "libraries/@67321686", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/chip_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@67321686/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fchip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/chip_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@67321686/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fchip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/chip_theme.dart" + }, + "tokenPos": -1, + "line": 523 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ChipThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/checkbox_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1248/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1248", + "fixedId": true, + "name": "CheckboxThemeData", + "library": { + "type": "@Library", + "id": "libraries/@66292038", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/checkbox_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@66292038/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcheckbox_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/checkbox_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@66292038/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcheckbox_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/checkbox_theme.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CheckboxThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/carousel_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1249/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1249", + "fixedId": true, + "name": "CarouselViewThemeData", + "library": { + "type": "@Library", + "id": "libraries/@65233069", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/carousel_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@65233069/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcarousel_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/carousel_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@65233069/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcarousel_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/carousel_theme.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CarouselViewThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/card_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1250/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1250", + "fixedId": true, + "name": "CardThemeData", + "library": { + "type": "@Library", + "id": "libraries/@64240984", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/card_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@64240984/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcard_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/card_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@64240984/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcard_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/card_theme.dart" + }, + "tokenPos": -1, + "line": 281 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CardThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/bottom_sheet_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1266/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1266", + "fixedId": true, + "name": "BottomSheetThemeData", + "library": { + "type": "@Library", + "id": "libraries/@58487157", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/bottom_sheet_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@58487157/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_sheet_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_sheet_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@58487157/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_sheet_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_sheet_theme.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BottomSheetThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/bottom_navigation_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1268/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1268", + "fixedId": true, + "name": "BottomNavigationBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@56120218", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/bottom_navigation_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@56120218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_navigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_navigation_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@56120218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_navigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_navigation_bar_theme.dart" + }, + "tokenPos": -1, + "line": 174 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BottomNavigationBarThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/bottom_app_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1269/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1269", + "fixedId": true, + "name": "BottomAppBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@54337866", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/bottom_app_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@54337866/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_app_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_app_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@54337866/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_app_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_app_bar_theme.dart" + }, + "tokenPos": -1, + "line": 278 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BottomAppBarThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/banner_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1270/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1270", + "fixedId": true, + "name": "MaterialBannerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@53219936", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@53219936/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbanner_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@53219936/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbanner_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MaterialBannerThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/badge_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1271/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1271", + "fixedId": true, + "name": "BadgeThemeData", + "library": { + "type": "@Library", + "id": "libraries/@51364538", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/badge_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@51364538/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbadge_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/badge_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@51364538/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbadge_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/badge_theme.dart" + }, + "tokenPos": -1, + "line": 98 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BadgeThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1272/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1272", + "fixedId": true, + "name": "AppBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@49092148", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@49092148/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@49092148/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "tokenPos": -1, + "line": 507 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AppBarThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1350/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1350", + "fixedId": true, + "name": "IconThemeData", + "library": { + "type": "@Library", + "id": "libraries/@169485077", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1486 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1195/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1195", + "fixedId": true, + "name": "ScrollbarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@121072678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@121072678/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@121072678/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "tokenPos": -1, + "line": 160 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollbarThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/functions/_lerpThemeExtensions%40138408314", + "fixedId": true, + "name": "_lerpThemeExtensions", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1797 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/closures/778", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1184/functions/_lerpThemeExtensions%40138408314", + "fixedId": true, + "name": "_lerpThemeExtensions", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1797 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1813 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/closures/777", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1184/functions/_lerpThemeExtensions%40138408314", + "fixedId": true, + "name": "_lerpThemeExtensions", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1797 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 1803 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Action?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1218/functions/_all%40114490068", + "fixedId": true, + "name": "_all", + "owner": { + "type": "@Class", + "id": "classes/1218", + "fixedId": true, + "name": "PageTransitionsTheme", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1138 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1218/closures/615", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1218/functions/_all%40114490068", + "fixedId": true, + "name": "_all", + "owner": { + "type": "@Class", + "id": "classes/1218", + "fixedId": true, + "name": "PageTransitionsTheme", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1138 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/merge", + "fixedId": true, + "name": "merge", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 490 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/bottom_sheet.dart", + "function": { + "type": "@Function", + "id": "classes/1267/field_inits/_colors%4057001611", + "fixedId": true, + "name": "_colors", + "owner": { + "type": "@Class", + "id": "classes/1267", + "fixedId": true, + "name": "_BottomSheetDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@57001611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/bottom_sheet.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@57001611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_sheet.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_sheet.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@57001611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_sheet.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_sheet.dart" + }, + "tokenPos": -1, + "line": 1442 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _PointerPanZoomData@315213599" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1346/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1346", + "fixedId": true, + "name": "Decoration", + "library": { + "type": "@Library", + "id": "libraries/@343230966", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@343230966/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@343230966/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration.dart" + }, + "tokenPos": -1, + "line": 138 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/functions/_findPrimesWithIsolate%4025478080", + "fixedId": true, + "name": "_findPrimesWithIsolate", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/668", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_findPrimesWithIsolate%4025478080", + "fixedId": true, + "name": "_findPrimesWithIsolate", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 115 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "libraries/@25478080/implicit_closures/1", + "fixedId": true, + "name": "_findPrimesIsolate", + "owner": { + "type": "@Function", + "id": "libraries/@25478080/functions/_findPrimesIsolate%4025478080", + "fixedId": true, + "name": "_findPrimesIsolate", + "owner": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 41 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "libraries/@25478080/functions/_findPrimesIsolate%4025478080", + "fixedId": true, + "name": "_findPrimesIsolate", + "owner": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "libraries/@25478080/implicit_closures/0", + "fixedId": true, + "name": "main", + "owner": { + "type": "@Function", + "id": "libraries/@25478080/functions/main", + "fixedId": true, + "name": "main", + "owner": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 7 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 7 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/667", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_findPrimesWithIsolate%4025478080", + "fixedId": true, + "name": "_findPrimesWithIsolate", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 115 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/implicit_closures/4", + "fixedId": true, + "name": "_findPrimesWithIsolate", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_findPrimesWithIsolate%4025478080", + "fixedId": true, + "name": "_findPrimesWithIsolate", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 115 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/functions/_sortLargeList%4025478080", + "fixedId": true, + "name": "_sortLargeList", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 98 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 16772, + "exclusiveTicks": 79, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/670", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_sortLargeList%4025478080", + "fixedId": true, + "name": "_sortLargeList", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 98 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 158, + "exclusiveTicks": 24, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/math_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2138/functions/nextDouble", + "fixedId": true, + "name": "nextDouble", + "owner": { + "type": "@Class", + "id": "classes/2138", + "fixedId": true, + "name": "_Random", + "library": { + "type": "@Library", + "id": "libraries/@12383281", + "fixedId": true, + "name": "dart.math", + "uri": "dart:math" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1, + "line": 234 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/math_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2137/functions/_getBytes%4012383281", + "fixedId": true, + "name": "_getBytes", + "owner": { + "type": "@Class", + "id": "classes/2137", + "fixedId": true, + "name": "_SecureRandom", + "library": { + "type": "@Library", + "id": "libraries/@12383281", + "fixedId": true, + "name": "dart.math", + "uri": "dart:math" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1, + "line": 285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/math_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2139/field_inits/_secureRandom%4012383281", + "fixedId": true, + "name": "_secureRandom", + "owner": { + "type": "@Class", + "id": "classes/2139", + "fixedId": true, + "name": "Random", + "library": { + "type": "@Library", + "id": "libraries/@12383281", + "fixedId": true, + "name": "dart.math", + "uri": "dart:math" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath%2Frandom.dart/0", + "fixedId": true, + "uri": "dart:math/random.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1, + "line": 175 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SecureRandom" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/math_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2138/field_inits/_prng%4012383281", + "fixedId": true, + "name": "_prng", + "owner": { + "type": "@Class", + "id": "classes/2138", + "fixedId": true, + "name": "_Random", + "library": { + "type": "@Library", + "id": "libraries/@12383281", + "fixedId": true, + "name": "dart.math", + "uri": "dart:math" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1, + "line": 248 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Random" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/math_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2138/functions/_initialSeed%4012383281", + "fixedId": true, + "name": "_initialSeed", + "owner": { + "type": "@Class", + "id": "classes/2138", + "fixedId": true, + "name": "_Random", + "library": { + "type": "@Library", + "id": "libraries/@12383281", + "fixedId": true, + "name": "dart.math", + "uri": "dart:math" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/math_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2138/functions/_nextSeed%4012383281", + "fixedId": true, + "name": "_nextSeed", + "owner": { + "type": "@Class", + "id": "classes/2138", + "fixedId": true, + "name": "_Random", + "library": { + "type": "@Library", + "id": "libraries/@12383281", + "fixedId": true, + "name": "dart.math", + "uri": "dart:math" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1, + "line": 271 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 59, + "exclusiveTicks": 59, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/math_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2138/functions/_nextState%4012383281", + "fixedId": true, + "name": "_nextState", + "owner": { + "type": "@Class", + "id": "classes/2138", + "fixedId": true, + "name": "_Random", + "library": { + "type": "@Library", + "id": "libraries/@12383281", + "fixedId": true, + "name": "dart.math", + "uri": "dart:math" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 139, + "exclusiveTicks": 80, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/math_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2138/functions/nextInt", + "fixedId": true, + "name": "nextInt", + "owner": { + "type": "@Class", + "id": "classes/2138", + "fixedId": true, + "name": "_Random", + "library": { + "type": "@Library", + "id": "libraries/@12383281", + "fixedId": true, + "name": "dart.math", + "uri": "dart:math" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/math_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2139/functions/Random.", + "fixedId": true, + "name": "Random", + "owner": { + "type": "@Class", + "id": "classes/2139", + "fixedId": true, + "name": "Random", + "library": { + "type": "@Library", + "id": "libraries/@12383281", + "fixedId": true, + "name": "dart.math", + "uri": "dart:math" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath%2Frandom.dart/0", + "fixedId": true, + "uri": "dart:math/random.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@12383281/scripts/dart%3Amath-patch%2Fmath_patch.dart/0", + "fixedId": true, + "uri": "dart:math-patch/math_patch.dart" + }, + "tokenPos": -1, + "line": 177 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/672", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/closures/670", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_sortLargeList%4025478080", + "fixedId": true, + "name": "_sortLargeList", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 98 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 102 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/669", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_sortLargeList%4025478080", + "fixedId": true, + "name": "_sortLargeList", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 98 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/implicit_closures/3", + "fixedId": true, + "name": "_sortLargeList", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_sortLargeList%4025478080", + "fixedId": true, + "name": "_sortLargeList", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 98 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 98 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/functions/_calculateFibonacci%4025478080", + "fixedId": true, + "name": "_calculateFibonacci", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1429, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/674", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_calculateFibonacci%4025478080", + "fixedId": true, + "name": "_calculateFibonacci", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 81 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 87 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1429, + "exclusiveTicks": 1429, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/functions/_fib%4025478080", + "fixedId": true, + "name": "_fib", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 74 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/675", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/closures/674", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_calculateFibonacci%4025478080", + "fixedId": true, + "name": "_calculateFibonacci", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 81 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 87 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/673", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_calculateFibonacci%4025478080", + "fixedId": true, + "name": "_calculateFibonacci", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 81 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/implicit_closures/2", + "fixedId": true, + "name": "_calculateFibonacci", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_calculateFibonacci%4025478080", + "fixedId": true, + "name": "_calculateFibonacci", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 81 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/functions/_incrementCounter%4025478080", + "fixedId": true, + "name": "_incrementCounter", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/635", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_incrementCounter%4025478080", + "fixedId": true, + "name": "_incrementCounter", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 64 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 65 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/implicit_closures/0", + "fixedId": true, + "name": "_incrementCounter", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_incrementCounter%4025478080", + "fixedId": true, + "name": "_incrementCounter", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 64 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/991/functions/_debugRender%4031198569", + "fixedId": true, + "name": "_debugRender", + "owner": { + "type": "@Class", + "id": "classes/991", + "fixedId": true, + "name": "TextTreeRenderer", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1058 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/_finalizeLine%4031198569", + "fixedId": true, + "name": "_finalizeLine", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 837 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/_wordWrapLine%4031198569", + "fixedId": true, + "name": "_wordWrapLine", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 873 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/_writeLine%4031198569", + "fixedId": true, + "name": "_writeLine", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1009 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/_getCurrentPrefix%4031198569", + "fixedId": true, + "name": "_getCurrentPrefix", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1018 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/writeRawLines", + "fixedId": true, + "name": "writeRawLines", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1024 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/_updatePrefix%4031198569", + "fixedId": true, + "name": "_updatePrefix", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1002 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/take", + "fixedId": true, + "name": "take", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2744/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 590 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2515/functions/TakeIterable.", + "fixedId": true, + "name": "TakeIterable", + "owner": { + "type": "@Class", + "id": "classes/2515", + "fixedId": true, + "name": "TakeIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2745/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 524 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TakeIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/writeStretched", + "fixedId": true, + "name": "writeStretched", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1043 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/incrementPrefixOtherLines", + "fixedId": true, + "name": "incrementPrefixOtherLines", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 806 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/get%3AisCurrentLineEmpty", + "fixedId": true, + "name": "isCurrentLineEmpty", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 833 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/get%3ArequiresMultipleLines", + "fixedId": true, + "name": "requiresMultipleLines", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 828 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 972 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/993/functions/_PrefixedStringBuilder%4031198569.", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "owner": { + "type": "@Class", + "id": "classes/993", + "fixedId": true, + "name": "_PrefixedStringBuilder", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 785 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _PrefixedStringBuilder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/991/closures/381", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/991/functions/_debugRender%4031198569", + "fixedId": true, + "name": "_debugRender", + "owner": { + "type": "@Class", + "id": "classes/991", + "fixedId": true, + "name": "TextTreeRenderer", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1146 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1271 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/991/closures/380", + "fixedId": true, + "name": "visitor", + "owner": { + "type": "@Function", + "id": "classes/991/functions/_debugRender%4031198569", + "fixedId": true, + "name": "_debugRender", + "owner": { + "type": "@Class", + "id": "classes/991", + "fixedId": true, + "name": "TextTreeRenderer", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1146 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1173 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/991/functions/render", + "fixedId": true, + "name": "render", + "owner": { + "type": "@Class", + "id": "classes/991", + "fixedId": true, + "name": "TextTreeRenderer", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/duration.dart", + "function": { + "type": "@Function", + "id": "classes/2761/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/2761", + "fixedId": true, + "name": "Duration", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/duration.dart", + "function": { + "type": "@Function", + "id": "classes/2761/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/2761", + "fixedId": true, + "name": "Duration", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/duration.dart", + "function": { + "type": "@Function", + "id": "classes/2761/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2761", + "fixedId": true, + "name": "Duration", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1, + "line": 197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/duration.dart", + "function": { + "type": "@Function", + "id": "classes/2761/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2761", + "fixedId": true, + "name": "Duration", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1, + "line": 197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/get%3Ahour", + "fixedId": true, + "name": "hour", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/date_time.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_threeDigits%400150898", + "fixedId": true, + "name": "_threeDigits", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1, + "line": 621 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/date_time.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_fourDigits%400150898", + "fixedId": true, + "name": "_fourDigits", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1, + "line": 604 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/get%3Ayear", + "fixedId": true, + "name": "year", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 304 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/get%3Asecond", + "fixedId": true, + "name": "second", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/get%3Aminute", + "fixedId": true, + "name": "minute", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/get%3Amillisecond", + "fixedId": true, + "name": "millisecond", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/get%3Aday", + "fixedId": true, + "name": "day", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/get%3Amonth", + "fixedId": true, + "name": "month", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/date_time.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/_twoDigits%400150898", + "fixedId": true, + "name": "_twoDigits", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1, + "line": 627 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: String?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2579/functions/RangeError.", + "fixedId": true, + "name": "RangeError", + "owner": { + "type": "@Class", + "id": "classes/2579", + "fixedId": true, + "name": "RangeError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2577/functions/ArgumentError.value", + "fixedId": true, + "name": "ArgumentError.value", + "owner": { + "type": "@Class", + "id": "classes/2577", + "fixedId": true, + "name": "ArgumentError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2577/functions/ArgumentError.", + "fixedId": true, + "name": "ArgumentError", + "owner": { + "type": "@Class", + "id": "classes/2577", + "fixedId": true, + "name": "ArgumentError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 187 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/95/functions/_allocateFromTwoByteList%400150898", + "fixedId": true, + "name": "_allocateFromTwoByteList", + "owner": { + "type": "@Class", + "id": "classes/95", + "fixedId": true, + "name": "_TwoByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_createOneByteString%400150898", + "fixedId": true, + "name": "_createOneByteString", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@10040228/functions/makeListFixedLength", + "fixedId": true, + "name": "makeListFixedLength", + "owner": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Finternal_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/internal_patch.dart" + }, + "tokenPos": -1, + "line": 27 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 12, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_growToNextCapacity%400150898", + "fixedId": true, + "name": "_growToNextCapacity", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2746/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 403 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 92, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_GrowableList%400150898.", + "fixedId": true, + "name": "_GrowableList", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2747/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/get%3Arunes", + "fixedId": true, + "name": "runes", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 999 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Runes" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Iterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/_concatAll%400150898", + "fixedId": true, + "name": "_concatAll", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1099 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_concatRangeNative%400150898", + "fixedId": true, + "name": "_concatRangeNative", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1017 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RangeError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1297 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/implicit_closures/4", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2102/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1299 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 954 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/implicit_closures/4", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2103/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 956 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 956 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1640 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/implicit_closures/5", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2077/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1642 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1642 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/implicit_closures/5", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2078/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1299 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 954 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/implicit_closures/5", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2079/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 956 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 956 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 608 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/implicit_closures/5", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2080/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 610 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 610 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/_setCodeUnits%408027147", + "fixedId": true, + "name": "_setCodeUnits", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/_nativeSetFloat64x2%408027147", + "fixedId": true, + "name": "_nativeSetFloat64x2", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2311 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/_nativeGetFloat64x2%408027147", + "fixedId": true, + "name": "_nativeGetFloat64x2", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2307 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/_nativeSetInt32x4%408027147", + "fixedId": true, + "name": "_nativeSetInt32x4", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/_nativeGetInt32x4%408027147", + "fixedId": true, + "name": "_nativeGetInt32x4", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/_nativeSetFloat32x4%408027147", + "fixedId": true, + "name": "_nativeSetFloat32x4", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/_nativeGetFloat32x4%408027147", + "fixedId": true, + "name": "_nativeGetFloat32x4", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/_nativeSetFloat64%408027147", + "fixedId": true, + "name": "_nativeSetFloat64", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2287 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/_nativeGetFloat64%408027147", + "fixedId": true, + "name": "_nativeGetFloat64", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/_nativeSetFloat32%408027147", + "fixedId": true, + "name": "_nativeSetFloat32", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/_nativeGetFloat32%408027147", + "fixedId": true, + "name": "_nativeGetFloat32", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2275 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2075/functions/_setClampedRange%408027147", + "fixedId": true, + "name": "_setClampedRange", + "owner": { + "type": "@Class", + "id": "classes/2075", + "fixedId": true, + "name": "_TypedListBase", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2075/implicit_closures/8", + "fixedId": true, + "name": "_setClampedRange", + "owner": { + "type": "@Function", + "id": "classes/2075/functions/_setClampedRange%408027147", + "fixedId": true, + "name": "_setClampedRange", + "owner": { + "type": "@Class", + "id": "classes/2075", + "fixedId": true, + "name": "_TypedListBase", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 153 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2156/functions/tooFew", + "fixedId": true, + "name": "tooFew", + "owner": { + "type": "@Class", + "id": "classes/2156", + "fixedId": true, + "name": "IterableElementError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 1083 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 272 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/implicit_closures/5", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2107/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 274 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 272 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _TypedList@8027147" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/implicit_closures/5", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2083/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 274 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/_set%403099033", + "fixedId": true, + "name": "_set", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2748/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2749/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 639 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/_insert%403099033", + "fixedId": true, + "name": "_insert", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2750/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2751/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 586 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/_rehash%403099033", + "fixedId": true, + "name": "_rehash", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2752/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2753/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 499 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/_findValueOrInsertPoint%403099033", + "fixedId": true, + "name": "_findValueOrInsertPoint", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2754/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2755/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 602 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2353/functions/_hashCode%403099033", + "fixedId": true, + "name": "_hashCode", + "owner": { + "type": "@Class", + "id": "classes/2353", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2756/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2757/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 342 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2354/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2354", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2758/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2759/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 740 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2354/functions/_getValueOrData%403099033", + "fixedId": true, + "name": "_getValueOrData", + "owner": { + "type": "@Class", + "id": "classes/2354", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2760/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2761/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 714 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2354/functions/containsKey", + "fixedId": true, + "name": "containsKey", + "owner": { + "type": "@Class", + "id": "classes/2354", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2762/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2763/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 738 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2354/functions/_findValueOrInsertPoint%403099033", + "fixedId": true, + "name": "_findValueOrInsertPoint", + "owner": { + "type": "@Class", + "id": "classes/2354", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2764/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2765/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 602 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2356/functions/_createIndex%403099033", + "fixedId": true, + "name": "_createIndex", + "owner": { + "type": "@Class", + "id": "classes/2356", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin&_UnmodifiableMapMixin&_ImmutableLinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2766/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2767/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 440 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2350/implicit_closures/0", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2350/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2350", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin&_UnmodifiableSetMixin&_ImmutableLinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2768/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1230 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2350/functions/_createIndex%403099033", + "fixedId": true, + "name": "_createIndex", + "owner": { + "type": "@Class", + "id": "classes/2350", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin&_UnmodifiableSetMixin&_ImmutableLinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2769/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1237 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2347/functions/_hashCode%403099033", + "fixedId": true, + "name": "_hashCode", + "owner": { + "type": "@Class", + "id": "classes/2347", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2770/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 342 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2348/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2348", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2771/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2348/implicit_closures/5", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2348/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2348", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2772/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1122 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2348/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2348", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2773/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2348/functions/_getKeyOrData%403099033", + "fixedId": true, + "name": "_getKeyOrData", + "owner": { + "type": "@Class", + "id": "classes/2348", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2774/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1096 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2348/functions/_init%403099033", + "fixedId": true, + "name": "_init", + "owner": { + "type": "@Class", + "id": "classes/2348", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2775/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1035 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2348/functions/_rehash%403099033", + "fixedId": true, + "name": "_rehash", + "owner": { + "type": "@Class", + "id": "classes/2348", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2776/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1017 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/addAll", + "fixedId": true, + "name": "addAll", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2777/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 57 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2341/functions/_quickCopy%403099033", + "fixedId": true, + "name": "_quickCopy", + "owner": { + "type": "@Class", + "id": "classes/2341", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2778/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 305 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Iterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/88/implicit_closures/2", + "fixedId": true, + "name": "_newEmpty", + "owner": { + "type": "@Function", + "id": "classes/88/functions/_newEmpty%403099033", + "fixedId": true, + "name": "_newEmpty", + "owner": { + "type": "@Class", + "id": "classes/88", + "fixedId": true, + "name": "_Set", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2779/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1194 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/88/functions/_newEmpty%403099033", + "fixedId": true, + "name": "_newEmpty", + "owner": { + "type": "@Class", + "id": "classes/88", + "fixedId": true, + "name": "_Set", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2780/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2523/functions/_conditionalAdd%4010040228", + "fixedId": true, + "name": "_conditionalAdd", + "owner": { + "type": "@Class", + "id": "classes/2523", + "fixedId": true, + "name": "CastSet", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2781/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2782/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2783/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2784/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: List" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/implicit_closures/6", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2524/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2785/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2786/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 89 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2527/functions/CastIterable.", + "fixedId": true, + "name": "CastIterable", + "owner": { + "type": "@Class", + "id": "classes/2527", + "fixedId": true, + "name": "CastIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2787/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2788/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 73 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CastIterable" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _EfficientLengthCastIterable" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Iterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2521/implicit_closures/4", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Function", + "id": "classes/2521/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2521", + "fixedId": true, + "name": "_CastIterableBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2789/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2790/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 47 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_GrowableList%400150898.of", + "fixedId": true, + "name": "_GrowableList.of", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2791/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_GrowableList%400150898._ofArray%400150898", + "fixedId": true, + "name": "_GrowableList._ofArray", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2792/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2579/functions/checkValidRange", + "fixedId": true, + "name": "checkValidRange", + "owner": { + "type": "@Class", + "id": "classes/2579", + "fixedId": true, + "name": "RangeError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2525/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2525", + "fixedId": true, + "name": "_CastListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2793/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2794/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2465/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2465", + "fixedId": true, + "name": "UnmodifiableListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2795/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2525/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2525", + "fixedId": true, + "name": "_CastListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2796/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2797/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2465/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2465", + "fixedId": true, + "name": "UnmodifiableListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2798/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 131 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2525/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2525", + "fixedId": true, + "name": "_CastListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2799/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2800/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3AdistanceMax", + "fixedId": true, + "name": "distanceMax", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 406 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2465/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2465", + "fixedId": true, + "name": "UnmodifiableListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2801/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Atilt", + "fixedId": true, + "name": "tilt", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 476 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Aorientation", + "fixedId": true, + "name": "orientation", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3AradiusMinor", + "fixedId": true, + "name": "radiusMinor", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 425 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3AdistanceMax", + "fixedId": true, + "name": "distanceMax", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Atilt", + "fixedId": true, + "name": "tilt", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 820 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Aorientation", + "fixedId": true, + "name": "orientation", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 817 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3AradiusMin", + "fixedId": true, + "name": "radiusMin", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Asize", + "fixedId": true, + "name": "size", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 419 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3AradiusMajor", + "fixedId": true, + "name": "radiusMajor", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 422 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3AradiusMinor", + "fixedId": true, + "name": "radiusMinor", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 808 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3AradiusMin", + "fixedId": true, + "name": "radiusMin", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 811 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Asize", + "fixedId": true, + "name": "size", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 802 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3AradiusMajor", + "fixedId": true, + "name": "radiusMajor", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 805 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1450/functions/createTicker", + "fixedId": true, + "name": "createTicker", + "owner": { + "type": "@Class", + "id": "classes/1450", + "fixedId": true, + "name": "_RawScrollbarState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2802/0", + "kind": "TypeParameter", + "identityHashCode": 240375597, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WidgetTicker" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1442/functions/createTicker", + "fixedId": true, + "name": "createTicker", + "owner": { + "type": "@Class", + "id": "classes/1442", + "fixedId": true, + "name": "__ButtonStyleState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/547/functions/move", + "fixedId": true, + "name": "move", + "owner": { + "type": "@Class", + "id": "classes/547", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/functions/move", + "fixedId": true, + "name": "move", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1432/functions/createTicker", + "fixedId": true, + "name": "createTicker", + "owner": { + "type": "@Class", + "id": "classes/1432", + "fixedId": true, + "name": "__MaterialState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/538/functions/move", + "fixedId": true, + "name": "move", + "owner": { + "type": "@Class", + "id": "classes/538", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1425/functions/createTicker", + "fixedId": true, + "name": "createTicker", + "owner": { + "type": "@Class", + "id": "classes/1425", + "fixedId": true, + "name": "_ImplicitlyAnimatedWidgetState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2803/0", + "kind": "TypeParameter", + "identityHashCode": 165686846, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 195 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Ticker" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/532/functions/move", + "fixedId": true, + "name": "move", + "owner": { + "type": "@Class", + "id": "classes/532", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/functions/move", + "fixedId": true, + "name": "move", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2804/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1415/functions/createTicker", + "fixedId": true, + "name": "createTicker", + "owner": { + "type": "@Class", + "id": "classes/1415", + "fixedId": true, + "name": "__FloatingActionButtonTransitionState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1412/functions/createTicker", + "fixedId": true, + "name": "createTicker", + "owner": { + "type": "@Class", + "id": "classes/1412", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1408/functions/createTicker", + "fixedId": true, + "name": "createTicker", + "owner": { + "type": "@Class", + "id": "classes/1408", + "fixedId": true, + "name": "_TooltipState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/move", + "fixedId": true, + "name": "move", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1390/functions/createTicker", + "fixedId": true, + "name": "createTicker", + "owner": { + "type": "@Class", + "id": "classes/1390", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1384/functions/createTicker", + "fixedId": true, + "name": "createTicker", + "owner": { + "type": "@Class", + "id": "classes/1384", + "fixedId": true, + "name": "__GlowingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1382/functions/createTicker", + "fixedId": true, + "name": "createTicker", + "owner": { + "type": "@Class", + "id": "classes/1382", + "fixedId": true, + "name": "__StretchingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1370/functions/createTicker", + "fixedId": true, + "name": "createTicker", + "owner": { + "type": "@Class", + "id": "classes/1370", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/612/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/612", + "fixedId": true, + "name": "_RenderAppBarTitleBox", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 2214 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/608/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/608", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 524 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/607/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/607", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 711 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/606/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/606", + "fixedId": true, + "name": "RenderPadding", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/605/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/605", + "fixedId": true, + "name": "RenderCustomSingleChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 1436 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/geometry.dart", + "function": { + "type": "@Function", + "id": "libraries/@346518740/functions/positionDependentBox", + "fixedId": true, + "name": "positionDependentBox", + "owner": { + "type": "@Library", + "id": "libraries/@346518740", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/geometry.dart" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@346518740/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fgeometry.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/geometry.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/593/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/593", + "fixedId": true, + "name": "RenderConstrainedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3823 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/557/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/557", + "fixedId": true, + "name": "_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1629 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layout_helper.dart", + "function": { + "type": "@Function", + "id": "classes/470/implicit_closures/0", + "fixedId": true, + "name": "dryLayoutChild", + "owner": { + "type": "@Function", + "id": "classes/470/functions/dryLayoutChild", + "fixedId": true, + "name": "dryLayoutChild", + "owner": { + "type": "@Class", + "id": "classes/470", + "fixedId": true, + "name": "ChildLayoutHelper", + "library": { + "type": "@Library", + "id": "libraries/@246109365", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1, + "line": 44 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layout_helper.dart", + "function": { + "type": "@Function", + "id": "classes/470/implicit_closures/3", + "fixedId": true, + "name": "getBaseline", + "owner": { + "type": "@Function", + "id": "classes/470/functions/getBaseline", + "fixedId": true, + "name": "getBaseline", + "owner": { + "type": "@Class", + "id": "classes/470", + "fixedId": true, + "name": "ChildLayoutHelper", + "library": { + "type": "@Library", + "id": "libraries/@246109365", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1, + "line": 78 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1, + "line": 78 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layout_helper.dart", + "function": { + "type": "@Function", + "id": "classes/470/implicit_closures/2", + "fixedId": true, + "name": "getDryBaseline", + "owner": { + "type": "@Function", + "id": "classes/470/functions/getDryBaseline", + "fixedId": true, + "name": "getDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/470", + "fixedId": true, + "name": "ChildLayoutHelper", + "library": { + "type": "@Library", + "id": "libraries/@246109365", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1, + "line": 67 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1, + "line": 67 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layout_helper.dart", + "function": { + "type": "@Function", + "id": "classes/470/functions/layoutChild", + "fixedId": true, + "name": "layoutChild", + "owner": { + "type": "@Class", + "id": "classes/470", + "fixedId": true, + "name": "ChildLayoutHelper", + "library": { + "type": "@Library", + "id": "libraries/@246109365", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layout_helper.dart", + "function": { + "type": "@Function", + "id": "classes/470/implicit_closures/1", + "fixedId": true, + "name": "layoutChild", + "owner": { + "type": "@Function", + "id": "classes/470/functions/layoutChild", + "fixedId": true, + "name": "layoutChild", + "owner": { + "type": "@Class", + "id": "classes/470", + "fixedId": true, + "name": "ChildLayoutHelper", + "library": { + "type": "@Library", + "id": "libraries/@246109365", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1, + "line": 61 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@246109365/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayout_helper.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layout_helper.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 935 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 889 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 595 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/computeDryBaseline", + "fixedId": true, + "name": "computeDryBaseline", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/612/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/612", + "fixedId": true, + "name": "_RenderAppBarTitleBox", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 2207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/611/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/611", + "fixedId": true, + "name": "_RenderChildOverflowBox", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 688 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/610/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/610", + "fixedId": true, + "name": "RenderPositionedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 439 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/608/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/608", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 519 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/607/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/607", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 706 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/606/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/606", + "fixedId": true, + "name": "RenderPadding", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/605/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/605", + "fixedId": true, + "name": "RenderCustomSingleChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 1430 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/593/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/593", + "fixedId": true, + "name": "RenderConstrainedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 300 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3828 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/557/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/557", + "fixedId": true, + "name": "_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1641 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/549/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/549", + "fixedId": true, + "name": "RenderCustomMultiChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 411 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/error.dart", + "function": { + "type": "@Function", + "id": "classes/546/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/546", + "fixedId": true, + "name": "RenderErrorBox", + "library": { + "type": "@Library", + "id": "libraries/@243451017", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/error.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 1003 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 855 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/performance_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/537/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/537", + "fixedId": true, + "name": "RenderPerformanceOverlay", + "library": { + "type": "@Library", + "id": "libraries/@250266397", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 617 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1529 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/computeDryLayout", + "fixedId": true, + "name": "computeDryLayout", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2069 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/604/functions/computeDistanceToActualBaseline", + "fixedId": true, + "name": "computeDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/604", + "fixedId": true, + "name": "RenderShiftedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/computeDistanceToActualBaseline", + "fixedId": true, + "name": "computeDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3812 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/563/functions/computeDistanceToActualBaseline", + "fixedId": true, + "name": "computeDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/563", + "fixedId": true, + "name": "__RenderDeferredLayoutBox&RenderProxyBox&_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1042 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/557/functions/computeDistanceToActualBaseline", + "fixedId": true, + "name": "computeDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/557", + "fixedId": true, + "name": "_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/computeDistanceToActualBaseline", + "fixedId": true, + "name": "computeDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1463 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/computeDistanceToActualBaseline", + "fixedId": true, + "name": "computeDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 806 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/computeDistanceToActualBaseline", + "fixedId": true, + "name": "computeDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 875 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/computeDistanceToActualBaseline", + "fixedId": true, + "name": "computeDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 532 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/533/functions/computeDistanceToActualBaseline", + "fixedId": true, + "name": "computeDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/533", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin&_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1042 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/computeDistanceToActualBaseline", + "fixedId": true, + "name": "computeDistanceToActualBaseline", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/603/functions/hitTestSelf", + "fixedId": true, + "name": "hitTestSelf", + "owner": { + "type": "@Class", + "id": "classes/603", + "fixedId": true, + "name": "_RenderInkFeatures", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 617 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/595/functions/hitTestSelf", + "fixedId": true, + "name": "hitTestSelf", + "owner": { + "type": "@Class", + "id": "classes/595", + "fixedId": true, + "name": "RenderProxyBoxWithHitTestBehavior", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/hitTestSelf", + "fixedId": true, + "name": "hitTestSelf", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/580/functions/hitTestSelf", + "fixedId": true, + "name": "hitTestSelf", + "owner": { + "type": "@Class", + "id": "classes/580", + "fixedId": true, + "name": "RenderDecoratedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2399 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/hitTestSelf", + "fixedId": true, + "name": "hitTestSelf", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1681 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/error.dart", + "function": { + "type": "@Function", + "id": "classes/546/functions/hitTestSelf", + "fixedId": true, + "name": "hitTestSelf", + "owner": { + "type": "@Class", + "id": "classes/546", + "fixedId": true, + "name": "RenderErrorBox", + "library": { + "type": "@Library", + "id": "libraries/@243451017", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/error.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1, + "line": 80 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/hitTestSelf", + "fixedId": true, + "name": "hitTestSelf", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 795 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/hitTestSelf", + "fixedId": true, + "name": "hitTestSelf", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2973 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 27, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/604/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/604", + "fixedId": true, + "name": "RenderShiftedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 85 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 26, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/604/closures/686", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/604/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/604", + "fixedId": true, + "name": "RenderShiftedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 85 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 559 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2654 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/closures/945", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/579/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2654 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2660 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 47, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/578/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/578", + "fixedId": true, + "name": "RenderFractionalTranslation", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3045 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 47, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/578/closures/875", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/578/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/578", + "fixedId": true, + "name": "RenderFractionalTranslation", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3045 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3053 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/563/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/563", + "fixedId": true, + "name": "__RenderDeferredLayoutBox&RenderProxyBox&_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1097 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 75, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/557/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/557", + "fixedId": true, + "name": "_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1684 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 35, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/549/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/549", + "fixedId": true, + "name": "RenderCustomMultiChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 428 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 18, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 1309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 798 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextPosition" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 46, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 692 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 60, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/533/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/533", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin&_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1097 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2805/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 878 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliverHitTestResult" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2999 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/performResize", + "fixedId": true, + "name": "performResize", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3837 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/performResize", + "fixedId": true, + "name": "performResize", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2509 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/performResize", + "fixedId": true, + "name": "performResize", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2867 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1908 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1908 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1565 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1565 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2105/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2105", + "fixedId": true, + "name": "__Float64ArrayView&_TypedListView&_DoubleListMixin&_TypedDoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 903 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2081/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2081", + "fixedId": true, + "name": "__Float64List&_TypedList&_DoubleListMixin&_TypedDoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 903 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2106/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2106", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin&_TypedDoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 903 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2082/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2082", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin&_TypedDoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 903 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2108/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2108", + "fixedId": true, + "name": "__Uint64ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2084/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2084", + "fixedId": true, + "name": "__Uint64List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2109/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2109", + "fixedId": true, + "name": "__Int64ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2085/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2085", + "fixedId": true, + "name": "__Int64List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2110/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2110", + "fixedId": true, + "name": "__Uint32ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2086/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2086", + "fixedId": true, + "name": "__Uint32List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2111/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2111", + "fixedId": true, + "name": "__Int32ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2087/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2087", + "fixedId": true, + "name": "__Int32List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2112/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2112", + "fixedId": true, + "name": "__Uint16ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2088/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2088", + "fixedId": true, + "name": "__Uint16List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2113/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2113", + "fixedId": true, + "name": "__Int16ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2089/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2089", + "fixedId": true, + "name": "__Int16List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2114/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2114", + "fixedId": true, + "name": "__Uint8ClampedArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2090/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2090", + "fixedId": true, + "name": "__Uint8ClampedList&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2115/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2115", + "fixedId": true, + "name": "__Uint8ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2091/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2091", + "fixedId": true, + "name": "__Uint8List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2116/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2116", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2092/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2092", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2806/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2807/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/90/functions/sublist", + "fixedId": true, + "name": "sublist", + "owner": { + "type": "@Class", + "id": "classes/90", + "fixedId": true, + "name": "_List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2808/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1932 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Iterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1932 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1589 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Iterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1589 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1246 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Iterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 844 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Iterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 844 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/129/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/129", + "fixedId": true, + "name": "_Uint16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4561 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/128/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/128", + "fixedId": true, + "name": "_Uint16List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2630 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/125/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/125", + "fixedId": true, + "name": "_Int16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/124/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/124", + "fixedId": true, + "name": "_Int16List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2809/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 377 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2470/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/2470", + "fixedId": true, + "name": "__ImmutableList&_Array&UnmodifiableListMixin", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2810/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/90/functions/setRange", + "fixedId": true, + "name": "setRange", + "owner": { + "type": "@Class", + "id": "classes/90", + "fixedId": true, + "name": "_List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2811/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2075/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2075", + "fixedId": true, + "name": "_TypedListBase", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2812/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2470/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2470", + "fixedId": true, + "name": "__ImmutableList&_Array&UnmodifiableListMixin", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2813/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 131 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2468/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2468", + "fixedId": true, + "name": "FixedLengthListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2814/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 39 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1876 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1876 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1533 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1533 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1190 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1190 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 795 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 795 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2815/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 342 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2470/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2470", + "fixedId": true, + "name": "__ImmutableList&_Array&UnmodifiableListMixin", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2816/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2468/functions/removeLast", + "fixedId": true, + "name": "removeLast", + "owner": { + "type": "@Class", + "id": "classes/2468", + "fixedId": true, + "name": "FixedLengthListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2817/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/get%3AsemanticBounds", + "fixedId": true, + "name": "semanticBounds", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2435 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/get%3AsemanticBounds", + "fixedId": true, + "name": "semanticBounds", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/get%3AsemanticBounds", + "fixedId": true, + "name": "semanticBounds", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 428 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/499/functions/get%3AsemanticBounds", + "fixedId": true, + "name": "semanticBounds", + "owner": { + "type": "@Class", + "id": "classes/499", + "fixedId": true, + "name": "RenderSliver", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1395 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/get%3AsemanticsParent", + "fixedId": true, + "name": "semanticsParent", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2445 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/get%3AsemanticsParent", + "fixedId": true, + "name": "semanticsParent", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2021 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/552/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/552", + "fixedId": true, + "name": "_RenderShiftedBox&RenderBox&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/550/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/550", + "fixedId": true, + "name": "__RenderListTile&RenderBox&SlottedContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/547/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/547", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2525/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2525", + "fixedId": true, + "name": "_CastListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2818/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2819/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/538/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/538", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/532/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/532", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1487 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2820/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2079 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/517/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/517", + "fixedId": true, + "name": "_RenderView&RenderObject&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/500/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/500", + "fixedId": true, + "name": "_RenderSliverOverlapAbsorber&RenderSliver&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@182016527", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@182016527/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnested_scroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/get%3AshowOnScreen", + "fixedId": true, + "name": "showOnScreen", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2821/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/get%3AshowOnScreen", + "fixedId": true, + "name": "showOnScreen", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/get%3ApaintBounds", + "fixedId": true, + "name": "paintBounds", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/get%3ApaintBounds", + "fixedId": true, + "name": "paintBounds", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 493 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/499/functions/get%3ApaintBounds", + "fixedId": true, + "name": "paintBounds", + "owner": { + "type": "@Class", + "id": "classes/499", + "fixedId": true, + "name": "RenderSliver", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1398 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2424 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/562/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/562", + "fixedId": true, + "name": "_RenderLayoutSurrogateProxyBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2556 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/552/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/552", + "fixedId": true, + "name": "_RenderShiftedBox&RenderBox&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/550/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/550", + "fixedId": true, + "name": "__RenderListTile&RenderBox&SlottedContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/547/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/547", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/538/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/538", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/532/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/532", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2822/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/517/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/517", + "fixedId": true, + "name": "_RenderView&RenderObject&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/500/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/500", + "fixedId": true, + "name": "_RenderSliverOverlapAbsorber&RenderSliver&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@182016527", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@182016527/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnested_scroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/581/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/581", + "fixedId": true, + "name": "_RenderCustomClip", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2823/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1534 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/580/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/580", + "fixedId": true, + "name": "RenderDecoratedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/567/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/567", + "fixedId": true, + "name": "RenderAnnotatedRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2824/0", + "kind": "TypeParameter", + "identityHashCode": 3664722243, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4739 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 277 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 1377 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 542 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 725 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1481 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2825/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 842 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/binding.dart", + "function": { + "type": "@Function", + "id": "classes/519/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/519", + "fixedId": true, + "name": "_ReusableRenderView", + "library": { + "type": "@Library", + "id": "libraries/@237452173", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/binding.dart" + }, + "tokenPos": -1, + "line": 913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1921 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/563/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/563", + "fixedId": true, + "name": "__RenderDeferredLayoutBox&RenderProxyBox&_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1035 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate StackParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/557/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/557", + "fixedId": true, + "name": "_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 65 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/549/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/549", + "fixedId": true, + "name": "RenderCustomMultiChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 328 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MultiChildLayoutParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 704 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FlexParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/539/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/539", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderInlineChildrenContainerDefaults", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 392 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1172 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TheaterParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1474 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliverPhysicalContainerParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1573 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BoxParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 1963 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 215 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliverMultiBoxAdaptorParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/setupParentData", + "fixedId": true, + "name": "setupParentData", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliverPhysicalParentData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/599/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/599", + "fixedId": true, + "name": "RenderSemanticsGestureHandler", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 666 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/576/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/576", + "fixedId": true, + "name": "RenderIgnorePointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3734 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/574/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/574", + "fixedId": true, + "name": "RenderAbsorbPointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3986 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4794 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/571/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/571", + "fixedId": true, + "name": "RenderBlockSemantics", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/570/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/570", + "fixedId": true, + "name": "RenderMergeSemantics", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4308 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/568/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/568", + "fixedId": true, + "name": "RenderIndexedSemantics", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4381 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/561/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/561", + "fixedId": true, + "name": "_RenderScrollSemantics", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1711 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 1153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2826/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 343 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/describeSemanticsConfiguration", + "fixedId": true, + "name": "describeSemanticsConfiguration", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3701 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/get%3Aconstraints", + "fixedId": true, + "name": "constraints", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2556 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/get%3Aconstraints", + "fixedId": true, + "name": "constraints", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/499/functions/get%3Aconstraints", + "fixedId": true, + "name": "constraints", + "owner": { + "type": "@Class", + "id": "classes/499", + "fixedId": true, + "name": "RenderSliver", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/588/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/588", + "fixedId": true, + "name": "_RenderAnimatedOpacity&RenderProxyBox&RenderAnimatedOpacityMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1079 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/576/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/576", + "fixedId": true, + "name": "RenderIgnorePointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3726 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3871 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/574/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/574", + "fixedId": true, + "name": "RenderAbsorbPointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3978 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/572/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/572", + "fixedId": true, + "name": "_RenderSemanticsAnnotations&RenderProxyBox&SemanticsAnnotationsMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4786 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/569/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/569", + "fixedId": true, + "name": "RenderExcludeSemantics", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/562/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/562", + "fixedId": true, + "name": "_RenderLayoutSurrogateProxyBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2600 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1498 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2827/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/closures/807", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/529/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2828/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 350 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 354 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 422 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/visitChildrenForSemantics", + "fixedId": true, + "name": "visitChildrenForSemantics", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3795 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/describeSemanticsClip", + "fixedId": true, + "name": "describeSemanticsClip", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2829/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 789 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/describeSemanticsClip", + "fixedId": true, + "name": "describeSemanticsClip", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3645 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/get%3AsizedByParent", + "fixedId": true, + "name": "sizedByParent", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3820 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/get%3AsizedByParent", + "fixedId": true, + "name": "sizedByParent", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2430 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/get%3AsizedByParent", + "fixedId": true, + "name": "sizedByParent", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1404 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/error.dart", + "function": { + "type": "@Function", + "id": "classes/546/functions/get%3AsizedByParent", + "fixedId": true, + "name": "sizedByParent", + "owner": { + "type": "@Class", + "id": "classes/546", + "fixedId": true, + "name": "RenderErrorBox", + "library": { + "type": "@Library", + "id": "libraries/@243451017", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/error.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/performance_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/537/functions/get%3AsizedByParent", + "fixedId": true, + "name": "sizedByParent", + "owner": { + "type": "@Class", + "id": "classes/537", + "fixedId": true, + "name": "RenderPerformanceOverlay", + "library": { + "type": "@Library", + "id": "libraries/@250266397", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/get%3AsizedByParent", + "fixedId": true, + "name": "sizedByParent", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/get%3AsizedByParent", + "fixedId": true, + "name": "sizedByParent", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1526 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/get%3AsizedByParent", + "fixedId": true, + "name": "sizedByParent", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2822 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/588/functions/paintsChild", + "fixedId": true, + "name": "paintsChild", + "owner": { + "type": "@Class", + "id": "classes/588", + "fixedId": true, + "name": "_RenderAnimatedOpacity&RenderProxyBox&RenderAnimatedOpacityMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1065 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/paintsChild", + "fixedId": true, + "name": "paintsChild", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3857 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/paintsChild", + "fixedId": true, + "name": "paintsChild", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 680 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/612/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/612", + "fixedId": true, + "name": "_RenderAppBarTitleBox", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 2230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/611/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/611", + "fixedId": true, + "name": "_RenderChildOverflowBox", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 701 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/610/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/610", + "fixedId": true, + "name": "RenderPositionedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/paintsChild", + "fixedId": true, + "name": "paintsChild", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3512 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/608/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/608", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 539 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/607/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/607", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 726 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/606/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/606", + "fixedId": true, + "name": "RenderPadding", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 234 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/605/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/605", + "fixedId": true, + "name": "RenderCustomSingleChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 1458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 572 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/593/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/593", + "fixedId": true, + "name": "RenderConstrainedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/581/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/581", + "fixedId": true, + "name": "_RenderCustomClip", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2830/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1478 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3843 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/562/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/562", + "fixedId": true, + "name": "_RenderLayoutSurrogateProxyBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/557/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/557", + "fixedId": true, + "name": "_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1652 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/549/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/549", + "fixedId": true, + "name": "RenderCustomMultiChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 417 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 1243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 904 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Gradient" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 667 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1413 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1543 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2874 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 290 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_list.dart", + "function": { + "type": "@Function", + "id": "classes/507/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/507", + "fixedId": true, + "name": "RenderSliverList", + "library": { + "type": "@Library", + "id": "libraries/@257392659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@257392659/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_list.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@257392659/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_list.dart" + }, + "tokenPos": -1, + "line": 45 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_list.dart", + "function": { + "type": "@Function", + "id": "classes/507/closures/811", + "fixedId": true, + "name": "advance", + "owner": { + "type": "@Function", + "id": "classes/507/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/507", + "fixedId": true, + "name": "RenderSliverList", + "library": { + "type": "@Library", + "id": "libraries/@257392659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@257392659/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_list.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@257392659/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_list.dart" + }, + "tokenPos": -1, + "line": 45 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@257392659/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_list.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/502/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/502", + "fixedId": true, + "name": "RenderSliverPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 368 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/get%3AalwaysNeedsCompositing", + "fixedId": true, + "name": "alwaysNeedsCompositing", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2533 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/567/functions/get%3AalwaysNeedsCompositing", + "fixedId": true, + "name": "alwaysNeedsCompositing", + "owner": { + "type": "@Class", + "id": "classes/567", + "fixedId": true, + "name": "RenderAnnotatedRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2831/0", + "kind": "TypeParameter", + "identityHashCode": 3664722243, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4725 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/get%3AalwaysNeedsCompositing", + "fixedId": true, + "name": "alwaysNeedsCompositing", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 531 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/performance_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/537/functions/get%3AalwaysNeedsCompositing", + "fixedId": true, + "name": "alwaysNeedsCompositing", + "owner": { + "type": "@Class", + "id": "classes/537", + "fixedId": true, + "name": "RenderPerformanceOverlay", + "library": { + "type": "@Library", + "id": "libraries/@250266397", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/get%3AalwaysNeedsCompositing", + "fixedId": true, + "name": "alwaysNeedsCompositing", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2954 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/showOnScreen", + "fixedId": true, + "name": "showOnScreen", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2832/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/showOnScreen", + "fixedId": true, + "name": "showOnScreen", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3996 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/clearSemantics", + "fixedId": true, + "name": "clearSemantics", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 727 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/561/functions/clearSemantics", + "fixedId": true, + "name": "clearSemantics", + "owner": { + "type": "@Class", + "id": "classes/561", + "fixedId": true, + "name": "_RenderScrollSemantics", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1763 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/clearSemantics", + "fixedId": true, + "name": "clearSemantics", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 1400 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/clearSemantics", + "fixedId": true, + "name": "clearSemantics", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3763 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/closures/271", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/497/functions/clearSemantics", + "fixedId": true, + "name": "clearSemantics", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3763 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3766 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/assembleSemanticsNode", + "fixedId": true, + "name": "assembleSemanticsNode", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 681 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/561/functions/assembleSemanticsNode", + "fixedId": true, + "name": "assembleSemanticsNode", + "owner": { + "type": "@Class", + "id": "classes/561", + "fixedId": true, + "name": "_RenderScrollSemantics", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1730 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/assembleSemanticsNode", + "fixedId": true, + "name": "assembleSemanticsNode", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 1274 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OrdinalSortKey" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextSelection" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/closures/763", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/541/functions/_createShowOnScreenFor%40249149678", + "fixedId": true, + "name": "_createShowOnScreenFor", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 1393 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 1394 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/assembleSemanticsNode", + "fixedId": true, + "name": "assembleSemanticsNode", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3813 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 48, + "exclusiveTicks": 3, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/604/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/604", + "fixedId": true, + "name": "RenderShiftedBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 79, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/603/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/603", + "fixedId": true, + "name": "_RenderInkFeatures", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 620 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/598/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/598", + "fixedId": true, + "name": "_RenderColoredBox", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8379 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 25, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 638 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/588/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/588", + "fixedId": true, + "name": "_RenderAnimatedOpacity&RenderProxyBox&RenderAnimatedOpacityMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1071 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/586/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/586", + "fixedId": true, + "name": "RenderClipRect", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/585/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/585", + "fixedId": true, + "name": "RenderClipPath", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1952 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 86, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/584/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/584", + "fixedId": true, + "name": "RenderPhysicalModel", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 79, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/584/closures/971", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/584/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/584", + "fixedId": true, + "name": "RenderPhysicalModel", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2136 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 34, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/583/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/583", + "fixedId": true, + "name": "RenderPhysicalShape", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 26, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/583/closures/970", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/583/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/583", + "fixedId": true, + "name": "RenderPhysicalShape", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2242 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/580/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/580", + "fixedId": true, + "name": "RenderDecoratedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2404 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CupertinoEdgeShadowPainter" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BoxDecorationPainter" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ShapeDecorationPainter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 18, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2666 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ImageFilterLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/578/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/578", + "fixedId": true, + "name": "RenderFractionalTranslation", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3059 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 12, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3863 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 24, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/567/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/567", + "fixedId": true, + "name": "RenderAnnotatedRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2833/0", + "kind": "TypeParameter", + "identityHashCode": 3664722243, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 4727 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AnnotatedRegionLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/563/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/563", + "fixedId": true, + "name": "__RenderDeferredLayoutBox&RenderProxyBox&_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 86, + "exclusiveTicks": 4, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/557/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/557", + "fixedId": true, + "name": "_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/551/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/551", + "fixedId": true, + "name": "_RenderListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1666 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 78, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/549/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/549", + "fixedId": true, + "name": "RenderCustomMultiChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 423 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/error.dart", + "function": { + "type": "@Function", + "id": "classes/546/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/546", + "fixedId": true, + "name": "RenderErrorBox", + "library": { + "type": "@Library", + "id": "libraries/@243451017", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/error.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@243451017/scripts/package%3Aflutter%2Fsrc%2Frendering%2Ferror.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/error.dart" + }, + "tokenPos": -1, + "line": 153 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ParagraphConstraints" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 33, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 1314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 12, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 978 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/performance_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/537/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/537", + "fixedId": true, + "name": "RenderPerformanceOverlay", + "library": { + "type": "@Library", + "id": "libraries/@250266397", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@250266397/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/performance_overlay.dart" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PerformanceOverlayLayer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 19, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 706 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2834/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 820 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 703 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 267 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/581/functions/describeApproximatePaintClip", + "fixedId": true, + "name": "describeApproximatePaintClip", + "owner": { + "type": "@Class", + "id": "classes/581", + "fixedId": true, + "name": "_RenderCustomClip", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2835/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1491 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/describeApproximatePaintClip", + "fixedId": true, + "name": "describeApproximatePaintClip", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 1383 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2836/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2837/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2521/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2521", + "fixedId": true, + "name": "_CastIterableBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2838/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2839/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/describeApproximatePaintClip", + "fixedId": true, + "name": "describeApproximatePaintClip", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 731 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/describeApproximatePaintClip", + "fixedId": true, + "name": "describeApproximatePaintClip", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1508 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/describeApproximatePaintClip", + "fixedId": true, + "name": "describeApproximatePaintClip", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2840/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 737 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2507/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2507", + "fixedId": true, + "name": "ObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2841/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2506/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2506", + "fixedId": true, + "name": "HashedObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2842/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/describeApproximatePaintClip", + "fixedId": true, + "name": "describeApproximatePaintClip", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3618 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1457/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1457", + "fixedId": true, + "name": "_CupertinoPageTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 505 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2843/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1586 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/1445/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1445", + "fixedId": true, + "name": "_RawMaterialButtonState", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1438/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1438", + "fixedId": true, + "name": "_SelectableIconButtonState", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 910 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 915 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1426/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1426", + "fixedId": true, + "name": "ImplicitlyAnimatedWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2844/0", + "kind": "TypeParameter", + "identityHashCode": 1135683955, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1426/closures/701", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1426/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1426", + "fixedId": true, + "name": "ImplicitlyAnimatedWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2845/0", + "kind": "TypeParameter", + "identityHashCode": 1135683955, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 385 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 395 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1423/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1423", + "fixedId": true, + "name": "_ZoomEnterTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 391 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ZoomEnterTransitionPainter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1421/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1421", + "fixedId": true, + "name": "_ZoomExitTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 494 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ZoomExitTransitionPainter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1395 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2797 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2846/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1407/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1407", + "fixedId": true, + "name": "_ActionsState", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1061 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1467 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1401/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1401", + "fixedId": true, + "name": "_DualTransitionBuilderState", + "library": { + "type": "@Library", + "id": "libraries/@158338117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 642 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1398/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1398", + "fixedId": true, + "name": "_FocusTraversalGroupState", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1445 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1395/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1395", + "fixedId": true, + "name": "_LocalizationsState", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 646 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1974 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3982 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1389/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1389", + "fixedId": true, + "name": "_OverlayEntryWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 396 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2847/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1941 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1385/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1385", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1380/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1380", + "fixedId": true, + "name": "__RestorationScopeState&State&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 866 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1379/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1379", + "fixedId": true, + "name": "_RootRestorationScopeState", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2848/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1082 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 700 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1362/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1362", + "fixedId": true, + "name": "_ShortcutsState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1359/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1359", + "fixedId": true, + "name": "_TickerModeState", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1358/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1358", + "fixedId": true, + "name": "_AnimatedState", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1355/functions/didUpdateWidget", + "fixedId": true, + "name": "didUpdateWidget", + "owner": { + "type": "@Class", + "id": "classes/1355", + "fixedId": true, + "name": "State", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2849/0", + "kind": "TypeParameter", + "identityHashCode": 4205870085, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1034 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2529/functions/get%3Alast", + "fixedId": true, + "name": "last", + "owner": { + "type": "@Class", + "id": "classes/2529", + "fixedId": true, + "name": "LinkedList", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2850/0", + "kind": "TypeParameter", + "identityHashCode": 1493998246, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/get%3Alast", + "fixedId": true, + "name": "last", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2851/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 676 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1724 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1724 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1381 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1381 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1038 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1038 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 647 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 647 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 310 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 310 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/getRange", + "fixedId": true, + "name": "getRange", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2852/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2546/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2546", + "fixedId": true, + "name": "ListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2853/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MappedListIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2854/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2855/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2518/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2518", + "fixedId": true, + "name": "WhereIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2856/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 456 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2857/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 257 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/2504/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/2504", + "fixedId": true, + "name": "__History&Iterable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2858/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2859/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2860/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 290 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/547/functions/insert", + "fixedId": true, + "name": "insert", + "owner": { + "type": "@Class", + "id": "classes/547", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/functions/insert", + "fixedId": true, + "name": "insert", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/538/functions/insert", + "fixedId": true, + "name": "insert", + "owner": { + "type": "@Class", + "id": "classes/538", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/532/functions/insert", + "fixedId": true, + "name": "insert", + "owner": { + "type": "@Class", + "id": "classes/532", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/functions/insert", + "fixedId": true, + "name": "insert", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2861/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/insert", + "fixedId": true, + "name": "insert", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/168/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/168", + "fixedId": true, + "name": "_ByteDataView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5088 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/166/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/166", + "fixedId": true, + "name": "_ExternalFloat64x2Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3747 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/165/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/165", + "fixedId": true, + "name": "_Float64x2ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5046 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/164/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/164", + "fixedId": true, + "name": "_Float64x2List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/162/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/162", + "fixedId": true, + "name": "_ExternalInt32x4Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3705 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/161/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/161", + "fixedId": true, + "name": "_Int32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4994 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/160/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/160", + "fixedId": true, + "name": "_Int32x4List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3095 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/158/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/158", + "fixedId": true, + "name": "_ExternalFloat32x4Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3663 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/157/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/157", + "fixedId": true, + "name": "_Float32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4942 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/156/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/156", + "fixedId": true, + "name": "_Float32x4List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3039 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/154/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/154", + "fixedId": true, + "name": "_ExternalFloat64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3621 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/153/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/153", + "fixedId": true, + "name": "_Float64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4890 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/152/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/152", + "fixedId": true, + "name": "_Float64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2982 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/150/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/150", + "fixedId": true, + "name": "_ExternalFloat32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3579 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/149/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/149", + "fixedId": true, + "name": "_Float32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4837 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/148/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/148", + "fixedId": true, + "name": "_Float32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2925 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/146/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/146", + "fixedId": true, + "name": "_ExternalUint64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3537 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/145/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/145", + "fixedId": true, + "name": "_Uint64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4784 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/144/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/144", + "fixedId": true, + "name": "_Uint64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/142/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/142", + "fixedId": true, + "name": "_ExternalInt64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/141/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/141", + "fixedId": true, + "name": "_Int64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4732 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/140/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/140", + "fixedId": true, + "name": "_Int64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2812 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/138/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/138", + "fixedId": true, + "name": "_ExternalUint32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3455 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/137/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/137", + "fixedId": true, + "name": "_Uint32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4680 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/136/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/136", + "fixedId": true, + "name": "_Uint32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2756 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/134/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/134", + "fixedId": true, + "name": "_ExternalInt32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3414 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/133/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/133", + "fixedId": true, + "name": "_Int32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4628 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/132/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/132", + "fixedId": true, + "name": "_Int32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2700 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/130/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/130", + "fixedId": true, + "name": "_ExternalUint16Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3373 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/129/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/129", + "fixedId": true, + "name": "_Uint16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4576 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/128/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/128", + "fixedId": true, + "name": "_Uint16List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2644 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/126/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/126", + "fixedId": true, + "name": "_ExternalInt16Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/125/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/125", + "fixedId": true, + "name": "_Int16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4509 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/124/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/124", + "fixedId": true, + "name": "_Int16List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2574 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/122/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/122", + "fixedId": true, + "name": "_ExternalUint8ClampedArray", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/121/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/121", + "fixedId": true, + "name": "_Uint8ClampedArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4436 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/120/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/120", + "fixedId": true, + "name": "_Uint8ClampedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2498 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/118/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/118", + "fixedId": true, + "name": "_ExternalUint8Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3237 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/117/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/117", + "fixedId": true, + "name": "_Uint8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/116/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/116", + "fixedId": true, + "name": "_Uint8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2437 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/114/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/114", + "fixedId": true, + "name": "_ExternalInt8Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/113/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/113", + "fixedId": true, + "name": "_Int8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4327 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/112/functions/get%3AelementSizeInBytes", + "fixedId": true, + "name": "elementSizeInBytes", + "owner": { + "type": "@Class", + "id": "classes/112", + "fixedId": true, + "name": "_Int8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2862/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 691 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2529/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2529", + "fixedId": true, + "name": "LinkedList", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2863/0", + "kind": "TypeParameter", + "identityHashCode": 1493998246, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2864/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2865/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2866/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 660 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2867/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/588/functions/updateCompositedLayer", + "fixedId": true, + "name": "updateCompositedLayer", + "owner": { + "type": "@Class", + "id": "classes/588", + "fixedId": true, + "name": "_RenderAnimatedOpacity&RenderProxyBox&RenderAnimatedOpacityMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 985 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 271 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/updateCompositedLayer", + "fixedId": true, + "name": "updateCompositedLayer", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2980 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1450/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1450", + "fixedId": true, + "name": "_RawScrollbarState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2868/0", + "kind": "TypeParameter", + "identityHashCode": 240375597, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1442/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1442", + "fixedId": true, + "name": "__ButtonStyleState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1432/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1432", + "fixedId": true, + "name": "__MaterialState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1425/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1425", + "fixedId": true, + "name": "_ImplicitlyAnimatedWidgetState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2869/0", + "kind": "TypeParameter", + "identityHashCode": 165686846, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1417/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1417", + "fixedId": true, + "name": "_ScaffoldMessengerState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1415/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1415", + "fixedId": true, + "name": "__FloatingActionButtonTransitionState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1412/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1412", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1408/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1408", + "fixedId": true, + "name": "_TooltipState&State&SingleTickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4047 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1387/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1387", + "fixedId": true, + "name": "_OverlayState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1952 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1384/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1384", + "fixedId": true, + "name": "__GlowingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1382/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1382", + "fixedId": true, + "name": "__StretchingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1370/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1370", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1355/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1355", + "fixedId": true, + "name": "State", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2870/0", + "kind": "TypeParameter", + "identityHashCode": 4205870085, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Scaffold" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FloatingActionButton" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Padding" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Column" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ElevatedButton" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AppBar" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Text" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/634", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 129 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/636", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/closures/634", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 129 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 182 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1457/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1457", + "fixedId": true, + "name": "_CupertinoPageTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 559 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DecoratedBoxTransition" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2871/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 790 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Stack" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PositionedDirectional" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Listener" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2872/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2219 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawGestureDetector" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MouseRegion" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CustomPaint" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/closures/913", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2873/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2219 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/closures/912", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1451/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2874/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2219 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/closures/923", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1452/functions/handleHoverExit", + "fixedId": true, + "name": "handleHoverExit", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 401 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 404 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1449/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1449", + "fixedId": true, + "name": "_MaterialAppState", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 1137 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollConfiguration" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate HeroControllerScope" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Focus" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1449/closures/625", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1449/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1449", + "fixedId": true, + "name": "_MaterialAppState", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 1137 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 1142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1448/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1448", + "fixedId": true, + "name": "_AppBarState", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 900 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AnnotatedRegion" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Material" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Align" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SafeArea" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ClipRect" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CustomSingleChildLayout" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ToolbarContainerLayout" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate NavigationToolbar" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DefaultTextStyle" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AppBarTitleBox" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ConstrainedBox" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IconButtonTheme" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Center" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AppBarDefaultsM2" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AppBarDefaultsM3" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/1445/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1445", + "fixedId": true, + "name": "_RawMaterialButtonState", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 351 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InputPadding" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate InkWell" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_state_mixin.dart", + "function": { + "type": "@Function", + "id": "classes/1444/closures/779", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1444/functions/updateMaterialState", + "fixedId": true, + "name": "updateMaterialState", + "owner": { + "type": "@Class", + "id": "classes/1444", + "fixedId": true, + "name": "__RawMaterialButtonState&State&MaterialStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 111 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_state_mixin.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_state_mixin.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InputPadding" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Tooltip" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MouseCursor" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/751", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 522 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/752", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/closures/751", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 522 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 524 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/750", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/749", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 461 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/748", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/747", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 454 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/746", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 452 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/745", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 449 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/744", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 446 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/743", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/742", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 438 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/753", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/closures/742", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 438 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 439 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/741", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 433 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/754", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/closures/741", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 433 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 434 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/740", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/739", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 427 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/738", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 426 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/737", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 424 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/736", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 423 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/735", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 422 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/734", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/733", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 417 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/732", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 415 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/731", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 413 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/730", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/729", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/728", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 405 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/727", + "fixedId": true, + "name": "effectiveIconColor", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 395 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/726", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/755", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1443/closures/726", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 389 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 390 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/closures/725", + "fixedId": true, + "name": "effectiveValue", + "owner": { + "type": "@Function", + "id": "classes/1443/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 374 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1438/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1438", + "fixedId": true, + "name": "_SelectableIconButtonState", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 935 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _IconButtonM3" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1437/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1437", + "fixedId": true, + "name": "_InkState", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1311 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ParentInkResponseProvider" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Actions" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate GestureDetector" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/closures/904", + "fixedId": true, + "name": "getHighlightColorForType", + "owner": { + "type": "@Function", + "id": "classes/1435/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1311 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1433/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1433", + "fixedId": true, + "name": "_MaterialState", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 454 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MaterialInterior" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ClipPath" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ShapeBorderPaint" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ShapeBorderClipper" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AnimatedPhysicalModel" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevation_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/829/functions/applyOverlay", + "fixedId": true, + "name": "applyOverlay", + "owner": { + "type": "@Class", + "id": "classes/829", + "fixedId": true, + "name": "ElevationOverlay", + "library": { + "type": "@Library", + "id": "libraries/@81097796", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@81097796/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevation_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@81097796/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevation_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevation_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/829/functions/_overlayColor%4081097796", + "fixedId": true, + "name": "_overlayColor", + "owner": { + "type": "@Class", + "id": "classes/829", + "fixedId": true, + "name": "ElevationOverlay", + "library": { + "type": "@Library", + "id": "libraries/@81097796", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@81097796/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevation_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@81097796/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevation_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevation_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/829/functions/colorWithOverlay", + "fixedId": true, + "name": "colorWithOverlay", + "owner": { + "type": "@Class", + "id": "classes/829", + "fixedId": true, + "name": "ElevationOverlay", + "library": { + "type": "@Library", + "id": "libraries/@81097796", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@81097796/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevation_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@81097796/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevation_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevation_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/829/functions/applySurfaceTint", + "fixedId": true, + "name": "applySurfaceTint", + "owner": { + "type": "@Class", + "id": "classes/829", + "fixedId": true, + "name": "ElevationOverlay", + "library": { + "type": "@Library", + "id": "libraries/@81097796", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@81097796/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevation_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@81097796/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevation_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevation_overlay.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InkFeatures" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AnimatedDefaultTextStyle" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1433/closures/857", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1433/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1433", + "fixedId": true, + "name": "_MaterialState", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 454 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 483 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 15, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1431/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1431", + "fixedId": true, + "name": "_MaterialInteriorState", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 914 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PhysicalShape" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1430/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1430", + "fixedId": true, + "name": "_AnimatedThemeState", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 302 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Theme" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1429/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1429", + "fixedId": true, + "name": "_AnimatedDefaultTextStyleState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1428/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1428", + "fixedId": true, + "name": "_AnimatedPhysicalModelState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2291 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PhysicalModel" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1423/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1423", + "fixedId": true, + "name": "_ZoomEnterTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 417 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SnapshotWidget" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1421/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1421", + "fixedId": true, + "name": "_ZoomExitTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 519 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1419/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1419", + "fixedId": true, + "name": "_PageTransitionsThemeTransitionsState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2875/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1418/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1418", + "fixedId": true, + "name": "ScaffoldMessengerState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 618 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ScaffoldMessengerScope" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1521 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScaleTransition" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RotationTransition" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2976 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ScaffoldScope" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollNotificationObserver" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FloatingActionButtonTransition" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BodyBuilder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/closures/721", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1414/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2976 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 3212 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CustomMultiChildLayout" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ScaffoldLayout" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DismissDrawerAction" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 918 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OverlayPortal" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ExclusiveMouseRegion" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1407/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1407", + "fixedId": true, + "name": "_ActionsState", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1076 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ActionsScope" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1665 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RootRestorationScope" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SharedAppData" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Shortcuts" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DefaultTextEditingShortcuts" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FocusTraversalGroup" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TapRegionSurface" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ShortcutRegistrar" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ListenableBuilder" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Title" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PerformanceOverlay" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FocusScope" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Navigator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/closures/716", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1406/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1665 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1807 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Localizations" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/closures/715", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1406/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1665 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1710 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 278 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate KeepAlive" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1401/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1401", + "fixedId": true, + "name": "_DualTransitionBuilderState", + "library": { + "type": "@Library", + "id": "libraries/@158338117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1, + "line": 173 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1400/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1400", + "fixedId": true, + "name": "_FocusScopeState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 888 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FocusInheritedScope" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 711 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1398/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1398", + "fixedId": true, + "name": "_FocusTraversalGroupState", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1583 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _GestureSemantics" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/1396/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1396", + "fixedId": true, + "name": "_HeroState", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 398 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Offstage" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TickerMode" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SizedBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1395/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1395", + "fixedId": true, + "name": "_LocalizationsState", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 700 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _LocalizationsScope" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Directionality" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 2044 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5841 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AbsorbPointer" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate UnmanagedRestorationScope" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Overlay" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/closures/842", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1392/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5841 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5852 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1389/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1389", + "fixedId": true, + "name": "_OverlayEntryWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 417 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderTheaterMarker" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 863 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Theater" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _OverlayEntryWidget" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1987 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DeferredLayout" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _OverlayPortal" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1385/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1385", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 302 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _GlowingOverscrollIndicatorPainter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1383/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1383", + "fixedId": true, + "name": "_StretchingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 797 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1383/closures/947", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1383/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1383", + "fixedId": true, + "name": "_StretchingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 797 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 803 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Transform" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1381/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1381", + "fixedId": true, + "name": "_RestorationScopeState", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1379/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1379", + "fixedId": true, + "name": "_RootRestorationScopeState", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 348 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RestorationScope" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2876/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1149 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ModalScopeStatus" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PageStorage" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/closures/694", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1376/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2877/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1149 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/closures/695", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1376/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2878/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1149 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1173 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PrimaryScrollController" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FocusScopeWithExternalFocusNode" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DismissModalAction" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/closures/696", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1376/closures/695", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1376/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2879/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1149 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1173 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/closures/698", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1376/closures/696", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1376/closures/695", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1376/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2880/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1149 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1173 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1183 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/closures/697", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1376/closures/695", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1376/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2881/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1149 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1173 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_delegate.dart", + "function": { + "type": "@Function", + "id": "classes/1375/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1375", + "fixedId": true, + "name": "_SelectionKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1, + "line": 903 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart", + "function": { + "type": "@Function", + "id": "classes/1373/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1373", + "fixedId": true, + "name": "ScrollNotificationObserverState", + "library": { + "type": "@Library", + "id": "libraries/@205016095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ScrollNotificationObserverScope" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart", + "function": { + "type": "@Function", + "id": "classes/1373/closures/836", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1373/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1373", + "fixedId": true, + "name": "ScrollNotificationObserverState", + "library": { + "type": "@Library", + "id": "libraries/@205016095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 221 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart", + "function": { + "type": "@Function", + "id": "classes/1373/closures/837", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1373/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1373", + "fixedId": true, + "name": "ScrollNotificationObserverState", + "library": { + "type": "@Library", + "id": "libraries/@205016095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 221 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1013 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ScrollSemantics" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ScrollableScope" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shared_app_data.dart", + "function": { + "type": "@Function", + "id": "classes/1363/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1363", + "fixedId": true, + "name": "_SharedAppDataState", + "library": { + "type": "@Library", + "id": "libraries/@218433526", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@218433526/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshared_app_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@218433526/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshared_app_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SharedAppModel" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1362/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1362", + "fixedId": true, + "name": "_ShortcutsState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1138 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1361/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1361", + "fixedId": true, + "name": "_ShortcutRegistrarState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1548 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ShortcutRegistrarScope" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1359/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1359", + "fixedId": true, + "name": "_TickerModeState", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _EffectiveTickerMode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1358/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1358", + "fixedId": true, + "name": "_AnimatedState", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 138 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1357/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1357", + "fixedId": true, + "name": "_ViewState", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1437/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1437", + "fixedId": true, + "name": "_InkState", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 270 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 1247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 629 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4037 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1374/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1374", + "fixedId": true, + "name": "__SelectionKeepAliveState&State&AutomaticKeepAliveClientMixin", + "library": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1355/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1355", + "fixedId": true, + "name": "State", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2882/0", + "kind": "TypeParameter", + "identityHashCode": 4205870085, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1248 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1457/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1457", + "fixedId": true, + "name": "_CupertinoPageTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 499 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2883/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 720 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/closures/969", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1453/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 147 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 315 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/closures/983", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1452/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 315 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2884/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1409 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollbarPainter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1449/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1449", + "fixedId": true, + "name": "_MaterialAppState", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 909 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 526 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/1445/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1445", + "fixedId": true, + "name": "_RawMaterialButtonState", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1438/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1438", + "fixedId": true, + "name": "_SelectableIconButtonState", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 899 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 908 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1427/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1427", + "fixedId": true, + "name": "AnimatedWidgetBaseState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2885/0", + "kind": "TypeParameter", + "identityHashCode": 2951128452, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 555 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1423/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1423", + "fixedId": true, + "name": "_ZoomEnterTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 378 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1421/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1421", + "fixedId": true, + "name": "_ZoomExitTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 482 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2773 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ScaffoldGeometryNotifier" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 785 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1407/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1407", + "fixedId": true, + "name": "_ActionsState", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1034 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1459 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1401/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1401", + "fixedId": true, + "name": "_DualTransitionBuilderState", + "library": { + "type": "@Library", + "id": "libraries/@158338117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1, + "line": 92 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 561 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1398/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1398", + "fixedId": true, + "name": "_FocusTraversalGroupState", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1437 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DefaultSemanticsGestureDelegate" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1395/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1395", + "fixedId": true, + "name": "_LocalizationsState", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 624 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1960 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3762 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1389/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1389", + "fixedId": true, + "name": "_OverlayEntryWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1388/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1388", + "fixedId": true, + "name": "OverlayState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 630 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1385/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1385", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 180 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MergingListenable" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _GlowController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2886/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1072 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1374/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1374", + "fixedId": true, + "name": "__SelectionKeepAliveState&State&AutomaticKeepAliveClientMixin", + "library": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1362/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1362", + "fixedId": true, + "name": "_ShortcutsState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1361/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1361", + "fixedId": true, + "name": "_ShortcutRegistrarState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1528 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1355/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1355", + "fixedId": true, + "name": "State", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2887/0", + "kind": "TypeParameter", + "identityHashCode": 4205870085, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1358/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1358", + "fixedId": true, + "name": "_AnimatedState", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1357/functions/initState", + "fixedId": true, + "name": "initState", + "owner": { + "type": "@Class", + "id": "classes/1357", + "fixedId": true, + "name": "_ViewState", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 327 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2888/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1434 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1448/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1448", + "fixedId": true, + "name": "_AppBarState", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 825 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1418/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1418", + "fixedId": true, + "name": "ScaffoldMessengerState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 795 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 615 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1966 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3888 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1935 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1380/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1380", + "fixedId": true, + "name": "__RestorationScopeState&State&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 901 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1379/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1379", + "fixedId": true, + "name": "_RootRestorationScopeState", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2889/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1089 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_delegate.dart", + "function": { + "type": "@Function", + "id": "classes/1375/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1375", + "fixedId": true, + "name": "_SelectionKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1, + "line": 851 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 667 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1359/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1359", + "fixedId": true, + "name": "_TickerModeState", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1355/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1355", + "fixedId": true, + "name": "State", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2890/0", + "kind": "TypeParameter", + "identityHashCode": 4205870085, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1477 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1581/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1581", + "fixedId": true, + "name": "_AppBarTitleBox", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 2198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/1580/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1580", + "fixedId": true, + "name": "_InputPadding", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1579/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1579", + "fixedId": true, + "name": "_InputPadding", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 645 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/1578/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1578", + "fixedId": true, + "name": "_ChildOverflowBox", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 673 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1577/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1577", + "fixedId": true, + "name": "_InkFeatures", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 661 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1575/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1575", + "fixedId": true, + "name": "MouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7434 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/annotated_region.dart", + "function": { + "type": "@Function", + "id": "classes/1574/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1574", + "fixedId": true, + "name": "AnnotatedRegion", + "library": { + "type": "@Library", + "id": "libraries/@147200818", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/annotated_region.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@147200818/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fannotated_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/annotated_region.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2891/0", + "kind": "TypeParameter", + "identityHashCode": 4156059878, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@147200818/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fannotated_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/annotated_region.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RenderAnnotatedRegion" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1571/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1571", + "fixedId": true, + "name": "CustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 835 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1570/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1570", + "fixedId": true, + "name": "ClipRect", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 914 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1569/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1569", + "fixedId": true, + "name": "ClipPath", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 1276 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1568/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1568", + "fixedId": true, + "name": "PhysicalModel", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 1371 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1567/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1567", + "fixedId": true, + "name": "PhysicalShape", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 1464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1566/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1566", + "fixedId": true, + "name": "Transform", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 1805 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1565/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1565", + "fixedId": true, + "name": "FractionalTranslation", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2091 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1564/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1564", + "fixedId": true, + "name": "Padding", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1562/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1562", + "fixedId": true, + "name": "Align", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1561/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1561", + "fixedId": true, + "name": "CustomSingleChildLayout", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2480 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1560/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1560", + "fixedId": true, + "name": "SizedBox", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2668 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1559/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1559", + "fixedId": true, + "name": "ConstrainedBox", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2746 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1557/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1557", + "fixedId": true, + "name": "Offstage", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 3501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1555/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1555", + "fixedId": true, + "name": "SliverPadding", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 3869 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1554/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1554", + "fixedId": true, + "name": "Semantics", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7926 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1552/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1552", + "fixedId": true, + "name": "Listener", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1550/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1550", + "fixedId": true, + "name": "IgnorePointer", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7631 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1549/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1549", + "fixedId": true, + "name": "AbsorbPointer", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7745 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1547/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1547", + "fixedId": true, + "name": "BlockSemantics", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8019 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1546/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1546", + "fixedId": true, + "name": "ExcludeSemantics", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8055 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1545/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1545", + "fixedId": true, + "name": "IndexedSemantics", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8110 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1544/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1544", + "fixedId": true, + "name": "ColoredBox", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8351 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/container.dart", + "function": { + "type": "@Function", + "id": "classes/1543/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1543", + "fixedId": true, + "name": "DecoratedBox", + "library": { + "type": "@Library", + "id": "libraries/@152235064", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/container.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@152235064/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fcontainer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/container.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@152235064/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fcontainer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/container.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1542/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1542", + "fixedId": true, + "name": "_GestureSemantics", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1657 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1540/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1540", + "fixedId": true, + "name": "_DeferredLayout", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2373 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1539/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1539", + "fixedId": true, + "name": "_ScrollSemantics", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1643 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1537/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1537", + "fixedId": true, + "name": "SnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/tap_region.dart", + "function": { + "type": "@Function", + "id": "classes/1536/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1536", + "fixedId": true, + "name": "TapRegionSurface", + "library": { + "type": "@Library", + "id": "libraries/@225410373", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1535/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1535", + "fixedId": true, + "name": "FadeTransition", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 597 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/1531/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1531", + "fixedId": true, + "name": "_ListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1528/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1528", + "fixedId": true, + "name": "CustomMultiChildLayout", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2570 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1527/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1527", + "fixedId": true, + "name": "Stack", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 4669 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1524/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1524", + "fixedId": true, + "name": "Flex", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 5463 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1523/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1523", + "fixedId": true, + "name": "RichText", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 6627 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1521/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1521", + "fixedId": true, + "name": "_Theater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 973 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/1520/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1520", + "fixedId": true, + "name": "Viewport", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/performance_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1516/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1516", + "fixedId": true, + "name": "PerformanceOverlay", + "library": { + "type": "@Library", + "id": "libraries/@189038718", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/performance_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@189038718/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/performance_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@189038718/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/performance_overlay.dart" + }, + "tokenPos": -1, + "line": 51 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1503/functions/updateRenderObject", + "fixedId": true, + "name": "updateRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1503", + "fixedId": true, + "name": "RenderObjectWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1923 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1457/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1457", + "fixedId": true, + "name": "_CupertinoPageTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2892/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 730 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1455/closures/942", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1455/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1455", + "fixedId": true, + "name": "_CupertinoBackGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2893/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 730 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 736 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2894/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1449/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1449", + "fixedId": true, + "name": "_MaterialAppState", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 915 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1448/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1448", + "fixedId": true, + "name": "_AppBarState", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1443/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1443", + "fixedId": true, + "name": "_ButtonStyleState", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1438/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1438", + "fixedId": true, + "name": "_SelectableIconButtonState", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 954 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 962 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1432/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1432", + "fixedId": true, + "name": "__MaterialState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1426/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1426", + "fixedId": true, + "name": "ImplicitlyAnimatedWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2895/0", + "kind": "TypeParameter", + "identityHashCode": 1135683955, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 413 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1423/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1423", + "fixedId": true, + "name": "_ZoomEnterTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1421/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1421", + "fixedId": true, + "name": "_ZoomExitTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 511 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1418/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1418", + "fixedId": true, + "name": "ScaffoldMessengerState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 644 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1416/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1416", + "fixedId": true, + "name": "_FloatingActionButtonTransitionState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1414/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1414", + "fixedId": true, + "name": "ScaffoldState", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2857 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1409/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1409", + "fixedId": true, + "name": "TooltipState", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 899 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1407/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1407", + "fixedId": true, + "name": "_ActionsState", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1067 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1474 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1404/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1404", + "fixedId": true, + "name": "_AutomaticKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 110 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1401/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1401", + "fixedId": true, + "name": "_DualTransitionBuilderState", + "library": { + "type": "@Library", + "id": "libraries/@158338117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1, + "line": 167 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 602 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1398/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1398", + "fixedId": true, + "name": "_FocusTraversalGroupState", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2219 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1397/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1397", + "fixedId": true, + "name": "RawGestureDetectorState", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1527 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 2038 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1392/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1392", + "fixedId": true, + "name": "NavigatorState", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 4058 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1389/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1389", + "fixedId": true, + "name": "_OverlayEntryWidgetState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 409 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1387/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1387", + "fixedId": true, + "name": "_OverlayState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1386/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1386", + "fixedId": true, + "name": "_OverlayPortalState", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1958 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1385/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1385", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1383/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1383", + "fixedId": true, + "name": "_StretchingOverscrollIndicatorState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 791 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1380/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1380", + "fixedId": true, + "name": "__RestorationScopeState&State&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1024 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1380/closures/839", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1380/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1380", + "fixedId": true, + "name": "__RestorationScopeState&State&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1024 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1026 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1379/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1379", + "fixedId": true, + "name": "_RootRestorationScopeState", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1376/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1376", + "fixedId": true, + "name": "_ModalScopeState", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2896/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_delegate.dart", + "function": { + "type": "@Function", + "id": "classes/1375/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1375", + "fixedId": true, + "name": "_SelectionKeepAliveState", + "library": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1, + "line": 890 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart", + "function": { + "type": "@Function", + "id": "classes/1373/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1373", + "fixedId": true, + "name": "ScrollNotificationObserverState", + "library": { + "type": "@Library", + "id": "libraries/@205016095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1372/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1372", + "fixedId": true, + "name": "ScrollableState", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 732 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1362/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1362", + "fixedId": true, + "name": "_ShortcutsState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1361/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1361", + "fixedId": true, + "name": "_ShortcutRegistrarState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1355/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1355", + "fixedId": true, + "name": "State", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2897/0", + "kind": "TypeParameter", + "identityHashCode": 4205870085, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1332 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1359/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1359", + "fixedId": true, + "name": "_TickerModeState", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1358/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1358", + "fixedId": true, + "name": "_AnimatedState", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1357/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1357", + "fixedId": true, + "name": "_ViewState", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 219 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/547/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/547", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/538/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/538", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/532/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/532", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/528/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/528", + "fixedId": true, + "name": "_RenderViewportBase&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2898/0", + "kind": "TypeParameter", + "identityHashCode": 3655215732, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 335 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/600/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/600", + "fixedId": true, + "name": "RenderPointerListener", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/tap_region.dart", + "function": { + "type": "@Function", + "id": "classes/597/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/597", + "fixedId": true, + "name": "RenderTapRegionSurface", + "library": { + "type": "@Library", + "id": "libraries/@225410373", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1, + "line": 245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3826 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/499/functions/handleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/499", + "fixedId": true, + "name": "RenderSliver", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1834 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1096/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1096", + "fixedId": true, + "name": "_ShortcutManager&Object&Diagnosticable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/168/functions/get%3AlengthInBytes", + "fixedId": true, + "name": "lengthInBytes", + "owner": { + "type": "@Class", + "id": "classes/168", + "fixedId": true, + "name": "_ByteDataView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5084 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2100/functions/get%3AlengthInBytes", + "fixedId": true, + "name": "lengthInBytes", + "owner": { + "type": "@Class", + "id": "classes/2100", + "fixedId": true, + "name": "_TypedListView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4275 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/get%3AlengthInBytes", + "fixedId": true, + "name": "lengthInBytes", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1025/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1025", + "fixedId": true, + "name": "_ZoomEnterTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1024/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1024", + "fixedId": true, + "name": "_ZoomExitTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1481 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart", + "function": { + "type": "@Function", + "id": "classes/1019/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1019", + "fixedId": true, + "name": "ScrollPositionWithSingleContext", + "library": { + "type": "@Library", + "id": "libraries/@208164591", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@208164591/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position_with_single_context.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position_with_single_context.dart" + }, + "tokenPos": -1, + "line": 281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1015/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1015", + "fixedId": true, + "name": "SemanticsOwner", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4231 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1013/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1013", + "fixedId": true, + "name": "KeepAliveHandle", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1011/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1011", + "fixedId": true, + "name": "LocalizationsResolver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 766 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1001/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1001", + "fixedId": true, + "name": "RestorableProperty", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2899/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 519 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 403 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/999/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/999", + "fixedId": true, + "name": "_StretchController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 973 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/998/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/998", + "fixedId": true, + "name": "ScrollController", + "library": { + "type": "@Library", + "id": "libraries/@201437953", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 847 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/995/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/995", + "fixedId": true, + "name": "ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2900/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2901/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2507/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/2507", + "fixedId": true, + "name": "ObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2902/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2506/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/2506", + "fixedId": true, + "name": "HashedObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2903/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 148 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2904/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 572 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/updateChild", + "fixedId": true, + "name": "updateChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 21, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/updateChild", + "fixedId": true, + "name": "updateChild", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3923 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2905/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 679 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2546/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2546", + "fixedId": true, + "name": "ListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2906/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2542/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2542", + "fixedId": true, + "name": "_HashMapKeyIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2907/0", + "kind": "TypeParameter", + "identityHashCode": 168805176, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X0" + }, + { + "type": "@Instance", + "id": "objects/2908/0", + "kind": "TypeParameter", + "identityHashCode": 1891038391, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 502 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2542/closures/447", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2542/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2542", + "fixedId": true, + "name": "_HashMapKeyIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2909/0", + "kind": "TypeParameter", + "identityHashCode": 168805176, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X0" + }, + { + "type": "@Instance", + "id": "objects/2910/0", + "kind": "TypeParameter", + "identityHashCode": 1891038391, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 502 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 503 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2541/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2541", + "fixedId": true, + "name": "_HashMapValueIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2911/0", + "kind": "TypeParameter", + "identityHashCode": 2534363413, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C4X0" + }, + { + "type": "@Instance", + "id": "objects/2912/0", + "kind": "TypeParameter", + "identityHashCode": 1736146715, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C4X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2541/closures/684", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2541/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2541", + "fixedId": true, + "name": "_HashMapValueIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2913/0", + "kind": "TypeParameter", + "identityHashCode": 2534363413, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C4X0" + }, + { + "type": "@Instance", + "id": "objects/2914/0", + "kind": "TypeParameter", + "identityHashCode": 1736146715, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C4X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2539/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2539", + "fixedId": true, + "name": "EmptyIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2915/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 720 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2529/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2529", + "fixedId": true, + "name": "LinkedList", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2916/0", + "kind": "TypeParameter", + "identityHashCode": 1493998246, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2917/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2918/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2919/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1722/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1722", + "fixedId": true, + "name": "MyHomePage", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MyHomePageState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1721/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1721", + "fixedId": true, + "name": "CupertinoPageTransition", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 481 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CupertinoPageTransitionState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1719/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1719", + "fixedId": true, + "name": "_CupertinoBackGestureDetector", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2920/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 711 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CupertinoBackGestureDetectorState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1718/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1718", + "fixedId": true, + "name": "CupertinoScrollbar", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CupertinoScrollbarState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1717/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1717", + "fixedId": true, + "name": "_MaterialScrollbar", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MaterialScrollbarState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1716/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1716", + "fixedId": true, + "name": "RawScrollbar", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1342 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawScrollbarState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/1715/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1715", + "fixedId": true, + "name": "MaterialApp", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 793 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MaterialAppState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1714/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1714", + "fixedId": true, + "name": "AppBar", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 817 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AppBarState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/1711/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1711", + "fixedId": true, + "name": "RawMaterialButton", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 309 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RawMaterialButtonState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1708/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1708", + "fixedId": true, + "name": "ButtonStyleButton", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ButtonStyleState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1706/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1706", + "fixedId": true, + "name": "_SelectableIconButton", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 887 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SelectableIconButtonState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1705/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1705", + "fixedId": true, + "name": "Ink", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 258 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InkState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1704/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1704", + "fixedId": true, + "name": "_InkResponseStateWidget", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 787 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InkResponseState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1703/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1703", + "fixedId": true, + "name": "Material", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 426 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MaterialState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1702/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1702", + "fixedId": true, + "name": "_MaterialInterior", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 862 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MaterialInteriorState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1701/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1701", + "fixedId": true, + "name": "AnimatedTheme", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 288 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AnimatedThemeState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1700/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1700", + "fixedId": true, + "name": "AnimatedDefaultTextStyle", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2103 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AnimatedDefaultTextStyleState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1699/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1699", + "fixedId": true, + "name": "AnimatedPhysicalModel", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2241 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AnimatedPhysicalModelState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1697/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1697", + "fixedId": true, + "name": "_ZoomEnterTransition", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 332 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ZoomEnterTransitionState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1696/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1696", + "fixedId": true, + "name": "_ZoomExitTransition", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 442 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ZoomExitTransitionState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1695/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1695", + "fixedId": true, + "name": "_PageTransitionsThemeTransitions", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2921/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1188 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _PageTransitionsThemeTransitionsState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1694/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1694", + "fixedId": true, + "name": "ScaffoldMessenger", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 179 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScaffoldMessengerState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1693/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1693", + "fixedId": true, + "name": "_FloatingActionButtonTransition", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1346 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FloatingActionButtonTransitionState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1692/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1692", + "fixedId": true, + "name": "Scaffold", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 2192 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScaffoldState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2922/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1688/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1688", + "fixedId": true, + "name": "Tooltip", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 415 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TooltipState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1687/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1687", + "fixedId": true, + "name": "Actions", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1016 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ActionsState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1686/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1686", + "fixedId": true, + "name": "WidgetsApp", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1416 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _WidgetsAppState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1685/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1685", + "fixedId": true, + "name": "AutomaticKeepAlive", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 80 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AutomaticKeepAliveState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1682/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1682", + "fixedId": true, + "name": "DualTransitionBuilder", + "library": { + "type": "@Library", + "id": "libraries/@158338117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@158338117/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdual_transition_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/dual_transition_builder.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DualTransitionBuilderState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1680/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1680", + "fixedId": true, + "name": "FocusScope", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 843 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FocusScopeState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1679/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1679", + "fixedId": true, + "name": "Focus", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 516 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FocusState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1678/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1678", + "fixedId": true, + "name": "FocusTraversalGroup", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2179 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FocusTraversalGroupState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1677/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1677", + "fixedId": true, + "name": "RawGestureDetector", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1428 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawGestureDetectorState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/1676/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1676", + "fixedId": true, + "name": "Hero", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 333 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HeroState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1675/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1675", + "fixedId": true, + "name": "Localizations", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 606 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _LocalizationsState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1674/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1674", + "fixedId": true, + "name": "_MediaQueryFromView", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1952 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MediaQueryFromViewState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1665/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1665", + "fixedId": true, + "name": "AnimatedWidget", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AnimatedState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1664/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1664", + "fixedId": true, + "name": "Navigator", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3038 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate NavigatorState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1663/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1663", + "fixedId": true, + "name": "_OverlayEntryWidget", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 308 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _OverlayEntryWidgetState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1662/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1662", + "fixedId": true, + "name": "Overlay", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 619 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate OverlayState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1661/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1661", + "fixedId": true, + "name": "OverlayPortal", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1864 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _OverlayPortalState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1660/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1660", + "fixedId": true, + "name": "GlowingOverscrollIndicator", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _GlowingOverscrollIndicatorState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1659/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1659", + "fixedId": true, + "name": "StretchingOverscrollIndicator", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 708 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StretchingOverscrollIndicatorState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1658/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1658", + "fixedId": true, + "name": "RestorationScope", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 148 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RestorationScopeState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1657/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1657", + "fixedId": true, + "name": "RootRestorationScope", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 281 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RootRestorationScopeState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1655/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1655", + "fixedId": true, + "name": "_ModalScope", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2923/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1054 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ModalScopeState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_delegate.dart", + "function": { + "type": "@Function", + "id": "classes/1654/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1654", + "fixedId": true, + "name": "_SelectionKeepAlive", + "library": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1, + "line": 809 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SelectionKeepAliveState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart", + "function": { + "type": "@Function", + "id": "classes/1653/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1653", + "fixedId": true, + "name": "ScrollNotificationObserver", + "library": { + "type": "@Library", + "id": "libraries/@205016095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollNotificationObserverState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1652/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1652", + "fixedId": true, + "name": "Scrollable", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 341 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScrollableState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shared_app_data.dart", + "function": { + "type": "@Function", + "id": "classes/1648/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1648", + "fixedId": true, + "name": "SharedAppData", + "library": { + "type": "@Library", + "id": "libraries/@218433526", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@218433526/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshared_app_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@218433526/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshared_app_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SharedAppDataState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1647/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1647", + "fixedId": true, + "name": "Shortcuts", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1081 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ShortcutsState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1646/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1646", + "fixedId": true, + "name": "ShortcutRegistrar", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1520 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ShortcutRegistrarState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1644/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1644", + "fixedId": true, + "name": "TickerMode", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 101 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TickerModeState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1643/functions/createState", + "fixedId": true, + "name": "createState", + "owner": { + "type": "@Class", + "id": "classes/1643", + "fixedId": true, + "name": "View", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ViewState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2924/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 621 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2925/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1096 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2316/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2316", + "fixedId": true, + "name": "SetBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2926/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2927/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2350/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2350", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin&_UnmodifiableSetMixin&_ImmutableLinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2928/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/get%3Acontains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2929/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2293/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2293", + "fixedId": true, + "name": "_SplayTreeSet&_SplayTree&Iterable&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2930/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SplayTreeKeyIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/reassemble", + "fixedId": true, + "name": "reassemble", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5843 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/reassemble", + "fixedId": true, + "name": "reassemble", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3697 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/closures/281", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/reassemble", + "fixedId": true, + "name": "reassemble", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3697 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3701 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2546/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2546", + "fixedId": true, + "name": "ListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2931/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2539/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2539", + "fixedId": true, + "name": "EmptyIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2932/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 763 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2933/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2934/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2935/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/552/functions/set%3Achild", + "fixedId": true, + "name": "child=", + "owner": { + "type": "@Class", + "id": "classes/552", + "fixedId": true, + "name": "_RenderShiftedBox&RenderBox&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4079 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/475/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/475", + "fixedId": true, + "name": "_FocusNode&Object&DiagnosticableTreeMixin&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1491/functions/unmount", + "fixedId": true, + "name": "unmount", + "owner": { + "type": "@Class", + "id": "classes/1491", + "fixedId": true, + "name": "_InheritedNotifierElement", + "library": { + "type": "@Library", + "id": "libraries/@173313948", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2936/0", + "kind": "TypeParameter", + "identityHashCode": 3769705941, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: InheritedNotifier" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/unmount", + "fixedId": true, + "name": "unmount", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5929 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/unmount", + "fixedId": true, + "name": "unmount", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 604 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/unmount", + "fixedId": true, + "name": "unmount", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6760 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/517/functions/set%3Achild", + "fixedId": true, + "name": "child=", + "owner": { + "type": "@Class", + "id": "classes/517", + "fixedId": true, + "name": "_RenderView&RenderObject&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4079 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/unmount", + "fixedId": true, + "name": "unmount", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4755 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/get%3Alast", + "fixedId": true, + "name": "last", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1897 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/500/functions/set%3Achild", + "fixedId": true, + "name": "child=", + "owner": { + "type": "@Class", + "id": "classes/500", + "fixedId": true, + "name": "_RenderSliverOverlapAbsorber&RenderSliver&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@182016527", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@182016527/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnested_scroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4079 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/get%3Alast", + "fixedId": true, + "name": "last", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1554 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/get%3Alast", + "fixedId": true, + "name": "last", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1211 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/get%3Alast", + "fixedId": true, + "name": "last", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 816 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/get%3Alast", + "fixedId": true, + "name": "last", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 479 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/get%3Alast", + "fixedId": true, + "name": "last", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 479 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2316/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2316", + "fixedId": true, + "name": "SetBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2937/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2546/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2546", + "fixedId": true, + "name": "ListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2938/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/get%3Alast", + "fixedId": true, + "name": "last", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2939/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2545/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2545", + "fixedId": true, + "name": "_SplayTreeKeyIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2940/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2941/0", + "kind": "TypeParameter", + "identityHashCode": 2013028893, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2542/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2542", + "fixedId": true, + "name": "_HashMapKeyIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2942/0", + "kind": "TypeParameter", + "identityHashCode": 168805176, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X0" + }, + { + "type": "@Instance", + "id": "objects/2943/0", + "kind": "TypeParameter", + "identityHashCode": 1891038391, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 508 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _IdentityHashSet" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2539/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2539", + "fixedId": true, + "name": "EmptyIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2944/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 793 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2293/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2293", + "fixedId": true, + "name": "_SplayTreeSet&_SplayTree&Iterable&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2945/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2946/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2947/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2523/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2523", + "fixedId": true, + "name": "CastSet", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2948/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2949/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 253 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2950/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 532 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5923 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 557 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1471/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1471", + "fixedId": true, + "name": "_OverlayPortalElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6750 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/deactivate", + "fixedId": true, + "name": "deactivate", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4710 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2546/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2546", + "fixedId": true, + "name": "ListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2951/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2539/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2539", + "fixedId": true, + "name": "EmptyIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2952/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 765 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2953/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/2954/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2955/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/224/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/224", + "fixedId": true, + "name": "ShortcutRegistry", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/222/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/222", + "fixedId": true, + "name": "_ShortcutRegistry&Object&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1764 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1764 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1421 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1421 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1078 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1078 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 687 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 687 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2317/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2317", + "fixedId": true, + "name": "_SetBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2956/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 354 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2957/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2958/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1606 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1606 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 920 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 920 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 574 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 574 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2316/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2316", + "fixedId": true, + "name": "SetBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2959/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/whereType", + "fixedId": true, + "name": "whereType", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2960/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2293/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2293", + "fixedId": true, + "name": "_SplayTreeSet&_SplayTree&Iterable&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2961/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1491/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1491", + "fixedId": true, + "name": "_InheritedNotifierElement", + "library": { + "type": "@Library", + "id": "libraries/@173313948", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2962/0", + "kind": "TypeParameter", + "identityHashCode": 3769705941, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 9, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1486/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1486", + "fixedId": true, + "name": "ProxyElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6044 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 15, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1485/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1485", + "fixedId": true, + "name": "StatelessElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5793 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 9, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5887 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 18, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1481/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1481", + "fixedId": true, + "name": "SingleChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7021 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/1478/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1478", + "fixedId": true, + "name": "_ViewportElement", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 565 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6710 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1471/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1471", + "fixedId": true, + "name": "_OverlayPortalElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2251 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1468/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1468", + "fixedId": true, + "name": "SlottedRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@222130468", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2963/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2964/0", + "kind": "TypeParameter", + "identityHashCode": 2668395730, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 266 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1465/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1465", + "fixedId": true, + "name": "RootElement", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1690 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/update", + "fixedId": true, + "name": "update", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1892 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1892 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1549 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1549 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1206 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1206 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 811 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 811 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 474 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 474 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2965/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/2469/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2469", + "fixedId": true, + "name": "_Array", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2966/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 50 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2967/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 997 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1723/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1723", + "fixedId": true, + "name": "StatelessWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 530 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate StatelessElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1642/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1642", + "fixedId": true, + "name": "StatefulWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 778 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate StatefulElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1616/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1616", + "fixedId": true, + "name": "_UbiquitousInheritedWidget", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _UbiquitousInheritedElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1611/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1611", + "fixedId": true, + "name": "InheritedNotifier", + "library": { + "type": "@Library", + "id": "libraries/@173313948", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2968/0", + "kind": "TypeParameter", + "identityHashCode": 1737248483, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InheritedNotifierElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_model.dart", + "function": { + "type": "@Function", + "id": "classes/1607/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1607", + "fixedId": true, + "name": "InheritedModel", + "library": { + "type": "@Library", + "id": "libraries/@172095492", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@172095492/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_model.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2969/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@172095492/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_model.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate InheritedModelElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1590/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1590", + "fixedId": true, + "name": "InheritedWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1858 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate InheritedElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1584/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1584", + "fixedId": true, + "name": "ParentDataWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2970/0", + "kind": "TypeParameter", + "identityHashCode": 3765469822, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1592 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ParentDataElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/notification_listener.dart", + "function": { + "type": "@Function", + "id": "classes/1583/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1583", + "fixedId": true, + "name": "NotificationListener", + "library": { + "type": "@Library", + "id": "libraries/@183140401", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@183140401/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnotification_listener.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2971/0", + "kind": "TypeParameter", + "identityHashCode": 3201236329, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@183140401/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnotification_listener.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NotificationElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1557/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1557", + "fixedId": true, + "name": "Offstage", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 3512 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _OffstageElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1533/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1533", + "fixedId": true, + "name": "SingleChildRenderObjectWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1966 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SingleChildRenderObjectElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1529/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1529", + "fixedId": true, + "name": "_SlottedMultiChildRenderObjectWidget&RenderObjectWidget&SlottedMultiChildRenderObjectWidgetMixin", + "library": { + "type": "@Library", + "id": "libraries/@222130468", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2972/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/2973/0", + "kind": "TypeParameter", + "identityHashCode": 1933627467, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SlottedRenderObjectElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1521/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1521", + "fixedId": true, + "name": "_Theater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 961 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TheaterElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/1520/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1520", + "fixedId": true, + "name": "Viewport", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1, + "line": 217 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ViewportElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1518/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1518", + "fixedId": true, + "name": "MultiChildRenderObjectWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 2050 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MultiChildRenderObjectElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1515/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1515", + "fixedId": true, + "name": "LeafRenderObjectWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1943 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate LeafRenderObjectElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1511/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1511", + "fixedId": true, + "name": "_OverlayPortal", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2226 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _OverlayPortalElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1510/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1510", + "fixedId": true, + "name": "SliverList", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 354 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SliverMultiBoxAdaptorElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1506/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1506", + "fixedId": true, + "name": "SliverMultiBoxAdaptorWidget", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1504/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1504", + "fixedId": true, + "name": "_RawViewInternal", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 437 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RawViewElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1502/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1502", + "fixedId": true, + "name": "RootWidget", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1620 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RootElement" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1501/functions/createElement", + "fixedId": true, + "name": "createElement", + "owner": { + "type": "@Class", + "id": "classes/1501", + "fixedId": true, + "name": "_NullWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 592 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/closures/685", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1497/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 592 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 594 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/1459/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/1459", + "fixedId": true, + "name": "DiagnosticableTree", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3450 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1480/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/1480", + "fixedId": true, + "name": "LeafRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6982 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/closures/461", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5212 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1560/functions/toStringShort", + "fixedId": true, + "name": "toStringShort", + "owner": { + "type": "@Class", + "id": "classes/1560", + "fixedId": true, + "name": "SizedBox", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2673 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1502/functions/toStringShort", + "fixedId": true, + "name": "toStringShort", + "owner": { + "type": "@Class", + "id": "classes/1502", + "fixedId": true, + "name": "RootWidget", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1647 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1500/functions/toStringShort", + "fixedId": true, + "name": "toStringShort", + "owner": { + "type": "@Class", + "id": "classes/1500", + "fixedId": true, + "name": "Widget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 352 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/toStringShort", + "fixedId": true, + "name": "toStringShort", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 555 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/toStringShort", + "fixedId": true, + "name": "toStringShort", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/1459/functions/toDiagnosticsNode", + "fixedId": true, + "name": "toDiagnosticsNode", + "owner": { + "type": "@Class", + "id": "classes/1459", + "fixedId": true, + "name": "DiagnosticableTree", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3428 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DiagnosticableTreeNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/toDiagnosticsNode", + "fixedId": true, + "name": "toDiagnosticsNode", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6024 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ElementDiagnosticableTreeNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/toDiagnosticsNode", + "fixedId": true, + "name": "toDiagnosticsNode", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5165 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5912 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 549 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1471/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1471", + "fixedId": true, + "name": "_OverlayPortalElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2280 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/activate", + "fixedId": true, + "name": "activate", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4674 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2075/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/2075", + "fixedId": true, + "name": "_TypedListBase", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2974/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 505 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2975/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2976/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 994 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1739 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1739 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1396 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1396 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1053 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1053 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 662 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 662 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 15, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2977/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 421 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/2469/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2469", + "fixedId": true, + "name": "_Array", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2978/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2345/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2345", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2979/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2980/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3885 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/552/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/552", + "fixedId": true, + "name": "_RenderShiftedBox&RenderBox&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/550/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/550", + "fixedId": true, + "name": "__RenderListTile&RenderBox&SlottedContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 190 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/547/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/547", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4524 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4524 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 1406 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/532/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/532", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4524 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1527 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/closures/975", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/534/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1527 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1552 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2981/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3973 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/517/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/517", + "fixedId": true, + "name": "_RenderView&RenderObject&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 791 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/500/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/500", + "fixedId": true, + "name": "_RenderSliverOverlapAbsorber&RenderSliver&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@182016527", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@182016527/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnested_scroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/970/functions/get%3AisInteresting", + "fixedId": true, + "name": "isInteresting", + "owner": { + "type": "@Class", + "id": "classes/970", + "fixedId": true, + "name": "DiagnosticsProperty", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2982/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2837 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3885 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/closures/437", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/480/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3885 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3891 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1300 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/closures/462", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/477/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1300 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/476/functions/debugDescribeChildren", + "fixedId": true, + "name": "debugDescribeChildren", + "owner": { + "type": "@Class", + "id": "classes/476", + "fixedId": true, + "name": "FocusManager", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 2032 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1581/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1581", + "fixedId": true, + "name": "_AppBarTitleBox", + "library": { + "type": "@Library", + "id": "libraries/@48187611", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@48187611/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar.dart" + }, + "tokenPos": -1, + "line": 2193 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderAppBarTitleBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/1580/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1580", + "fixedId": true, + "name": "_InputPadding", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 453 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderInputPadding" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1579/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1579", + "fixedId": true, + "name": "_InputPadding", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 640 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderInputPadding" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/1578/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1578", + "fixedId": true, + "name": "_ChildOverflowBox", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 668 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderChildOverflowBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1577/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1577", + "fixedId": true, + "name": "_InkFeatures", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 656 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderInkFeatures" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1576/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1576", + "fixedId": true, + "name": "_ExclusiveMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderExclusiveMouseRegion" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1575/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1575", + "fixedId": true, + "name": "MouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7422 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderMouseRegion" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/annotated_region.dart", + "function": { + "type": "@Function", + "id": "classes/1574/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1574", + "fixedId": true, + "name": "AnnotatedRegion", + "library": { + "type": "@Library", + "id": "libraries/@147200818", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/annotated_region.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@147200818/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fannotated_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/annotated_region.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2983/0", + "kind": "TypeParameter", + "identityHashCode": 4156059878, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@147200818/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fannotated_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/annotated_region.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderAnnotatedRegion" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1571/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1571", + "fixedId": true, + "name": "CustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 824 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderCustomPaint" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1570/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1570", + "fixedId": true, + "name": "ClipRect", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 909 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderClipRect" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1569/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1569", + "fixedId": true, + "name": "ClipPath", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 1271 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderClipPath" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1568/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1568", + "fixedId": true, + "name": "PhysicalModel", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 1359 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderPhysicalModel" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1567/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1567", + "fixedId": true, + "name": "PhysicalShape", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 1453 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderPhysicalShape" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1566/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1566", + "fixedId": true, + "name": "Transform", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 1793 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderTransform" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1565/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1565", + "fixedId": true, + "name": "FractionalTranslation", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2083 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderFractionalTranslation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1564/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1564", + "fixedId": true, + "name": "Padding", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2203 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderPadding" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1562/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1562", + "fixedId": true, + "name": "Align", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2399 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderPositionedBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1561/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1561", + "fixedId": true, + "name": "CustomSingleChildLayout", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2475 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderCustomSingleChildLayoutBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1560/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1560", + "fixedId": true, + "name": "SizedBox", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2659 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderConstrainedBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1559/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1559", + "fixedId": true, + "name": "ConstrainedBox", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2741 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1557/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1557", + "fixedId": true, + "name": "Offstage", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 3498 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderOffstage" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1555/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1555", + "fixedId": true, + "name": "SliverPadding", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 3864 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderSliverPadding" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1554/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1554", + "fixedId": true, + "name": "Semantics", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7913 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderSemanticsAnnotations" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1552/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1552", + "fixedId": true, + "name": "Listener", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7176 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderPointerListener" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1551/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1551", + "fixedId": true, + "name": "RepaintBoundary", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7532 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderRepaintBoundary" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1550/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1550", + "fixedId": true, + "name": "IgnorePointer", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7626 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderIgnorePointer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1549/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1549", + "fixedId": true, + "name": "AbsorbPointer", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7740 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderAbsorbPointer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1548/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1548", + "fixedId": true, + "name": "MergeSemantics", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 7990 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderMergeSemantics" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1547/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1547", + "fixedId": true, + "name": "BlockSemantics", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8015 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderBlockSemantics" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1546/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1546", + "fixedId": true, + "name": "ExcludeSemantics", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8051 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderExcludeSemantics" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1545/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1545", + "fixedId": true, + "name": "IndexedSemantics", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8106 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderIndexedSemantics" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1544/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1544", + "fixedId": true, + "name": "ColoredBox", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8346 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderColoredBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/container.dart", + "function": { + "type": "@Function", + "id": "classes/1543/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1543", + "fixedId": true, + "name": "DecoratedBox", + "library": { + "type": "@Library", + "id": "libraries/@152235064", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/container.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@152235064/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fcontainer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/container.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@152235064/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fcontainer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/container.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderDecoratedBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1542/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1542", + "fixedId": true, + "name": "_GestureSemantics", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1649 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderSemanticsGestureHandler" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1540/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1540", + "fixedId": true, + "name": "_DeferredLayout", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2365 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderDeferredLayoutBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1539/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1539", + "fixedId": true, + "name": "_ScrollSemantics", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1633 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderScrollSemantics" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1537/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1537", + "fixedId": true, + "name": "SnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderSnapshotWidget" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/tap_region.dart", + "function": { + "type": "@Function", + "id": "classes/1536/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1536", + "fixedId": true, + "name": "TapRegionSurface", + "library": { + "type": "@Library", + "id": "libraries/@225410373", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderTapRegionSurface" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1535/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1535", + "fixedId": true, + "name": "FadeTransition", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 592 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderAnimatedOpacity" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/1531/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1531", + "fixedId": true, + "name": "_ListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1218 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderListTile" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1528/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1528", + "fixedId": true, + "name": "CustomMultiChildLayout", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2565 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderCustomMultiChildLayoutBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1527/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1527", + "fixedId": true, + "name": "Stack", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 4658 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderStack" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1524/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1524", + "fixedId": true, + "name": "Flex", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 5448 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderFlex" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1523/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1523", + "fixedId": true, + "name": "RichText", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 6607 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderParagraph" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1521/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1521", + "fixedId": true, + "name": "_Theater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 964 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderTheater" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/1520/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1520", + "fixedId": true, + "name": "Viewport", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1, + "line": 188 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderViewport" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1517/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1517", + "fixedId": true, + "name": "ErrorWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5602 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderErrorBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/performance_overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1516/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1516", + "fixedId": true, + "name": "PerformanceOverlay", + "library": { + "type": "@Library", + "id": "libraries/@189038718", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/performance_overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@189038718/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/performance_overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@189038718/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fperformance_overlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/performance_overlay.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderPerformanceOverlay" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1511/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1511", + "fixedId": true, + "name": "_OverlayPortal", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2229 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RenderLayoutSurrogateProxyBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1510/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1510", + "fixedId": true, + "name": "SliverList", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 358 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RenderSliverList" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1504/functions/createRenderObject", + "fixedId": true, + "name": "createRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1504", + "fixedId": true, + "name": "_RawViewInternal", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 440 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2075/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2075", + "fixedId": true, + "name": "_TypedListBase", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2984/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 430 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_joinWithSeparator%400150898", + "fixedId": true, + "name": "_joinWithSeparator", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2985/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 487 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2986/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2345/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2345", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2987/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2988/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/545/functions/toStringShort", + "fixedId": true, + "name": "toStringShort", + "owner": { + "type": "@Class", + "id": "classes/545", + "fixedId": true, + "name": "RenderFlex", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 1395 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/toStringShort", + "fixedId": true, + "name": "toStringShort", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3849 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/toStringShort", + "fixedId": true, + "name": "toStringShort", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1308 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/474/functions/toStringShort", + "fixedId": true, + "name": "toStringShort", + "owner": { + "type": "@Class", + "id": "classes/474", + "fixedId": true, + "name": "_RenderObject&Object&DiagnosticableTreeMixin", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1735 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1735 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1392 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1392 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1049 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1049 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 321 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 321 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/handleNonAllowedPointer", + "fixedId": true, + "name": "handleNonAllowedPointer", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 696 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/919/functions/handleNonAllowedPointer", + "fixedId": true, + "name": "handleNonAllowedPointer", + "owner": { + "type": "@Class", + "id": "classes/919", + "fixedId": true, + "name": "OneSequenceGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 406 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/917/functions/handleNonAllowedPointer", + "fixedId": true, + "name": "handleNonAllowedPointer", + "owner": { + "type": "@Class", + "id": "classes/917", + "fixedId": true, + "name": "GestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2989/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 551 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2990/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/89/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/89", + "fixedId": true, + "name": "_ConstSet", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2991/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/88/functions/toSet", + "fixedId": true, + "name": "toSet", + "owner": { + "type": "@Class", + "id": "classes/88", + "fixedId": true, + "name": "_Set", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2992/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1707 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1707 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1021 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1021 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 630 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 630 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/addAllowedPointerPanZoom", + "fixedId": true, + "name": "addAllowedPointerPanZoom", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 440 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/917/functions/addAllowedPointerPanZoom", + "fixedId": true, + "name": "addAllowedPointerPanZoom", + "owner": { + "type": "@Class", + "id": "classes/917", + "fixedId": true, + "name": "GestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2993/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2345/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2345", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2994/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/where", + "fixedId": true, + "name": "where", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2995/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/480/functions/toDiagnosticsNode", + "fixedId": true, + "name": "toDiagnosticsNode", + "owner": { + "type": "@Class", + "id": "classes/480", + "fixedId": true, + "name": "SemanticsNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3871 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SemanticsDiagnosticableNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/474/functions/toDiagnosticsNode", + "fixedId": true, + "name": "toDiagnosticsNode", + "owner": { + "type": "@Class", + "id": "classes/474", + "fixedId": true, + "name": "_RenderObject&Object&DiagnosticableTreeMixin", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3499 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/970/functions/getProperties", + "fixedId": true, + "name": "getProperties", + "owner": { + "type": "@Class", + "id": "classes/970", + "fixedId": true, + "name": "DiagnosticsProperty", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2996/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2874 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/968/functions/getProperties", + "fixedId": true, + "name": "getProperties", + "owner": { + "type": "@Class", + "id": "classes/968", + "fixedId": true, + "name": "DiagnosticsBlock", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3552 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/963/functions/getProperties", + "fixedId": true, + "name": "getProperties", + "owner": { + "type": "@Class", + "id": "classes/963", + "fixedId": true, + "name": "DiagnosticableNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2997/0", + "kind": "TypeParameter", + "identityHashCode": 3413289930, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2943 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/970/functions/getChildren", + "fixedId": true, + "name": "getChildren", + "owner": { + "type": "@Class", + "id": "classes/970", + "fixedId": true, + "name": "DiagnosticsProperty", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2998/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2888 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/968/functions/getChildren", + "fixedId": true, + "name": "getChildren", + "owner": { + "type": "@Class", + "id": "classes/968", + "fixedId": true, + "name": "DiagnosticsBlock", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3549 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/965/functions/getChildren", + "fixedId": true, + "name": "getChildren", + "owner": { + "type": "@Class", + "id": "classes/965", + "fixedId": true, + "name": "DiagnosticableTreeNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2968 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/964/functions/getChildren", + "fixedId": true, + "name": "getChildren", + "owner": { + "type": "@Class", + "id": "classes/964", + "fixedId": true, + "name": "_SemanticsDiagnosticableNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 1390 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/963/functions/getChildren", + "fixedId": true, + "name": "getChildren", + "owner": { + "type": "@Class", + "id": "classes/963", + "fixedId": true, + "name": "DiagnosticableNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/2999/0", + "kind": "TypeParameter", + "identityHashCode": 3413289930, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2947 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3AradiusMax", + "fixedId": true, + "name": "radiusMax", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 433 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3AradiusMax", + "fixedId": true, + "name": "radiusMax", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 814 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/get%3AruntimeType", + "fixedId": true, + "name": "runtimeType", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2783/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2783", + "fixedId": true, + "name": "SemanticsFlags", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 1450 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/object.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/hashAll", + "fixedId": true, + "name": "hashAll", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1, + "line": 545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/duration.dart", + "function": { + "type": "@Function", + "id": "classes/2761/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2761", + "fixedId": true, + "name": "Duration", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1745 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4914 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2436/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2436", + "fixedId": true, + "name": "_ControllerStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3000/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 860 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/970/functions/get%3AallowWrap", + "fixedId": true, + "name": "allowWrap", + "owner": { + "type": "@Class", + "id": "classes/970", + "fixedId": true, + "name": "DiagnosticsProperty", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3001/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2638 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/962/functions/get%3AallowWrap", + "fixedId": true, + "name": "allowWrap", + "owner": { + "type": "@Class", + "id": "classes/962", + "fixedId": true, + "name": "DiagnosticsNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1570 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2286/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2286", + "fixedId": true, + "name": "_HashMapEntry", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2282/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2282", + "fixedId": true, + "name": "_HashSetEntry", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3002/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 853 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/symbol_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2153/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2153", + "fixedId": true, + "name": "Symbol", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsymbol.dart/0", + "fixedId": true, + "uri": "dart:_internal/symbol.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Fsymbol_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/symbol_patch.dart" + }, + "tokenPos": -1, + "line": 57 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/122/functions/get%3A_containsUnsignedBytes%408027147", + "fixedId": true, + "name": "_containsUnsignedBytes", + "owner": { + "type": "@Class", + "id": "classes/122", + "fixedId": true, + "name": "_ExternalUint8ClampedArray", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3296 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/121/functions/get%3A_containsUnsignedBytes%408027147", + "fixedId": true, + "name": "_containsUnsignedBytes", + "owner": { + "type": "@Class", + "id": "classes/121", + "fixedId": true, + "name": "_Uint8ClampedArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4449 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/120/functions/get%3A_containsUnsignedBytes%408027147", + "fixedId": true, + "name": "_containsUnsignedBytes", + "owner": { + "type": "@Class", + "id": "classes/120", + "fixedId": true, + "name": "_Uint8ClampedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2511 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/118/functions/get%3A_containsUnsignedBytes%408027147", + "fixedId": true, + "name": "_containsUnsignedBytes", + "owner": { + "type": "@Class", + "id": "classes/118", + "fixedId": true, + "name": "_ExternalUint8Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/117/functions/get%3A_containsUnsignedBytes%408027147", + "fixedId": true, + "name": "_containsUnsignedBytes", + "owner": { + "type": "@Class", + "id": "classes/117", + "fixedId": true, + "name": "_Uint8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4392 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/116/functions/get%3A_containsUnsignedBytes%408027147", + "fixedId": true, + "name": "_containsUnsignedBytes", + "owner": { + "type": "@Class", + "id": "classes/116", + "fixedId": true, + "name": "_Uint8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2449 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2075/functions/get%3A_containsUnsignedBytes%408027147", + "fixedId": true, + "name": "_containsUnsignedBytes", + "owner": { + "type": "@Class", + "id": "classes/2075", + "fixedId": true, + "name": "_TypedListBase", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 558 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/redepthChildren", + "fixedId": true, + "name": "redepthChildren", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1271 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 417 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 336 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/object.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/hash", + "fixedId": true, + "name": "hash", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash20", + "fixedId": true, + "name": "hash20", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 669 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash19", + "fixedId": true, + "name": "hash19", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 624 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash18", + "fixedId": true, + "name": "hash18", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 581 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash17", + "fixedId": true, + "name": "hash17", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash16", + "fixedId": true, + "name": "hash16", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash15", + "fixedId": true, + "name": "hash15", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash14", + "fixedId": true, + "name": "hash14", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash13", + "fixedId": true, + "name": "hash13", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 396 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash12", + "fixedId": true, + "name": "hash12", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash11", + "fixedId": true, + "name": "hash11", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 336 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash10", + "fixedId": true, + "name": "hash10", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash9", + "fixedId": true, + "name": "hash9", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 284 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash8", + "fixedId": true, + "name": "hash8", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 261 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash7", + "fixedId": true, + "name": "hash7", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 240 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash6", + "fixedId": true, + "name": "hash6", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 229 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash5", + "fixedId": true, + "name": "hash5", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 219 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash4", + "fixedId": true, + "name": "hash4", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 210 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash3", + "fixedId": true, + "name": "hash3", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2175/functions/hash2", + "fixedId": true, + "name": "hash2", + "owner": { + "type": "@Class", + "id": "classes/2175", + "fixedId": true, + "name": "SystemHash", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 611 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 928 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1912/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1912", + "fixedId": true, + "name": "Radius", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1085 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1910/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1910", + "fixedId": true, + "name": "_RRectLike", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3003/0", + "kind": "TypeParameter", + "identityHashCode": 36612801, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1479 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1905/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1905", + "fixedId": true, + "name": "ColorSwatch", + "library": { + "type": "@Library", + "id": "libraries/@341179376", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@341179376/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/colors.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3004/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@341179376/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/colors.dart" + }, + "tokenPos": -1, + "line": 439 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 505 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1892/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1892", + "fixedId": true, + "name": "_MatrixImageFilter", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 4338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1878/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1878", + "fixedId": true, + "name": "ViewConstraints", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2475 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1877/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1877", + "fixedId": true, + "name": "DisplayFeature", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2569 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1876/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1876", + "fixedId": true, + "name": "Locale", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2898 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/plugins.dart", + "function": { + "type": "@Function", + "id": "classes/1873/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1873", + "fixedId": true, + "name": "CallbackHandle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1864/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1864", + "fixedId": true, + "name": "FontVariation", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1863/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1863", + "fixedId": true, + "name": "GlyphInfo", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1264 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1862/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1862", + "fixedId": true, + "name": "TextDecoration", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1352 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1861/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1861", + "fixedId": true, + "name": "TextHeightBehavior", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1517 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1860/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1860", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1827 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1859/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1859", + "fixedId": true, + "name": "ParagraphStyle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1857/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1857", + "fixedId": true, + "name": "TextBox", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1856/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1856", + "fixedId": true, + "name": "TextPosition", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_editing.dart", + "function": { + "type": "@Function", + "id": "classes/1855/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1855", + "fixedId": true, + "name": "TextSelection", + "library": { + "type": "@Library", + "id": "libraries/@293206251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_editing.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@293206251/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_editing.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_editing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@293206251/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_editing.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_editing.dart" + }, + "tokenPos": -1, + "line": 152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1854/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1854", + "fixedId": true, + "name": "TextRange", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2649 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1853/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1853", + "fixedId": true, + "name": "ParagraphConstraints", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2695 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1847/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1847", + "fixedId": true, + "name": "AccessibilityFeatures", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 1030 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1845/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1845", + "fixedId": true, + "name": "GestureSettings", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 1164 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1500/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1500", + "fixedId": true, + "name": "Widget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 368 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 542 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1077 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1350/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1350", + "fixedId": true, + "name": "IconThemeData", + "library": { + "type": "@Library", + "id": "libraries/@169485077", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1, + "line": 220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1349/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1349", + "fixedId": true, + "name": "_CupertinoEdgeShadowDecoration", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 1018 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1348/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1348", + "fixedId": true, + "name": "BoxDecoration", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 337 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1347/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1347", + "fixedId": true, + "name": "ShapeDecoration", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 256 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1344/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1344", + "fixedId": true, + "name": "CupertinoTextThemeData", + "library": { + "type": "@Library", + "id": "libraries/@378439196", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1, + "line": 381 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Aobscured", + "fixedId": true, + "name": "obscured", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 368 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1272/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1272", + "fixedId": true, + "name": "AppBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@49092148", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@49092148/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@49092148/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "tokenPos": -1, + "line": 532 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/badge_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1271/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1271", + "fixedId": true, + "name": "BadgeThemeData", + "library": { + "type": "@Library", + "id": "libraries/@51364538", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/badge_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@51364538/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbadge_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/badge_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@51364538/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbadge_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/badge_theme.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/banner_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1270/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1270", + "fixedId": true, + "name": "MaterialBannerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@53219936", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@53219936/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbanner_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@53219936/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbanner_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/bottom_app_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1269/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1269", + "fixedId": true, + "name": "BottomAppBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@54337866", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/bottom_app_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@54337866/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_app_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_app_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@54337866/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_app_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_app_bar_theme.dart" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/bottom_navigation_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1268/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1268", + "fixedId": true, + "name": "BottomNavigationBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@56120218", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/bottom_navigation_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@56120218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_navigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_navigation_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@56120218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_navigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_navigation_bar_theme.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/bottom_sheet_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1266/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1266", + "fixedId": true, + "name": "BottomSheetThemeData", + "library": { + "type": "@Library", + "id": "libraries/@58487157", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/bottom_sheet_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@58487157/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_sheet_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_sheet_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@58487157/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_sheet_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_sheet_theme.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1265/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1265", + "fixedId": true, + "name": "ButtonBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@60200583", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@60200583/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@60200583/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_bar_theme.dart" + }, + "tokenPos": -1, + "line": 178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 523 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/mouse_cursor.dart", + "function": { + "type": "@Function", + "id": "classes/1253/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1253", + "fixedId": true, + "name": "SystemMouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@275171781", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1251/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1251", + "fixedId": true, + "name": "ButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@63378263", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@63378263/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@63378263/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_theme.dart" + }, + "tokenPos": -1, + "line": 733 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/card_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1250/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1250", + "fixedId": true, + "name": "CardThemeData", + "library": { + "type": "@Library", + "id": "libraries/@64240984", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/card_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@64240984/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcard_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/card_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@64240984/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcard_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/card_theme.dart" + }, + "tokenPos": -1, + "line": 296 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/carousel_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1249/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1249", + "fixedId": true, + "name": "CarouselViewThemeData", + "library": { + "type": "@Library", + "id": "libraries/@65233069", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/carousel_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@65233069/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcarousel_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/carousel_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@65233069/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcarousel_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/carousel_theme.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/checkbox_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1248/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1248", + "fixedId": true, + "name": "CheckboxThemeData", + "library": { + "type": "@Library", + "id": "libraries/@66292038", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/checkbox_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@66292038/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcheckbox_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/checkbox_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@66292038/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcheckbox_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/checkbox_theme.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/chip_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1247/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1247", + "fixedId": true, + "name": "ChipThemeData", + "library": { + "type": "@Library", + "id": "libraries/@67321686", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/chip_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@67321686/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fchip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/chip_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@67321686/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fchip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/chip_theme.dart" + }, + "tokenPos": -1, + "line": 592 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1608 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/data_table_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1245/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1245", + "fixedId": true, + "name": "DataTableThemeData", + "library": { + "type": "@Library", + "id": "libraries/@71332636", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/data_table_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@71332636/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdata_table_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/data_table_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@71332636/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdata_table_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/data_table_theme.dart" + }, + "tokenPos": -1, + "line": 220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/date_picker_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1244/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1244", + "fixedId": true, + "name": "DatePickerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@72353974", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/date_picker_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@72353974/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdate_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/date_picker_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@72353974/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdate_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/date_picker_theme.dart" + }, + "tokenPos": -1, + "line": 695 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/dialog_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1243/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1243", + "fixedId": true, + "name": "DialogThemeData", + "library": { + "type": "@Library", + "id": "libraries/@73294779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/dialog_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@73294779/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdialog_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dialog_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@73294779/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdialog_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dialog_theme.dart" + }, + "tokenPos": -1, + "line": 449 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/divider_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1240/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1240", + "fixedId": true, + "name": "DividerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@75512473", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/divider_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@75512473/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdivider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/divider_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@75512473/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdivider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/divider_theme.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/drawer_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1239/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1239", + "fixedId": true, + "name": "DrawerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@77242845", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/drawer_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@77242845/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@77242845/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer_theme.dart" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/dropdown_menu_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1238/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1238", + "fixedId": true, + "name": "DropdownMenuThemeData", + "library": { + "type": "@Library", + "id": "libraries/@78378620", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/dropdown_menu_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@78378620/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdropdown_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dropdown_menu_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@78378620/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdropdown_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dropdown_menu_theme.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1237/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1237", + "fixedId": true, + "name": "ElevatedButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@80091704", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@80091704/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@80091704/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "tokenPos": -1, + "line": 65 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/expansion_tile_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1236/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1236", + "fixedId": true, + "name": "ExpansionTileThemeData", + "library": { + "type": "@Library", + "id": "libraries/@82229784", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/expansion_tile_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@82229784/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fexpansion_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/expansion_tile_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@82229784/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fexpansion_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/expansion_tile_theme.dart" + }, + "tokenPos": -1, + "line": 163 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/filled_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1235/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1235", + "fixedId": true, + "name": "FilledButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@83320477", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/filled_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@83320477/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffilled_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/filled_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@83320477/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffilled_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/filled_button_theme.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1232/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1232", + "fixedId": true, + "name": "FloatingActionButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@87399144", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@87399144/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@87399144/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_theme.dart" + }, + "tokenPos": -1, + "line": 251 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1231/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1231", + "fixedId": true, + "name": "IconButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@89253920", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@89253920/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@89253920/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/input_decorator.dart", + "function": { + "type": "@Function", + "id": "classes/1230/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1230", + "fixedId": true, + "name": "InputDecorationThemeData", + "library": { + "type": "@Library", + "id": "libraries/@97019562", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1, + "line": 5456 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1227/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1227", + "fixedId": true, + "name": "ListTileThemeData", + "library": { + "type": "@Library", + "id": "libraries/@99202436", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@99202436/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@99202436/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "tokenPos": -1, + "line": 233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/menu_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1225/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1225", + "fixedId": true, + "name": "MenuThemeData", + "library": { + "type": "@Library", + "id": "libraries/@106168917", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/menu_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@106168917/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@106168917/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_theme.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/menu_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1224/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1224", + "fixedId": true, + "name": "MenuButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@104200668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/menu_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@104200668/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@104200668/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_button_theme.dart" + }, + "tokenPos": -1, + "line": 70 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/menu_style.dart", + "function": { + "type": "@Function", + "id": "classes/1223/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1223", + "fixedId": true, + "name": "MenuStyle", + "library": { + "type": "@Library", + "id": "libraries/@105101985", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/menu_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@105101985/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@105101985/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_style.dart" + }, + "tokenPos": -1, + "line": 206 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/navigation_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1222/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1222", + "fixedId": true, + "name": "NavigationBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@108044422", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/navigation_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@108044422/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@108044422/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_bar_theme.dart" + }, + "tokenPos": -1, + "line": 177 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/navigation_drawer_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1221/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1221", + "fixedId": true, + "name": "NavigationDrawerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@109373529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/navigation_drawer_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@109373529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_drawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_drawer_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@109373529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_drawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_drawer_theme.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/navigation_rail_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1220/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1220", + "fixedId": true, + "name": "NavigationRailThemeData", + "library": { + "type": "@Library", + "id": "libraries/@111277801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/navigation_rail_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@111277801/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_rail_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_rail_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@111277801/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_rail_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_rail_theme.dart" + }, + "tokenPos": -1, + "line": 184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/outlined_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1219/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1219", + "fixedId": true, + "name": "OutlinedButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@112507174", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/outlined_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@112507174/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Foutlined_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/outlined_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@112507174/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Foutlined_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/outlined_button_theme.dart" + }, + "tokenPos": -1, + "line": 65 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1218/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1218", + "fixedId": true, + "name": "PageTransitionsTheme", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/popup_menu_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1217/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1217", + "fixedId": true, + "name": "PopupMenuThemeData", + "library": { + "type": "@Library", + "id": "libraries/@115391735", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/popup_menu_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@115391735/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpopup_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/popup_menu_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@115391735/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpopup_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/popup_menu_theme.dart" + }, + "tokenPos": -1, + "line": 180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/progress_indicator_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1216/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1216", + "fixedId": true, + "name": "ProgressIndicatorThemeData", + "library": { + "type": "@Library", + "id": "libraries/@116003944", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/progress_indicator_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@116003944/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fprogress_indicator_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/progress_indicator_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@116003944/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fprogress_indicator_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/progress_indicator_theme.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/radio_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1215/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1215", + "fixedId": true, + "name": "RadioThemeData", + "library": { + "type": "@Library", + "id": "libraries/@117234651", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/radio_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@117234651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fradio_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/radio_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@117234651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fradio_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/radio_theme.dart" + }, + "tokenPos": -1, + "line": 143 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1195/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1195", + "fixedId": true, + "name": "ScrollbarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@121072678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@121072678/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@121072678/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "tokenPos": -1, + "line": 194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/search_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1194/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1194", + "fixedId": true, + "name": "SearchBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@122399218", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/search_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@122399218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@122399218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_bar_theme.dart" + }, + "tokenPos": -1, + "line": 188 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/search_view_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1193/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1193", + "fixedId": true, + "name": "SearchViewThemeData", + "library": { + "type": "@Library", + "id": "libraries/@123500249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/search_view_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@123500249/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_view_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_view_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@123500249/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_view_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_view_theme.dart" + }, + "tokenPos": -1, + "line": 153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/segmented_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1192/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1192", + "fixedId": true, + "name": "SegmentedButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@124198015", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/segmented_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@124198015/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsegmented_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/segmented_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@124198015/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsegmented_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/segmented_button_theme.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/slider_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1191/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1191", + "fixedId": true, + "name": "SliderThemeData", + "library": { + "type": "@Library", + "id": "libraries/@127362734", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/slider_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@127362734/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fslider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/slider_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@127362734/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fslider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/slider_theme.dart" + }, + "tokenPos": -1, + "line": 824 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/snack_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1190/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1190", + "fixedId": true, + "name": "SnackBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@130063486", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/snack_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@130063486/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsnack_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/snack_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@130063486/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsnack_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/snack_bar_theme.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/switch_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1189/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1189", + "fixedId": true, + "name": "SwitchThemeData", + "library": { + "type": "@Library", + "id": "libraries/@131125441", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/switch_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@131125441/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fswitch_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/switch_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@131125441/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fswitch_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/switch_theme.dart" + }, + "tokenPos": -1, + "line": 167 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tab_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1188/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1188", + "fixedId": true, + "name": "TabBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@132164651", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tab_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@132164651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftab_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tab_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@132164651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftab_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tab_bar_theme.dart" + }, + "tokenPos": -1, + "line": 498 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1187/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1187", + "fixedId": true, + "name": "TextButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@134442644", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@134442644/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@134442644/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_button_theme.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_selection_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1186/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1186", + "fixedId": true, + "name": "TextSelectionThemeData", + "library": { + "type": "@Library", + "id": "libraries/@135195223", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_selection_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@135195223/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_selection_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_selection_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@135195223/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_selection_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_selection_theme.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1185/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1185", + "fixedId": true, + "name": "TextTheme", + "library": { + "type": "@Library", + "id": "libraries/@136176439", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1, + "line": 741 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 2191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1183/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1183", + "fixedId": true, + "name": "VisualDensity", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 3354 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/time_picker_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1182/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1182", + "fixedId": true, + "name": "TimePickerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@139058348", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/time_picker_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@139058348/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftime_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/time_picker_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@139058348/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftime_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/time_picker_theme.dart" + }, + "tokenPos": -1, + "line": 432 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/toggle_buttons_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1181/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1181", + "fixedId": true, + "name": "ToggleButtonsThemeData", + "library": { + "type": "@Library", + "id": "libraries/@140308615", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/toggle_buttons_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@140308615/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftoggle_buttons_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/toggle_buttons_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@140308615/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftoggle_buttons_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/toggle_buttons_theme.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1179/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1179", + "fixedId": true, + "name": "TooltipThemeData", + "library": { + "type": "@Library", + "id": "libraries/@142080376", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@142080376/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@142080376/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/typography.dart", + "function": { + "type": "@Function", + "id": "classes/1178/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1178", + "fixedId": true, + "name": "Typography", + "library": { + "type": "@Library", + "id": "libraries/@144382893", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/typography.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1, + "line": 356 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/1177/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1177", + "fixedId": true, + "name": "BorderSide", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_style.dart", + "function": { + "type": "@Function", + "id": "classes/1175/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1175", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@362401080", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 1521 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1170/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1170", + "fixedId": true, + "name": "SemanticsData", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 1326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/keyboard_key.g.dart", + "function": { + "type": "@Function", + "id": "classes/1163/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1163", + "fixedId": true, + "name": "LogicalKeyboardKey", + "library": { + "type": "@Library", + "id": "libraries/@272043485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/keyboard_key.g.dart", + "function": { + "type": "@Function", + "id": "classes/1162/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1162", + "fixedId": true, + "name": "PhysicalKeyboardKey", + "library": { + "type": "@Library", + "id": "libraries/@272043485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1, + "line": 3560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_android.dart", + "function": { + "type": "@Function", + "id": "classes/1160/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1160", + "fixedId": true, + "name": "RawKeyEventDataAndroid", + "library": { + "type": "@Library", + "id": "libraries/@280177474", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1, + "line": 334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_fuchsia.dart", + "function": { + "type": "@Function", + "id": "classes/1159/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1159", + "fixedId": true, + "name": "RawKeyEventDataFuchsia", + "library": { + "type": "@Library", + "id": "libraries/@281349049", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1, + "line": 204 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_ios.dart", + "function": { + "type": "@Function", + "id": "classes/1158/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1158", + "fixedId": true, + "name": "RawKeyEventDataIos", + "library": { + "type": "@Library", + "id": "libraries/@282218955", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/1157/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1157", + "fixedId": true, + "name": "RawKeyEventDataLinux", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 179 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_macos.dart", + "function": { + "type": "@Function", + "id": "classes/1156/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1156", + "fixedId": true, + "name": "RawKeyEventDataMacOs", + "library": { + "type": "@Library", + "id": "libraries/@284244645", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_web.dart", + "function": { + "type": "@Function", + "id": "classes/1155/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1155", + "fixedId": true, + "name": "RawKeyEventDataWeb", + "library": { + "type": "@Library", + "id": "libraries/@285342469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1, + "line": 188 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_windows.dart", + "function": { + "type": "@Function", + "id": "classes/1154/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1154", + "fixedId": true, + "name": "RawKeyEventDataWindows", + "library": { + "type": "@Library", + "id": "libraries/@286422532", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1, + "line": 245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/1095/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1095", + "fixedId": true, + "name": "WidgetStateMapper", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3005/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 1036 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/collection-1.19.1/lib/src/equality.dart", + "function": { + "type": "@Function", + "id": "classes/1828/functions/hash", + "fixedId": true, + "name": "hash", + "owner": { + "type": "@Class", + "id": "classes/1828", + "fixedId": true, + "name": "MapEquality", + "library": { + "type": "@Library", + "id": "libraries/@22183165", + "fixedId": true, + "name": "", + "uri": "package:collection/src/equality.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@22183165/scripts/package%3Acollection%2Fsrc%2Fequality.dart/0", + "fixedId": true, + "uri": "package:collection/src/equality.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3006/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3007/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@22183165/scripts/package%3Acollection%2Fsrc%2Fequality.dart/0", + "fixedId": true, + "uri": "package:collection/src/equality.dart" + }, + "tokenPos": -1, + "line": 342 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Map?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MapEquality" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1048/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1048", + "fixedId": true, + "name": "_TextThemeDefaultsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@378439196", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1, + "line": 446 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1046/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1046", + "fixedId": true, + "name": "CupertinoThemeData", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 398 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1044/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/1044", + "fixedId": true, + "name": "NoDefaultCupertinoThemeData", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 599 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/key.dart", + "function": { + "type": "@Function", + "id": "classes/957/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/957", + "fixedId": true, + "name": "ValueKey", + "library": { + "type": "@Library", + "id": "libraries/@33174814", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/key.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@33174814/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fkey.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/key.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3008/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@33174814/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fkey.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/key.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/954/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/954", + "fixedId": true, + "name": "GlobalObjectKey", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3009/0", + "kind": "TypeParameter", + "identityHashCode": 2217990885, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/953/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/953", + "fixedId": true, + "name": "_DeprecatedRawViewKey", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3010/0", + "kind": "TypeParameter", + "identityHashCode": 815431849, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 914 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/stack_frame.dart", + "function": { + "type": "@Function", + "id": "classes/939/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/939", + "fixedId": true, + "name": "StackFrame", + "library": { + "type": "@Library", + "id": "libraries/@42425567", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Aobscured", + "fixedId": true, + "name": "obscured", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 781 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/gesture_settings.dart", + "function": { + "type": "@Function", + "id": "classes/866/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/866", + "fixedId": true, + "name": "DeviceGestureSettings", + "library": { + "type": "@Library", + "id": "libraries/@305479117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@305479117/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fgesture_settings.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@305479117/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fgesture_settings.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "tokenPos": -1, + "line": 43 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/842/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/842", + "fixedId": true, + "name": "Velocity", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 66 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3011/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 594 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/747/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/747", + "fixedId": true, + "name": "StadiumBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/746/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/746", + "fixedId": true, + "name": "_StadiumToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/745/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/745", + "fixedId": true, + "name": "_StadiumToRoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 804 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/input_decorator.dart", + "function": { + "type": "@Function", + "id": "classes/738/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/738", + "fixedId": true, + "name": "FloatingLabelAlignment", + "library": { + "type": "@Library", + "id": "libraries/@97019562", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1, + "line": 533 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/711/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/711", + "fixedId": true, + "name": "_IdentityThemeDataCacheKey", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 3098 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/705/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/705", + "fixedId": true, + "name": "AlignmentGeometry", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/700/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/700", + "fixedId": true, + "name": "BorderRadiusGeometry", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 328 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/decoration_image.dart", + "function": { + "type": "@Function", + "id": "classes/694/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/694", + "fixedId": true, + "name": "_BlendedDecorationImage", + "library": { + "type": "@Library", + "id": "libraries/@344297748", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1, + "line": 844 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/689/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/689", + "fixedId": true, + "name": "EdgeInsetsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/image_provider.dart", + "function": { + "type": "@Function", + "id": "classes/682/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/682", + "fixedId": true, + "name": "ImageConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@349477495", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@349477495/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@349477495/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/inline_span.dart", + "function": { + "type": "@Function", + "id": "classes/680/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/680", + "fixedId": true, + "name": "InlineSpanSemanticsInformation", + "library": { + "type": "@Library", + "id": "libraries/@350141754", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1, + "line": 116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 543 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/675/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/675", + "fixedId": true, + "name": "PlaceholderDimensions", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/661/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/661", + "fixedId": true, + "name": "SystemTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 2114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/659/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/659", + "fixedId": true, + "name": "_LinearTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 110 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/658/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/658", + "fixedId": true, + "name": "_ClampedTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/646/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/646", + "fixedId": true, + "name": "_BodyBoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 945 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/644/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/644", + "fixedId": true, + "name": "SliverConstraints", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 600 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/468/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/468", + "fixedId": true, + "name": "_SemanticsParentData", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/object.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/hashAllUnordered", + "fixedId": true, + "name": "hashAllUnordered", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1, + "line": 583 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/437/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/437", + "fixedId": true, + "name": "RelativeRect", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/436/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/436", + "fixedId": true, + "name": "ViewConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/421/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/421", + "fixedId": true, + "name": "AttributedString", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 756 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/predictive_back_event.dart", + "function": { + "type": "@Function", + "id": "classes/375/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/375", + "fixedId": true, + "name": "PredictiveBackEvent", + "library": { + "type": "@Library", + "id": "libraries/@278193216", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@278193216/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fpredictive_back_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@278193216/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fpredictive_back_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "tokenPos": -1, + "line": 105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/373/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/373", + "fixedId": true, + "name": "_ModifierSidePair", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 1136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_chrome.dart", + "function": { + "type": "@Function", + "id": "classes/367/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/367", + "fixedId": true, + "name": "SystemUiOverlayStyle", + "library": { + "type": "@Library", + "id": "libraries/@289077576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1, + "line": 376 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/316/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/316", + "fixedId": true, + "name": "IndexedSlot", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3012/0", + "kind": "TypeParameter", + "identityHashCode": 4289032577, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7342 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_data.dart", + "function": { + "type": "@Function", + "id": "classes/306/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/306", + "fixedId": true, + "name": "IconData", + "library": { + "type": "@Library", + "id": "libraries/@167226237", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@167226237/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@167226237/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_data.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/300/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/300", + "fixedId": true, + "name": "MediaQueryData", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 923 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/271/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/271", + "fixedId": true, + "name": "_StorageEntryIdentifier", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 57 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/234/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/234", + "fixedId": true, + "name": "ScrollableDetails", + "library": { + "type": "@Library", + "id": "libraries/@212416081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1, + "line": 131 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/203/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/203", + "fixedId": true, + "name": "WidgetStatePropertyAll", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3013/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 1107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/hct.dart", + "function": { + "type": "@Function", + "id": "classes/185/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/185", + "fixedId": true, + "name": "Hct", + "library": { + "type": "@Library", + "id": "libraries/@388004467", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/palettes/tonal_palette.dart", + "function": { + "type": "@Function", + "id": "classes/182/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/182", + "fixedId": true, + "name": "TonalPalette", + "library": { + "type": "@Library", + "id": "libraries/@390207939", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/null_patch.dart", + "function": { + "type": "@Function", + "id": "classes/171/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/171", + "fixedId": true, + "name": "Null", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fnull.dart/0", + "fixedId": true, + "uri": "dart:core/null.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fnull_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/null_patch.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/170/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/170", + "fixedId": true, + "name": "_ByteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1952 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1048 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/76/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/76", + "fixedId": true, + "name": "_SendPort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 163 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/74/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/74", + "fixedId": true, + "name": "_Capability", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 43 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_dynamic_library_patch.dart", + "function": { + "type": "@Function", + "id": "classes/73/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/73", + "fixedId": true, + "name": "DynamicLibrary", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fdynamic_library.dart/0", + "fixedId": true, + "uri": "dart:ffi/dynamic_library.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_dynamic_library_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_dynamic_library_patch.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_dynamic_library_patch.dart", + "function": { + "type": "@Function", + "id": "classes/73/functions/getHandle", + "fixedId": true, + "name": "getHandle", + "owner": { + "type": "@Class", + "id": "classes/73", + "fixedId": true, + "name": "DynamicLibrary", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fdynamic_library.dart/0", + "fixedId": true, + "uri": "dart:ffi/dynamic_library.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_dynamic_library_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_dynamic_library_patch.dart" + }, + "tokenPos": -1, + "line": 39 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/ffi/ffi.dart", + "function": { + "type": "@Function", + "id": "classes/72/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/72", + "fixedId": true, + "name": "Pointer", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3014/0", + "kind": "TypeParameter", + "identityHashCode": 2138133861, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/record_patch.dart", + "function": { + "type": "@Function", + "id": "classes/67/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/67", + "fixedId": true, + "name": "_Record", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Frecord_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/record_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Frecord_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/record_patch.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/bool_patch.dart", + "function": { + "type": "@Function", + "id": "classes/63/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/63", + "fixedId": true, + "name": "bool", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fbool.dart/0", + "fixedId": true, + "uri": "dart:core/bool.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fbool_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/bool_patch.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 15 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/61/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/61", + "fixedId": true, + "name": "_Mint", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 743 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/60/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/60", + "fixedId": true, + "name": "_Smi", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/_computeHash%400150898", + "fixedId": true, + "name": "_computeHash", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 24 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/type_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2456/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/2456", + "fixedId": true, + "name": "_AbstractType", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/get%3AhashCode", + "fixedId": true, + "name": "hashCode", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/970/functions/toDescription", + "fixedId": true, + "name": "toDescription", + "owner": { + "type": "@Class", + "id": "classes/970", + "fixedId": true, + "name": "DiagnosticsProperty", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3015/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2716 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/968/functions/toDescription", + "fixedId": true, + "name": "toDescription", + "owner": { + "type": "@Class", + "id": "classes/968", + "fixedId": true, + "name": "DiagnosticsBlock", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3555 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/963/functions/toDescription", + "fixedId": true, + "name": "toDescription", + "owner": { + "type": "@Class", + "id": "classes/963", + "fixedId": true, + "name": "DiagnosticableNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3016/0", + "kind": "TypeParameter", + "identityHashCode": 3413289930, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2952 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1662 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1662 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 976 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 976 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2105/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2105", + "fixedId": true, + "name": "__Float64ArrayView&_TypedListView&_DoubleListMixin&_TypedDoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 858 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2081/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2081", + "fixedId": true, + "name": "__Float64List&_TypedList&_DoubleListMixin&_TypedDoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 858 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2106/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2106", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin&_TypedDoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 858 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2082/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2082", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin&_TypedDoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 858 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2108/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2108", + "fixedId": true, + "name": "__Uint64ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2084/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2084", + "fixedId": true, + "name": "__Uint64List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2109/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2109", + "fixedId": true, + "name": "__Int64ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2085/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2085", + "fixedId": true, + "name": "__Int64List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2110/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2110", + "fixedId": true, + "name": "__Uint32ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2086/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2086", + "fixedId": true, + "name": "__Uint32List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2111/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2111", + "fixedId": true, + "name": "__Int32ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2087/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2087", + "fixedId": true, + "name": "__Int32List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2112/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2112", + "fixedId": true, + "name": "__Uint16ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2088/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2088", + "fixedId": true, + "name": "__Uint16List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2113/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2113", + "fixedId": true, + "name": "__Int16ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2089/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2089", + "fixedId": true, + "name": "__Int16List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2114/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2114", + "fixedId": true, + "name": "__Uint8ClampedArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2090/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2090", + "fixedId": true, + "name": "__Uint8ClampedList&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2115/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2115", + "fixedId": true, + "name": "__Uint8ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2091/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2091", + "fixedId": true, + "name": "__Uint8List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2116/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2116", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2092/functions/_slowSetRange%408027147", + "fixedId": true, + "name": "_slowSetRange", + "owner": { + "type": "@Class", + "id": "classes/2092", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin&_TypedIntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/494/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/494", + "fixedId": true, + "name": "PictureLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 886 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Adistance", + "fixedId": true, + "name": "distance", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 395 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/1095/functions/noSuchMethod", + "fixedId": true, + "name": "noSuchMethod", + "owner": { + "type": "@Class", + "id": "classes/1095", + "fixedId": true, + "name": "WidgetStateMapper", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3017/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 1044 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Adistance", + "fixedId": true, + "name": "distance", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 793 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/noSuchMethod", + "fixedId": true, + "name": "noSuchMethod", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/implicit_closures/5", + "fixedId": true, + "name": "noSuchMethod", + "owner": { + "type": "@Function", + "id": "classes/45/functions/noSuchMethod", + "fixedId": true, + "name": "noSuchMethod", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 34 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2797/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2797", + "fixedId": true, + "name": "_NativeScene", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 85 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 1082 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2795/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2795", + "fixedId": true, + "name": "_Image", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 2231 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 3492 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2785/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2785", + "fixedId": true, + "name": "_NativePicture", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2784/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2784", + "fixedId": true, + "name": "_NativePictureRecorder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2782/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2782", + "fixedId": true, + "name": "SpellOutStringAttribute", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 1646 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2779/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2779", + "fixedId": true, + "name": "_NativeSemanticsUpdateBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 2086 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2778/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2778", + "fixedId": true, + "name": "_NativeSemanticsUpdate", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 2118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3392 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3747 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/date_time.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1, + "line": 641 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/duration.dart", + "function": { + "type": "@Function", + "id": "classes/2761/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2761", + "fixedId": true, + "name": "Duration", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1, + "line": 336 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/enum.dart", + "function": { + "type": "@Function", + "id": "classes/2582/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2582", + "fixedId": true, + "name": "_Enum", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fenum.dart/0", + "fixedId": true, + "uri": "dart:core/enum.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fenum.dart/0", + "fixedId": true, + "uri": "dart:core/enum.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2581/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2581", + "fixedId": true, + "name": "AssertionError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2577/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2577", + "fixedId": true, + "name": "ArgumentError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2576/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2576", + "fixedId": true, + "name": "NoSuchMethodError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/symbol_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2153/functions/computeUnmangledName", + "fixedId": true, + "name": "computeUnmangledName", + "owner": { + "type": "@Class", + "id": "classes/2153", + "fixedId": true, + "name": "Symbol", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsymbol.dart/0", + "fixedId": true, + "uri": "dart:_internal/symbol.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Fsymbol_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/symbol_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2576/closures/436", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2576/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2576", + "fixedId": true, + "name": "NoSuchMethodError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 233 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 277 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2575/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2575", + "fixedId": true, + "name": "UnsupportedError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 584 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2574/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2574", + "fixedId": true, + "name": "UnimplementedError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 598 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2573/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2573", + "fixedId": true, + "name": "StateError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 623 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2572/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2572", + "fixedId": true, + "name": "ConcurrentModificationError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 637 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2571/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2571", + "fixedId": true, + "name": "_AssertionError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2570/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2570", + "fixedId": true, + "name": "_TypeError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 110 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2569/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2569", + "fixedId": true, + "name": "_CompileTimeError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 477 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart", + "function": { + "type": "@Function", + "id": "classes/2568/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2568", + "fixedId": true, + "name": "_DeferredNotLoadedError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Flib_prefix.dart/0", + "fixedId": true, + "uri": "dart:core-patch/lib_prefix.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2567/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2567", + "fixedId": true, + "name": "JsonCyclicError", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2566/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2566", + "fixedId": true, + "name": "JsonUnsupportedObjectError", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2564/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2564", + "fixedId": true, + "name": "LateError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2563/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2563", + "fixedId": true, + "name": "FieldAccessError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2563/functions/FieldAccessError.staticFieldAccessedWithoutIsolate", + "fixedId": true, + "name": "FieldAccessError.staticFieldAccessedWithoutIsolate", + "owner": { + "type": "@Class", + "id": "classes/2563", + "fixedId": true, + "name": "FieldAccessError", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:_internal/errors.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/mirrors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2562/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2562", + "fixedId": true, + "name": "AbstractClassInstantiationError", + "library": { + "type": "@Library", + "id": "libraries/@2408521", + "fixedId": true, + "name": "dart.mirrors", + "uri": "dart:mirrors" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@2408521/scripts/dart%3Amirrors/0", + "fixedId": true, + "uri": "dart:mirrors" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@2408521/scripts/dart%3Amirrors-patch%2Fmirrors_patch.dart/0", + "fixedId": true, + "uri": "dart:mirrors-patch/mirrors_patch.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/mirrors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2562/functions/AbstractClassInstantiationError._create%402408521", + "fixedId": true, + "name": "AbstractClassInstantiationError._create", + "owner": { + "type": "@Class", + "id": "classes/2562", + "fixedId": true, + "name": "AbstractClassInstantiationError", + "library": { + "type": "@Library", + "id": "libraries/@2408521", + "fixedId": true, + "name": "dart.mirrors", + "uri": "dart:mirrors" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@2408521/scripts/dart%3Amirrors/0", + "fixedId": true, + "uri": "dart:mirrors" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@2408521/scripts/dart%3Amirrors-patch%2Fmirrors_patch.dart/0", + "fixedId": true, + "uri": "dart:mirrors-patch/mirrors_patch.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1165 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TextTreeRenderer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/closures/379", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2561/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1165 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1173 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2558/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2558", + "fixedId": true, + "name": "OutOfMemoryError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 650 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2558/functions/OutOfMemoryError.", + "fixedId": true, + "name": "OutOfMemoryError", + "owner": { + "type": "@Class", + "id": "classes/2558", + "fixedId": true, + "name": "OutOfMemoryError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 648 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2557/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2557", + "fixedId": true, + "name": "StackOverflowError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 659 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2557/functions/StackOverflowError.", + "fixedId": true, + "name": "StackOverflowError", + "owner": { + "type": "@Class", + "id": "classes/2557", + "fixedId": true, + "name": "StackOverflowError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 657 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/exceptions.dart", + "function": { + "type": "@Function", + "id": "classes/2555/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2555", + "fixedId": true, + "name": "_Exception", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/exceptions.dart", + "function": { + "type": "@Function", + "id": "classes/2554/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2554", + "fixedId": true, + "name": "FormatException", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/exceptions.dart", + "function": { + "type": "@Function", + "id": "classes/2553/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2553", + "fixedId": true, + "name": "IntegerDivisionByZeroException", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1, + "line": 181 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3018/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 813 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3019/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3020/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2521/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2521", + "fixedId": true, + "name": "_CastIterableBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3021/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3022/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3023/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 849 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/iterableToShortString", + "fixedId": true, + "name": "iterableToShortString", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3024/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 857 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/2505/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2505", + "fixedId": true, + "name": "_History", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3665 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/map.dart", + "function": { + "type": "@Function", + "id": "classes/2497/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2497", + "fixedId": true, + "name": "MapEntry", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fmap.dart/0", + "fixedId": true, + "uri": "dart:core/map.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3025/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3026/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fmap.dart/0", + "fixedId": true, + "uri": "dart:core/map.dart" + }, + "tokenPos": -1, + "line": 514 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/stacktrace.dart", + "function": { + "type": "@Function", + "id": "classes/2488/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2488", + "fixedId": true, + "name": "_StringStackTrace", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstacktrace.dart/0", + "fixedId": true, + "uri": "dart:core/stacktrace.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstacktrace.dart/0", + "fixedId": true, + "uri": "dart:core/stacktrace.dart" + }, + "tokenPos": -1, + "line": 56 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2478/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2478", + "fixedId": true, + "name": "UriData", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4179 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4933 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/weak.dart", + "function": { + "type": "@Function", + "id": "classes/2476/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2476", + "fixedId": true, + "name": "Expando", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fweak.dart/0", + "fixedId": true, + "uri": "dart:core/weak.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3027/0", + "kind": "TypeParameter", + "identityHashCode": 4277883956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fweak.dart/0", + "fixedId": true, + "uri": "dart:core/weak.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2472/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2472", + "fixedId": true, + "name": "_InternalError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2472/functions/_InternalError%400150898.", + "fixedId": true, + "name": "_InternalError", + "owner": { + "type": "@Class", + "id": "classes/2472", + "fixedId": true, + "name": "_InternalError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/async_error.dart", + "function": { + "type": "@Function", + "id": "classes/2454/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2454", + "fixedId": true, + "name": "AsyncError", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fasync_error.dart/0", + "fixedId": true, + "uri": "dart:async/async_error.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fasync_error.dart/0", + "fixedId": true, + "uri": "dart:async/async_error.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/deferred_load.dart", + "function": { + "type": "@Function", + "id": "classes/2448/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2448", + "fixedId": true, + "name": "DeferredLoadException", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fdeferred_load.dart/0", + "fixedId": true, + "uri": "dart:async/deferred_load.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fdeferred_load.dart/0", + "fixedId": true, + "uri": "dart:async/deferred_load.dart" + }, + "tokenPos": -1, + "line": 11 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2446/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2446", + "fixedId": true, + "name": "TimeoutException", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 1124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/969/functions/get%3AallowTruncate", + "fixedId": true, + "name": "allowTruncate", + "owner": { + "type": "@Class", + "id": "classes/969", + "fixedId": true, + "name": "DiagnosticsStackTrace", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 1294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/968/functions/get%3AallowTruncate", + "fixedId": true, + "name": "allowTruncate", + "owner": { + "type": "@Class", + "id": "classes/968", + "fixedId": true, + "name": "DiagnosticsBlock", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3547 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/962/functions/get%3AallowTruncate", + "fixedId": true, + "name": "allowTruncate", + "owner": { + "type": "@Class", + "id": "classes/962", + "fixedId": true, + "name": "DiagnosticsNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1576 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2321/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2321", + "fixedId": true, + "name": "MapBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3028/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3029/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2316/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2316", + "fixedId": true, + "name": "SetBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3030/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/2310/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2310", + "fixedId": true, + "name": "_OverlayEntryLocation", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2143 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2303/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2303", + "fixedId": true, + "name": "MapView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3031/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3032/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2295/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2295", + "fixedId": true, + "name": "_SplayTreeMap&_SplayTree&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3033/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3034/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3035/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1248 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/ffi/abi.dart", + "function": { + "type": "@Function", + "id": "classes/2188/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2188", + "fixedId": true, + "name": "Abi", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fabi.dart/0", + "fixedId": true, + "uri": "dart:ffi/abi.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fabi.dart/0", + "fixedId": true, + "uri": "dart:ffi/abi.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/symbol_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2153/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2153", + "fixedId": true, + "name": "Symbol", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsymbol.dart/0", + "fixedId": true, + "uri": "dart:_internal/symbol.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal-patch%2Fsymbol_patch.dart/0", + "fixedId": true, + "uri": "dart:_internal-patch/symbol_patch.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2149/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2149", + "fixedId": true, + "name": "IsolateSpawnException", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 38 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2144/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2144", + "fixedId": true, + "name": "RemoteError", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 1049 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/166/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/166", + "fixedId": true, + "name": "_ExternalFloat64x2Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3759 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/165/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/165", + "fixedId": true, + "name": "_Float64x2ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5058 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/164/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/164", + "fixedId": true, + "name": "_Float64x2List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3164 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/162/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/162", + "fixedId": true, + "name": "_ExternalInt32x4Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3717 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/161/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/161", + "fixedId": true, + "name": "_Int32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5006 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/160/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/160", + "fixedId": true, + "name": "_Int32x4List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/158/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/158", + "fixedId": true, + "name": "_ExternalFloat32x4Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3675 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/157/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/157", + "fixedId": true, + "name": "_Float32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4954 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/156/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/156", + "fixedId": true, + "name": "_Float32x4List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3051 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/154/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/154", + "fixedId": true, + "name": "_ExternalFloat64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3633 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/153/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/153", + "fixedId": true, + "name": "_Float64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4902 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/152/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/152", + "fixedId": true, + "name": "_Float64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2994 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/150/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/150", + "fixedId": true, + "name": "_ExternalFloat32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3591 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/149/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/149", + "fixedId": true, + "name": "_Float32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4849 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/148/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/148", + "fixedId": true, + "name": "_Float32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2937 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/146/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/146", + "fixedId": true, + "name": "_ExternalUint64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3549 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/145/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/145", + "fixedId": true, + "name": "_Uint64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4796 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/144/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/144", + "fixedId": true, + "name": "_Uint64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2880 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/142/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/142", + "fixedId": true, + "name": "_ExternalInt64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3508 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/141/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/141", + "fixedId": true, + "name": "_Int64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4744 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/140/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/140", + "fixedId": true, + "name": "_Int64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2824 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/138/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/138", + "fixedId": true, + "name": "_ExternalUint32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3467 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/137/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/137", + "fixedId": true, + "name": "_Uint32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4692 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/136/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/136", + "fixedId": true, + "name": "_Uint32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2768 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/134/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/134", + "fixedId": true, + "name": "_ExternalInt32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3426 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/133/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/133", + "fixedId": true, + "name": "_Int32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4640 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/132/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/132", + "fixedId": true, + "name": "_Int32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2712 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/130/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/130", + "fixedId": true, + "name": "_ExternalUint16Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/129/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/129", + "fixedId": true, + "name": "_Uint16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4588 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/128/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/128", + "fixedId": true, + "name": "_Uint16List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2656 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/126/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/126", + "fixedId": true, + "name": "_ExternalInt16Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3343 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/125/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/125", + "fixedId": true, + "name": "_Int16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4521 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/124/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/124", + "fixedId": true, + "name": "_Int16List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2586 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/122/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/122", + "fixedId": true, + "name": "_ExternalUint8ClampedArray", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/121/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/121", + "fixedId": true, + "name": "_Uint8ClampedArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4452 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/120/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/120", + "fixedId": true, + "name": "_Uint8ClampedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2514 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/118/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/118", + "fixedId": true, + "name": "_ExternalUint8Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/117/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/117", + "fixedId": true, + "name": "_Uint8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4395 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/116/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/116", + "fixedId": true, + "name": "_Uint8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2452 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/114/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/114", + "fixedId": true, + "name": "_ExternalInt8Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3206 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/113/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/113", + "fixedId": true, + "name": "_Int8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/112/functions/_fastSetRange%408027147", + "fixedId": true, + "name": "_fastSetRange", + "owner": { + "type": "@Class", + "id": "classes/112", + "fixedId": true, + "name": "_Int8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2392 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/updateSubtreeNeedsAddToScene", + "fixedId": true, + "name": "updateSubtreeNeedsAddToScene", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 493 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/updateSubtreeNeedsAddToScene", + "fixedId": true, + "name": "updateSubtreeNeedsAddToScene", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http.dart", + "function": { + "type": "@Function", + "id": "classes/2044/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2044", + "fixedId": true, + "name": "HttpException", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http/0", + "fixedId": true, + "uri": "dart:_http" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http/0", + "fixedId": true, + "uri": "dart:_http" + }, + "tokenPos": -1, + "line": 2110 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 562 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2039/closures/391", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2039/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2039", + "fixedId": true, + "name": "_HttpHeaders", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 562 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 564 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 732 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_headers.dart", + "function": { + "type": "@Function", + "id": "classes/2037/closures/114", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2037/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2037", + "fixedId": true, + "name": "_HeaderValue", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 732 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_headers.dart/0", + "fixedId": true, + "uri": "dart:_http/http_headers.dart" + }, + "tokenPos": -1, + "line": 735 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket.dart", + "function": { + "type": "@Function", + "id": "classes/2018/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2018", + "fixedId": true, + "name": "WebSocketException", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket.dart" + }, + "tokenPos": -1, + "line": 441 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/common.dart", + "function": { + "type": "@Function", + "id": "classes/2010/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2010", + "fixedId": true, + "name": "OSError", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fcommon.dart/0", + "fixedId": true, + "uri": "dart:io/common.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fcommon.dart/0", + "fixedId": true, + "uri": "dart:io/common.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 287 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 779 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/link.dart", + "function": { + "type": "@Function", + "id": "classes/2004/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2004", + "fixedId": true, + "name": "_Link", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1, + "line": 241 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file.dart", + "function": { + "type": "@Function", + "id": "classes/1995/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1995", + "fixedId": true, + "name": "PathAccessException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1, + "line": 1156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file.dart", + "function": { + "type": "@Function", + "id": "classes/1994/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1994", + "fixedId": true, + "name": "PathExistsException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1, + "line": 1166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file.dart", + "function": { + "type": "@Function", + "id": "classes/1993/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1993", + "fixedId": true, + "name": "PathNotFoundException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1, + "line": 1179 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file.dart", + "function": { + "type": "@Function", + "id": "classes/1992/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1992", + "fixedId": true, + "name": "FileSystemException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile.dart/0", + "fixedId": true, + "uri": "dart:io/file.dart" + }, + "tokenPos": -1, + "line": 1144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/1988/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1988", + "fixedId": true, + "name": "FileSystemEntityType", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_system_entity.dart", + "function": { + "type": "@Function", + "id": "classes/1987/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1987", + "fixedId": true, + "name": "FileStat", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_system_entity.dart/0", + "fixedId": true, + "uri": "dart:io/file_system_entity.dart" + }, + "tokenPos": -1, + "line": 185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/process.dart", + "function": { + "type": "@Function", + "id": "classes/1968/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1968", + "fixedId": true, + "name": "ProcessStartMode", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1, + "line": 155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/process.dart", + "function": { + "type": "@Function", + "id": "classes/1967/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1967", + "fixedId": true, + "name": "ProcessSignal", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1, + "line": 632 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/process.dart", + "function": { + "type": "@Function", + "id": "classes/1966/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1966", + "fixedId": true, + "name": "SignalException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1, + "line": 658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/process.dart", + "function": { + "type": "@Function", + "id": "classes/1965/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1965", + "fixedId": true, + "name": "ProcessException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fprocess.dart/0", + "fixedId": true, + "uri": "dart:io/process.dart" + }, + "tokenPos": -1, + "line": 690 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/secure_socket.dart", + "function": { + "type": "@Function", + "id": "classes/1958/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1958", + "fixedId": true, + "name": "TlsException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsecure_socket.dart/0", + "fixedId": true, + "uri": "dart:io/secure_socket.dart" + }, + "tokenPos": -1, + "line": 1474 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/socket.dart", + "function": { + "type": "@Function", + "id": "classes/1956/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1956", + "fixedId": true, + "name": "InternetAddressType", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/socket.dart", + "function": { + "type": "@Function", + "id": "classes/1949/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1949", + "fixedId": true, + "name": "RawSocketEvent", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1, + "line": 548 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/socket.dart", + "function": { + "type": "@Function", + "id": "classes/1944/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1944", + "fixedId": true, + "name": "SocketException", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fsocket.dart/0", + "fixedId": true, + "uri": "dart:io/socket.dart" + }, + "tokenPos": -1, + "line": 1410 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 428 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 614 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 931 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1912/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1912", + "fixedId": true, + "name": "Radius", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1088 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1911/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1911", + "fixedId": true, + "name": "RRect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1802 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/key.dart", + "function": { + "type": "@Function", + "id": "classes/1909/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1909", + "fixedId": true, + "name": "KeyData", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fkey.dart/0", + "fixedId": true, + "uri": "dart:ui/key.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fkey.dart/0", + "fixedId": true, + "uri": "dart:ui/key.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1905/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1905", + "fixedId": true, + "name": "ColorSwatch", + "library": { + "type": "@Library", + "id": "libraries/@341179376", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@341179376/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/colors.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3036/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@341179376/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/colors.dart" + }, + "tokenPos": -1, + "line": 442 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 508 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1901/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1901", + "fixedId": true, + "name": "Paint", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1703 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1900/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1900", + "fixedId": true, + "name": "Image", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 2171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1892/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1892", + "fixedId": true, + "name": "_MatrixImageFilter", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 4325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1886/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1886", + "fixedId": true, + "name": "PictureRasterizationException", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 8036 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1881/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1881", + "fixedId": true, + "name": "_ViewConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 1947 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1880/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1880", + "fixedId": true, + "name": "FrameTiming", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1879/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1879", + "fixedId": true, + "name": "ViewPadding", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1878/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1878", + "fixedId": true, + "name": "ViewConstraints", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2478 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1877/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1877", + "fixedId": true, + "name": "DisplayFeature", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2572 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1876/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1876", + "fixedId": true, + "name": "Locale", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2909 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1874/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1874", + "fixedId": true, + "name": "ViewFocusEvent", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 3028 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/pointer.dart", + "function": { + "type": "@Function", + "id": "classes/1871/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1871", + "fixedId": true, + "name": "PointerData", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpointer.dart/0", + "fixedId": true, + "uri": "dart:ui/pointer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpointer.dart/0", + "fixedId": true, + "uri": "dart:ui/pointer.dart" + }, + "tokenPos": -1, + "line": 417 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1869/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1869", + "fixedId": true, + "name": "SemanticsAction", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1866/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1866", + "fixedId": true, + "name": "FontWeight", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 143 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1864/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1864", + "fixedId": true, + "name": "FontVariation", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1863/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1863", + "fixedId": true, + "name": "GlyphInfo", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1862/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1862", + "fixedId": true, + "name": "TextDecoration", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1861/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1861", + "fixedId": true, + "name": "TextHeightBehavior", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1526 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1860/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1860", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1851 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1859/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1859", + "fixedId": true, + "name": "ParagraphStyle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1857/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1857", + "fixedId": true, + "name": "TextBox", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2472 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1856/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1856", + "fixedId": true, + "name": "TextPosition", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2574 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_editing.dart", + "function": { + "type": "@Function", + "id": "classes/1855/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1855", + "fixedId": true, + "name": "TextSelection", + "library": { + "type": "@Library", + "id": "libraries/@293206251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_editing.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@293206251/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_editing.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_editing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@293206251/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_editing.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_editing.dart" + }, + "tokenPos": -1, + "line": 124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1854/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1854", + "fixedId": true, + "name": "TextRange", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2652 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1853/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1853", + "fixedId": true, + "name": "ParagraphConstraints", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2698 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1849/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1849", + "fixedId": true, + "name": "Display", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1848/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1848", + "fixedId": true, + "name": "FlutterView", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1847/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1847", + "fixedId": true, + "name": "AccessibilityFeatures", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 992 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1845/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1845", + "fixedId": true, + "name": "GestureSettings", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 1167 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/collection-1.19.1/lib/src/priority_queue.dart", + "function": { + "type": "@Function", + "id": "classes/1825/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1825", + "fixedId": true, + "name": "HeapPriorityQueue", + "library": { + "type": "@Library", + "id": "libraries/@23248793", + "fixedId": true, + "name": "", + "uri": "package:collection/src/priority_queue.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@23248793/scripts/package%3Acollection%2Fsrc%2Fpriority_queue.dart/0", + "fixedId": true, + "uri": "package:collection/src/priority_queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3037/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@23248793/scripts/package%3Acollection%2Fsrc%2Fpriority_queue.dart/0", + "fixedId": true, + "uri": "package:collection/src/priority_queue.dart" + }, + "tokenPos": -1, + "line": 326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1818/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1818", + "fixedId": true, + "name": "TrainHoppingAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 605 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1814/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1814", + "fixedId": true, + "name": "_AlwaysCompleteAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 45 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1813/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1813", + "fixedId": true, + "name": "_AlwaysDismissedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation.dart", + "function": { + "type": "@Function", + "id": "classes/1795/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1795", + "fixedId": true, + "name": "Animation", + "library": { + "type": "@Library", + "id": "libraries/@319368416", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3038/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1, + "line": 350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1811/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1811", + "fixedId": true, + "name": "ProxyAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1808/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1808", + "fixedId": true, + "name": "ReverseAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1805/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1805", + "fixedId": true, + "name": "CurvedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 461 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1801/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1801", + "fixedId": true, + "name": "CompoundAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3039/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 664 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1797/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1797", + "fixedId": true, + "name": "_AnimatedEvaluation", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3040/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1794/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1794", + "fixedId": true, + "name": "_MergingListenable", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 514 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1792/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1792", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorPainter", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 632 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/1790/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1790", + "fixedId": true, + "name": "CustomPainter", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/1786/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1786", + "fixedId": true, + "name": "CustomClipper", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3041/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1377 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/friction_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1782/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1782", + "fixedId": true, + "name": "FrictionSimulation", + "library": { + "type": "@Library", + "id": "libraries/@363071952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1780/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1780", + "fixedId": true, + "name": "SpringSimulation", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 264 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1779/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1779", + "fixedId": true, + "name": "BouncingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1777/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1777", + "fixedId": true, + "name": "Simulation", + "library": { + "type": "@Library", + "id": "libraries/@364445710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@364445710/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fsimulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@364445710/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fsimulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/simulation.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1090 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/1351/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1351", + "fixedId": true, + "name": "_CupertinoIconThemeData&IconThemeData&Diagnosticable", + "library": { + "type": "@Library", + "id": "libraries/@373449307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/icon_theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@373449307/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/icon_theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3098 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/1342/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1342", + "fixedId": true, + "name": "FlutterErrorDetails", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 744 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3AlocalDelta", + "fixedId": true, + "name": "localDelta", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 348 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/mouse_cursor.dart", + "function": { + "type": "@Function", + "id": "classes/1252/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1252", + "fixedId": true, + "name": "MouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@275171781", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1, + "line": 214 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/1094/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1094", + "fixedId": true, + "name": "_DiagnosticableTree&Object&Diagnosticable", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3098 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/1095/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1095", + "fixedId": true, + "name": "WidgetStateMapper", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3042/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 1039 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1090/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1090", + "fixedId": true, + "name": "Interval", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1087/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1087", + "fixedId": true, + "name": "Cubic", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1086/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1086", + "fixedId": true, + "name": "ThreePointCubic", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 512 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1085/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1085", + "fixedId": true, + "name": "FlippedCurve", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 1245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1082/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1082", + "fixedId": true, + "name": "ParametricCurve", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3043/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1081/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1081", + "fixedId": true, + "name": "_ChainedEvaluation", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3044/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1078/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1078", + "fixedId": true, + "name": "MaterialRectArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1074/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1074", + "fixedId": true, + "name": "MaterialPointArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1067/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1067", + "fixedId": true, + "name": "Tween", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3045/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 372 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1066/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1066", + "fixedId": true, + "name": "CurveTween", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 570 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween_sequence.dart", + "function": { + "type": "@Function", + "id": "classes/1065/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1065", + "fixedId": true, + "name": "TweenSequence", + "library": { + "type": "@Library", + "id": "libraries/@326511922", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@326511922/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween_sequence.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3046/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@326511922/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween_sequence.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween_sequence.dart", + "function": { + "type": "@Function", + "id": "classes/1062/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1062", + "fixedId": true, + "name": "_Interval", + "library": { + "type": "@Library", + "id": "libraries/@326511922", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@326511922/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween_sequence.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@326511922/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween_sequence.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1059/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1059", + "fixedId": true, + "name": "_CupertinoLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@375010061", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@375010061/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@375010061/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "tokenPos": -1, + "line": 344 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1058/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1058", + "fixedId": true, + "name": "_MaterialLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@101075540", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1, + "line": 734 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1057/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1057", + "fixedId": true, + "name": "_WidgetsLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 250 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1051/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1051", + "fixedId": true, + "name": "_BoxDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 587 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/1045/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1045", + "fixedId": true, + "name": "_CupertinoThemeData&NoDefaultCupertinoThemeData&Diagnosticable", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3098 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 984 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1026/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1026", + "fixedId": true, + "name": "ValueNotifier", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3047/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 562 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport_offset.dart", + "function": { + "type": "@Function", + "id": "classes/1016/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1016", + "fixedId": true, + "name": "ViewportOffset", + "library": { + "type": "@Library", + "id": "libraries/@263519463", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport_offset.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@263519463/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport_offset.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport_offset.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@263519463/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport_offset.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport_offset.dart" + }, + "tokenPos": -1, + "line": 261 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1015/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1015", + "fixedId": true, + "name": "SemanticsOwner", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1011/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1011", + "fixedId": true, + "name": "LocalizationsResolver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 873 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1000/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/1000", + "fixedId": true, + "name": "_GlowController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 557 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/999/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/999", + "fixedId": true, + "name": "_StretchController", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 980 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/998/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/998", + "fixedId": true, + "name": "ScrollController", + "library": { + "type": "@Library", + "id": "libraries/@201437953", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@201437953/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_controller.dart" + }, + "tokenPos": -1, + "line": 308 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 844 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/987/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/987", + "fixedId": true, + "name": "_ErrorDiagnostic", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/962/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/962", + "fixedId": true, + "name": "DiagnosticsNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1738 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/key.dart", + "function": { + "type": "@Function", + "id": "classes/960/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/960", + "fixedId": true, + "name": "UniqueKey", + "library": { + "type": "@Library", + "id": "libraries/@33174814", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/key.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@33174814/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fkey.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/key.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@33174814/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fkey.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/key.dart" + }, + "tokenPos": -1, + "line": 70 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/key.dart", + "function": { + "type": "@Function", + "id": "classes/957/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/957", + "fixedId": true, + "name": "ValueKey", + "library": { + "type": "@Library", + "id": "libraries/@33174814", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/key.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@33174814/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fkey.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/key.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3048/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@33174814/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fkey.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/key.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/955/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/955", + "fixedId": true, + "name": "LabeledGlobalKey", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3049/0", + "kind": "TypeParameter", + "identityHashCode": 1995024692, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/954/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/954", + "fixedId": true, + "name": "GlobalObjectKey", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3050/0", + "kind": "TypeParameter", + "identityHashCode": 2217990885, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/953/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/953", + "fixedId": true, + "name": "_DeprecatedRawViewKey", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3051/0", + "kind": "TypeParameter", + "identityHashCode": 815431849, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 917 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/stack_frame.dart", + "function": { + "type": "@Function", + "id": "classes/939/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/939", + "fixedId": true, + "name": "StackFrame", + "library": { + "type": "@Library", + "id": "libraries/@42425567", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/916/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/916", + "fixedId": true, + "name": "_GestureRecognizer&GestureArenaMember&DiagnosticableTreeMixin", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/912/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/912", + "fixedId": true, + "name": "_GestureArena", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/868/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/868", + "fixedId": true, + "name": "__TransformedPointerEvent&_AbstractPointerEvent&Diagnosticable", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3098 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3AlocalDelta", + "fixedId": true, + "name": "localDelta", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 833 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/gesture_settings.dart", + "function": { + "type": "@Function", + "id": "classes/866/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/866", + "fixedId": true, + "name": "DeviceGestureSettings", + "library": { + "type": "@Library", + "id": "libraries/@305479117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@305479117/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fgesture_settings.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@305479117/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fgesture_settings.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/865/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/865", + "fixedId": true, + "name": "BoxHitTestEntry", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 949 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/864/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/864", + "fixedId": true, + "name": "SliverHitTestEntry", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1065 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/863/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/863", + "fixedId": true, + "name": "HitTestEntry", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3052/0", + "kind": "TypeParameter", + "identityHashCode": 3739002719, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 57 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/857/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/857", + "fixedId": true, + "name": "HitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/lsq_solver.dart", + "function": { + "type": "@Function", + "id": "classes/854/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/854", + "fixedId": true, + "name": "PolynomialFit", + "library": { + "type": "@Library", + "id": "libraries/@308188158", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/lsq_solver.dart", + "function": { + "type": "@Function", + "id": "classes/856/functions/norm", + "fixedId": true, + "name": "norm", + "owner": { + "type": "@Class", + "id": "classes/856", + "fixedId": true, + "name": "_Vector", + "library": { + "type": "@Library", + "id": "libraries/@308188158", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/lsq_solver.dart", + "function": { + "type": "@Function", + "id": "classes/856/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/856", + "fixedId": true, + "name": "_Vector", + "library": { + "type": "@Library", + "id": "libraries/@308188158", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/lsq_solver.dart", + "function": { + "type": "@Function", + "id": "classes/856/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/856", + "fixedId": true, + "name": "_Vector", + "library": { + "type": "@Library", + "id": "libraries/@308188158", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1, + "line": 25 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/lsq_solver.dart", + "function": { + "type": "@Function", + "id": "classes/855/functions/getRow", + "fixedId": true, + "name": "getRow", + "owner": { + "type": "@Class", + "id": "classes/855", + "fixedId": true, + "name": "_Matrix", + "library": { + "type": "@Library", + "id": "libraries/@308188158", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1, + "line": 52 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Vector" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/lsq_solver.dart", + "function": { + "type": "@Function", + "id": "classes/855/functions/set", + "fixedId": true, + "name": "set", + "owner": { + "type": "@Class", + "id": "classes/855", + "fixedId": true, + "name": "_Matrix", + "library": { + "type": "@Library", + "id": "libraries/@308188158", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/lsq_solver.dart", + "function": { + "type": "@Function", + "id": "classes/855/functions/get", + "fixedId": true, + "name": "get", + "owner": { + "type": "@Class", + "id": "classes/855", + "fixedId": true, + "name": "_Matrix", + "library": { + "type": "@Library", + "id": "libraries/@308188158", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/lsq_solver.dart", + "function": { + "type": "@Function", + "id": "classes/853/functions/solve", + "fixedId": true, + "name": "solve", + "owner": { + "type": "@Class", + "id": "classes/853", + "fixedId": true, + "name": "LeastSquaresSolver", + "library": { + "type": "@Library", + "id": "libraries/@308188158", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@308188158/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flsq_solver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/lsq_solver.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Matrix" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PolynomialFit" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/848/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/848", + "fixedId": true, + "name": "OffsetPair", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 842 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/842/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/842", + "fixedId": true, + "name": "Velocity", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/841/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/841", + "fixedId": true, + "name": "VelocityEstimate", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/840/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/840", + "fixedId": true, + "name": "_PointAtTime", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/835/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/835", + "fixedId": true, + "name": "ScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 277 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/826/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/826", + "fixedId": true, + "name": "_DefaultHeroTag", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 27 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/779/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/779", + "fixedId": true, + "name": "_EndFloatFabLocation", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 782 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/770/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/770", + "fixedId": true, + "name": "FloatingActionButtonLocation", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 449 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/767/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/767", + "fixedId": true, + "name": "FloatingActionButtonAnimator", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 953 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/760/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/760", + "fixedId": true, + "name": "InkFeature", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 784 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3053/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 597 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/747/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/747", + "fixedId": true, + "name": "StadiumBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 131 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/746/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/746", + "fixedId": true, + "name": "_StadiumToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/745/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/745", + "fixedId": true, + "name": "_StadiumToRoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 446 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 807 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/739/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/739", + "fixedId": true, + "name": "ShapeBorder", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 648 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/input_decorator.dart", + "function": { + "type": "@Function", + "id": "classes/738/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/738", + "fixedId": true, + "name": "FloatingLabelAlignment", + "library": { + "type": "@Library", + "id": "libraries/@97019562", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1, + "line": 555 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/720/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/720", + "fixedId": true, + "name": "MultiChildLayoutDelegate", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 306 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/708/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/708", + "fixedId": true, + "name": "Alignment", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 432 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/707/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/707", + "fixedId": true, + "name": "AlignmentDirectional", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 610 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/705/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/705", + "fixedId": true, + "name": "AlignmentGeometry", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/700/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/700", + "fixedId": true, + "name": "BorderRadiusGeometry", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 846 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/decoration_image.dart", + "function": { + "type": "@Function", + "id": "classes/694/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/694", + "fixedId": true, + "name": "_BlendedDecorationImage", + "library": { + "type": "@Library", + "id": "libraries/@344297748", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1, + "line": 847 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/decoration_image.dart", + "function": { + "type": "@Function", + "id": "classes/693/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/693", + "fixedId": true, + "name": "_BlendedDecorationImagePainter", + "library": { + "type": "@Library", + "id": "libraries/@344297748", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1, + "line": 891 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/689/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/689", + "fixedId": true, + "name": "EdgeInsetsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/image_provider.dart", + "function": { + "type": "@Function", + "id": "classes/682/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/682", + "fixedId": true, + "name": "ImageConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@349477495", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@349477495/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@349477495/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "tokenPos": -1, + "line": 124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/inline_span.dart", + "function": { + "type": "@Function", + "id": "classes/680/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/680", + "fixedId": true, + "name": "InlineSpanSemanticsInformation", + "library": { + "type": "@Library", + "id": "libraries/@350141754", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 507 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/675/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/675", + "fixedId": true, + "name": "PlaceholderDimensions", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/661/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/661", + "fixedId": true, + "name": "SystemTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 2117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/659/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/659", + "fixedId": true, + "name": "_LinearTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/658/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/658", + "fixedId": true, + "name": "_ClampedTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/657/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/657", + "fixedId": true, + "name": "SpringDescription", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/tolerance.dart", + "function": { + "type": "@Function", + "id": "classes/652/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/652", + "fixedId": true, + "name": "Tolerance", + "library": { + "type": "@Library", + "id": "libraries/@366491837", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/tolerance.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@366491837/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ftolerance.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/tolerance.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@366491837/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ftolerance.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/tolerance.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 664 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/644/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/644", + "fixedId": true, + "name": "SliverConstraints", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 616 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/642/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/642", + "fixedId": true, + "name": "MultiChildLayoutParentData", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/641/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/641", + "fixedId": true, + "name": "FlexParentData", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/639/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/639", + "fixedId": true, + "name": "StackParentData", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 273 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/635/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/635", + "fixedId": true, + "name": "BoxParentData", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 967 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/633/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/633", + "fixedId": true, + "name": "TextParentData", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/626/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/626", + "fixedId": true, + "name": "SliverLogicalParentData", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1089 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/629/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/629", + "fixedId": true, + "name": "SliverMultiBoxAdaptorParentData", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 172 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/623/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/623", + "fixedId": true, + "name": "SliverPhysicalParentData", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 1142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/622/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/622", + "fixedId": true, + "name": "ParentData", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/614/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/614", + "fixedId": true, + "name": "AnnotationEntry", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3054/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 43 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 3889 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/474/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/474", + "fixedId": true, + "name": "_RenderObject&Object&DiagnosticableTreeMixin", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/473/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/473", + "fixedId": true, + "name": "LayerHandle", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3055/0", + "kind": "TypeParameter", + "identityHashCode": 1383491170, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 814 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/469/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/469", + "fixedId": true, + "name": "_MouseState", + "library": { + "type": "@Library", + "id": "libraries/@247437380", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@247437380/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fmouse_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/mouse_tracker.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/464/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/464", + "fixedId": true, + "name": "__RenderObjectSemantics&_SemanticsFragment&DiagnosticableTreeMixin", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/460/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/460", + "fixedId": true, + "name": "SemanticsTag", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 493 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/437/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/437", + "fixedId": true, + "name": "RelativeRect", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/436/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/436", + "fixedId": true, + "name": "ViewConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/435/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/435", + "fixedId": true, + "name": "RevealedOffset", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 276 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/428/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/428", + "fixedId": true, + "name": "Ticker", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 372 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/427/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/427", + "fixedId": true, + "name": "TickerFuture", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 503 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/426/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/426", + "fixedId": true, + "name": "TickerCanceled", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 524 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/421/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/421", + "fixedId": true, + "name": "AttributedString", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 759 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics_event.dart", + "function": { + "type": "@Function", + "id": "classes/412/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/412", + "fixedId": true, + "name": "SemanticsEvent", + "library": { + "type": "@Library", + "id": "libraries/@370521511", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics_event.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@370521511/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics_event.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@370521511/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics_event.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/asset_bundle.dart", + "function": { + "type": "@Function", + "id": "classes/407/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/407", + "fixedId": true, + "name": "AssetBundle", + "library": { + "type": "@Library", + "id": "libraries/@264177032", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@264177032/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fasset_bundle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/asset_bundle.dart" + }, + "tokenPos": -1, + "line": 138 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/396/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/396", + "fixedId": true, + "name": "KeyMessage", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1, + "line": 859 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codec.dart", + "function": { + "type": "@Function", + "id": "classes/392/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/392", + "fixedId": true, + "name": "MethodCall", + "library": { + "type": "@Library", + "id": "libraries/@273240122", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codec.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@273240122/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codec.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codec.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@273240122/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codec.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codec.dart" + }, + "tokenPos": -1, + "line": 52 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codec.dart", + "function": { + "type": "@Function", + "id": "classes/390/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/390", + "fixedId": true, + "name": "PlatformException", + "library": { + "type": "@Library", + "id": "libraries/@273240122", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codec.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@273240122/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codec.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codec.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@273240122/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codec.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codec.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codec.dart", + "function": { + "type": "@Function", + "id": "classes/389/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/389", + "fixedId": true, + "name": "MissingPluginException", + "library": { + "type": "@Library", + "id": "libraries/@273240122", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codec.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@273240122/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codec.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codec.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@273240122/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codec.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codec.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/predictive_back_event.dart", + "function": { + "type": "@Function", + "id": "classes/375/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/375", + "fixedId": true, + "name": "PredictiveBackEvent", + "library": { + "type": "@Library", + "id": "libraries/@278193216", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@278193216/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fpredictive_back_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@278193216/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fpredictive_back_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/369/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/369", + "fixedId": true, + "name": "RestorationBucket", + "library": { + "type": "@Library", + "id": "libraries/@287347053", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@287347053/scripts/package%3Aflutter%2Fsrc%2Fservices%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/restoration.dart" + }, + "tokenPos": -1, + "line": 981 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_chrome.dart", + "function": { + "type": "@Function", + "id": "classes/367/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/367", + "fixedId": true, + "name": "SystemUiOverlayStyle", + "library": { + "type": "@Library", + "id": "libraries/@289077576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/343/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/343", + "fixedId": true, + "name": "NavigationNotification", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 6383 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/notification_listener.dart", + "function": { + "type": "@Function", + "id": "classes/334/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/334", + "fixedId": true, + "name": "Notification", + "library": { + "type": "@Library", + "id": "libraries/@183140401", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@183140401/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnotification_listener.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@183140401/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnotification_listener.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/311/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/311", + "fixedId": true, + "name": "SemanticsGestureDelegate", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1679 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/310/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/310", + "fixedId": true, + "name": "_HeroFlightManifest", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/309/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/309", + "fixedId": true, + "name": "_HeroFlight", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1, + "line": 797 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_data.dart", + "function": { + "type": "@Function", + "id": "classes/306/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/306", + "fixedId": true, + "name": "IconData", + "library": { + "type": "@Library", + "id": "libraries/@167226237", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@167226237/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@167226237/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_data.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/300/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/300", + "fixedId": true, + "name": "MediaQueryData", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 945 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/294/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/294", + "fixedId": true, + "name": "ModalRoute", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3056/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 2338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/286/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/286", + "fixedId": true, + "name": "RouteSettings", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 659 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/272/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/272", + "fixedId": true, + "name": "OverlayPortalController", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1698 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/271/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/271", + "fixedId": true, + "name": "_StorageEntryIdentifier", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/248/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/248", + "fixedId": true, + "name": "ScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/251/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/251", + "fixedId": true, + "name": "DragScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 554 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/250/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/250", + "fixedId": true, + "name": "BallisticScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 674 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 806 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/246/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/246", + "fixedId": true, + "name": "ScrollDragController", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_delegate.dart", + "function": { + "type": "@Function", + "id": "classes/243/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/243", + "fixedId": true, + "name": "SliverChildDelegate", + "library": { + "type": "@Library", + "id": "libraries/@202070758", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@202070758/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_delegate.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_delegate.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart", + "function": { + "type": "@Function", + "id": "classes/241/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/241", + "fixedId": true, + "name": "FixedScrollMetrics", + "library": { + "type": "@Library", + "id": "libraries/@203372966", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@203372966/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_metrics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_metrics.dart" + }, + "tokenPos": -1, + "line": 217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 502 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/234/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/234", + "fixedId": true, + "name": "ScrollableDetails", + "library": { + "type": "@Library", + "id": "libraries/@212416081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart", + "function": { + "type": "@Function", + "id": "classes/211/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/211", + "fixedId": true, + "name": "_Location", + "library": { + "type": "@Library", + "id": "libraries/@234171358", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@234171358/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_inspector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_inspector.dart" + }, + "tokenPos": -1, + "line": 4085 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/208/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/208", + "fixedId": true, + "name": "_AnyWidgetStates", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/203/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/203", + "fixedId": true, + "name": "WidgetStatePropertyAll", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3057/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 1091 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/hct.dart", + "function": { + "type": "@Function", + "id": "classes/185/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/185", + "fixedId": true, + "name": "Hct", + "library": { + "type": "@Library", + "id": "libraries/@388004467", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1, + "line": 51 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/palettes/tonal_palette.dart", + "function": { + "type": "@Function", + "id": "classes/182/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/182", + "fixedId": true, + "name": "TonalPalette", + "library": { + "type": "@Library", + "id": "libraries/@390207939", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1, + "line": 216 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/null.dart", + "function": { + "type": "@Function", + "id": "classes/171/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/171", + "fixedId": true, + "name": "Null", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fnull.dart/0", + "fixedId": true, + "uri": "dart:core/null.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fnull.dart/0", + "fixedId": true, + "uri": "dart:core/null.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2075/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2075", + "fixedId": true, + "name": "_TypedListBase", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3058/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 511 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3059/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2345/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2345", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3060/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3061/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2351/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2351", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3062/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3063/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2357/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2357", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3064/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3065/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/record_patch.dart", + "function": { + "type": "@Function", + "id": "classes/67/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/67", + "fixedId": true, + "name": "_Record", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Frecord_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/record_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Frecord_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/record_patch.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/bool.dart", + "function": { + "type": "@Function", + "id": "classes/63/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/63", + "fixedId": true, + "name": "bool", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fbool.dart/0", + "fixedId": true, + "uri": "dart:core/bool.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fbool.dart/0", + "fixedId": true, + "uri": "dart:core/bool.dart" + }, + "tokenPos": -1, + "line": 210 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 258 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_toString%400150898", + "fixedId": true, + "name": "_toString", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/field_inits/_cache%400150898", + "fixedId": true, + "name": "_cache", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/60/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/60", + "fixedId": true, + "name": "_Smi", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 641 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/60/functions/_positiveBase10Length%400150898", + "fixedId": true, + "name": "_positiveBase10Length", + "owner": { + "type": "@Class", + "id": "classes/60", + "fixedId": true, + "name": "_Smi", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 622 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/60/functions/_negativeToString%400150898", + "fixedId": true, + "name": "_negativeToString", + "owner": { + "type": "@Class", + "id": "classes/60", + "fixedId": true, + "name": "_Smi", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 705 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/60/functions/_negativeBase10Length%400150898", + "fixedId": true, + "name": "_negativeBase10Length", + "owner": { + "type": "@Class", + "id": "classes/60", + "fixedId": true, + "name": "_Smi", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 683 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/type_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2456/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/2456", + "fixedId": true, + "name": "_AbstractType", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1, + "line": 10 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/toString", + "fixedId": true, + "name": "toString", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 27 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/970/functions/get%3Alevel", + "fixedId": true, + "name": "level", + "owner": { + "type": "@Class", + "id": "classes/970", + "fixedId": true, + "name": "DiagnosticsProperty", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3066/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2851 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/968/functions/get%3Alevel", + "fixedId": true, + "name": "level", + "owner": { + "type": "@Class", + "id": "classes/968", + "fixedId": true, + "name": "DiagnosticsBlock", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 3539 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/962/functions/get%3Alevel", + "fixedId": true, + "name": "level", + "owner": { + "type": "@Class", + "id": "classes/962", + "fixedId": true, + "name": "DiagnosticsNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1548 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2526/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2526", + "fixedId": true, + "name": "CastList", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3067/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3068/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3069/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/collections.dart", + "function": { + "type": "@Function", + "id": "classes/2467/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2467", + "fixedId": true, + "name": "UnmodifiableListView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fcollections.dart/0", + "fixedId": true, + "uri": "dart:collection/collections.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3070/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fcollections.dart/0", + "fixedId": true, + "uri": "dart:collection/collections.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/772/functions/getOffset", + "fixedId": true, + "name": "getOffset", + "owner": { + "type": "@Class", + "id": "classes/772", + "fixedId": true, + "name": "StandardFabLocation", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 507 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/null_patch.dart", + "function": { + "type": "@Function", + "id": "classes/171/functions/get%3A_identityHashCode%400150898", + "fixedId": true, + "name": "_identityHashCode", + "owner": { + "type": "@Class", + "id": "classes/171", + "fixedId": true, + "name": "Null", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fnull.dart/0", + "fixedId": true, + "uri": "dart:core/null.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fnull_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/null_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/get%3A_identityHashCode%400150898", + "fixedId": true, + "name": "_identityHashCode", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/bool_patch.dart", + "function": { + "type": "@Function", + "id": "classes/63/functions/get%3A_identityHashCode%400150898", + "fixedId": true, + "name": "_identityHashCode", + "owner": { + "type": "@Class", + "id": "classes/63", + "fixedId": true, + "name": "bool", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fbool.dart/0", + "fixedId": true, + "uri": "dart:core/bool.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fbool_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/bool_patch.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/get%3A_identityHashCode%400150898", + "fixedId": true, + "name": "_identityHashCode", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 18 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/61/functions/get%3A_identityHashCode%400150898", + "fixedId": true, + "name": "_identityHashCode", + "owner": { + "type": "@Class", + "id": "classes/61", + "fixedId": true, + "name": "_Mint", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 746 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/60/functions/get%3A_identityHashCode%400150898", + "fixedId": true, + "name": "_identityHashCode", + "owner": { + "type": "@Class", + "id": "classes/60", + "fixedId": true, + "name": "_Smi", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 543 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/get%3A_identityHashCode%400150898", + "fixedId": true, + "name": "_identityHashCode", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 25 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/ffi/abi.dart", + "function": { + "type": "@Function", + "id": "classes/2759/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2759", + "fixedId": true, + "name": "_Architecture", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fabi.dart/0", + "fixedId": true, + "uri": "dart:ffi/abi.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fabi.dart/0", + "fixedId": true, + "uri": "dart:ffi/abi.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/ffi/abi.dart", + "function": { + "type": "@Function", + "id": "classes/2758/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2758", + "fixedId": true, + "name": "_OS", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fabi.dart/0", + "fixedId": true, + "uri": "dart:ffi/abi.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fabi.dart/0", + "fixedId": true, + "uri": "dart:ffi/abi.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2757/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2757", + "fixedId": true, + "name": "MessageType", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message_router.dart", + "function": { + "type": "@Function", + "id": "classes/2756/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2756", + "fixedId": true, + "name": "ResponsePayloadKind", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage_router.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage_router.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message_router.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/network_profiling.dart", + "function": { + "type": "@Function", + "id": "classes/2755/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2755", + "fixedId": true, + "name": "_SocketProfileType", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fnetwork_profiling.dart/0", + "fixedId": true, + "uri": "dart:io/network_profiling.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/key.dart", + "function": { + "type": "@Function", + "id": "classes/2754/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2754", + "fixedId": true, + "name": "KeyEventType", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fkey.dart/0", + "fixedId": true, + "uri": "dart:ui/key.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fkey.dart/0", + "fixedId": true, + "uri": "dart:ui/key.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/key.dart", + "function": { + "type": "@Function", + "id": "classes/2753/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2753", + "fixedId": true, + "name": "KeyEventDeviceType", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fkey.dart/0", + "fixedId": true, + "uri": "dart:ui/key.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fkey.dart/0", + "fixedId": true, + "uri": "dart:ui/key.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2752/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2752", + "fixedId": true, + "name": "BlendMode", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2751/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2751", + "fixedId": true, + "name": "FilterQuality", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2749/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2749", + "fixedId": true, + "name": "PaintingStyle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2748/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2748", + "fixedId": true, + "name": "Clip", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2747/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2747", + "fixedId": true, + "name": "ColorSpace", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/2742/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2742", + "fixedId": true, + "name": "FramePhase", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/2740/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2740", + "fixedId": true, + "name": "AppLifecycleState", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/2739/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2739", + "fixedId": true, + "name": "AppExitResponse", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/2738/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2738", + "fixedId": true, + "name": "DisplayFeatureType", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/2737/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2737", + "fixedId": true, + "name": "DisplayFeatureState", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/2736/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2736", + "fixedId": true, + "name": "DartPerformanceMode", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/2735/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2735", + "fixedId": true, + "name": "ViewFocusState", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/2734/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2734", + "fixedId": true, + "name": "ViewFocusDirection", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/pointer.dart", + "function": { + "type": "@Function", + "id": "classes/2733/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2733", + "fixedId": true, + "name": "PointerChange", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpointer.dart/0", + "fixedId": true, + "uri": "dart:ui/pointer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpointer.dart/0", + "fixedId": true, + "uri": "dart:ui/pointer.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/pointer.dart", + "function": { + "type": "@Function", + "id": "classes/2732/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2732", + "fixedId": true, + "name": "PointerDeviceKind", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpointer.dart/0", + "fixedId": true, + "uri": "dart:ui/pointer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpointer.dart/0", + "fixedId": true, + "uri": "dart:ui/pointer.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/pointer.dart", + "function": { + "type": "@Function", + "id": "classes/2731/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2731", + "fixedId": true, + "name": "PointerSignalKind", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpointer.dart/0", + "fixedId": true, + "uri": "dart:ui/pointer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpointer.dart/0", + "fixedId": true, + "uri": "dart:ui/pointer.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2730/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2730", + "fixedId": true, + "name": "SemanticsRole", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2729/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2729", + "fixedId": true, + "name": "SemanticsInputType", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2728/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2728", + "fixedId": true, + "name": "SemanticsValidationResult", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2726/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2726", + "fixedId": true, + "name": "TextAlign", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2725/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2725", + "fixedId": true, + "name": "TextBaseline", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2724/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2724", + "fixedId": true, + "name": "TextDecorationStyle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2723/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2723", + "fixedId": true, + "name": "TextLeadingDistribution", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2722/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2722", + "fixedId": true, + "name": "TextDirection", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2721/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2721", + "fixedId": true, + "name": "TextAffinity", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2718/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2718", + "fixedId": true, + "name": "PlaceholderAlignment", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/2717/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2717", + "fixedId": true, + "name": "Brightness", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation.dart", + "function": { + "type": "@Function", + "id": "classes/2716/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2716", + "fixedId": true, + "name": "AnimationStatus", + "library": { + "type": "@Library", + "id": "libraries/@319368416", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2715/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2715", + "fixedId": true, + "name": "_AnimationDirection", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2714/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2714", + "fixedId": true, + "name": "AnimationBehavior", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/2713/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2713", + "fixedId": true, + "name": "_TrainHoppingMode", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/interface_level.dart", + "function": { + "type": "@Function", + "id": "classes/2712/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2712", + "fixedId": true, + "name": "CupertinoUserInterfaceLevelData", + "library": { + "type": "@Library", + "id": "libraries/@374320671", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/interface_level.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@374320671/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Finterface_level.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/interface_level.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@374320671/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Finterface_level.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/interface_level.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/2711/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2711", + "fixedId": true, + "name": "DiagnosticLevel", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/2710/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2710", + "fixedId": true, + "name": "DiagnosticsTreeStyle", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/2709/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2709", + "fixedId": true, + "name": "_WordWrapParseMode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/platform.dart", + "function": { + "type": "@Function", + "id": "classes/2708/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2708", + "fixedId": true, + "name": "TargetPlatform", + "library": { + "type": "@Library", + "id": "libraries/@38399751", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/platform.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@38399751/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fplatform.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/platform.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@38399751/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fplatform.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/platform.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/print.dart", + "function": { + "type": "@Function", + "id": "classes/2707/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2707", + "fixedId": true, + "name": "_WordWrapParseMode", + "library": { + "type": "@Library", + "id": "libraries/@39110992", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/print.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@39110992/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fprint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/print.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/arena.dart", + "function": { + "type": "@Function", + "id": "classes/2705/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2705", + "fixedId": true, + "name": "GestureDisposition", + "library": { + "type": "@Library", + "id": "libraries/@297060655", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/arena.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@297060655/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Farena.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/arena.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/2703/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2703", + "fixedId": true, + "name": "_DragState", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/2702/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2702", + "fixedId": true, + "name": "_DragDirection", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/2701/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2701", + "fixedId": true, + "name": "DragStartBehavior", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/2700/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2700", + "fixedId": true, + "name": "MultitouchDragStrategy", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/2699/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2699", + "fixedId": true, + "name": "GestureRecognizerState", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/2697/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2697", + "fixedId": true, + "name": "ThemeMode", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/2696/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2696", + "fixedId": true, + "name": "_CornerId", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/2691/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2691", + "fixedId": true, + "name": "ButtonTextTheme", + "library": { + "type": "@Library", + "id": "libraries/@63378263", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@63378263/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@63378263/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_theme.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/2687/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2687", + "fixedId": true, + "name": "_FloatingActionButtonType", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/2686/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2686", + "fixedId": true, + "name": "_IconButtonVariant", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/2685/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2685", + "fixedId": true, + "name": "_HighlightType", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/input_decorator.dart", + "function": { + "type": "@Function", + "id": "classes/2684/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2684", + "fixedId": true, + "name": "FloatingLabelBehavior", + "library": { + "type": "@Library", + "id": "libraries/@97019562", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/2683/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2683", + "fixedId": true, + "name": "ListTileStyle", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/2681/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2681", + "fixedId": true, + "name": "ListTileTitleAlignment", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/2680/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2680", + "fixedId": true, + "name": "_ListTileSlot", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/2679/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2679", + "fixedId": true, + "name": "MaterialType", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/2675/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2675", + "fixedId": true, + "name": "_ScaffoldSlot", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/2666/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2666", + "fixedId": true, + "name": "MaterialTapTargetSize", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip_theme.dart", + "function": { + "type": "@Function", + "id": "classes/2665/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2665", + "fixedId": true, + "name": "TooltipTriggerMode", + "library": { + "type": "@Library", + "id": "libraries/@142080376", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@142080376/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@142080376/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/basic_types.dart", + "function": { + "type": "@Function", + "id": "classes/2663/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2663", + "fixedId": true, + "name": "RenderComparison", + "library": { + "type": "@Library", + "id": "libraries/@332409233", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@332409233/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbasic_types.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@332409233/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbasic_types.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/basic_types.dart", + "function": { + "type": "@Function", + "id": "classes/2662/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2662", + "fixedId": true, + "name": "Axis", + "library": { + "type": "@Library", + "id": "libraries/@332409233", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@332409233/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbasic_types.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@332409233/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbasic_types.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/basic_types.dart", + "function": { + "type": "@Function", + "id": "classes/2661/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2661", + "fixedId": true, + "name": "VerticalDirection", + "library": { + "type": "@Library", + "id": "libraries/@332409233", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@332409233/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbasic_types.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@332409233/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbasic_types.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/basic_types.dart", + "function": { + "type": "@Function", + "id": "classes/2660/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2660", + "fixedId": true, + "name": "AxisDirection", + "library": { + "type": "@Library", + "id": "libraries/@332409233", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@332409233/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbasic_types.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@332409233/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbasic_types.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/basic_types.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/2659/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2659", + "fixedId": true, + "name": "BorderStyle", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/2658/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2658", + "fixedId": true, + "name": "BoxShape", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/2657/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2657", + "fixedId": true, + "name": "TextOverflow", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/2656/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2656", + "fixedId": true, + "name": "TextWidthBasis", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/2651/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2651", + "fixedId": true, + "name": "MainAxisSize", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/2650/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2650", + "fixedId": true, + "name": "MainAxisAlignment", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/flex.dart", + "function": { + "type": "@Function", + "id": "classes/2649/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2649", + "fixedId": true, + "name": "CrossAxisAlignment", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/2647/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2647", + "fixedId": true, + "name": "HitTestBehavior", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/2646/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2646", + "fixedId": true, + "name": "DecorationPosition", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/2638/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2638", + "fixedId": true, + "name": "GrowthDirection", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/2637/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2637", + "fixedId": true, + "name": "StackFit", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/2636/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2636", + "fixedId": true, + "name": "CacheExtentStyle", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/2635/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2635", + "fixedId": true, + "name": "SliverPaintOrder", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport_offset.dart", + "function": { + "type": "@Function", + "id": "classes/2634/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2634", + "fixedId": true, + "name": "ScrollDirection", + "library": { + "type": "@Library", + "id": "libraries/@263519463", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport_offset.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@263519463/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport_offset.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport_offset.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@263519463/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport_offset.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport_offset.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/2633/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2633", + "fixedId": true, + "name": "SchedulerPhase", + "library": { + "type": "@Library", + "id": "libraries/@327222615", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2631/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2631", + "fixedId": true, + "name": "DebugSemanticsDumpOrder", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/2630/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2630", + "fixedId": true, + "name": "KeyboardLockMode", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/2629/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2629", + "fixedId": true, + "name": "KeyDataTransitMode", + "library": { + "type": "@Library", + "id": "libraries/@270443624", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@270443624/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fhardware_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/hardware_keyboard.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/predictive_back_event.dart", + "function": { + "type": "@Function", + "id": "classes/2628/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2628", + "fixedId": true, + "name": "SwipeEdge", + "library": { + "type": "@Library", + "id": "libraries/@278193216", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@278193216/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fpredictive_back_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@278193216/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fpredictive_back_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/2627/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2627", + "fixedId": true, + "name": "KeyboardSide", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/2626/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2626", + "fixedId": true, + "name": "ModifierKey", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_input.dart", + "function": { + "type": "@Function", + "id": "classes/2620/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2620", + "fixedId": true, + "name": "SelectionChangedCause", + "library": { + "type": "@Library", + "id": "libraries/@295206165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_input.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@295206165/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_input.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_input.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/2618/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2618", + "fixedId": true, + "name": "KeyEventResult", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/2617/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2617", + "fixedId": true, + "name": "UnfocusDisposition", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/2616/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2616", + "fixedId": true, + "name": "FocusHighlightMode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/2615/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2615", + "fixedId": true, + "name": "FocusHighlightStrategy", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/2614/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2614", + "fixedId": true, + "name": "TraversalDirection", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/2613/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2613", + "fixedId": true, + "name": "TraversalEdgeBehavior", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/2611/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2611", + "fixedId": true, + "name": "_ElementLifecycle", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/heroes.dart", + "function": { + "type": "@Function", + "id": "classes/2610/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2610", + "fixedId": true, + "name": "HeroFlightDirection", + "library": { + "type": "@Library", + "id": "libraries/@165011697", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@165011697/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fheroes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/heroes.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/2609/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2609", + "fixedId": true, + "name": "Orientation", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/2608/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2608", + "fixedId": true, + "name": "_MediaQueryAspect", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/2607/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2607", + "fixedId": true, + "name": "NavigationMode", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigation_toolbar.dart", + "function": { + "type": "@Function", + "id": "classes/2606/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2606", + "fixedId": true, + "name": "_ToolbarSlot", + "library": { + "type": "@Library", + "id": "libraries/@180023576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@180023576/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigation_toolbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@180023576/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigation_toolbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/2605/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2605", + "fixedId": true, + "name": "RoutePopDisposition", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/2604/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2604", + "fixedId": true, + "name": "_RouteLifecycle", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/2603/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2603", + "fixedId": true, + "name": "_RouteRestorationType", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/2601/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2601", + "fixedId": true, + "name": "_GlowState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/2600/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2600", + "fixedId": true, + "name": "_StretchDirection", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/2599/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2599", + "fixedId": true, + "name": "_StretchState", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/2597/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2597", + "fixedId": true, + "name": "_ModalRouteAspect", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/2596/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2596", + "fixedId": true, + "name": "AndroidOverscrollIndicator", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/2595/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2595", + "fixedId": true, + "name": "ScrollDecelerationRate", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_position.dart", + "function": { + "type": "@Function", + "id": "classes/2594/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2594", + "fixedId": true, + "name": "ScrollPositionAlignmentPolicy", + "library": { + "type": "@Library", + "id": "libraries/@207085019", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@207085019/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_position.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_position.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/2592/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2592", + "fixedId": true, + "name": "ScrollIncrementType", + "library": { + "type": "@Library", + "id": "libraries/@212416081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/2591/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2591", + "fixedId": true, + "name": "ScrollbarOrientation", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/2589/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2589", + "fixedId": true, + "name": "LockState", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/2588/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2588", + "fixedId": true, + "name": "SnapshotMode", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/standard_component_type.dart", + "function": { + "type": "@Function", + "id": "classes/2587/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2587", + "fixedId": true, + "name": "StandardComponentType", + "library": { + "type": "@Library", + "id": "libraries/@224370736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/standard_component_type.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@224370736/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fstandard_component_type.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/standard_component_type.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@224370736/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fstandard_component_type.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/standard_component_type.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/2585/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2585", + "fixedId": true, + "name": "WidgetState", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/src/tone_delta_pair.dart", + "function": { + "type": "@Function", + "id": "classes/2584/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2584", + "fixedId": true, + "name": "TonePolarity", + "library": { + "type": "@Library", + "id": "libraries/@405060332", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/src/tone_delta_pair.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@405060332/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fsrc%2Ftone_delta_pair.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/src/tone_delta_pair.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@405060332/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fsrc%2Ftone_delta_pair.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/src/tone_delta_pair.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/dynamiccolor/variant.dart", + "function": { + "type": "@Function", + "id": "classes/2583/functions/_enumToString%400150898", + "fixedId": true, + "name": "_enumToString", + "owner": { + "type": "@Class", + "id": "classes/2583", + "fixedId": true, + "name": "Variant", + "library": { + "type": "@Library", + "id": "libraries/@386072493", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/dynamiccolor/variant.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@386072493/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fvariant.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/variant.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@386072493/scripts/package%3Amaterial_color_utilities%2Fdynamiccolor%2Fvariant.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/dynamiccolor/variant.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2551/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2551", + "fixedId": true, + "name": "_GeneratorIterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3071/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 927 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3072/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 707 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2549/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2549", + "fixedId": true, + "name": "SubListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3073/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2548/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2548", + "fixedId": true, + "name": "MappedListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3074/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3075/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 442 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2547/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2547", + "fixedId": true, + "name": "ReversedListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3076/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/supportsRasterization", + "fixedId": true, + "name": "supportsRasterization", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/supportsRasterization", + "fixedId": true, + "name": "supportsRasterization", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3077/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3078/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 43 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1571/functions/didUnmountRenderObject", + "fixedId": true, + "name": "didUnmountRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1571", + "fixedId": true, + "name": "CustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 845 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1570/functions/didUnmountRenderObject", + "fixedId": true, + "name": "didUnmountRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1570", + "fixedId": true, + "name": "ClipRect", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 921 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1569/functions/didUnmountRenderObject", + "fixedId": true, + "name": "didUnmountRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1569", + "fixedId": true, + "name": "ClipPath", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 1283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1503/functions/didUnmountRenderObject", + "fixedId": true, + "name": "didUnmountRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1503", + "fixedId": true, + "name": "RenderObjectWidget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 1930 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1611 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1611 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 925 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 925 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 579 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 579 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/_fireCompositionCallbacks%40245518307", + "fixedId": true, + "name": "_fireCompositionCallbacks", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 173 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/_fireCompositionCallbacks%40245518307", + "fixedId": true, + "name": "_fireCompositionCallbacks", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1078 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3079/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 310 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/88/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/88", + "fixedId": true, + "name": "_Set", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3080/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/set.dart", + "function": { + "type": "@Function", + "id": "classes/2491/functions/castFrom", + "fixedId": true, + "name": "castFrom", + "owner": { + "type": "@Class", + "id": "classes/2491", + "fixedId": true, + "name": "Set", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fset.dart/0", + "fixedId": true, + "uri": "dart:core/set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3081/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fset.dart/0", + "fixedId": true, + "uri": "dart:core/set.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CastSet" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/636/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/636", + "fixedId": true, + "name": "_ContainerBoxParentData&BoxParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3082/0", + "kind": "TypeParameter", + "identityHashCode": 665643193, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/633/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/633", + "fixedId": true, + "name": "TextParentData", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 92 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/627/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/627", + "fixedId": true, + "name": "_SliverMultiBoxAdaptorParentData&SliverLogicalParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/624/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/624", + "fixedId": true, + "name": "_SliverPhysicalContainerParentData&SliverPhysicalParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/622/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/622", + "fixedId": true, + "name": "ParentData", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 59 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3083/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 687 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2546/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2546", + "fixedId": true, + "name": "ListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3084/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 56 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2532/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2532", + "fixedId": true, + "name": "_CompactValuesIterable", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3085/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 841 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2529/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2529", + "fixedId": true, + "name": "LinkedList", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3086/0", + "kind": "TypeParameter", + "identityHashCode": 1493998246, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3087/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3088/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2521/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2521", + "fixedId": true, + "name": "_CastIterableBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3089/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3090/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2506/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2506", + "fixedId": true, + "name": "HashedObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3091/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3092/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/962/functions/get%3AshowName", + "fixedId": true, + "name": "showName", + "owner": { + "type": "@Class", + "id": "classes/962", + "fixedId": true, + "name": "DiagnosticsNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1555 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/computeSizeForNoChild", + "fixedId": true, + "name": "computeSizeForNoChild", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3356 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/600/functions/computeSizeForNoChild", + "fixedId": true, + "name": "computeSizeForNoChild", + "owner": { + "type": "@Class", + "id": "classes/600", + "fixedId": true, + "name": "RenderPointerListener", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/computeSizeForNoChild", + "fixedId": true, + "name": "computeSizeForNoChild", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 578 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/557/functions/computeSizeForNoChild", + "fixedId": true, + "name": "computeSizeForNoChild", + "owner": { + "type": "@Class", + "id": "classes/557", + "fixedId": true, + "name": "_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1201/functions/addActionListener", + "fixedId": true, + "name": "addActionListener", + "owner": { + "type": "@Class", + "id": "classes/1201", + "fixedId": true, + "name": "_ContextActionToActionAdapter", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3093/0", + "kind": "TypeParameter", + "identityHashCode": 1020608184, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1844 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1196/functions/addActionListener", + "fixedId": true, + "name": "addActionListener", + "owner": { + "type": "@Class", + "id": "classes/1196", + "fixedId": true, + "name": "Action", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3094/0", + "kind": "TypeParameter", + "identityHashCode": 2916673937, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 359 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1773/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1773", + "fixedId": true, + "name": "MyApp", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 15 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MaterialApp" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1772/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1772", + "fixedId": true, + "name": "BadBuildPage", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 206 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ListView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1772/closures/681", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1772/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1772", + "fixedId": true, + "name": "BadBuildPage", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 206 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 215 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ListTile" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1771/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1771", + "fixedId": true, + "name": "CupertinoTheme", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate InheritedCupertinoTheme" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CupertinoIconThemeData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/action_buttons.dart", + "function": { + "type": "@Function", + "id": "classes/1766/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1766", + "fixedId": true, + "name": "_ActionButton", + "library": { + "type": "@Library", + "id": "libraries/@45378963", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IconButton" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/action_buttons.dart", + "function": { + "type": "@Function", + "id": "classes/1766/closures/784", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1766/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1766", + "fixedId": true, + "name": "_ActionButton", + "library": { + "type": "@Library", + "id": "libraries/@45378963", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 46 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1765/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1765", + "fixedId": true, + "name": "IconButton", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 717 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate InkResponse" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SelectableIconButton" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/action_buttons.dart", + "function": { + "type": "@Function", + "id": "classes/1764/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1764", + "fixedId": true, + "name": "_ActionIcon", + "library": { + "type": "@Library", + "id": "libraries/@45378963", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Icon" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/action_buttons.dart", + "function": { + "type": "@Function", + "id": "classes/1763/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1763", + "fixedId": true, + "name": "BackButtonIcon", + "library": { + "type": "@Library", + "id": "libraries/@45378963", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ActionIcon" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/action_buttons.dart", + "function": { + "type": "@Function", + "id": "classes/1763/closures/783", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1763/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1763", + "fixedId": true, + "name": "BackButtonIcon", + "library": { + "type": "@Library", + "id": "libraries/@45378963", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 126 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/action_buttons.dart", + "function": { + "type": "@Function", + "id": "classes/1763/closures/782", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1763/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1763", + "fixedId": true, + "name": "BackButtonIcon", + "library": { + "type": "@Library", + "id": "libraries/@45378963", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 126 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/action_buttons.dart", + "function": { + "type": "@Function", + "id": "classes/1762/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1762", + "fixedId": true, + "name": "CloseButtonIcon", + "library": { + "type": "@Library", + "id": "libraries/@45378963", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/action_buttons.dart", + "function": { + "type": "@Function", + "id": "classes/1762/closures/786", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1762/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1762", + "fixedId": true, + "name": "CloseButtonIcon", + "library": { + "type": "@Library", + "id": "libraries/@45378963", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 221 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/action_buttons.dart", + "function": { + "type": "@Function", + "id": "classes/1762/closures/785", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1762/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1762", + "fixedId": true, + "name": "CloseButtonIcon", + "library": { + "type": "@Library", + "id": "libraries/@45378963", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 221 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@45378963/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Faction_buttons.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/action_buttons.dart" + }, + "tokenPos": -1, + "line": 224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/1755/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1755", + "fixedId": true, + "name": "FloatingActionButton", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 488 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MergeSemantics" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Hero" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _EffectiveMouseCursor" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RawMaterialButton" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ChildOverflowBox" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Row" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FABDefaultsM2" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FABDefaultsM3" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1753/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1753", + "fixedId": true, + "name": "InkResponse", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 652 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InkResponseStateWidget" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/1752/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1752", + "fixedId": true, + "name": "ListTile", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 815 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Ink" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ListTile" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _IndividualOverrides" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _LisTileDefaultsM2" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _LisTileDefaultsM3" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1751/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1751", + "fixedId": true, + "name": "_ShapeBorderPaint", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 953 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ShapeBorderPainter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1750/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1750", + "fixedId": true, + "name": "_ZoomPageTransition", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1750/closures/939", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1750/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1750", + "fixedId": true, + "name": "_ZoomPageTransition", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 282 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 296 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1750/closures/938", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1750/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1750", + "fixedId": true, + "name": "_ZoomPageTransition", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 282 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1749/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1749", + "fixedId": true, + "name": "_BodyBuilder", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 967 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1748/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1748", + "fixedId": true, + "name": "Scrollbar", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 153 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MaterialScrollbar" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CupertinoScrollbar" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1747/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1747", + "fixedId": true, + "name": "Theme", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _InheritedTheme" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CupertinoTheme" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/1746/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1746", + "fixedId": true, + "name": "_TooltipOverlay", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 1037 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TooltipPositionDelegate" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Container" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart", + "function": { + "type": "@Function", + "id": "classes/1745/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1745", + "fixedId": true, + "name": "_NullWidget", + "library": { + "type": "@Library", + "id": "libraries/@149490736", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fautomatic_keep_alive.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/automatic_keep_alive.dart" + }, + "tokenPos": -1, + "line": 490 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1744/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1744", + "fixedId": true, + "name": "PositionedDirectional", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 5196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1743/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1743", + "fixedId": true, + "name": "KeyedSubtree", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1742/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1742", + "fixedId": true, + "name": "Builder", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 8260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/container.dart", + "function": { + "type": "@Function", + "id": "classes/1741/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1741", + "fixedId": true, + "name": "Container", + "library": { + "type": "@Library", + "id": "libraries/@152235064", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/container.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@152235064/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fcontainer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/container.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@152235064/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fcontainer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/container.dart" + }, + "tokenPos": -1, + "line": 381 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DecoratedBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/default_selection_style.dart", + "function": { + "type": "@Function", + "id": "classes/1740/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1740", + "fixedId": true, + "name": "_NullWidget", + "library": { + "type": "@Library", + "id": "libraries/@154143571", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@154143571/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_selection_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@154143571/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_selection_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/default_text_editing_shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1739/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1739", + "fixedId": true, + "name": "DefaultTextEditingShortcuts", + "library": { + "type": "@Library", + "id": "libraries/@155297651", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/default_text_editing_shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@155297651/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_text_editing_shortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_text_editing_shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@155297651/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_text_editing_shortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_text_editing_shortcuts.dart" + }, + "tokenPos": -1, + "line": 985 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1738/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1738", + "fixedId": true, + "name": "GestureDetector", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1048 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1738/closures/772", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1738/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1738", + "fixedId": true, + "name": "GestureDetector", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1048 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1067 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/1738/closures/771", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1738/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1738", + "fixedId": true, + "name": "GestureDetector", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1048 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 1066 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon.dart", + "function": { + "type": "@Function", + "id": "classes/1737/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1737", + "fixedId": true, + "name": "Icon", + "library": { + "type": "@Library", + "id": "libraries/@166001244", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@166001244/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@166001244/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ExcludeSemantics" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RichText" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/modal_barrier.dart", + "function": { + "type": "@Function", + "id": "classes/1736/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1736", + "fixedId": true, + "name": "ModalBarrier", + "library": { + "type": "@Library", + "id": "libraries/@179005443", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BlockSemantics" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ModalBarrierGestureDetector" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ColoredBox" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/modal_barrier.dart", + "function": { + "type": "@Function", + "id": "classes/1736/closures/676", + "fixedId": true, + "name": "handleDismiss", + "owner": { + "type": "@Function", + "id": "classes/1736/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1736", + "fixedId": true, + "name": "ModalBarrier", + "library": { + "type": "@Library", + "id": "libraries/@179005443", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1, + "line": 207 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_sound.dart", + "function": { + "type": "@Function", + "id": "classes/364/functions/play", + "fixedId": true, + "name": "play", + "owner": { + "type": "@Class", + "id": "classes/364", + "fixedId": true, + "name": "SystemSound", + "library": { + "type": "@Library", + "id": "libraries/@291141381", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_sound.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@291141381/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_sound.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_sound.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@291141381/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_sound.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_sound.dart" + }, + "tokenPos": -1, + "line": 43 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/modal_barrier.dart", + "function": { + "type": "@Function", + "id": "classes/1735/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1735", + "fixedId": true, + "name": "_ModalBarrierGestureDetector", + "library": { + "type": "@Library", + "id": "libraries/@179005443", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1, + "line": 435 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AnyTapGestureRecognizerFactory" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigation_toolbar.dart", + "function": { + "type": "@Function", + "id": "classes/1734/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1734", + "fixedId": true, + "name": "NavigationToolbar", + "library": { + "type": "@Library", + "id": "libraries/@180023576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@180023576/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigation_toolbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@180023576/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigation_toolbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ToolbarLayout" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/1733/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1733", + "fixedId": true, + "name": "PageStorage", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/safe_area.dart", + "function": { + "type": "@Function", + "id": "classes/1732/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1732", + "fixedId": true, + "name": "SafeArea", + "library": { + "type": "@Library", + "id": "libraries/@197234669", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/safe_area.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@197234669/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsafe_area.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/safe_area.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@197234669/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsafe_area.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/safe_area.dart" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_view.dart", + "function": { + "type": "@Function", + "id": "classes/1729/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1729", + "fixedId": true, + "name": "ScrollView", + "library": { + "type": "@Library", + "id": "libraries/@210108986", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1, + "line": 487 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Scrollable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_view.dart", + "function": { + "type": "@Function", + "id": "classes/1729/closures/693", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1729/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1729", + "fixedId": true, + "name": "ScrollView", + "library": { + "type": "@Library", + "id": "libraries/@210108986", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1, + "line": 487 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@210108986/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_view.dart" + }, + "tokenPos": -1, + "line": 509 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/text.dart", + "function": { + "type": "@Function", + "id": "classes/1728/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1728", + "fixedId": true, + "name": "_NullWidget", + "library": { + "type": "@Library", + "id": "libraries/@226420430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/text.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@226420430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftext.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@226420430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftext.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/text.dart" + }, + "tokenPos": -1, + "line": 250 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/text.dart", + "function": { + "type": "@Function", + "id": "classes/1727/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1727", + "fixedId": true, + "name": "Text", + "library": { + "type": "@Library", + "id": "libraries/@226420430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/text.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@226420430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftext.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@226420430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftext.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/text.dart" + }, + "tokenPos": -1, + "line": 694 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/title.dart", + "function": { + "type": "@Function", + "id": "classes/1725/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1725", + "fixedId": true, + "name": "Title", + "library": { + "type": "@Library", + "id": "libraries/@229387583", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/title.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@229387583/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftitle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/title.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@229387583/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftitle.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/title.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ApplicationSwitcherDescription" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1724/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1724", + "fixedId": true, + "name": "RawView", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RawViewInternal" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1724/closures/614", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1724/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1724", + "fixedId": true, + "name": "RawView", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 370 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 376 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ViewScope" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _PipelineOwnerScope" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3095/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 619 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1473/functions/updateSlot", + "fixedId": true, + "name": "updateSlot", + "owner": { + "type": "@Class", + "id": "classes/1473", + "fixedId": true, + "name": "RenderTreeRootElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7236 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3096/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1095 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/updateSlot", + "fixedId": true, + "name": "updateSlot", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6808 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/updateSlot", + "fixedId": true, + "name": "updateSlot", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/any", + "fixedId": true, + "name": "any", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3097/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 497 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1078/functions/set%3Abegin", + "fixedId": true, + "name": "begin=", + "owner": { + "type": "@Class", + "id": "classes/1078", + "fixedId": true, + "name": "MaterialRectArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 317 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1074/functions/set%3Abegin", + "fixedId": true, + "name": "begin=", + "owner": { + "type": "@Class", + "id": "classes/1074", + "fixedId": true, + "name": "MaterialPointArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 153 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1067/functions/set%3Abegin", + "fixedId": true, + "name": "begin=", + "owner": { + "type": "@Class", + "id": "classes/1067", + "fixedId": true, + "name": "Tween", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3098/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/970/functions/get%3AallowNameWrap", + "fixedId": true, + "name": "allowNameWrap", + "owner": { + "type": "@Class", + "id": "classes/970", + "fixedId": true, + "name": "DiagnosticsProperty", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3099/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2641 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/962/functions/get%3AallowNameWrap", + "fixedId": true, + "name": "allowNameWrap", + "owner": { + "type": "@Class", + "id": "classes/962", + "fixedId": true, + "name": "DiagnosticsNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1573 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 42, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1483/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1483", + "fixedId": true, + "name": "ComponentElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5714 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1483/closures/442", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1483/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1483", + "fixedId": true, + "name": "ComponentElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5714 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5755 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1483/closures/441", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1483/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1483", + "fixedId": true, + "name": "ComponentElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5714 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5736 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 43, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5878 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 543 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 884 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SplayTreeMapNode" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SplayTreeKeyIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/closures/823", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1469/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 884 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 949 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/closures/822", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1469/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 884 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 944 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/closures/821", + "fixedId": true, + "name": "processElement", + "owner": { + "type": "@Function", + "id": "classes/1469/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 884 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 894 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6728 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1640/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1640", + "fixedId": true, + "name": "InheritedCupertinoTheme", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1465/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1465", + "fixedId": true, + "name": "RootElement", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1701 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/performRebuild", + "fixedId": true, + "name": "performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5452 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1634/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1634", + "fixedId": true, + "name": "IconButtonTheme", + "library": { + "type": "@Library", + "id": "libraries/@89253920", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@89253920/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@89253920/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "tokenPos": -1, + "line": 119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1631/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1631", + "fixedId": true, + "name": "_InheritedTheme", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 231 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/default_selection_style.dart", + "function": { + "type": "@Function", + "id": "classes/1629/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1629", + "fixedId": true, + "name": "DefaultSelectionStyle", + "library": { + "type": "@Library", + "id": "libraries/@154143571", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@154143571/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_selection_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@154143571/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdefault_selection_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/default_selection_style.dart" + }, + "tokenPos": -1, + "line": 124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1628/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1628", + "fixedId": true, + "name": "IconTheme", + "library": { + "type": "@Library", + "id": "libraries/@168033112", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@168033112/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@168033112/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme.dart" + }, + "tokenPos": -1, + "line": 87 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/text.dart", + "function": { + "type": "@Function", + "id": "classes/1627/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1627", + "fixedId": true, + "name": "DefaultTextStyle", + "library": { + "type": "@Library", + "id": "libraries/@226420430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/text.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@226420430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftext.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@226420430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftext.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/text.dart" + }, + "tokenPos": -1, + "line": 189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/flexible_space_bar.dart", + "function": { + "type": "@Function", + "id": "classes/1623/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1623", + "fixedId": true, + "name": "FlexibleSpaceBarSettings", + "library": { + "type": "@Library", + "id": "libraries/@84474650", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/flexible_space_bar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@84474650/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fflexible_space_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/flexible_space_bar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@84474650/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fflexible_space_bar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/flexible_space_bar.dart" + }, + "tokenPos": -1, + "line": 431 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1622/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1622", + "fixedId": true, + "name": "_ParentInkResponseProvider", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1621/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1621", + "fixedId": true, + "name": "_ScaffoldMessengerScope", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 663 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1620/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1620", + "fixedId": true, + "name": "_ScaffoldScope", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 3448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1618/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1618", + "fixedId": true, + "name": "_ActionsScope", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1617/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1617", + "fixedId": true, + "name": "Directionality", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1611/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1611", + "fixedId": true, + "name": "InheritedNotifier", + "library": { + "type": "@Library", + "id": "libraries/@173313948", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3100/0", + "kind": "TypeParameter", + "identityHashCode": 1737248483, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1854 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1609/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1609", + "fixedId": true, + "name": "_ModalScopeStatus", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1005 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shared_app_data.dart", + "function": { + "type": "@Function", + "id": "classes/1608/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1608", + "fixedId": true, + "name": "_SharedAppModel", + "library": { + "type": "@Library", + "id": "libraries/@218433526", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@218433526/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshared_app_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@218433526/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshared_app_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1606/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1606", + "fixedId": true, + "name": "_LocalizationsScope", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 343 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1604/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1604", + "fixedId": true, + "name": "HeroControllerScope", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 890 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1603/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1603", + "fixedId": true, + "name": "_RenderTheaterMarker", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2158 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/primary_scroll_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1602/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1602", + "fixedId": true, + "name": "PrimaryScrollController", + "library": { + "type": "@Library", + "id": "libraries/@192080686", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@192080686/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fprimary_scroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@192080686/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fprimary_scroll_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/primary_scroll_controller.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1601/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1601", + "fixedId": true, + "name": "UnmanagedRestorationScope", + "library": { + "type": "@Library", + "id": "libraries/@193384654", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 206 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/1599/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1599", + "fixedId": true, + "name": "ScrollConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 414 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart", + "function": { + "type": "@Function", + "id": "classes/1598/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1598", + "fixedId": true, + "name": "_ScrollNotificationObserverScope", + "library": { + "type": "@Library", + "id": "libraries/@205016095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@205016095/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification_observer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification_observer.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1597/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1597", + "fixedId": true, + "name": "_ScrollableScope", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 544 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shortcuts.dart", + "function": { + "type": "@Function", + "id": "classes/1595/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1595", + "fixedId": true, + "name": "_ShortcutRegistrarScope", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1, + "line": 1562 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1594/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1594", + "fixedId": true, + "name": "_EffectiveTickerMode", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1593/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1593", + "fixedId": true, + "name": "_ViewScope", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 618 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1592/functions/updateShouldNotify", + "fixedId": true, + "name": "updateShouldNotify", + "owner": { + "type": "@Class", + "id": "classes/1592", + "fixedId": true, + "name": "_PipelineOwnerScope", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 627 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2525/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2525", + "fixedId": true, + "name": "_CastListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3101/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3102/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1483/functions/mount", + "fixedId": true, + "name": "mount", + "owner": { + "type": "@Class", + "id": "classes/1483", + "fixedId": true, + "name": "ComponentElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5694 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1481/functions/mount", + "fixedId": true, + "name": "mount", + "owner": { + "type": "@Class", + "id": "classes/1481", + "fixedId": true, + "name": "SingleChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7015 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/1478/functions/mount", + "fixedId": true, + "name": "mount", + "owner": { + "type": "@Class", + "id": "classes/1478", + "fixedId": true, + "name": "_ViewportElement", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1, + "line": 250 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/functions/mount", + "fixedId": true, + "name": "mount", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7174 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/mount", + "fixedId": true, + "name": "mount", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 498 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1471/functions/mount", + "fixedId": true, + "name": "mount", + "owner": { + "type": "@Class", + "id": "classes/1471", + "fixedId": true, + "name": "_OverlayPortalElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/mount", + "fixedId": true, + "name": "mount", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6688 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1468/functions/mount", + "fixedId": true, + "name": "mount", + "owner": { + "type": "@Class", + "id": "classes/1468", + "fixedId": true, + "name": "SlottedRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@222130468", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3103/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3104/0", + "kind": "TypeParameter", + "identityHashCode": 2668395730, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1465/functions/mount", + "fixedId": true, + "name": "mount", + "owner": { + "type": "@Class", + "id": "classes/1465", + "fixedId": true, + "name": "RootElement", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1681 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/mount", + "fixedId": true, + "name": "mount", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4275 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2316/functions/any", + "fixedId": true, + "name": "any", + "owner": { + "type": "@Class", + "id": "classes/2316", + "fixedId": true, + "name": "SetBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3105/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/987/functions/valueToString", + "fixedId": true, + "name": "valueToString", + "owner": { + "type": "@Class", + "id": "classes/987", + "fixedId": true, + "name": "_ErrorDiagnostic", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 234 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/970/functions/valueToString", + "fixedId": true, + "name": "valueToString", + "owner": { + "type": "@Class", + "id": "classes/970", + "fixedId": true, + "name": "DiagnosticsProperty", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3106/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2708 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2293/functions/any", + "fixedId": true, + "name": "any", + "owner": { + "type": "@Class", + "id": "classes/2293", + "fixedId": true, + "name": "_SplayTreeSet&_SplayTree&Iterable&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3107/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2465/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2465", + "fixedId": true, + "name": "UnmodifiableListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3108/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2549/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2549", + "fixedId": true, + "name": "SubListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3109/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 296 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate EmptyIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2539/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2539", + "fixedId": true, + "name": "EmptyIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3110/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 777 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3111/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3112/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 210 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 104 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/Stream.eventTransformed", + "fixedId": true, + "name": "Stream.eventTransformed", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3113/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 594 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BoundSinkStream" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/closures/18", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2407/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 104 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2406/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2406", + "fixedId": true, + "name": "_WebSocketOutgoingTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 716 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2406/closures/399", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2406/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2406", + "fixedId": true, + "name": "_WebSocketOutgoingTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 716 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 717 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2521/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2521", + "fixedId": true, + "name": "_CastIterableBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3114/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3115/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 39 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2514/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2514", + "fixedId": true, + "name": "EfficientLengthSkipIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3116/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 649 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2513/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2513", + "fixedId": true, + "name": "SkipIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3117/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 625 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3118/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 632 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1483/functions/forgetChild", + "fixedId": true, + "name": "forgetChild", + "owner": { + "type": "@Class", + "id": "classes/1483", + "fixedId": true, + "name": "ComponentElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5777 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1481/functions/forgetChild", + "fixedId": true, + "name": "forgetChild", + "owner": { + "type": "@Class", + "id": "classes/1481", + "fixedId": true, + "name": "SingleChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7008 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/functions/forgetChild", + "fixedId": true, + "name": "forgetChild", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/forgetChild", + "fixedId": true, + "name": "forgetChild", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 578 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1471/functions/forgetChild", + "fixedId": true, + "name": "forgetChild", + "owner": { + "type": "@Class", + "id": "classes/1471", + "fixedId": true, + "name": "_OverlayPortalElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2258 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/forgetChild", + "fixedId": true, + "name": "forgetChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1021 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1468/functions/forgetChild", + "fixedId": true, + "name": "forgetChild", + "owner": { + "type": "@Class", + "id": "classes/1468", + "fixedId": true, + "name": "SlottedRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@222130468", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3119/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3120/0", + "kind": "TypeParameter", + "identityHashCode": 2668395730, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 251 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1465/functions/forgetChild", + "fixedId": true, + "name": "forgetChild", + "owner": { + "type": "@Class", + "id": "classes/1465", + "fixedId": true, + "name": "RootElement", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1674 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/forgetChild", + "fixedId": true, + "name": "forgetChild", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4622 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3121/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 712 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2499/functions/List.empty", + "fixedId": true, + "name": "List.empty", + "owner": { + "type": "@Class", + "id": "classes/2499", + "fixedId": true, + "name": "List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Flist.dart/0", + "fixedId": true, + "uri": "dart:core/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3122/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array_patch.dart" + }, + "tokenPos": -1, + "line": 10 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_GrowableList%400150898.filled", + "fixedId": true, + "name": "_GrowableList.filled", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3123/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2549/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2549", + "fixedId": true, + "name": "SubListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3124/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 318 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2546/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2546", + "fixedId": true, + "name": "ListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3125/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2539/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2539", + "fixedId": true, + "name": "EmptyIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3126/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 791 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3127/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3128/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2507/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2507", + "fixedId": true, + "name": "ObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3129/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 21, + "exclusiveTicks": 4, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2506/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2506", + "fixedId": true, + "name": "HashedObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3130/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3131/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1199/functions/toKeyEventResult", + "fixedId": true, + "name": "toKeyEventResult", + "owner": { + "type": "@Class", + "id": "classes/1199", + "fixedId": true, + "name": "NextFocusAction", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1198/functions/toKeyEventResult", + "fixedId": true, + "name": "toKeyEventResult", + "owner": { + "type": "@Class", + "id": "classes/1198", + "fixedId": true, + "name": "PreviousFocusAction", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1196/functions/toKeyEventResult", + "fixedId": true, + "name": "toKeyEventResult", + "owner": { + "type": "@Class", + "id": "classes/1196", + "fixedId": true, + "name": "Action", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3132/0", + "kind": "TypeParameter", + "identityHashCode": 2916673937, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2267/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2267", + "fixedId": true, + "name": "Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/converter.dart", + "function": { + "type": "@Function", + "id": "classes/2263/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2263", + "fixedId": true, + "name": "Converter", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fconverter.dart/0", + "fixedId": true, + "uri": "dart:convert/converter.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3133/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3134/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fconverter.dart/0", + "fixedId": true, + "uri": "dart:convert/converter.dart" + }, + "tokenPos": -1, + "line": 45 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/converter.dart", + "function": { + "type": "@Function", + "id": "classes/2263/closures/427", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2263/functions/bind", + "fixedId": true, + "name": "bind", + "owner": { + "type": "@Class", + "id": "classes/2263", + "fixedId": true, + "name": "Converter", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fconverter.dart/0", + "fixedId": true, + "uri": "dart:convert/converter.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3135/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3136/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fconverter.dart/0", + "fixedId": true, + "uri": "dart:convert/converter.dart" + }, + "tokenPos": -1, + "line": 45 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fconverter.dart/0", + "fixedId": true, + "uri": "dart:convert/converter.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ConverterStreamEventSink" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3137/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2559/functions/get%3AstackTrace", + "fixedId": true, + "name": "stackTrace", + "owner": { + "type": "@Class", + "id": "classes/2559", + "fixedId": true, + "name": "Error", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 19 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2558/functions/get%3AstackTrace", + "fixedId": true, + "name": "stackTrace", + "owner": { + "type": "@Class", + "id": "classes/2558", + "fixedId": true, + "name": "OutOfMemoryError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 652 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2557/functions/get%3AstackTrace", + "fixedId": true, + "name": "stackTrace", + "owner": { + "type": "@Class", + "id": "classes/2557", + "fixedId": true, + "name": "StackOverflowError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 661 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/exceptions.dart", + "function": { + "type": "@Function", + "id": "classes/2553/functions/get%3AstackTrace", + "fixedId": true, + "name": "stackTrace", + "owner": { + "type": "@Class", + "id": "classes/2553", + "fixedId": true, + "name": "IntegerDivisionByZeroException", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fexceptions.dart/0", + "fixedId": true, + "uri": "dart:core/exceptions.dart" + }, + "tokenPos": -1, + "line": 178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/functions/inflateWidget", + "fixedId": true, + "name": "inflateWidget", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7167 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/inflateWidget", + "fixedId": true, + "name": "inflateWidget", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4500 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1487/functions/attachNotificationTree", + "fixedId": true, + "name": "attachNotificationTree", + "owner": { + "type": "@Class", + "id": "classes/1487", + "fixedId": true, + "name": "__NotificationElement&ProxyElement&NotifiableElementMixin", + "library": { + "type": "@Library", + "id": "libraries/@183140401", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@183140401/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnotification_listener.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3427 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _NotificationNode" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1476/functions/attachNotificationTree", + "fixedId": true, + "name": "attachNotificationTree", + "owner": { + "type": "@Class", + "id": "classes/1476", + "fixedId": true, + "name": "__ViewportElement&MultiChildRenderObjectElement&NotifiableElementMixin", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3427 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/attachNotificationTree", + "fixedId": true, + "name": "attachNotificationTree", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5017 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/ascii.dart", + "function": { + "type": "@Function", + "id": "classes/2278/functions/convert", + "fixedId": true, + "name": "convert", + "owner": { + "type": "@Class", + "id": "classes/2278", + "fixedId": true, + "name": "_UnicodeSubsetEncoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fascii.dart/0", + "fixedId": true, + "uri": "dart:convert/ascii.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fascii.dart/0", + "fixedId": true, + "uri": "dart:convert/ascii.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/async_error.dart", + "function": { + "type": "@Function", + "id": "classes/2454/functions/get%3AstackTrace", + "fixedId": true, + "name": "stackTrace", + "owner": { + "type": "@Class", + "id": "classes/2454", + "fixedId": true, + "name": "AsyncError", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fasync_error.dart/0", + "fixedId": true, + "uri": "dart:async/async_error.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fasync_error.dart/0", + "fixedId": true, + "uri": "dart:async/async_error.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/ascii.dart", + "function": { + "type": "@Function", + "id": "classes/2275/functions/convert", + "fixedId": true, + "name": "convert", + "owner": { + "type": "@Class", + "id": "classes/2275", + "fixedId": true, + "name": "_UnicodeSubsetDecoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fascii.dart/0", + "fixedId": true, + "uri": "dart:convert/ascii.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fascii.dart/0", + "fixedId": true, + "uri": "dart:convert/ascii.dart" + }, + "tokenPos": -1, + "line": 178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2274/functions/convert", + "fixedId": true, + "name": "convert", + "owner": { + "type": "@Class", + "id": "classes/2274", + "fixedId": true, + "name": "Base64Encoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2231/functions/encode", + "fixedId": true, + "name": "encode", + "owner": { + "type": "@Class", + "id": "classes/2231", + "fixedId": true, + "name": "_Base64Encoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 335 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2231/functions/writeFinalChunk", + "fixedId": true, + "name": "writeFinalChunk", + "owner": { + "type": "@Class", + "id": "classes/2231", + "fixedId": true, + "name": "_Base64Encoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 423 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2231/functions/encodeChunk", + "fixedId": true, + "name": "encodeChunk", + "owner": { + "type": "@Class", + "id": "classes/2231", + "fixedId": true, + "name": "_Base64Encoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Base64Encoder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2273/functions/convert", + "fixedId": true, + "name": "convert", + "owner": { + "type": "@Class", + "id": "classes/2273", + "fixedId": true, + "name": "Base64Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 551 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Base64Decoder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2271/functions/convert", + "fixedId": true, + "name": "convert", + "owner": { + "type": "@Class", + "id": "classes/2271", + "fixedId": true, + "name": "JsonEncoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 352 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2223/functions/stringify", + "fixedId": true, + "name": "stringify", + "owner": { + "type": "@Class", + "id": "classes/2223", + "fixedId": true, + "name": "_JsonStringStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 999 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2219/functions/writeMap", + "fixedId": true, + "name": "writeMap", + "owner": { + "type": "@Class", + "id": "classes/2219", + "fixedId": true, + "name": "_JsonStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 885 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2219/functions/writeObject", + "fixedId": true, + "name": "writeObject", + "owner": { + "type": "@Class", + "id": "classes/2219", + "fixedId": true, + "name": "_JsonStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 811 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2223/functions/get%3A_partialResult%4011003594", + "fixedId": true, + "name": "_partialResult", + "owner": { + "type": "@Class", + "id": "classes/2223", + "fixedId": true, + "name": "_JsonStringStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 1027 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate JsonUnsupportedObjectError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2219/functions/_checkCycle%4011003594", + "fixedId": true, + "name": "_checkCycle", + "owner": { + "type": "@Class", + "id": "classes/2219", + "fixedId": true, + "name": "_JsonStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 788 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate JsonCyclicError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2219/functions/writeJsonValue", + "fixedId": true, + "name": "writeJsonValue", + "owner": { + "type": "@Class", + "id": "classes/2219", + "fixedId": true, + "name": "_JsonStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 836 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2219/functions/writeList", + "fixedId": true, + "name": "writeList", + "owner": { + "type": "@Class", + "id": "classes/2219", + "fixedId": true, + "name": "_JsonStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 872 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2223/functions/writeNumber", + "fixedId": true, + "name": "writeNumber", + "owner": { + "type": "@Class", + "id": "classes/2223", + "fixedId": true, + "name": "_JsonStringStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 1029 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2219/functions/writeStringContent", + "fixedId": true, + "name": "writeStringContent", + "owner": { + "type": "@Class", + "id": "classes/2219", + "fixedId": true, + "name": "_JsonStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 713 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2223/functions/writeStringSlice", + "fixedId": true, + "name": "writeStringSlice", + "owner": { + "type": "@Class", + "id": "classes/2223", + "fixedId": true, + "name": "_JsonStringStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 1037 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2223/functions/writeString", + "fixedId": true, + "name": "writeString", + "owner": { + "type": "@Class", + "id": "classes/2223", + "fixedId": true, + "name": "_JsonStringStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 1033 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2219/closures/100", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2219/functions/writeMap", + "fixedId": true, + "name": "writeMap", + "owner": { + "type": "@Class", + "id": "classes/2219", + "fixedId": true, + "name": "_JsonStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 885 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 893 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2219/functions/_JsonStringifier%4011003594.", + "fixedId": true, + "name": "_JsonStringifier", + "owner": { + "type": "@Class", + "id": "classes/2219", + "fixedId": true, + "name": "_JsonStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 692 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2223/functions/printOn", + "fixedId": true, + "name": "printOn", + "owner": { + "type": "@Class", + "id": "classes/2223", + "fixedId": true, + "name": "_JsonStringStringifier", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 1012 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _JsonStringStringifier" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2269/functions/convert", + "fixedId": true, + "name": "convert", + "owner": { + "type": "@Class", + "id": "classes/2269", + "fixedId": true, + "name": "JsonDecoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 641 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2268/functions/convert", + "fixedId": true, + "name": "convert", + "owner": { + "type": "@Class", + "id": "classes/2268", + "fixedId": true, + "name": "Utf8Encoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2213/functions/_writeSurrogate%4011003594", + "fixedId": true, + "name": "_writeSurrogate", + "owner": { + "type": "@Class", + "id": "classes/2213", + "fixedId": true, + "name": "_Utf8Encoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2213/functions/_writeReplacementCharacter%4011003594", + "fixedId": true, + "name": "_writeReplacementCharacter", + "owner": { + "type": "@Class", + "id": "classes/2213", + "fixedId": true, + "name": "_Utf8Encoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2213/functions/_fillBuffer%4011003594", + "fixedId": true, + "name": "_fillBuffer", + "owner": { + "type": "@Class", + "id": "classes/2213", + "fixedId": true, + "name": "_Utf8Encoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 196 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Utf8Encoder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2267/functions/convert", + "fixedId": true, + "name": "convert", + "owner": { + "type": "@Class", + "id": "classes/2267", + "fixedId": true, + "name": "Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 349 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2266/functions/convert", + "fixedId": true, + "name": "convert", + "owner": { + "type": "@Class", + "id": "classes/2266", + "fixedId": true, + "name": "_JsonUtf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert-patch%2Fconvert_patch.dart/0", + "fixedId": true, + "uri": "dart:convert-patch/convert_patch.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2264/functions/convert", + "fixedId": true, + "name": "convert", + "owner": { + "type": "@Class", + "id": "classes/2264", + "fixedId": true, + "name": "ZLibDecoder", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 380 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BufferSink" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2316/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2316", + "fixedId": true, + "name": "SetBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3138/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1481/functions/insertRenderObjectChild", + "fixedId": true, + "name": "insertRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1481", + "fixedId": true, + "name": "SingleChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7028 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1480/functions/insertRenderObjectChild", + "fixedId": true, + "name": "insertRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1480", + "fixedId": true, + "name": "LeafRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6967 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1479/functions/insertRenderObjectChild", + "fixedId": true, + "name": "insertRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1479", + "fixedId": true, + "name": "_TheaterElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 994 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/1478/functions/insertRenderObjectChild", + "fixedId": true, + "name": "insertRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1478", + "fixedId": true, + "name": "_ViewportElement", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/functions/insertRenderObjectChild", + "fixedId": true, + "name": "insertRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7093 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/insertRenderObjectChild", + "fixedId": true, + "name": "insertRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 585 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1471/functions/insertRenderObjectChild", + "fixedId": true, + "name": "insertRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1471", + "fixedId": true, + "name": "_OverlayPortalElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2306 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/insertRenderObjectChild", + "fixedId": true, + "name": "insertRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1468/functions/insertRenderObjectChild", + "fixedId": true, + "name": "insertRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1468", + "fixedId": true, + "name": "SlottedRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@222130468", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3139/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3140/0", + "kind": "TypeParameter", + "identityHashCode": 2668395730, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 364 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: SlottedContainerRenderObjectMixin" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1481/functions/moveRenderObjectChild", + "fixedId": true, + "name": "moveRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1481", + "fixedId": true, + "name": "SingleChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7038 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1480/functions/moveRenderObjectChild", + "fixedId": true, + "name": "moveRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1480", + "fixedId": true, + "name": "LeafRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6972 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1479/functions/moveRenderObjectChild", + "fixedId": true, + "name": "moveRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1479", + "fixedId": true, + "name": "_TheaterElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1003 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/1478/functions/moveRenderObjectChild", + "fixedId": true, + "name": "moveRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1478", + "fixedId": true, + "name": "_ViewportElement", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1, + "line": 303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2293/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2293", + "fixedId": true, + "name": "_SplayTreeSet&_SplayTree&Iterable&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3141/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/functions/moveRenderObjectChild", + "fixedId": true, + "name": "moveRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/moveRenderObjectChild", + "fixedId": true, + "name": "moveRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 592 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1471/functions/moveRenderObjectChild", + "fixedId": true, + "name": "moveRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1471", + "fixedId": true, + "name": "_OverlayPortalElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/moveRenderObjectChild", + "fixedId": true, + "name": "moveRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1468/functions/moveRenderObjectChild", + "fixedId": true, + "name": "moveRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1468", + "fixedId": true, + "name": "SlottedRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@222130468", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3142/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3143/0", + "kind": "TypeParameter", + "identityHashCode": 2668395730, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 378 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3ApressureMin", + "fixedId": true, + "name": "pressureMin", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Adown", + "fixedId": true, + "name": "down", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1481/functions/removeRenderObjectChild", + "fixedId": true, + "name": "removeRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1481", + "fixedId": true, + "name": "SingleChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7043 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1480/functions/removeRenderObjectChild", + "fixedId": true, + "name": "removeRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1480", + "fixedId": true, + "name": "LeafRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6977 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/1478/functions/removeRenderObjectChild", + "fixedId": true, + "name": "removeRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1478", + "fixedId": true, + "name": "_ViewportElement", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/functions/removeRenderObjectChild", + "fixedId": true, + "name": "removeRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/removeRenderObjectChild", + "fixedId": true, + "name": "removeRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 597 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1471/functions/removeRenderObjectChild", + "fixedId": true, + "name": "removeRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1471", + "fixedId": true, + "name": "_OverlayPortalElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/removeRenderObjectChild", + "fixedId": true, + "name": "removeRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1468/functions/removeRenderObjectChild", + "fixedId": true, + "name": "removeRenderObjectChild", + "owner": { + "type": "@Class", + "id": "classes/1468", + "fixedId": true, + "name": "SlottedRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@222130468", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3144/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3145/0", + "kind": "TypeParameter", + "identityHashCode": 2668395730, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1473/functions/detachRenderObject", + "fixedId": true, + "name": "detachRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1473", + "fixedId": true, + "name": "RenderTreeRootElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/detachRenderObject", + "fixedId": true, + "name": "detachRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6852 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/detachRenderObject", + "fixedId": true, + "name": "detachRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4406 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/closures/376", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/detachRenderObject", + "fixedId": true, + "name": "detachRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4406 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/compareTo", + "fixedId": true, + "name": "compareTo", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/duration.dart", + "function": { + "type": "@Function", + "id": "classes/2761/functions/compareTo", + "fixedId": true, + "name": "compareTo", + "owner": { + "type": "@Class", + "id": "classes/2761", + "fixedId": true, + "name": "Duration", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1, + "line": 323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 9, + "exclusiveTicks": 4, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/markNeedsBuild", + "fixedId": true, + "name": "markNeedsBuild", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5245 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/addAllowedPointer", + "fixedId": true, + "name": "addAllowedPointer", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 683 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/closures/789", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/927/functions/addAllowedPointer", + "fixedId": true, + "name": "addAllowedPointer", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 683 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 691 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/addAllowedPointer", + "fixedId": true, + "name": "addAllowedPointer", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 275 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/addAllowedPointer", + "fixedId": true, + "name": "addAllowedPointer", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 431 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/919/functions/addAllowedPointer", + "fixedId": true, + "name": "addAllowedPointer", + "owner": { + "type": "@Class", + "id": "classes/919", + "fixedId": true, + "name": "OneSequenceGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 400 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1490/functions/_updateInheritance%40163042623", + "fixedId": true, + "name": "_updateInheritance", + "owner": { + "type": "@Class", + "id": "classes/1490", + "fixedId": true, + "name": "InheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6160 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/_updateInheritance%40163042623", + "fixedId": true, + "name": "_updateInheritance", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5022 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/long_press.dart", + "function": { + "type": "@Function", + "id": "classes/932/functions/isPointerAllowed", + "fixedId": true, + "name": "isPointerAllowed", + "owner": { + "type": "@Class", + "id": "classes/932", + "fixedId": true, + "name": "LongPressGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@307232524", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 601 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/931/functions/isPointerAllowed", + "fixedId": true, + "name": "isPointerAllowed", + "owner": { + "type": "@Class", + "id": "classes/931", + "fixedId": true, + "name": "_TrackTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2311 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/930/functions/isPointerAllowed", + "fixedId": true, + "name": "isPointerAllowed", + "owner": { + "type": "@Class", + "id": "classes/930", + "fixedId": true, + "name": "TapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 691 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/modal_barrier.dart", + "function": { + "type": "@Function", + "id": "classes/929/functions/isPointerAllowed", + "fixedId": true, + "name": "isPointerAllowed", + "owner": { + "type": "@Class", + "id": "classes/929", + "fixedId": true, + "name": "_AnyTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@179005443", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1, + "line": 375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/926/functions/isPointerAllowed", + "fixedId": true, + "name": "isPointerAllowed", + "owner": { + "type": "@Class", + "id": "classes/926", + "fixedId": true, + "name": "_VerticalThumbDragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/924/functions/isPointerAllowed", + "fixedId": true, + "name": "isPointerAllowed", + "owner": { + "type": "@Class", + "id": "classes/924", + "fixedId": true, + "name": "_HorizontalThumbDragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2349 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/isPointerAllowed", + "fixedId": true, + "name": "isPointerAllowed", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 393 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/917/functions/isPointerAllowed", + "fixedId": true, + "name": "isPointerAllowed", + "owner": { + "type": "@Class", + "id": "classes/917", + "fixedId": true, + "name": "GestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 272 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/isolate/isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2144/functions/get%3AstackTrace", + "fixedId": true, + "name": "stackTrace", + "owner": { + "type": "@Class", + "id": "classes/2144", + "fixedId": true, + "name": "RemoteError", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate/0", + "fixedId": true, + "uri": "dart:isolate" + }, + "tokenPos": -1, + "line": 1045 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/926/functions/isPointerPanZoomAllowed", + "fixedId": true, + "name": "isPointerPanZoomAllowed", + "owner": { + "type": "@Class", + "id": "classes/926", + "fixedId": true, + "name": "_VerticalThumbDragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/924/functions/isPointerPanZoomAllowed", + "fixedId": true, + "name": "isPointerPanZoomAllowed", + "owner": { + "type": "@Class", + "id": "classes/924", + "fixedId": true, + "name": "_HorizontalThumbDragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2344 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/didChangeAccessibilityFeatures", + "fixedId": true, + "name": "didChangeAccessibilityFeatures", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/handleCommitBackGesture", + "fixedId": true, + "name": "handleCommitBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/917/functions/isPointerPanZoomAllowed", + "fixedId": true, + "name": "isPointerPanZoomAllowed", + "owner": { + "type": "@Class", + "id": "classes/917", + "fixedId": true, + "name": "GestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/handleCancelBackGesture", + "fixedId": true, + "name": "handleCancelBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/didChangeMetrics", + "fixedId": true, + "name": "didChangeMetrics", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/didPopRoute", + "fixedId": true, + "name": "didPopRoute", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1602 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/functions/didChangeAccessibilityFeatures", + "fixedId": true, + "name": "didChangeAccessibilityFeatures", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 2000 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/handleStartBackGesture", + "fixedId": true, + "name": "handleStartBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1393/functions/handleCommitBackGesture", + "fixedId": true, + "name": "handleCommitBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1393", + "fixedId": true, + "name": "__MediaQueryFromViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1393/functions/handleCancelBackGesture", + "fixedId": true, + "name": "handleCancelBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1393", + "fixedId": true, + "name": "__MediaQueryFromViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/functions/didChangeMetrics", + "fixedId": true, + "name": "didChangeMetrics", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 2011 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1393/functions/didPopRoute", + "fixedId": true, + "name": "didPopRoute", + "owner": { + "type": "@Class", + "id": "classes/1393", + "fixedId": true, + "name": "__MediaQueryFromViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1393/functions/handleStartBackGesture", + "fixedId": true, + "name": "handleStartBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1393", + "fixedId": true, + "name": "__MediaQueryFromViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1450/functions/_removeTicker%40228311458", + "fixedId": true, + "name": "_removeTicker", + "owner": { + "type": "@Class", + "id": "classes/1450", + "fixedId": true, + "name": "_RawScrollbarState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3146/0", + "kind": "TypeParameter", + "identityHashCode": 240375597, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1442/functions/_removeTicker%40228311458", + "fixedId": true, + "name": "_removeTicker", + "owner": { + "type": "@Class", + "id": "classes/1442", + "fixedId": true, + "name": "__ButtonStyleState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1432/functions/_removeTicker%40228311458", + "fixedId": true, + "name": "_removeTicker", + "owner": { + "type": "@Class", + "id": "classes/1432", + "fixedId": true, + "name": "__MaterialState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/didChangeAccessibilityFeatures", + "fixedId": true, + "name": "didChangeAccessibilityFeatures", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/handleCommitBackGesture", + "fixedId": true, + "name": "handleCommitBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/handleCancelBackGesture", + "fixedId": true, + "name": "handleCancelBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/didChangeMetrics", + "fixedId": true, + "name": "didChangeMetrics", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/didPopRoute", + "fixedId": true, + "name": "didPopRoute", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/handleStartBackGesture", + "fixedId": true, + "name": "handleStartBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1415/functions/_removeTicker%40228311458", + "fixedId": true, + "name": "_removeTicker", + "owner": { + "type": "@Class", + "id": "classes/1415", + "fixedId": true, + "name": "__FloatingActionButtonTransitionState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/didChangeAppLifecycleState", + "fixedId": true, + "name": "didChangeAppLifecycleState", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1453 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1412/functions/_removeTicker%40228311458", + "fixedId": true, + "name": "_removeTicker", + "owner": { + "type": "@Class", + "id": "classes/1412", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/didRequestAppExit", + "fixedId": true, + "name": "didRequestAppExit", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/didChangeViewFocus", + "fixedId": true, + "name": "didChangeViewFocus", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1393/functions/didChangeAppLifecycleState", + "fixedId": true, + "name": "didChangeAppLifecycleState", + "owner": { + "type": "@Class", + "id": "classes/1393", + "fixedId": true, + "name": "__MediaQueryFromViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/handleUpdateBackGestureProgress", + "fixedId": true, + "name": "handleUpdateBackGestureProgress", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1393/functions/didRequestAppExit", + "fixedId": true, + "name": "didRequestAppExit", + "owner": { + "type": "@Class", + "id": "classes/1393", + "fixedId": true, + "name": "__MediaQueryFromViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1393/functions/didChangeViewFocus", + "fixedId": true, + "name": "didChangeViewFocus", + "owner": { + "type": "@Class", + "id": "classes/1393", + "fixedId": true, + "name": "__MediaQueryFromViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1390/functions/_removeTicker%40228311458", + "fixedId": true, + "name": "_removeTicker", + "owner": { + "type": "@Class", + "id": "classes/1390", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1393/functions/handleUpdateBackGestureProgress", + "fixedId": true, + "name": "handleUpdateBackGestureProgress", + "owner": { + "type": "@Class", + "id": "classes/1393", + "fixedId": true, + "name": "__MediaQueryFromViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1384/functions/_removeTicker%40228311458", + "fixedId": true, + "name": "_removeTicker", + "owner": { + "type": "@Class", + "id": "classes/1384", + "fixedId": true, + "name": "__GlowingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1382/functions/_removeTicker%40228311458", + "fixedId": true, + "name": "_removeTicker", + "owner": { + "type": "@Class", + "id": "classes/1382", + "fixedId": true, + "name": "__StretchingOverscrollIndicatorState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/1370/functions/_removeTicker%40228311458", + "fixedId": true, + "name": "_removeTicker", + "owner": { + "type": "@Class", + "id": "classes/1370", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/didChangeAppLifecycleState", + "fixedId": true, + "name": "didChangeAppLifecycleState", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/didRequestAppExit", + "fixedId": true, + "name": "didRequestAppExit", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1357/functions/didChangeViewFocus", + "fixedId": true, + "name": "didChangeViewFocus", + "owner": { + "type": "@Class", + "id": "classes/1357", + "fixedId": true, + "name": "_ViewState", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 240 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/handleUpdateBackGestureProgress", + "fixedId": true, + "name": "handleUpdateBackGestureProgress", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3ApressureMax", + "fixedId": true, + "name": "pressureMax", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/startTrackingPointer", + "fixedId": true, + "name": "startTrackingPointer", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/919/functions/startTrackingPointer", + "fixedId": true, + "name": "startTrackingPointer", + "owner": { + "type": "@Class", + "id": "classes/919", + "fixedId": true, + "name": "OneSequenceGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 518 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3ApressureMin", + "fixedId": true, + "name": "pressureMin", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 787 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Adown", + "fixedId": true, + "name": "down", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 778 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/987/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/987", + "fixedId": true, + "name": "_ErrorDiagnostic", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 231 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/970/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/970", + "fixedId": true, + "name": "DiagnosticsProperty", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3147/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2785 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/962/functions/get%3AemptyBodyDescription", + "fixedId": true, + "name": "emptyBodyDescription", + "owner": { + "type": "@Class", + "id": "classes/962", + "fixedId": true, + "name": "DiagnosticsNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1561 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/963/functions/get%3AemptyBodyDescription", + "fixedId": true, + "name": "emptyBodyDescription", + "owner": { + "type": "@Class", + "id": "classes/963", + "fixedId": true, + "name": "DiagnosticableNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3148/0", + "kind": "TypeParameter", + "identityHashCode": 3413289930, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2939 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2713 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/578/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/578", + "fixedId": true, + "name": "RenderFractionalTranslation", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3070 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2543 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/557/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/557", + "fixedId": true, + "name": "_RenderProxyBox&RenderBox&RenderObjectWithChildMixin&RenderProxyBoxMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 131 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 973 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1781 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3012 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 335 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 687 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/applyPaintTransform", + "fixedId": true, + "name": "applyPaintTransform", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1335/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1335", + "fixedId": true, + "name": "PointerAddedEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 916 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerAddedEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1333/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1333", + "fixedId": true, + "name": "PointerRemovedEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1008 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerRemovedEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1331/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1331", + "fixedId": true, + "name": "PointerHoverEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1124 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerHoverEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1329/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1329", + "fixedId": true, + "name": "PointerEnterEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1272 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerEnterEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1327/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1327", + "fixedId": true, + "name": "PointerExitEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1418 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerExitEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1325/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1325", + "fixedId": true, + "name": "PointerDownEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1526 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerDownEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1323/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1323", + "fixedId": true, + "name": "PointerMoveEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1642 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerMoveEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1321/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1321", + "fixedId": true, + "name": "PointerUpEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1756 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerUpEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1319/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1319", + "fixedId": true, + "name": "PointerPanZoomStartEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2194 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerPanZoomStartEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1317/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1317", + "fixedId": true, + "name": "PointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2323 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerPanZoomUpdateEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1315/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1315", + "fixedId": true, + "name": "PointerPanZoomEndEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2430 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerPanZoomEndEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1313/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1313", + "fixedId": true, + "name": "PointerCancelEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2542 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerCancelEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/didHaveMemoryPressure", + "fixedId": true, + "name": "didHaveMemoryPressure", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 378 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/get%3A_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3149/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/didChangeTextScaleFactor", + "fixedId": true, + "name": "didChangeTextScaleFactor", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1302/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1302", + "fixedId": true, + "name": "PointerScrollEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1897 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerScrollEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1300/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1300", + "fixedId": true, + "name": "PointerScrollInertiaCancelEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2012 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerScrollInertiaCancelEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Adelta", + "fixedId": true, + "name": "delta", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 337 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1298/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/1298", + "fixedId": true, + "name": "PointerScaleEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2110 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TransformedPointerScaleEvent" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1393/functions/didHaveMemoryPressure", + "fixedId": true, + "name": "didHaveMemoryPressure", + "owner": { + "type": "@Class", + "id": "classes/1393", + "fixedId": true, + "name": "__MediaQueryFromViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 378 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/didChangeAccessibilityFeatures", + "fixedId": true, + "name": "didChangeAccessibilityFeatures", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/handleCommitBackGesture", + "fixedId": true, + "name": "handleCommitBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/functions/didChangeTextScaleFactor", + "fixedId": true, + "name": "didChangeTextScaleFactor", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 2016 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/handleCancelBackGesture", + "fixedId": true, + "name": "handleCancelBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/didChangeMetrics", + "fixedId": true, + "name": "didChangeMetrics", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/didPopRoute", + "fixedId": true, + "name": "didPopRoute", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/handleStartBackGesture", + "fixedId": true, + "name": "handleStartBackGesture", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/didChangePlatformBrightness", + "fixedId": true, + "name": "didChangePlatformBrightness", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3150/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1394/functions/didChangePlatformBrightness", + "fixedId": true, + "name": "didChangePlatformBrightness", + "owner": { + "type": "@Class", + "id": "classes/1394", + "fixedId": true, + "name": "_MediaQueryFromViewState", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 2027 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/get%3A_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3151/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/didHaveMemoryPressure", + "fixedId": true, + "name": "didHaveMemoryPressure", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 378 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/didChangeTextScaleFactor", + "fixedId": true, + "name": "didChangeTextScaleFactor", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3A_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3152/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/get%3A_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3153/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/functions/get%3A_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3154/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3155/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/get%3A_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3156/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3157/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/didChangeAppLifecycleState", + "fixedId": true, + "name": "didChangeAppLifecycleState", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/didChangePlatformBrightness", + "fixedId": true, + "name": "didChangePlatformBrightness", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/didRequestAppExit", + "fixedId": true, + "name": "didRequestAppExit", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/didChangeViewFocus", + "fixedId": true, + "name": "didChangeViewFocus", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3158/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 677 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/handleUpdateBackGestureProgress", + "fixedId": true, + "name": "handleUpdateBackGestureProgress", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3159/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 328 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3160/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3161/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 87 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3A_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3162/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/get%3A_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3163/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/get%3A_close%405048458", + "fixedId": true, + "name": "_close", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3164/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3165/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/2504/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/2504", + "fixedId": true, + "name": "__History&Iterable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3ApressureMax", + "fixedId": true, + "name": "pressureMax", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 790 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/markNeedsLayout", + "fixedId": true, + "name": "markNeedsLayout", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2439 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/paragraph.dart", + "function": { + "type": "@Function", + "id": "classes/541/functions/markNeedsLayout", + "fixedId": true, + "name": "markNeedsLayout", + "owner": { + "type": "@Class", + "id": "classes/541", + "fixedId": true, + "name": "RenderParagraph", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1, + "line": 534 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/markNeedsLayout", + "fixedId": true, + "name": "markNeedsLayout", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/markNeedsLayout", + "fixedId": true, + "name": "markNeedsLayout", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/markNeedsLayout", + "fixedId": true, + "name": "markNeedsLayout", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2528 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3166/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DelayedData" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3167/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3AviewId", + "fixedId": true, + "name": "viewId", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Asynthesized", + "fixedId": true, + "name": "synthesized", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 493 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2406/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2406", + "fixedId": true, + "name": "_WebSocketOutgoingTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3168/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 661 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3169/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3170/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 308 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/functions/_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3171/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3172/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3173/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3174/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/didHaveMemoryPressure", + "fixedId": true, + "name": "didHaveMemoryPressure", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 378 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/didChangeTextScaleFactor", + "fixedId": true, + "name": "didChangeTextScaleFactor", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2378/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2378", + "fixedId": true, + "name": "_EventSinkWrapper", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3175/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/902/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/902", + "fixedId": true, + "name": "_TransformedPointerAddedEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 936 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/900/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/900", + "fixedId": true, + "name": "_TransformedPointerRemovedEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1028 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/898/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/898", + "fixedId": true, + "name": "_TransformedPointerHoverEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/896/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/896", + "fixedId": true, + "name": "_TransformedPointerEnterEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/894/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/894", + "fixedId": true, + "name": "_TransformedPointerExitEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1438 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/892/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/892", + "fixedId": true, + "name": "_TransformedPointerDownEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1546 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/890/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/890", + "fixedId": true, + "name": "_TransformedPointerMoveEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1663 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/888/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/888", + "fixedId": true, + "name": "_TransformedPointerUpEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1776 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/886/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/886", + "fixedId": true, + "name": "_TransformedPointerScrollEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1933 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/884/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/884", + "fixedId": true, + "name": "_TransformedPointerScrollInertiaCancelEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2035 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/didChangePlatformBrightness", + "fixedId": true, + "name": "didChangePlatformBrightness", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/881/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/881", + "fixedId": true, + "name": "_TransformedPointerScaleEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/878/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/878", + "fixedId": true, + "name": "_TransformedPointerPanZoomStartEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/876/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/876", + "fixedId": true, + "name": "_TransformedPointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/874/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/874", + "fixedId": true, + "name": "_TransformedPointerPanZoomEndEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2453 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Adelta", + "fixedId": true, + "name": "delta", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 772 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/872/functions/transformed", + "fixedId": true, + "name": "transformed", + "owner": { + "type": "@Class", + "id": "classes/872", + "fixedId": true, + "name": "_TransformedPointerCancelEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2604 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1473/functions/attachRenderObject", + "fixedId": true, + "name": "attachRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1473", + "fixedId": true, + "name": "RenderTreeRootElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/attachRenderObject", + "fixedId": true, + "name": "attachRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6818 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/attachRenderObject", + "fixedId": true, + "name": "attachRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4421 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/closures/375", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/attachRenderObject", + "fixedId": true, + "name": "attachRenderObject", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4421 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4423 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/588/functions/get%3AisRepaintBoundary", + "fixedId": true, + "name": "isRepaintBoundary", + "owner": { + "type": "@Class", + "id": "classes/588", + "fixedId": true, + "name": "_RenderAnimatedOpacity&RenderProxyBox&RenderAnimatedOpacityMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 981 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 5, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/577/functions/get%3AisRepaintBoundary", + "fixedId": true, + "name": "isRepaintBoundary", + "owner": { + "type": "@Class", + "id": "classes/577", + "fixedId": true, + "name": "RenderRepaintBoundary", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3415 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2260/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2260", + "fixedId": true, + "name": "_StringAdapterSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/byte_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2252/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2252", + "fixedId": true, + "name": "_ByteAdapterSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbyte_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/byte_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbyte_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/byte_conversion.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2249/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2249", + "fixedId": true, + "name": "_Utf8ConversionSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2246/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2246", + "fixedId": true, + "name": "_BufferSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2243/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2243", + "fixedId": true, + "name": "_FilterSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/get%3AisRepaintBoundary", + "fixedId": true, + "name": "isRepaintBoundary", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3176/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 603 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/chunked_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2226/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2226", + "fixedId": true, + "name": "_ConverterStreamEventSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fchunked_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/chunked_conversion.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3177/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3178/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fchunked_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/chunked_conversion.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/518/functions/get%3AisRepaintBoundary", + "fixedId": true, + "name": "isRepaintBoundary", + "owner": { + "type": "@Class", + "id": "classes/518", + "fixedId": true, + "name": "RenderView", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 10, + "exclusiveTicks": 10, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/get%3AisRepaintBoundary", + "fixedId": true, + "name": "isRepaintBoundary", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2934 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6018 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 530 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/didChangeDependencies", + "fixedId": true, + "name": "didChangeDependencies", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5095 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2523/functions/intersection", + "fixedId": true, + "name": "intersection", + "owner": { + "type": "@Class", + "id": "classes/2523", + "fixedId": true, + "name": "CastSet", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3179/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3180/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1827 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1827 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 749 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 749 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 412 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 412 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/didChangeAccessibilityFeatures", + "fixedId": true, + "name": "didChangeAccessibilityFeatures", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 385 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/handleCommitBackGesture", + "fixedId": true, + "name": "handleCommitBackGesture", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/handleCancelBackGesture", + "fixedId": true, + "name": "handleCancelBackGesture", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/didChangeMetrics", + "fixedId": true, + "name": "didChangeMetrics", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/didPopRoute", + "fixedId": true, + "name": "didPopRoute", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/handleStartBackGesture", + "fixedId": true, + "name": "handleStartBackGesture", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3181/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 497 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/elementAt", + "fixedId": true, + "name": "elementAt", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3182/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 43 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1214/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1214", + "fixedId": true, + "name": "_DismissDrawerAction", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 3253 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1213/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1213", + "fixedId": true, + "name": "_DismissModalAction", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 960 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1211/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1211", + "fixedId": true, + "name": "PrioritizedAction", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1609 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1208/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1208", + "fixedId": true, + "name": "__OverridableAction&ContextAction&_OverridableActionMixin", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3183/0", + "kind": "TypeParameter", + "identityHashCode": 2146050921, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1664 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ContextActionToActionAdapter" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1207/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1207", + "fixedId": true, + "name": "ScrollAction", + "library": { + "type": "@Library", + "id": "libraries/@212416081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1, + "line": 451 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1205/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1205", + "fixedId": true, + "name": "CallbackAction", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3184/0", + "kind": "TypeParameter", + "identityHashCode": 2368362141, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 595 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1204/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1204", + "fixedId": true, + "name": "VoidCallbackAction", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1402 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1203/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1203", + "fixedId": true, + "name": "DoNothingAction", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1201/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1201", + "fixedId": true, + "name": "_ContextActionToActionAdapter", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3185/0", + "kind": "TypeParameter", + "identityHashCode": 1020608184, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1860 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1200/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1200", + "fixedId": true, + "name": "RequestFocusAction", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1199/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1199", + "fixedId": true, + "name": "NextFocusAction", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1198/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1198", + "fixedId": true, + "name": "PreviousFocusAction", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart", + "function": { + "type": "@Function", + "id": "classes/1197/functions/invoke", + "fixedId": true, + "name": "invoke", + "owner": { + "type": "@Class", + "id": "classes/1197", + "fixedId": true, + "name": "DirectionalFocusAction", + "library": { + "type": "@Library", + "id": "libraries/@162280150", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@162280150/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_traversal.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_traversal.dart" + }, + "tokenPos": -1, + "line": 2414 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/1214/functions/isEnabled", + "fixedId": true, + "name": "isEnabled", + "owner": { + "type": "@Class", + "id": "classes/1214", + "fixedId": true, + "name": "_DismissDrawerAction", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 3248 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1213/functions/isEnabled", + "fixedId": true, + "name": "isEnabled", + "owner": { + "type": "@Class", + "id": "classes/1213", + "fixedId": true, + "name": "_DismissModalAction", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 954 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1211/functions/isEnabled", + "fixedId": true, + "name": "isEnabled", + "owner": { + "type": "@Class", + "id": "classes/1211", + "fixedId": true, + "name": "PrioritizedAction", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1589 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1208/functions/isEnabled", + "fixedId": true, + "name": "isEnabled", + "owner": { + "type": "@Class", + "id": "classes/1208", + "fixedId": true, + "name": "__OverridableAction&ContextAction&_OverridableActionMixin", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3186/0", + "kind": "TypeParameter", + "identityHashCode": 2146050921, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1698 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1207/functions/isEnabled", + "fixedId": true, + "name": "isEnabled", + "owner": { + "type": "@Class", + "id": "classes/1207", + "fixedId": true, + "name": "ScrollAction", + "library": { + "type": "@Library", + "id": "libraries/@212416081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1, + "line": 402 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1201/functions/isEnabled", + "fixedId": true, + "name": "isEnabled", + "owner": { + "type": "@Class", + "id": "classes/1201", + "fixedId": true, + "name": "_ContextActionToActionAdapter", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3187/0", + "kind": "TypeParameter", + "identityHashCode": 1020608184, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1835 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1196/functions/isEnabled", + "fixedId": true, + "name": "isEnabled", + "owner": { + "type": "@Class", + "id": "classes/1196", + "fixedId": true, + "name": "Action", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3188/0", + "kind": "TypeParameter", + "identityHashCode": 2916673937, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/351/functions/didChangeAppLifecycleState", + "fixedId": true, + "name": "didChangeAppLifecycleState", + "owner": { + "type": "@Class", + "id": "classes/351", + "fixedId": true, + "name": "_AppLifecycleListener", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1585 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/didRequestAppExit", + "fixedId": true, + "name": "didRequestAppExit", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/didChangeViewFocus", + "fixedId": true, + "name": "didChangeViewFocus", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2030/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2030", + "fixedId": true, + "name": "_HttpOutboundMessage", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3189/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3190/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/handleUpdateBackGestureProgress", + "fixedId": true, + "name": "handleUpdateBackGestureProgress", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3AviewId", + "fixedId": true, + "name": "viewId", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 840 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Asynthesized", + "fixedId": true, + "name": "synthesized", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 826 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1816/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1816", + "fixedId": true, + "name": "_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3191/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1814/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1814", + "fixedId": true, + "name": "_AlwaysCompleteAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 27 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1813/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1813", + "fixedId": true, + "name": "_AlwaysDismissedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 59 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1809/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1809", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1808/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1808", + "fixedId": true, + "name": "ReverseAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1804/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1804", + "fixedId": true, + "name": "__ChangeAnimation&Animation&AnimationWithParentMixin", + "library": { + "type": "@Library", + "id": "libraries/@133014024", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tabs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftabs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tabs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1799/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1799", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3192/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2317/functions/intersection", + "fixedId": true, + "name": "intersection", + "owner": { + "type": "@Class", + "id": "classes/2317", + "fixedId": true, + "name": "_SetBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3193/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1796/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1796", + "fixedId": true, + "name": "__AnimatedEvaluation&Animation&AnimationWithParentMixin", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3194/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1794/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1794", + "fixedId": true, + "name": "_MergingListenable", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 500 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/1790/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1790", + "fixedId": true, + "name": "CustomPainter", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1789/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1789", + "fixedId": true, + "name": "_SystemFontsNotifier", + "library": { + "type": "@Library", + "id": "libraries/@333047248", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1, + "line": 197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/1786/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1786", + "fixedId": true, + "name": "CustomClipper", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3195/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "classes/1942/functions/get%3Aadd", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/1942", + "fixedId": true, + "name": "_StdSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/intersection", + "fixedId": true, + "name": "intersection", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3196/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2075/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2075", + "fixedId": true, + "name": "_TypedListBase", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1080/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1080", + "fixedId": true, + "name": "ReverseTween", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3197/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1079/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1079", + "fixedId": true, + "name": "ColorTween", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 414 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1078/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1078", + "fixedId": true, + "name": "MaterialRectArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 333 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1077/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1077", + "fixedId": true, + "name": "RectTween", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 455 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1076/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1076", + "fixedId": true, + "name": "IntTween", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 483 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1074/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1074", + "fixedId": true, + "name": "MaterialPointArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 169 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1073/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1073", + "fixedId": true, + "name": "ShapeBorderTween", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1072/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1072", + "fixedId": true, + "name": "ThemeDataTween", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1071/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1071", + "fixedId": true, + "name": "DecorationTween", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1070/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1070", + "fixedId": true, + "name": "EdgeInsetsTween", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1069/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1069", + "fixedId": true, + "name": "BorderRadiusTween", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 146 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1068/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1068", + "fixedId": true, + "name": "TextStyleTween", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1067/functions/lerp", + "fixedId": true, + "name": "lerp", + "owner": { + "type": "@Class", + "id": "classes/1067", + "fixedId": true, + "name": "Tween", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3198/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3199/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3200/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2348/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2348", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3201/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 993 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3202/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 993 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/168/functions/get%3AoffsetInBytes", + "fixedId": true, + "name": "offsetInBytes", + "owner": { + "type": "@Class", + "id": "classes/168", + "fixedId": true, + "name": "_ByteDataView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5356 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2100/functions/get%3AoffsetInBytes", + "fixedId": true, + "name": "offsetInBytes", + "owner": { + "type": "@Class", + "id": "classes/2100", + "fixedId": true, + "name": "_TypedListView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/get%3AoffsetInBytes", + "fixedId": true, + "name": "offsetInBytes", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/605/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/605", + "fixedId": true, + "name": "RenderCustomSingleChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 1380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 552 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/588/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/588", + "fixedId": true, + "name": "_RenderAnimatedOpacity&RenderProxyBox&RenderAnimatedOpacityMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1043 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/581/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/581", + "fixedId": true, + "name": "_RenderCustomClip", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3203/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1453 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/580/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/580", + "fixedId": true, + "name": "RenderDecoratedBox", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 266 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/552/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/552", + "fixedId": true, + "name": "_RenderShiftedBox&RenderBox&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4095 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/550/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/550", + "fixedId": true, + "name": "__RenderListTile&RenderBox&SlottedContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 172 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/549/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/549", + "fixedId": true, + "name": "RenderCustomMultiChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1168/functions/compareTo", + "fixedId": true, + "name": "compareTo", + "owner": { + "type": "@Class", + "id": "classes/1168", + "fixedId": true, + "name": "SemanticsSortKey", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 6149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/didHaveMemoryPressure", + "fixedId": true, + "name": "didHaveMemoryPressure", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 378 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/540/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/540", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderInlineChildrenContainerDefaults&RelayoutWhenSystemFontsChangeMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4603 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/didChangeTextScaleFactor", + "fixedId": true, + "name": "didChangeTextScaleFactor", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/532/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/532", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3204/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 543 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2381 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/517/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/517", + "fixedId": true, + "name": "_RenderView&RenderObject&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4095 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/didChangePlatformBrightness", + "fixedId": true, + "name": "didChangePlatformBrightness", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 402 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/500/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/500", + "fixedId": true, + "name": "_RenderSliverOverlapAbsorber&RenderSliver&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@182016527", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@182016527/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnested_scroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4095 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/shifted_box.dart", + "function": { + "type": "@Function", + "id": "classes/605/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/605", + "fixedId": true, + "name": "RenderCustomSingleChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1, + "line": 1374 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/594/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/594", + "fixedId": true, + "name": "RenderCustomPaint", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/588/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/588", + "fixedId": true, + "name": "_RenderAnimatedOpacity&RenderProxyBox&RenderAnimatedOpacityMixin", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1036 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/581/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/581", + "fixedId": true, + "name": "_RenderCustomClip", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3205/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1447 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", + "function": { + "type": "@Function", + "id": "classes/559/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/559", + "fixedId": true, + "name": "_RenderSnapshotWidget", + "library": { + "type": "@Library", + "id": "libraries/@223188970", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@223188970/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsnapshot_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/snapshot_widget.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/552/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/552", + "fixedId": true, + "name": "_RenderShiftedBox&RenderBox&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@254204652", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@254204652/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fshifted_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/shifted_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4089 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/550/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/550", + "fixedId": true, + "name": "__RenderListTile&RenderBox&SlottedContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 164 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_layout.dart", + "function": { + "type": "@Function", + "id": "classes/549/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/549", + "fixedId": true, + "name": "RenderCustomMultiChildLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1, + "line": 354 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/542/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/542", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/540/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/540", + "fixedId": true, + "name": "_RenderParagraph&RenderBox&ContainerRenderObjectMixin&RenderInlineChildrenContainerDefaults&RelayoutWhenSystemFontsChangeMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4593 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/532/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/532", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/534/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/534", + "fixedId": true, + "name": "_RenderTheater", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1179 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/529/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/529", + "fixedId": true, + "name": "RenderViewportBase", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3206/0", + "kind": "TypeParameter", + "identityHashCode": 486919124, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 537 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2344 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/517/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/517", + "fixedId": true, + "name": "_RenderView&RenderObject&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4089 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2345/functions/any", + "fixedId": true, + "name": "any", + "owner": { + "type": "@Class", + "id": "classes/2345", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3207/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/any", + "fixedId": true, + "name": "any", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3208/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 394 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/500/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/500", + "fixedId": true, + "name": "_RenderSliverOverlapAbsorber&RenderSliver&RenderObjectWithChildMixin", + "library": { + "type": "@Library", + "id": "libraries/@182016527", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@182016527/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnested_scroll_view.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/nested_scroll_view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4089 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/608/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/608", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 548 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button.dart", + "function": { + "type": "@Function", + "id": "classes/608/closures/908", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/608/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/608", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@59412912", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 548 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@59412912/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button.dart" + }, + "tokenPos": -1, + "line": 557 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/607/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/607", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 735 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/607/closures/867", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/607/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/607", + "fixedId": true, + "name": "_RenderInputPadding", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 735 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 744 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip.dart", + "function": { + "type": "@Function", + "id": "classes/602/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/602", + "fixedId": true, + "name": "_RenderExclusiveMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@141220820", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@141220820/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BoxHitTestEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 65, + "exclusiveTicks": 3, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/595/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/595", + "fixedId": true, + "name": "RenderProxyBoxWithHitTestBehavior", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 179 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 67, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/tap_region.dart", + "function": { + "type": "@Function", + "id": "classes/597/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/597", + "fixedId": true, + "name": "RenderTapRegionSurface", + "library": { + "type": "@Library", + "id": "libraries/@225410373", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@225410373/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftap_region.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/tap_region.dart" + }, + "tokenPos": -1, + "line": 228 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/586/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/586", + "fixedId": true, + "name": "RenderClipRect", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1559 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/585/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/585", + "fixedId": true, + "name": "RenderClipPath", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1940 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 39, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/584/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/584", + "fixedId": true, + "name": "RenderPhysicalModel", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/583/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/583", + "fixedId": true, + "name": "RenderPhysicalShape", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/579/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/579", + "fixedId": true, + "name": "RenderTransform", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2645 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 47, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/578/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/578", + "fixedId": true, + "name": "RenderFractionalTranslation", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3028 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 40, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/576/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/576", + "fixedId": true, + "name": "RenderIgnorePointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3721 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 48, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/575/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/575", + "fixedId": true, + "name": "RenderOffstage", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3852 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 63, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/574/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/574", + "fixedId": true, + "name": "RenderAbsorbPointer", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3973 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 79, + "exclusiveTicks": 12, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/523/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/523", + "fixedId": true, + "name": "RenderBox", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 2915 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1831 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1488 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1488 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 753 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 753 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1078/functions/set%3Aend", + "fixedId": true, + "name": "end=", + "owner": { + "type": "@Class", + "id": "classes/1078", + "fixedId": true, + "name": "MaterialRectArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/arc.dart", + "function": { + "type": "@Function", + "id": "classes/1074/functions/set%3Aend", + "fixedId": true, + "name": "end=", + "owner": { + "type": "@Class", + "id": "classes/1074", + "fixedId": true, + "name": "MaterialPointArcTween", + "library": { + "type": "@Library", + "id": "libraries/@50458455", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/arc.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@50458455/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Farc.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/arc.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1067/functions/set%3Aend", + "fixedId": true, + "name": "end=", + "owner": { + "type": "@Class", + "id": "classes/1067", + "fixedId": true, + "name": "Tween", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3209/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 14, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3210/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2470/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2470", + "fixedId": true, + "name": "__ImmutableList&_Array&UnmodifiableListMixin", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3211/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2468/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2468", + "fixedId": true, + "name": "FixedLengthListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3212/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 19 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1715 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1715 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1372 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1372 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1029 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1029 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 638 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 638 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1208/functions/consumesKey", + "fixedId": true, + "name": "consumesKey", + "owner": { + "type": "@Class", + "id": "classes/1208", + "fixedId": true, + "name": "__OverridableAction&ContextAction&_OverridableActionMixin", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3213/0", + "kind": "TypeParameter", + "identityHashCode": 2146050921, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1717 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1203/functions/consumesKey", + "fixedId": true, + "name": "consumesKey", + "owner": { + "type": "@Class", + "id": "classes/1203", + "fixedId": true, + "name": "DoNothingAction", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1481 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1201/functions/consumesKey", + "fixedId": true, + "name": "consumesKey", + "owner": { + "type": "@Class", + "id": "classes/1201", + "fixedId": true, + "name": "_ContextActionToActionAdapter", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3214/0", + "kind": "TypeParameter", + "identityHashCode": 1020608184, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1841 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1196/functions/consumesKey", + "fixedId": true, + "name": "consumesKey", + "owner": { + "type": "@Class", + "id": "classes/1196", + "fixedId": true, + "name": "Action", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3215/0", + "kind": "TypeParameter", + "identityHashCode": 2916673937, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/skip", + "fixedId": true, + "name": "skip", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3216/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 210 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1731 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1731 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1045 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1045 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 654 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 654 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 317 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 317 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1096/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/1096", + "fixedId": true, + "name": "_ShortcutManager&Object&Diagnosticable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1201/functions/removeActionListener", + "fixedId": true, + "name": "removeActionListener", + "owner": { + "type": "@Class", + "id": "classes/1201", + "fixedId": true, + "name": "_ContextActionToActionAdapter", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3217/0", + "kind": "TypeParameter", + "identityHashCode": 1020608184, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1850 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1196/functions/removeActionListener", + "fixedId": true, + "name": "removeActionListener", + "owner": { + "type": "@Class", + "id": "classes/1196", + "fixedId": true, + "name": "Action", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3218/0", + "kind": "TypeParameter", + "identityHashCode": 2916673937, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 373 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3219/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 518 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/2469/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2469", + "fixedId": true, + "name": "_Array", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3220/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 66 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2345/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2345", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3221/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3222/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/494/functions/addToScene", + "fixedId": true, + "name": "addToScene", + "owner": { + "type": "@Class", + "id": "classes/494", + "fixedId": true, + "name": "PictureLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 892 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/493/functions/addToScene", + "fixedId": true, + "name": "addToScene", + "owner": { + "type": "@Class", + "id": "classes/493", + "fixedId": true, + "name": "PerformanceOverlayLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1054 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/492/functions/addToScene", + "fixedId": true, + "name": "addToScene", + "owner": { + "type": "@Class", + "id": "classes/492", + "fixedId": true, + "name": "ImageFilterLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 2014 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/491/functions/addToScene", + "fixedId": true, + "name": "addToScene", + "owner": { + "type": "@Class", + "id": "classes/491", + "fixedId": true, + "name": "TransformLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 2071 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/490/functions/addToScene", + "fixedId": true, + "name": "addToScene", + "owner": { + "type": "@Class", + "id": "classes/490", + "fixedId": true, + "name": "OpacityLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 2165 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/489/functions/addToScene", + "fixedId": true, + "name": "addToScene", + "owner": { + "type": "@Class", + "id": "classes/489", + "fixedId": true, + "name": "OffsetLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1497 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/488/functions/addToScene", + "fixedId": true, + "name": "addToScene", + "owner": { + "type": "@Class", + "id": "classes/488", + "fixedId": true, + "name": "ClipRectLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/487/functions/addToScene", + "fixedId": true, + "name": "addToScene", + "owner": { + "type": "@Class", + "id": "classes/487", + "fixedId": true, + "name": "ClipRRectLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1745 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/486/functions/addToScene", + "fixedId": true, + "name": "addToScene", + "owner": { + "type": "@Class", + "id": "classes/486", + "fixedId": true, + "name": "ClipPathLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1922 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/addToScene", + "fixedId": true, + "name": "addToScene", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 10, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/dependOnInheritedElement", + "fixedId": true, + "name": "dependOnInheritedElement", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5951 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/dependOnInheritedElement", + "fixedId": true, + "name": "dependOnInheritedElement", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 4978 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _HashSetEntry@4220832?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/995/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/995", + "fixedId": true, + "name": "ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1483/functions/get%3ArenderObjectAttachingChild", + "fixedId": true, + "name": "renderObjectAttachingChild", + "owner": { + "type": "@Class", + "id": "classes/1483", + "fixedId": true, + "name": "ComponentElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5691 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/get%3ArenderObjectAttachingChild", + "fixedId": true, + "name": "renderObjectAttachingChild", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6531 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/get%3ArenderObjectAttachingChild", + "fixedId": true, + "name": "renderObjectAttachingChild", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3749 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/closures/377", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1460/functions/get%3ArenderObjectAttachingChild", + "fixedId": true, + "name": "renderObjectAttachingChild", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3749 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3752 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2783/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/2783", + "fixedId": true, + "name": "SemanticsFlags", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 1413 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/date_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2762/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/2762", + "fixedId": true, + "name": "DateTime", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fdate_time.dart/0", + "fixedId": true, + "uri": "dart:core/date_time.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdate_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/date_patch.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/duration.dart", + "function": { + "type": "@Function", + "id": "classes/2761/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/2761", + "fixedId": true, + "name": "Duration", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1, + "line": 309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/420/functions/compareTo", + "fixedId": true, + "name": "compareTo", + "owner": { + "type": "@Class", + "id": "classes/420", + "fixedId": true, + "name": "_BoxEdge", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3939 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/419/functions/compareTo", + "fixedId": true, + "name": "compareTo", + "owner": { + "type": "@Class", + "id": "classes/419", + "fixedId": true, + "name": "_SemanticsSortGroup", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 3964 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/418/functions/compareTo", + "fixedId": true, + "name": "compareTo", + "owner": { + "type": "@Class", + "id": "classes/418", + "fixedId": true, + "name": "_TraversalSortNode", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 4193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/didStopTrackingLastPointer", + "fixedId": true, + "name": "didStopTrackingLastPointer", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 768 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/didStopTrackingLastPointer", + "fixedId": true, + "name": "didStopTrackingLastPointer", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 752 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3352 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4916 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2436/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/2436", + "fixedId": true, + "name": "_ControllerStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3223/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 862 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1491/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1491", + "fixedId": true, + "name": "_InheritedNotifierElement", + "library": { + "type": "@Library", + "id": "libraries/@173313948", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3224/0", + "kind": "TypeParameter", + "identityHashCode": 3769705941, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1486/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1486", + "fixedId": true, + "name": "ProxyElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6041 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1485/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1485", + "fixedId": true, + "name": "StatelessElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5790 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 23, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5832 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1081/functions/transform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/1081", + "fixedId": true, + "name": "_ChainedEvaluation", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3225/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1067/functions/transform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/1067", + "fixedId": true, + "name": "Tween", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3226/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 361 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1066/functions/transform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/1066", + "fixedId": true, + "name": "CurveTween", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 561 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween_sequence.dart", + "function": { + "type": "@Function", + "id": "classes/1065/functions/transform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/1065", + "fixedId": true, + "name": "TweenSequence", + "library": { + "type": "@Library", + "id": "libraries/@326511922", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@326511922/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween_sequence.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3227/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@326511922/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween_sequence.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween_sequence.dart" + }, + "tokenPos": -1, + "line": 79 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/compareTo", + "fixedId": true, + "name": "compareTo", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 337 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2321/functions/addEntries", + "fixedId": true, + "name": "addEntries", + "owner": { + "type": "@Class", + "id": "classes/2321", + "fixedId": true, + "name": "MapBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3228/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3229/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/addEntries", + "fixedId": true, + "name": "addEntries", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3230/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3231/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3232/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3233/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/475/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/475", + "fixedId": true, + "name": "_FocusNode&Object&DiagnosticableTreeMixin&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2304/functions/addEntries", + "fixedId": true, + "name": "addEntries", + "owner": { + "type": "@Class", + "id": "classes/2304", + "fixedId": true, + "name": "_UnmodifiableMapView&MapView&_UnmodifiableMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3234/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3235/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2295/functions/addEntries", + "fixedId": true, + "name": "addEntries", + "owner": { + "type": "@Class", + "id": "classes/2295", + "fixedId": true, + "name": "_SplayTreeMap&_SplayTree&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3236/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3237/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7676, + "exclusiveTicks": 7676, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/compareTo", + "fixedId": true, + "name": "compareTo", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/compareTo", + "fixedId": true, + "name": "compareTo", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/get%3Acancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3238/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/get%3Acancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3239/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/symbol.dart", + "function": { + "type": "@Function", + "id": "classes/2153/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/2153", + "fixedId": true, + "name": "Symbol", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsymbol.dart/0", + "fixedId": true, + "uri": "dart:_internal/symbol.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsymbol.dart/0", + "fixedId": true, + "uri": "dart:_internal/symbol.dart" + }, + "tokenPos": -1, + "line": 28 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 777 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 908 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/919/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/919", + "fixedId": true, + "name": "OneSequenceGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 467 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/917/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/917", + "fixedId": true, + "name": "GestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 306 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/962/functions/get%3Astyle", + "fixedId": true, + "name": "style", + "owner": { + "type": "@Class", + "id": "classes/962", + "fixedId": true, + "name": "DiagnosticsNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 1567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart", + "function": { + "type": "@Function", + "id": "classes/963/functions/get%3Astyle", + "fixedId": true, + "name": "style", + "owner": { + "type": "@Class", + "id": "classes/963", + "fixedId": true, + "name": "DiagnosticableNode", + "library": { + "type": "@Library", + "id": "libraries/@31198569", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3240/0", + "kind": "TypeParameter", + "identityHashCode": 3413289930, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@31198569/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fdiagnostics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/diagnostics.dart" + }, + "tokenPos": -1, + "line": 2932 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/222/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/222", + "fixedId": true, + "name": "_ShortcutRegistry&Object&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/219/functions/addListener", + "fixedId": true, + "name": "addListener", + "owner": { + "type": "@Class", + "id": "classes/219", + "fixedId": true, + "name": "_ConstantValueListenable", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3241/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 430 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/494/functions/findAnnotations", + "fixedId": true, + "name": "findAnnotations", + "owner": { + "type": "@Class", + "id": "classes/494", + "fixedId": true, + "name": "PictureLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 916 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/493/functions/findAnnotations", + "fixedId": true, + "name": "findAnnotations", + "owner": { + "type": "@Class", + "id": "classes/493", + "fixedId": true, + "name": "PerformanceOverlayLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1059 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/491/functions/findAnnotations", + "fixedId": true, + "name": "findAnnotations", + "owner": { + "type": "@Class", + "id": "classes/491", + "fixedId": true, + "name": "TransformLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 2099 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/489/functions/findAnnotations", + "fixedId": true, + "name": "findAnnotations", + "owner": { + "type": "@Class", + "id": "classes/489", + "fixedId": true, + "name": "OffsetLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1482 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/488/functions/findAnnotations", + "fixedId": true, + "name": "findAnnotations", + "owner": { + "type": "@Class", + "id": "classes/488", + "fixedId": true, + "name": "ClipRectLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1646 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/487/functions/findAnnotations", + "fixedId": true, + "name": "findAnnotations", + "owner": { + "type": "@Class", + "id": "classes/487", + "fixedId": true, + "name": "ClipRRectLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1733 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/486/functions/findAnnotations", + "fixedId": true, + "name": "findAnnotations", + "owner": { + "type": "@Class", + "id": "classes/486", + "fixedId": true, + "name": "ClipPathLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1910 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/findAnnotations", + "fixedId": true, + "name": "findAnnotations", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/483/functions/findAnnotations", + "fixedId": true, + "name": "findAnnotations", + "owner": { + "type": "@Class", + "id": "classes/483", + "fixedId": true, + "name": "AnnotatedRegionLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3242/0", + "kind": "TypeParameter", + "identityHashCode": 2203825674, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 2999 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate AnnotationEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/functions/get%3Acancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3243/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3244/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1937/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1937", + "fixedId": true, + "name": "_InternetAddress", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 404 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1915/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1915", + "fixedId": true, + "name": "Size", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 606 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1912/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1912", + "fixedId": true, + "name": "Radius", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1073 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1910/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1910", + "fixedId": true, + "name": "_RRectLike", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3245/0", + "kind": "TypeParameter", + "identityHashCode": 36612801, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 1456 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1905/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1905", + "fixedId": true, + "name": "ColorSwatch", + "library": { + "type": "@Library", + "id": "libraries/@341179376", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@341179376/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/colors.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3246/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@341179376/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/colors.dart" + }, + "tokenPos": -1, + "line": 428 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 489 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1892/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1892", + "fixedId": true, + "name": "_MatrixImageFilter", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 4328 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1878/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1878", + "fixedId": true, + "name": "ViewConstraints", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2460 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1877/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1877", + "fixedId": true, + "name": "DisplayFeature", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2555 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1876/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1876", + "fixedId": true, + "name": "Locale", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 2877 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/plugins.dart", + "function": { + "type": "@Function", + "id": "classes/1873/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1873", + "fixedId": true, + "name": "CallbackHandle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplugins.dart/0", + "fixedId": true, + "uri": "dart:ui/plugins.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1864/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1864", + "fixedId": true, + "name": "FontVariation", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1163 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1863/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1863", + "fixedId": true, + "name": "GlyphInfo", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1253 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1862/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1862", + "fixedId": true, + "name": "TextDecoration", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1861/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1861", + "fixedId": true, + "name": "TextHeightBehavior", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1860/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1860", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 1804 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1859/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1859", + "fixedId": true, + "name": "ParagraphStyle", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2081 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1857/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1857", + "fixedId": true, + "name": "TextBox", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2453 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1856/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1856", + "fixedId": true, + "name": "TextPosition", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2563 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/text_editing.dart", + "function": { + "type": "@Function", + "id": "classes/1855/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1855", + "fixedId": true, + "name": "TextSelection", + "library": { + "type": "@Library", + "id": "libraries/@293206251", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/text_editing.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@293206251/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_editing.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_editing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@293206251/scripts/package%3Aflutter%2Fsrc%2Fservices%2Ftext_editing.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/text_editing.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1854/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1854", + "fixedId": true, + "name": "TextRange", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2641 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/1853/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1853", + "fixedId": true, + "name": "ParagraphConstraints", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 2687 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1847/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1847", + "fixedId": true, + "name": "AccessibilityFeatures", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 1022 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1845/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1845", + "fixedId": true, + "name": "GestureSettings", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 1154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/functions/get%3Acancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1500/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1500", + "fixedId": true, + "name": "Widget", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 520 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3531 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2345/functions/intersection", + "fixedId": true, + "name": "intersection", + "owner": { + "type": "@Class", + "id": "classes/2345", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3247/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/set.dart", + "function": { + "type": "@Function", + "id": "classes/2340/functions/intersection", + "fixedId": true, + "name": "intersection", + "owner": { + "type": "@Class", + "id": "classes/2340", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3248/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fset.dart/0", + "fixedId": true, + "uri": "dart:collection/set.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1405/functions/didChangeLocales", + "fixedId": true, + "name": "didChangeLocales", + "owner": { + "type": "@Class", + "id": "classes/1405", + "fixedId": true, + "name": "__WidgetsAppState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1393/functions/didChangeLocales", + "fixedId": true, + "name": "didChangeLocales", + "owner": { + "type": "@Class", + "id": "classes/1393", + "fixedId": true, + "name": "__MediaQueryFromViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/didChangeLocales", + "fixedId": true, + "name": "didChangeLocales", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1057 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1350/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1350", + "fixedId": true, + "name": "IconThemeData", + "library": { + "type": "@Library", + "id": "libraries/@169485077", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1349/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1349", + "fixedId": true, + "name": "_CupertinoEdgeShadowDecoration", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 1010 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1348/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1348", + "fixedId": true, + "name": "BoxDecoration", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 318 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1347/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1347", + "fixedId": true, + "name": "ShapeDecoration", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 240 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1344/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1344", + "fixedId": true, + "name": "CupertinoTextThemeData", + "library": { + "type": "@Library", + "id": "libraries/@378439196", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1, + "line": 359 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1483/functions/_firstBuild%40163042623", + "fixedId": true, + "name": "_firstBuild", + "owner": { + "type": "@Class", + "id": "classes/1483", + "fixedId": true, + "name": "ComponentElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5703 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1484/functions/_firstBuild%40163042623", + "fixedId": true, + "name": "_firstBuild", + "owner": { + "type": "@Class", + "id": "classes/1484", + "fixedId": true, + "name": "StatefulElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5849 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 523 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/attach", + "fixedId": true, + "name": "attach", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1188 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1272/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1272", + "fixedId": true, + "name": "AppBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@49092148", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@49092148/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@49092148/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app_bar_theme.dart" + }, + "tokenPos": -1, + "line": 553 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/badge_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1271/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1271", + "fixedId": true, + "name": "BadgeThemeData", + "library": { + "type": "@Library", + "id": "libraries/@51364538", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/badge_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@51364538/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbadge_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/badge_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@51364538/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbadge_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/badge_theme.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/banner_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1270/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1270", + "fixedId": true, + "name": "MaterialBannerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@53219936", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@53219936/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbanner_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@53219936/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbanner_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/banner_theme.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/bottom_app_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1269/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1269", + "fixedId": true, + "name": "BottomAppBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@54337866", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/bottom_app_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@54337866/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_app_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_app_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@54337866/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_app_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_app_bar_theme.dart" + }, + "tokenPos": -1, + "line": 297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/bottom_navigation_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1268/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1268", + "fixedId": true, + "name": "BottomNavigationBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@56120218", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/bottom_navigation_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@56120218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_navigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_navigation_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@56120218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_navigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_navigation_bar_theme.dart" + }, + "tokenPos": -1, + "line": 218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/bottom_sheet_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1266/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1266", + "fixedId": true, + "name": "BottomSheetThemeData", + "library": { + "type": "@Library", + "id": "libraries/@58487157", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/bottom_sheet_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@58487157/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_sheet_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_sheet_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@58487157/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbottom_sheet_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/bottom_sheet_theme.dart" + }, + "tokenPos": -1, + "line": 188 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1265/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1265", + "fixedId": true, + "name": "ButtonBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@60200583", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@60200583/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@60200583/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_bar_theme.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 555 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/mouse_cursor.dart", + "function": { + "type": "@Function", + "id": "classes/1253/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1253", + "fixedId": true, + "name": "SystemMouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@275171781", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1, + "line": 374 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1251/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1251", + "fixedId": true, + "name": "ButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@63378263", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@63378263/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@63378263/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_theme.dart" + }, + "tokenPos": -1, + "line": 711 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/card_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1250/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1250", + "fixedId": true, + "name": "CardThemeData", + "library": { + "type": "@Library", + "id": "libraries/@64240984", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/card_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@64240984/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcard_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/card_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@64240984/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcard_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/card_theme.dart" + }, + "tokenPos": -1, + "line": 300 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/carousel_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1249/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1249", + "fixedId": true, + "name": "CarouselViewThemeData", + "library": { + "type": "@Library", + "id": "libraries/@65233069", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/carousel_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@65233069/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcarousel_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/carousel_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@65233069/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcarousel_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/carousel_theme.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/checkbox_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1248/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1248", + "fixedId": true, + "name": "CheckboxThemeData", + "library": { + "type": "@Library", + "id": "libraries/@66292038", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/checkbox_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@66292038/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcheckbox_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/checkbox_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@66292038/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcheckbox_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/checkbox_theme.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/chip_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1247/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1247", + "fixedId": true, + "name": "ChipThemeData", + "library": { + "type": "@Library", + "id": "libraries/@67321686", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/chip_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@67321686/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fchip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/chip_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@67321686/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fchip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/chip_theme.dart" + }, + "tokenPos": -1, + "line": 619 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/color_scheme.dart", + "function": { + "type": "@Function", + "id": "classes/1246/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1246", + "fixedId": true, + "name": "ColorScheme", + "library": { + "type": "@Library", + "id": "libraries/@68049969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@68049969/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fcolor_scheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/color_scheme.dart" + }, + "tokenPos": -1, + "line": 1545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/data_table_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1245/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1245", + "fixedId": true, + "name": "DataTableThemeData", + "library": { + "type": "@Library", + "id": "libraries/@71332636", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/data_table_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@71332636/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdata_table_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/data_table_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@71332636/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdata_table_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/data_table_theme.dart" + }, + "tokenPos": -1, + "line": 239 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/date_picker_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1244/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1244", + "fixedId": true, + "name": "DatePickerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@72353974", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/date_picker_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@72353974/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdate_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/date_picker_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@72353974/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdate_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/date_picker_theme.dart" + }, + "tokenPos": -1, + "line": 740 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/dialog_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1243/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1243", + "fixedId": true, + "name": "DialogThemeData", + "library": { + "type": "@Library", + "id": "libraries/@73294779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/dialog_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@73294779/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdialog_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dialog_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@73294779/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdialog_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dialog_theme.dart" + }, + "tokenPos": -1, + "line": 467 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/divider_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1240/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1240", + "fixedId": true, + "name": "DividerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@75512473", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/divider_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@75512473/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdivider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/divider_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@75512473/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdivider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/divider_theme.dart" + }, + "tokenPos": -1, + "line": 116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/drawer_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1239/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1239", + "fixedId": true, + "name": "DrawerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@77242845", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/drawer_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@77242845/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@77242845/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdrawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/drawer_theme.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/dropdown_menu_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1238/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1238", + "fixedId": true, + "name": "DropdownMenuThemeData", + "library": { + "type": "@Library", + "id": "libraries/@78378620", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/dropdown_menu_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@78378620/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdropdown_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dropdown_menu_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@78378620/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fdropdown_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/dropdown_menu_theme.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1237/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1237", + "fixedId": true, + "name": "ElevatedButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@80091704", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@80091704/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@80091704/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button_theme.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/expansion_tile_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1236/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1236", + "fixedId": true, + "name": "ExpansionTileThemeData", + "library": { + "type": "@Library", + "id": "libraries/@82229784", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/expansion_tile_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@82229784/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fexpansion_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/expansion_tile_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@82229784/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fexpansion_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/expansion_tile_theme.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/filled_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1235/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1235", + "fixedId": true, + "name": "FilledButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@83320477", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/filled_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@83320477/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffilled_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/filled_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@83320477/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffilled_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/filled_button_theme.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1232/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1232", + "fixedId": true, + "name": "FloatingActionButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@87399144", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@87399144/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@87399144/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_theme.dart" + }, + "tokenPos": -1, + "line": 275 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1231/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1231", + "fixedId": true, + "name": "IconButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@89253920", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@89253920/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@89253920/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button_theme.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/input_decorator.dart", + "function": { + "type": "@Function", + "id": "classes/1230/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1230", + "fixedId": true, + "name": "InputDecorationThemeData", + "library": { + "type": "@Library", + "id": "libraries/@97019562", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1, + "line": 5499 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1227/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1227", + "fixedId": true, + "name": "ListTileThemeData", + "library": { + "type": "@Library", + "id": "libraries/@99202436", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@99202436/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@99202436/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile_theme.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/menu_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1225/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1225", + "fixedId": true, + "name": "MenuThemeData", + "library": { + "type": "@Library", + "id": "libraries/@106168917", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/menu_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@106168917/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@106168917/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_theme.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/menu_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1224/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1224", + "fixedId": true, + "name": "MenuButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@104200668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/menu_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@104200668/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@104200668/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_button_theme.dart" + }, + "tokenPos": -1, + "line": 73 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/menu_style.dart", + "function": { + "type": "@Function", + "id": "classes/1223/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1223", + "fixedId": true, + "name": "MenuStyle", + "library": { + "type": "@Library", + "id": "libraries/@105101985", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/menu_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@105101985/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@105101985/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmenu_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/menu_style.dart" + }, + "tokenPos": -1, + "line": 226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/navigation_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1222/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1222", + "fixedId": true, + "name": "NavigationBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@108044422", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/navigation_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@108044422/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@108044422/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_bar_theme.dart" + }, + "tokenPos": -1, + "line": 193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/navigation_drawer_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1221/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1221", + "fixedId": true, + "name": "NavigationDrawerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@109373529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/navigation_drawer_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@109373529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_drawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_drawer_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@109373529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_drawer_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_drawer_theme.dart" + }, + "tokenPos": -1, + "line": 175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/navigation_rail_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1220/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1220", + "fixedId": true, + "name": "NavigationRailThemeData", + "library": { + "type": "@Library", + "id": "libraries/@111277801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/navigation_rail_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@111277801/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_rail_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_rail_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@111277801/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fnavigation_rail_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/navigation_rail_theme.dart" + }, + "tokenPos": -1, + "line": 201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/outlined_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1219/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1219", + "fixedId": true, + "name": "OutlinedButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@112507174", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/outlined_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@112507174/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Foutlined_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/outlined_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@112507174/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Foutlined_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/outlined_button_theme.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1218/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1218", + "fixedId": true, + "name": "PageTransitionsTheme", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/popup_menu_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1217/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1217", + "fixedId": true, + "name": "PopupMenuThemeData", + "library": { + "type": "@Library", + "id": "libraries/@115391735", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/popup_menu_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@115391735/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpopup_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/popup_menu_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@115391735/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpopup_menu_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/popup_menu_theme.dart" + }, + "tokenPos": -1, + "line": 197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/progress_indicator_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1216/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1216", + "fixedId": true, + "name": "ProgressIndicatorThemeData", + "library": { + "type": "@Library", + "id": "libraries/@116003944", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/progress_indicator_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@116003944/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fprogress_indicator_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/progress_indicator_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@116003944/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fprogress_indicator_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/progress_indicator_theme.dart" + }, + "tokenPos": -1, + "line": 232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/radio_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1215/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1215", + "fixedId": true, + "name": "RadioThemeData", + "library": { + "type": "@Library", + "id": "libraries/@117234651", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/radio_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@117234651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fradio_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/radio_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@117234651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fradio_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/radio_theme.dart" + }, + "tokenPos": -1, + "line": 154 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1195/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1195", + "fixedId": true, + "name": "ScrollbarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@121072678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@121072678/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@121072678/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar_theme.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/search_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1194/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1194", + "fixedId": true, + "name": "SearchBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@122399218", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/search_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@122399218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@122399218/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_bar_theme.dart" + }, + "tokenPos": -1, + "line": 204 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/search_view_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1193/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1193", + "fixedId": true, + "name": "SearchViewThemeData", + "library": { + "type": "@Library", + "id": "libraries/@123500249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/search_view_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@123500249/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_view_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_view_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@123500249/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsearch_view_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/search_view_theme.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/segmented_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1192/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1192", + "fixedId": true, + "name": "SegmentedButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@124198015", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/segmented_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@124198015/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsegmented_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/segmented_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@124198015/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsegmented_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/segmented_button_theme.dart" + }, + "tokenPos": -1, + "line": 86 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/slider_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1191/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1191", + "fixedId": true, + "name": "SliderThemeData", + "library": { + "type": "@Library", + "id": "libraries/@127362734", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/slider_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@127362734/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fslider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/slider_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@127362734/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fslider_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/slider_theme.dart" + }, + "tokenPos": -1, + "line": 865 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/snack_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1190/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1190", + "fixedId": true, + "name": "SnackBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@130063486", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/snack_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@130063486/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsnack_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/snack_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@130063486/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fsnack_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/snack_bar_theme.dart" + }, + "tokenPos": -1, + "line": 278 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/switch_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1189/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1189", + "fixedId": true, + "name": "SwitchThemeData", + "library": { + "type": "@Library", + "id": "libraries/@131125441", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/switch_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@131125441/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fswitch_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/switch_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@131125441/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fswitch_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/switch_theme.dart" + }, + "tokenPos": -1, + "line": 181 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tab_bar_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1188/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1188", + "fixedId": true, + "name": "TabBarThemeData", + "library": { + "type": "@Library", + "id": "libraries/@132164651", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tab_bar_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@132164651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftab_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tab_bar_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@132164651/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftab_bar_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tab_bar_theme.dart" + }, + "tokenPos": -1, + "line": 519 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_button_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1187/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1187", + "fixedId": true, + "name": "TextButtonThemeData", + "library": { + "type": "@Library", + "id": "libraries/@134442644", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_button_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@134442644/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_button_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@134442644/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_button_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_button_theme.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_selection_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1186/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1186", + "fixedId": true, + "name": "TextSelectionThemeData", + "library": { + "type": "@Library", + "id": "libraries/@135195223", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_selection_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@135195223/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_selection_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_selection_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@135195223/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_selection_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_selection_theme.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1185/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1185", + "fixedId": true, + "name": "TextTheme", + "library": { + "type": "@Library", + "id": "libraries/@136176439", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@136176439/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/text_theme.dart" + }, + "tokenPos": -1, + "line": 715 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1184/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1184", + "fixedId": true, + "name": "ThemeData", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 2092 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1183/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1183", + "fixedId": true, + "name": "VisualDensity", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 3346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/time_picker_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1182/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1182", + "fixedId": true, + "name": "TimePickerThemeData", + "library": { + "type": "@Library", + "id": "libraries/@139058348", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/time_picker_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@139058348/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftime_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/time_picker_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@139058348/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftime_picker_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/time_picker_theme.dart" + }, + "tokenPos": -1, + "line": 460 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/toggle_buttons_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1181/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1181", + "fixedId": true, + "name": "ToggleButtonsThemeData", + "library": { + "type": "@Library", + "id": "libraries/@140308615", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/toggle_buttons_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@140308615/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftoggle_buttons_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/toggle_buttons_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@140308615/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftoggle_buttons_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/toggle_buttons_theme.dart" + }, + "tokenPos": -1, + "line": 202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/tooltip_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1179/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1179", + "fixedId": true, + "name": "TooltipThemeData", + "library": { + "type": "@Library", + "id": "libraries/@142080376", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@142080376/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@142080376/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftooltip_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tooltip_theme.dart" + }, + "tokenPos": -1, + "line": 226 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/typography.dart", + "function": { + "type": "@Function", + "id": "classes/1178/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1178", + "fixedId": true, + "name": "Typography", + "library": { + "type": "@Library", + "id": "libraries/@144382893", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/typography.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@144382893/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftypography.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/typography.dart" + }, + "tokenPos": -1, + "line": 340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/1177/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1177", + "fixedId": true, + "name": "BorderSide", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_style.dart", + "function": { + "type": "@Function", + "id": "classes/1175/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1175", + "fixedId": true, + "name": "TextStyle", + "library": { + "type": "@Library", + "id": "libraries/@362401080", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@362401080/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_style.dart" + }, + "tokenPos": -1, + "line": 1485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/1170/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1170", + "fixedId": true, + "name": "SemanticsData", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 1292 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/keyboard_key.g.dart", + "function": { + "type": "@Function", + "id": "classes/1163/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1163", + "fixedId": true, + "name": "LogicalKeyboardKey", + "library": { + "type": "@Library", + "id": "libraries/@272043485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1, + "line": 173 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/keyboard_key.g.dart", + "function": { + "type": "@Function", + "id": "classes/1162/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1162", + "fixedId": true, + "name": "PhysicalKeyboardKey", + "library": { + "type": "@Library", + "id": "libraries/@272043485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@272043485/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fkeyboard_key.g.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/keyboard_key.g.dart" + }, + "tokenPos": -1, + "line": 3563 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_android.dart", + "function": { + "type": "@Function", + "id": "classes/1160/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1160", + "fixedId": true, + "name": "RawKeyEventDataAndroid", + "library": { + "type": "@Library", + "id": "libraries/@280177474", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1, + "line": 317 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_fuchsia.dart", + "function": { + "type": "@Function", + "id": "classes/1159/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1159", + "fixedId": true, + "name": "RawKeyEventDataFuchsia", + "library": { + "type": "@Library", + "id": "libraries/@281349049", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1, + "line": 190 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_ios.dart", + "function": { + "type": "@Function", + "id": "classes/1158/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1158", + "fixedId": true, + "name": "RawKeyEventDataIos", + "library": { + "type": "@Library", + "id": "libraries/@282218955", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/1157/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1157", + "fixedId": true, + "name": "RawKeyEventDataLinux", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_macos.dart", + "function": { + "type": "@Function", + "id": "classes/1156/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1156", + "fixedId": true, + "name": "RawKeyEventDataMacOs", + "library": { + "type": "@Library", + "id": "libraries/@284244645", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1, + "line": 286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_web.dart", + "function": { + "type": "@Function", + "id": "classes/1155/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1155", + "fixedId": true, + "name": "RawKeyEventDataWeb", + "library": { + "type": "@Library", + "id": "libraries/@285342469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1, + "line": 172 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_windows.dart", + "function": { + "type": "@Function", + "id": "classes/1154/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1154", + "fixedId": true, + "name": "RawKeyEventDataWindows", + "library": { + "type": "@Library", + "id": "libraries/@286422532", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1, + "line": 230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/1095/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1095", + "fixedId": true, + "name": "WidgetStateMapper", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3249/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 1031 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/get%3A_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3250/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/text_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1048/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1048", + "fixedId": true, + "name": "_TextThemeDefaultsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@378439196", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@378439196/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftext_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/text_theme.dart" + }, + "tokenPos": -1, + "line": 433 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1046/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1046", + "fixedId": true, + "name": "CupertinoThemeData", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 379 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1044/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/1044", + "fixedId": true, + "name": "NoDefaultCupertinoThemeData", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 581 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3A_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3251/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/get%3A_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3252/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/functions/get%3A_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3253/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3254/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/get%3A_add%405048458", + "fixedId": true, + "name": "_add", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3255/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3256/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1011/functions/didChangeLocales", + "fixedId": true, + "name": "didChangeLocales", + "owner": { + "type": "@Class", + "id": "classes/1011", + "fixedId": true, + "name": "LocalizationsResolver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 842 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/key.dart", + "function": { + "type": "@Function", + "id": "classes/957/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/957", + "fixedId": true, + "name": "ValueKey", + "library": { + "type": "@Library", + "id": "libraries/@33174814", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/key.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@33174814/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fkey.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/key.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3257/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@33174814/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fkey.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/key.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/954/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/954", + "fixedId": true, + "name": "GlobalObjectKey", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3258/0", + "kind": "TypeParameter", + "identityHashCode": 2217990885, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/953/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/953", + "fixedId": true, + "name": "_DeprecatedRawViewKey", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3259/0", + "kind": "TypeParameter", + "identityHashCode": 815431849, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 903 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/stack_frame.dart", + "function": { + "type": "@Function", + "id": "classes/939/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/939", + "fixedId": true, + "name": "StackFrame", + "library": { + "type": "@Library", + "id": "libraries/@42425567", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@42425567/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fstack_frame.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/stack_frame.dart" + }, + "tokenPos": -1, + "line": 304 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/gesture_settings.dart", + "function": { + "type": "@Function", + "id": "classes/866/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/866", + "fixedId": true, + "name": "DeviceGestureSettings", + "library": { + "type": "@Library", + "id": "libraries/@305479117", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@305479117/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fgesture_settings.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@305479117/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fgesture_settings.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/gesture_settings.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/842/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/842", + "fixedId": true, + "name": "Velocity", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 10, + "exclusiveTicks": 4, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1083/functions/transform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/1083", + "fixedId": true, + "name": "Curve", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3260/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DelayedError" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2453/closures/204", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2453/functions/_sendError%405048458", + "fixedId": true, + "name": "_sendError", + "owner": { + "type": "@Class", + "id": "classes/2453", + "fixedId": true, + "name": "_SyncBroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3261/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 397 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 399 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3262/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 583 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/747/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/747", + "fixedId": true, + "name": "StadiumBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/746/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/746", + "fixedId": true, + "name": "_StadiumToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/745/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/745", + "fixedId": true, + "name": "_StadiumToRoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 432 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 789 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/input_decorator.dart", + "function": { + "type": "@Function", + "id": "classes/738/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/738", + "fixedId": true, + "name": "FloatingLabelAlignment", + "library": { + "type": "@Library", + "id": "libraries/@97019562", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@97019562/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Finput_decorator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/input_decorator.dart" + }, + "tokenPos": -1, + "line": 536 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3263/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 669 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3264/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 318 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/functions/_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3265/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3266/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/_addError%405048458", + "fixedId": true, + "name": "_addError", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3267/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3268/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/711/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/711", + "fixedId": true, + "name": "_IdentityThemeDataCacheKey", + "library": { + "type": "@Library", + "id": "libraries/@138408314", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@138408314/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme_data.dart" + }, + "tokenPos": -1, + "line": 3101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/705/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/705", + "fixedId": true, + "name": "AlignmentGeometry", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 204 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/700/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/700", + "fixedId": true, + "name": "BorderRadiusGeometry", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/decoration_image.dart", + "function": { + "type": "@Function", + "id": "classes/694/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/694", + "fixedId": true, + "name": "_BlendedDecorationImage", + "library": { + "type": "@Library", + "id": "libraries/@344297748", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@344297748/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration_image.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration_image.dart" + }, + "tokenPos": -1, + "line": 833 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/689/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/689", + "fixedId": true, + "name": "EdgeInsetsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/image_provider.dart", + "function": { + "type": "@Function", + "id": "classes/682/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/682", + "fixedId": true, + "name": "ImageConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@349477495", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@349477495/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@349477495/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fimage_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/image_provider.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/inline_span.dart", + "function": { + "type": "@Function", + "id": "classes/680/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/680", + "fixedId": true, + "name": "InlineSpanSemanticsInformation", + "library": { + "type": "@Library", + "id": "libraries/@350141754", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@350141754/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Finline_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/inline_span.dart" + }, + "tokenPos": -1, + "line": 105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/matrix4.dart", + "function": { + "type": "@Function", + "id": "classes/678/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/678", + "fixedId": true, + "name": "Matrix4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fmatrix4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/matrix4.dart" + }, + "tokenPos": -1, + "line": 523 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/675/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/675", + "fixedId": true, + "name": "PlaceholderDimensions", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/661/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/661", + "fixedId": true, + "name": "SystemTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 2098 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/659/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/659", + "fixedId": true, + "name": "_LinearTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/658/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/658", + "fixedId": true, + "name": "_ClampedTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/646/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/646", + "fixedId": true, + "name": "_BodyBoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 934 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 641 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/644/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/644", + "fixedId": true, + "name": "SliverConstraints", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1, + "line": 577 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/2504/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/2504", + "fixedId": true, + "name": "__History&Iterable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_macos.dart", + "function": { + "type": "@Function", + "id": "classes/1156/functions/shouldDispatchEvent", + "fixedId": true, + "name": "shouldDispatchEvent", + "owner": { + "type": "@Class", + "id": "classes/1156", + "fixedId": true, + "name": "RawKeyEventDataMacOs", + "library": { + "type": "@Library", + "id": "libraries/@284244645", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1, + "line": 261 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/1153/functions/shouldDispatchEvent", + "fixedId": true, + "name": "shouldDispatchEvent", + "owner": { + "type": "@Class", + "id": "classes/1153", + "fixedId": true, + "name": "RawKeyEventData", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_windows.dart", + "function": { + "type": "@Function", + "id": "classes/1154/functions/shouldDispatchEvent", + "fixedId": true, + "name": "shouldDispatchEvent", + "owner": { + "type": "@Class", + "id": "classes/1154", + "fixedId": true, + "name": "RawKeyEventDataWindows", + "library": { + "type": "@Library", + "id": "libraries/@286422532", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/ascii.dart", + "function": { + "type": "@Function", + "id": "classes/2241/functions/get%3Adecoder", + "fixedId": true, + "name": "decoder", + "owner": { + "type": "@Class", + "id": "classes/2241", + "fixedId": true, + "name": "AsciiCodec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fascii.dart/0", + "fixedId": true, + "uri": "dart:convert/ascii.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fascii.dart/0", + "fixedId": true, + "uri": "dart:convert/ascii.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/latin1.dart", + "function": { + "type": "@Function", + "id": "classes/2240/functions/get%3Adecoder", + "fixedId": true, + "name": "decoder", + "owner": { + "type": "@Class", + "id": "classes/2240", + "fixedId": true, + "name": "Latin1Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Flatin1.dart/0", + "fixedId": true, + "uri": "dart:convert/latin1.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Flatin1.dart/0", + "fixedId": true, + "uri": "dart:convert/latin1.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2239/functions/get%3Adecoder", + "fixedId": true, + "name": "decoder", + "owner": { + "type": "@Class", + "id": "classes/2239", + "fixedId": true, + "name": "Utf8Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 72 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/base64.dart", + "function": { + "type": "@Function", + "id": "classes/2237/functions/get%3Adecoder", + "fixedId": true, + "name": "decoder", + "owner": { + "type": "@Class", + "id": "classes/2237", + "fixedId": true, + "name": "Base64Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbase64.dart/0", + "fixedId": true, + "uri": "dart:convert/base64.dart" + }, + "tokenPos": -1, + "line": 74 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/codec.dart", + "function": { + "type": "@Function", + "id": "classes/2236/functions/get%3Adecoder", + "fixedId": true, + "name": "decoder", + "owner": { + "type": "@Class", + "id": "classes/2236", + "fixedId": true, + "name": "_FusedCodec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fcodec.dart/0", + "fixedId": true, + "uri": "dart:convert/codec.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3269/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3270/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3271/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fcodec.dart/0", + "fixedId": true, + "uri": "dart:convert/codec.dart" + }, + "tokenPos": -1, + "line": 87 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2235/functions/get%3Adecoder", + "fixedId": true, + "name": "decoder", + "owner": { + "type": "@Class", + "id": "classes/2235", + "fixedId": true, + "name": "JsonCodec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2234/functions/get%3Adecoder", + "fixedId": true, + "name": "decoder", + "owner": { + "type": "@Class", + "id": "classes/2234", + "fixedId": true, + "name": "GZipCodec", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 238 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ZLibDecoder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/468/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/468", + "fixedId": true, + "name": "_SemanticsParentData", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2523/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2523", + "fixedId": true, + "name": "CastSet", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3272/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3273/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_android.dart", + "function": { + "type": "@Function", + "id": "classes/1160/functions/get%3AlogicalKey", + "fixedId": true, + "name": "logicalKey", + "owner": { + "type": "@Class", + "id": "classes/1160", + "fixedId": true, + "name": "RawKeyEventDataAndroid", + "library": { + "type": "@Library", + "id": "libraries/@280177474", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1, + "line": 190 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_fuchsia.dart", + "function": { + "type": "@Function", + "id": "classes/1159/functions/get%3AlogicalKey", + "fixedId": true, + "name": "logicalKey", + "owner": { + "type": "@Class", + "id": "classes/1159", + "fixedId": true, + "name": "RawKeyEventDataFuchsia", + "library": { + "type": "@Library", + "id": "libraries/@281349049", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1, + "line": 74 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_ios.dart", + "function": { + "type": "@Function", + "id": "classes/1158/functions/get%3AlogicalKey", + "fixedId": true, + "name": "logicalKey", + "owner": { + "type": "@Class", + "id": "classes/1158", + "fixedId": true, + "name": "RawKeyEventDataIos", + "library": { + "type": "@Library", + "id": "libraries/@282218955", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/1157/functions/get%3AlogicalKey", + "fixedId": true, + "name": "logicalKey", + "owner": { + "type": "@Class", + "id": "classes/1157", + "fixedId": true, + "name": "RawKeyEventDataLinux", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_macos.dart", + "function": { + "type": "@Function", + "id": "classes/1156/functions/get%3AlogicalKey", + "fixedId": true, + "name": "logicalKey", + "owner": { + "type": "@Class", + "id": "classes/1156", + "fixedId": true, + "name": "RawKeyEventDataMacOs", + "library": { + "type": "@Library", + "id": "libraries/@284244645", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_web.dart", + "function": { + "type": "@Function", + "id": "classes/1155/functions/get%3AlogicalKey", + "fixedId": true, + "name": "logicalKey", + "owner": { + "type": "@Class", + "id": "classes/1155", + "fixedId": true, + "name": "RawKeyEventDataWeb", + "library": { + "type": "@Library", + "id": "libraries/@285342469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_windows.dart", + "function": { + "type": "@Function", + "id": "classes/1154/functions/get%3AlogicalKey", + "fixedId": true, + "name": "logicalKey", + "owner": { + "type": "@Class", + "id": "classes/1154", + "fixedId": true, + "name": "RawKeyEventDataWindows", + "library": { + "type": "@Library", + "id": "libraries/@286422532", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1, + "line": 80 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/437/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/437", + "fixedId": true, + "name": "RelativeRect", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/view.dart", + "function": { + "type": "@Function", + "id": "classes/436/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/436", + "fixedId": true, + "name": "ViewConfiguration", + "library": { + "type": "@Library", + "id": "libraries/@261268214", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@261268214/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/view.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/semantics/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/421/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/421", + "fixedId": true, + "name": "AttributedString", + "library": { + "type": "@Library", + "id": "libraries/@369082469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@369082469/scripts/package%3Aflutter%2Fsrc%2Fsemantics%2Fsemantics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/semantics/semantics.dart" + }, + "tokenPos": -1, + "line": 748 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/json.dart", + "function": { + "type": "@Function", + "id": "classes/2235/functions/encode", + "fixedId": true, + "name": "encode", + "owner": { + "type": "@Class", + "id": "classes/2235", + "fixedId": true, + "name": "JsonCodec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fjson.dart/0", + "fixedId": true, + "uri": "dart:convert/json.dart" + }, + "tokenPos": -1, + "line": 236 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate JsonEncoder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/codec.dart", + "function": { + "type": "@Function", + "id": "classes/2233/functions/encode", + "fixedId": true, + "name": "encode", + "owner": { + "type": "@Class", + "id": "classes/2233", + "fixedId": true, + "name": "Codec", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fcodec.dart/0", + "fixedId": true, + "uri": "dart:convert/codec.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3274/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3275/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fcodec.dart/0", + "fixedId": true, + "uri": "dart:convert/codec.dart" + }, + "tokenPos": -1, + "line": 25 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/predictive_back_event.dart", + "function": { + "type": "@Function", + "id": "classes/375/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/375", + "fixedId": true, + "name": "PredictiveBackEvent", + "library": { + "type": "@Library", + "id": "libraries/@278193216", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@278193216/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fpredictive_back_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@278193216/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fpredictive_back_event.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/predictive_back_event.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart", + "function": { + "type": "@Function", + "id": "classes/373/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/373", + "fixedId": true, + "name": "_ModifierSidePair", + "library": { + "type": "@Library", + "id": "libraries/@279461389", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@279461389/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard.dart" + }, + "tokenPos": -1, + "line": 1128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/system_chrome.dart", + "function": { + "type": "@Function", + "id": "classes/367/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/367", + "fixedId": true, + "name": "SystemUiOverlayStyle", + "library": { + "type": "@Library", + "id": "libraries/@289077576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@289077576/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fsystem_chrome.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/system_chrome.dart" + }, + "tokenPos": -1, + "line": 388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/didChangeLocales", + "fixedId": true, + "name": "didChangeLocales", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification.dart", + "function": { + "type": "@Function", + "id": "classes/344/functions/get%3A_depth%40204159306", + "fixedId": true, + "name": "_depth", + "owner": { + "type": "@Class", + "id": "classes/344", + "fixedId": true, + "name": "_DraggableScrollableNotification&Notification&ViewportNotificationMixin", + "library": { + "type": "@Library", + "id": "libraries/@157035049", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/draggable_scrollable_sheet.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdraggable_scrollable_sheet.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/draggable_scrollable_sheet.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification.dart", + "function": { + "type": "@Function", + "id": "classes/336/functions/get%3A_depth%40204159306", + "fixedId": true, + "name": "_depth", + "owner": { + "type": "@Class", + "id": "classes/336", + "fixedId": true, + "name": "_ScrollNotification&LayoutChangedNotification&ViewportNotificationMixin", + "library": { + "type": "@Library", + "id": "libraries/@204159306", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/316/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/316", + "fixedId": true, + "name": "IndexedSlot", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3276/0", + "kind": "TypeParameter", + "identityHashCode": 4289032577, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_data.dart", + "function": { + "type": "@Function", + "id": "classes/306/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/306", + "fixedId": true, + "name": "IconData", + "library": { + "type": "@Library", + "id": "libraries/@167226237", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@167226237/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@167226237/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_data.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/300/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/300", + "fixedId": true, + "name": "MediaQueryData", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 895 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1672/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1672", + "fixedId": true, + "name": "SlideTransition", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 234 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FractionalTranslation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1669/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1669", + "fixedId": true, + "name": "MatrixTransition", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 315 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1668/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1668", + "fixedId": true, + "name": "DecoratedBoxTransition", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 906 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1666/functions/build", + "fixedId": true, + "name": "build", + "owner": { + "type": "@Class", + "id": "classes/1666", + "fixedId": true, + "name": "ListenableBuilder", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 1148 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/page_storage.dart", + "function": { + "type": "@Function", + "id": "classes/271/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/271", + "fixedId": true, + "name": "_StorageEntryIdentifier", + "library": { + "type": "@Library", + "id": "libraries/@187357337", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@187357337/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fpage_storage.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/page_storage.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 3, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3277/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 671 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3278/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/234/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/234", + "fixedId": true, + "name": "ScrollableDetails", + "library": { + "type": "@Library", + "id": "libraries/@212416081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@212416081/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable_helpers.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/203/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/203", + "fixedId": true, + "name": "WidgetStatePropertyAll", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3279/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 1100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/hct/hct.dart", + "function": { + "type": "@Function", + "id": "classes/185/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/185", + "fixedId": true, + "name": "Hct", + "library": { + "type": "@Library", + "id": "libraries/@388004467", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@388004467/scripts/package%3Amaterial_color_utilities%2Fhct%2Fhct.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/hct/hct.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/palettes/tonal_palette.dart", + "function": { + "type": "@Function", + "id": "classes/182/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/182", + "fixedId": true, + "name": "TonalPalette", + "library": { + "type": "@Library", + "id": "libraries/@390207939", + "fixedId": true, + "name": "", + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@390207939/scripts/package%3Amaterial_color_utilities%2Fpalettes%2Ftonal_palette.dart/0", + "fixedId": true, + "uri": "package:material_color_utilities/palettes/tonal_palette.dart" + }, + "tokenPos": -1, + "line": 194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector3.dart", + "function": { + "type": "@Function", + "id": "classes/176/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/176", + "fixedId": true, + "name": "Vector3", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector3.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector3.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/.pub-cache/hosted/pub.dev/vector_math-2.2.0/lib/src/vector_math_64/vector4.dart", + "function": { + "type": "@Function", + "id": "classes/175/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/175", + "fixedId": true, + "name": "Vector4", + "library": { + "type": "@Library", + "id": "libraries/@145361246", + "fixedId": true, + "name": "", + "uri": "package:vector_math/vector_math_64.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@145361246/scripts/package%3Avector_math%2Fsrc%2Fvector_math_64%2Fvector4.dart/0", + "fixedId": true, + "uri": "package:vector_math/src/vector_math_64/vector4.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/170/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/170", + "fixedId": true, + "name": "_ByteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1953 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2355/functions/addEntries", + "fixedId": true, + "name": "addEntries", + "owner": { + "type": "@Class", + "id": "classes/2355", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin&_UnmodifiableMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3280/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3281/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 35 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2357/functions/addEntries", + "fixedId": true, + "name": "addEntries", + "owner": { + "type": "@Class", + "id": "classes/2357", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3282/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3283/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/95/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/95", + "fixedId": true, + "name": "_TwoByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1057 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/mirror_reference.dart", + "function": { + "type": "@Function", + "id": "classes/82/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/82", + "fixedId": true, + "name": "_MirrorReference", + "library": { + "type": "@Library", + "id": "libraries/@2408521", + "fixedId": true, + "name": "dart.mirrors", + "uri": "dart:mirrors" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@2408521/scripts/dart%3Amirrors-patch%2Fmirror_reference.dart/0", + "fixedId": true, + "uri": "dart:mirrors-patch/mirror_reference.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@2408521/scripts/dart%3Amirrors-patch%2Fmirror_reference.dart/0", + "fixedId": true, + "uri": "dart:mirrors-patch/mirror_reference.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/76/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/76", + "fixedId": true, + "name": "_SendPort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/75/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/75", + "fixedId": true, + "name": "_RawReceivePort", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart", + "function": { + "type": "@Function", + "id": "classes/74/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/74", + "fixedId": true, + "name": "_Capability", + "library": { + "type": "@Library", + "id": "libraries/@1026248", + "fixedId": true, + "name": "dart.isolate", + "uri": "dart:isolate" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@1026248/scripts/dart%3Aisolate-patch%2Fisolate_patch.dart/0", + "fixedId": true, + "uri": "dart:isolate-patch/isolate_patch.dart" + }, + "tokenPos": -1, + "line": 39 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_dynamic_library_patch.dart", + "function": { + "type": "@Function", + "id": "classes/73/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/73", + "fixedId": true, + "name": "DynamicLibrary", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi%2Fdynamic_library.dart/0", + "fixedId": true, + "uri": "dart:ffi/dynamic_library.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_dynamic_library_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_dynamic_library_patch.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/ffi/ffi.dart", + "function": { + "type": "@Function", + "id": "classes/72/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/72", + "fixedId": true, + "name": "Pointer", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3284/0", + "kind": "TypeParameter", + "identityHashCode": 2138133861, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/record_patch.dart", + "function": { + "type": "@Function", + "id": "classes/67/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/67", + "fixedId": true, + "name": "_Record", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Frecord_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/record_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Frecord_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/record_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_equal%400150898", + "fixedId": true, + "name": "_equal", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 4, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/type_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2456/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/2456", + "fixedId": true, + "name": "_AbstractType", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1, + "line": 18 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/type_patch.dart", + "function": { + "type": "@Function", + "id": "classes/49/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/49", + "fixedId": true, + "name": "_Type", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1, + "line": 30 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/%3D%3D", + "fixedId": true, + "name": "==", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3285/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 677 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ListQueueIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2546/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2546", + "fixedId": true, + "name": "ListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3286/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2545/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2545", + "fixedId": true, + "name": "_SplayTreeKeyIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3287/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3288/0", + "kind": "TypeParameter", + "identityHashCode": 2013028893, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 827 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2544/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2544", + "fixedId": true, + "name": "_SplayTreeValueIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3289/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3290/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 848 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SplayTreeValueIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2543/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2543", + "fixedId": true, + "name": "_SplayTreeMapEntryIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3291/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3292/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 858 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SplayTreeMapEntryIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2542/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2542", + "fixedId": true, + "name": "_HashMapKeyIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3293/0", + "kind": "TypeParameter", + "identityHashCode": 168805176, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X0" + }, + { + "type": "@Instance", + "id": "objects/3294/0", + "kind": "TypeParameter", + "identityHashCode": 1891038391, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 500 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HashMapKeyIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2541/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2541", + "fixedId": true, + "name": "_HashMapValueIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3295/0", + "kind": "TypeParameter", + "identityHashCode": 2534363413, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C4X0" + }, + { + "type": "@Instance", + "id": "objects/3296/0", + "kind": "TypeParameter", + "identityHashCode": 1736146715, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C4X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 513 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HashMapValueIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2539/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2539", + "fixedId": true, + "name": "EmptyIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3297/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 718 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/string.dart", + "function": { + "type": "@Function", + "id": "classes/2537/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2537", + "fixedId": true, + "name": "Runes", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring.dart/0", + "fixedId": true, + "uri": "dart:core/string.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring.dart/0", + "fixedId": true, + "uri": "dart:core/string.dart" + }, + "tokenPos": -1, + "line": 791 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RuneIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2536/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2536", + "fixedId": true, + "name": "_AllMatchesIterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 340 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AllMatchesIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2535/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2535", + "fixedId": true, + "name": "_StringAllMatchesIterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2534/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2534", + "fixedId": true, + "name": "_SyncStarIterable", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3298/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 530 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _SuspendState@5048458" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_resume%405048458", + "fixedId": true, + "name": "_resume", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 503 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_createAsyncCallbacks%405048458", + "fixedId": true, + "name": "_createAsyncCallbacks", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/closures/224", + "fixedId": true, + "name": "errorCallback", + "owner": { + "type": "@Function", + "id": "classes/78/functions/_createAsyncCallbacks%405048458", + "fixedId": true, + "name": "_createAsyncCallbacks", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 197 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/closures/223", + "fixedId": true, + "name": "thenCallback", + "owner": { + "type": "@Function", + "id": "classes/78/functions/_createAsyncCallbacks%405048458", + "fixedId": true, + "name": "_createAsyncCallbacks", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 197 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_instantiateClosureWithFutureTypeArgument%405048458", + "fixedId": true, + "name": "_instantiateClosureWithFutureTypeArgument", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_createAsyncStarCallback%405048458", + "fixedId": true, + "name": "_createAsyncStarCallback", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 402 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/set%3AasyncStarBody", + "fixedId": true, + "name": "asyncStarBody=", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3299/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/onCancel", + "fixedId": true, + "name": "onCancel", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3300/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/scheduleGenerator", + "fixedId": true, + "name": "scheduleGenerator", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3301/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 67 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/set%3AisScheduled", + "fixedId": true, + "name": "isScheduled=", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3302/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/implicit_closures/11", + "fixedId": true, + "name": "runBody", + "owner": { + "type": "@Function", + "id": "classes/2371/functions/runBody", + "fixedId": true, + "name": "runBody", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3303/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 61 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/runBody", + "fixedId": true, + "name": "runBody", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3304/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/set%3AisSuspendedAtYield", + "fixedId": true, + "name": "isSuspendedAtYield=", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3305/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 50 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/set%3AcancellationFuture", + "fixedId": true, + "name": "cancellationFuture=", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3306/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 51 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/implicit_closures/19", + "fixedId": true, + "name": "onCancel", + "owner": { + "type": "@Function", + "id": "classes/2371/functions/onCancel", + "fixedId": true, + "name": "onCancel", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3307/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 162 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/onResume", + "fixedId": true, + "name": "onResume", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3308/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/implicit_closures/18", + "fixedId": true, + "name": "onResume", + "owner": { + "type": "@Function", + "id": "classes/2371/functions/onResume", + "fixedId": true, + "name": "onResume", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3309/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 156 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/_AsyncStarStreamController%405048458.", + "fixedId": true, + "name": "_AsyncStarStreamController", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3310/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/implicit_closures/17", + "fixedId": true, + "name": "onListen", + "owner": { + "type": "@Function", + "id": "classes/2371/functions/onListen", + "fixedId": true, + "name": "onListen", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3311/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 150 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/onListen", + "fixedId": true, + "name": "onListen", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3312/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/set%3AonListenReceived", + "fixedId": true, + "name": "onListenReceived=", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3313/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/get%3AasyncStarBody", + "fixedId": true, + "name": "asyncStarBody", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3314/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/set%3AisAdding", + "fixedId": true, + "name": "isAdding=", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3315/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/set%3Acontroller", + "fixedId": true, + "name": "controller=", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3316/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/get%3Astream", + "fixedId": true, + "name": "stream", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3317/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3318/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3319/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/get%3Acontroller", + "fixedId": true, + "name": "controller", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3320/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/closures/218", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/78/functions/_createAsyncStarCallback%405048458", + "fixedId": true, + "name": "_createAsyncStarCallback", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 402 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 407 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[unknown stub]" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SyncStarIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 4, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2533/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2533", + "fixedId": true, + "name": "_CompactKeysIterable", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3321/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 821 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CompactIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2532/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2532", + "fixedId": true, + "name": "_CompactValuesIterable", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3322/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 837 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2531/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2531", + "fixedId": true, + "name": "_CompactEntriesIterable", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3323/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3324/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 889 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CompactEntriesIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2530/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2530", + "fixedId": true, + "name": "_CompactIterableImmutable", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3325/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 952 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CompactIteratorImmutable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2529/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2529", + "fixedId": true, + "name": "LinkedList", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3326/0", + "kind": "TypeParameter", + "identityHashCode": 1493998246, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 124 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _LinkedListIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3327/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3328/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2521/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2521", + "fixedId": true, + "name": "_CastIterableBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3329/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3330/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 12 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CastIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2519/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2519", + "fixedId": true, + "name": "MappedIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3331/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3332/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 392 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MappedIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2518/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2518", + "fixedId": true, + "name": "WhereIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3333/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 453 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WhereIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2517/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2517", + "fixedId": true, + "name": "ExpandIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3334/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3335/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 486 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ExpandIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2515/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2515", + "fixedId": true, + "name": "TakeIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3336/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 535 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TakeIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2513/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2513", + "fixedId": true, + "name": "SkipIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3337/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 629 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SkipIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2512/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2512", + "fixedId": true, + "name": "SkipWhileIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3338/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 686 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate SkipWhileIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2510/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2510", + "fixedId": true, + "name": "FollowedByIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3339/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 820 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate FollowedByIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 10, + "exclusiveTicks": 4, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2509/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2509", + "fixedId": true, + "name": "WhereTypeIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3340/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 897 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WhereTypeIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/named_lookup.dart", + "function": { + "type": "@Function", + "id": "classes/2508/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2508", + "fixedId": true, + "name": "NamedLookup", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3341/0", + "kind": "TypeParameter", + "identityHashCode": 3576611092, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/named_lookup.dart", + "function": { + "type": "@Function", + "id": "classes/2058/functions/release", + "fixedId": true, + "name": "release", + "owner": { + "type": "@Class", + "id": "classes/2058", + "fixedId": true, + "name": "IdGenerator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/named_lookup.dart", + "function": { + "type": "@Function", + "id": "classes/2058/functions/newId", + "fixedId": true, + "name": "newId", + "owner": { + "type": "@Class", + "id": "classes/2058", + "fixedId": true, + "name": "IdGenerator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1, + "line": 50 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/named_lookup.dart", + "function": { + "type": "@Function", + "id": "classes/2058/functions/IdGenerator.", + "fixedId": true, + "name": "IdGenerator", + "owner": { + "type": "@Class", + "id": "classes/2058", + "fixedId": true, + "name": "IdGenerator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/named_lookup.dart", + "function": { + "type": "@Function", + "id": "classes/2508/functions/keyOf", + "fixedId": true, + "name": "keyOf", + "owner": { + "type": "@Class", + "id": "classes/2508", + "fixedId": true, + "name": "NamedLookup", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3342/0", + "kind": "TypeParameter", + "identityHashCode": 3576611092, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/named_lookup.dart", + "function": { + "type": "@Function", + "id": "classes/2508/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2508", + "fixedId": true, + "name": "NamedLookup", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3343/0", + "kind": "TypeParameter", + "identityHashCode": 3576611092, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1, + "line": 28 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/named_lookup.dart", + "function": { + "type": "@Function", + "id": "classes/2508/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2508", + "fixedId": true, + "name": "NamedLookup", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3344/0", + "kind": "TypeParameter", + "identityHashCode": 3576611092, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/named_lookup.dart", + "function": { + "type": "@Function", + "id": "classes/2508/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2508", + "fixedId": true, + "name": "NamedLookup", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3345/0", + "kind": "TypeParameter", + "identityHashCode": 3576611092, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/named_lookup.dart", + "function": { + "type": "@Function", + "id": "classes/2508/functions/NamedLookup.", + "fixedId": true, + "name": "NamedLookup", + "owner": { + "type": "@Class", + "id": "classes/2508", + "fixedId": true, + "name": "NamedLookup", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3346/0", + "kind": "TypeParameter", + "identityHashCode": 3576611092, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fnamed_lookup.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/named_lookup.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate IdGenerator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2069/functions/dyn%3AtoJson", + "fixedId": true, + "name": "toJson", + "owner": { + "type": "@Class", + "id": "classes/2069", + "fixedId": true, + "name": "HttpRequestClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2069/functions/toJson", + "fixedId": true, + "name": "toJson", + "owner": { + "type": "@Class", + "id": "classes/2069", + "fixedId": true, + "name": "HttpRequestClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/client.dart", + "function": { + "type": "@Function", + "id": "classes/2068/functions/toJson", + "fixedId": true, + "name": "toJson", + "owner": { + "type": "@Class", + "id": "classes/2068", + "fixedId": true, + "name": "Client", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/field_inits/silentVMService", + "fixedId": true, + "name": "silentVMService", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/bool_patch.dart", + "function": { + "type": "@Function", + "id": "classes/63/functions/bool.fromEnvironment", + "fixedId": true, + "name": "bool.fromEnvironment", + "owner": { + "type": "@Class", + "id": "classes/63", + "fixedId": true, + "name": "bool", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fbool.dart/0", + "fixedId": true, + "uri": "dart:core/bool.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fbool_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/bool_patch.dart" + }, + "tokenPos": -1, + "line": 12 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/field_inits/silentObservatory", + "fixedId": true, + "name": "silentObservatory", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 8 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1842/functions/shutdown", + "fixedId": true, + "name": "shutdown", + "owner": { + "type": "@Class", + "id": "classes/1842", + "fixedId": true, + "name": "_DebuggingSession", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1842/functions/start", + "fixedId": true, + "name": "start", + "owner": { + "type": "@Class", + "id": "classes/1842", + "fixedId": true, + "name": "_DebuggingSession", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/serverPrint", + "fixedId": true, + "name": "serverPrint", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 11 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3347/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1158 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/closures/183", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2413/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3348/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1158 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1172 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/closures/182", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2413/functions/join", + "fixedId": true, + "name": "join", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3349/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1158 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1165 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1842/closures/181", + "fixedId": true, + "name": "printError", + "owner": { + "type": "@Function", + "id": "classes/1842/functions/start", + "fixedId": true, + "name": "start", + "owner": { + "type": "@Class", + "id": "classes/1842", + "fixedId": true, + "name": "_DebuggingSession", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 145 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: RunningIsolate" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2063/functions/routeRequest", + "fixedId": true, + "name": "routeRequest", + "owner": { + "type": "@Class", + "id": "classes/2063", + "fixedId": true, + "name": "RunningIsolates", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/dyn%3AtoJson", + "fixedId": true, + "name": "toJson", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message_router.dart", + "function": { + "type": "@Function", + "id": "classes/2059/functions/decodeJson", + "fixedId": true, + "name": "decodeJson", + "owner": { + "type": "@Class", + "id": "classes/2059", + "fixedId": true, + "name": "Response", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage_router.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message_router.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage_router.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message_router.dart" + }, + "tokenPos": -1, + "line": 74 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message_router.dart", + "function": { + "type": "@Function", + "id": "classes/2059/functions/Response.from", + "fixedId": true, + "name": "Response.from", + "owner": { + "type": "@Class", + "id": "classes/2059", + "fixedId": true, + "name": "Response", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage_router.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message_router.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage_router.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message_router.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Response" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message_router.dart", + "function": { + "type": "@Function", + "id": "classes/2059/functions/Response.internalError", + "fixedId": true, + "name": "Response.internalError", + "owner": { + "type": "@Class", + "id": "classes/2059", + "fixedId": true, + "name": "Response", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage_router.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message_router.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage_router.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message_router.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Response" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/_methodNameFromUri%4013168694", + "fixedId": true, + "name": "_methodNameFromUri", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/Message._fromJsonRpcNotification%4013168694", + "fixedId": true, + "name": "Message._fromJsonRpcNotification", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 62 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/Message.forMethod", + "fixedId": true, + "name": "Message.forMethod", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/sendToIsolate", + "fixedId": true, + "name": "sendToIsolate", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/sendIsolateServiceMessage", + "fixedId": true, + "name": "sendIsolateServiceMessage", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 248 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/field_inits/_errorMessages%4013168694", + "fixedId": true, + "name": "_errorMessages", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 67 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/field_inits/serviceAuthToken", + "fixedId": true, + "name": "serviceAuthToken", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/field_inits/isolateControlPort", + "fixedId": true, + "name": "isolateControlPort", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_extractErrorMessageFromResidentFrontendCompilerResponse%4013168694", + "fixedId": true, + "name": "_extractErrorMessageFromResidentFrontendCompilerResponse", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/encodeInvalidParamError", + "fixedId": true, + "name": "encodeInvalidParamError", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/encodeRpcError", + "fixedId": true, + "name": "encodeRpcError", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/encodeMissingParamError", + "fixedId": true, + "name": "encodeMissingParamError", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/sendRootServiceMessage", + "fixedId": true, + "name": "sendRootServiceMessage", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 251 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_vmCancelStream%4013168694", + "fixedId": true, + "name": "_vmCancelStream", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 902 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_onServerAddressChange%4013168694", + "fixedId": true, + "name": "_onServerAddressChange", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 894 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_onExit%4013168694", + "fixedId": true, + "name": "_onExit", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 886 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_encodeFileSystemDoesNotExistError%4013168694", + "fixedId": true, + "name": "_encodeFileSystemDoesNotExistError", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 20 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_encodeFileSystemAlreadyExistsError%4013168694", + "fixedId": true, + "name": "_encodeFileSystemAlreadyExistsError", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_registerIsolate%4013168694", + "fixedId": true, + "name": "_registerIsolate", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 876 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2063/functions/isolateStartup", + "fixedId": true, + "name": "isolateStartup", + "owner": { + "type": "@Class", + "id": "classes/2063", + "fixedId": true, + "name": "RunningIsolates", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RunningIsolate" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/VMService.", + "fixedId": true, + "name": "VMService", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 524 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_onStart%4013168694", + "fixedId": true, + "name": "_onStart", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 882 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/VMService._internal%4013168694", + "fixedId": true, + "name": "VMService._internal", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 520 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/DevFS.", + "fixedId": true, + "name": "DevFS", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/_listDevFSFiles%4013168694", + "fixedId": true, + "name": "_listDevFSFiles", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 397 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/17", + "fixedId": true, + "name": "listFilesCallback", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/listFilesCallback", + "fixedId": true, + "name": "listFilesCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 201 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/listFilesCallback", + "fixedId": true, + "name": "listFilesCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/functions/_onDone%405048458", + "fixedId": true, + "name": "_onDone", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3350/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1133 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _Future@5048458" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/implicit_closures/10", + "fixedId": true, + "name": "_onDone", + "owner": { + "type": "@Function", + "id": "classes/2379/functions/_onDone%405048458", + "fixedId": true, + "name": "_onDone", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3351/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1133 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/functions/_onError%405048458", + "fixedId": true, + "name": "_onError", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3352/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/implicit_closures/9", + "fixedId": true, + "name": "_onError", + "owner": { + "type": "@Function", + "id": "classes/2379/functions/_onError%405048458", + "fixedId": true, + "name": "_onError", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3353/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1120 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/functions/_onData%405048458", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3354/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/implicit_closures/8", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Function", + "id": "classes/2379/functions/_onData%405048458", + "fixedId": true, + "name": "_onData", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3355/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1108 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/functions/set%3A_hasValue%405048458", + "fixedId": true, + "name": "_hasValue=", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3356/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1030 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/functions/get%3A_hasValue%405048458", + "fixedId": true, + "name": "_hasValue", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3357/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1030 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/functions/set%3A_stateData%405048458", + "fixedId": true, + "name": "_stateData=", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3358/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1023 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/functions/get%3A_stateData%405048458", + "fixedId": true, + "name": "_stateData", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3359/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1023 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3360/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1091 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2379/functions/_initializeOrDone%405048458", + "fixedId": true, + "name": "_initializeOrDone", + "owner": { + "type": "@Class", + "id": "classes/2379", + "fixedId": true, + "name": "_StreamIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3361/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1061 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future.dart", + "function": { + "type": "@Function", + "id": "classes/2447/field_inits/_falseFuture%405048458", + "fixedId": true, + "name": "_falseFuture", + "owner": { + "type": "@Class", + "id": "classes/2447", + "fixedId": true, + "name": "Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3362/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture.dart/0", + "fixedId": true, + "uri": "dart:async/future.dart" + }, + "tokenPos": -1, + "line": 238 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StreamIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_encodeDevFSDisabledError%4013168694", + "fixedId": true, + "name": "_encodeDevFSDisabledError", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 7 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/_writeDevFSFiles%4013168694", + "fixedId": true, + "name": "_writeDevFSFiles", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 337 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/14", + "fixedId": true, + "name": "writeFileCallback", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/writeFileCallback", + "fixedId": true, + "name": "writeFileCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 183 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/encodeSuccess", + "fixedId": true, + "name": "encodeSuccess", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/writeFileCallback", + "fixedId": true, + "name": "writeFileCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "classes/1843/functions/scheduleWrite", + "fixedId": true, + "name": "scheduleWrite", + "owner": { + "type": "@Class", + "id": "classes/1843", + "fixedId": true, + "name": "WriteLimiter", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: PendingWrite" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "classes/1844/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/1844", + "fixedId": true, + "name": "PendingWrite", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "classes/1843/functions/_writeCompleted%4018205832", + "fixedId": true, + "name": "_writeCompleted", + "owner": { + "type": "@Class", + "id": "classes/1843", + "fixedId": true, + "name": "WriteLimiter", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "classes/1843/functions/_maybeWriteFiles%4018205832", + "fixedId": true, + "name": "_maybeWriteFiles", + "owner": { + "type": "@Class", + "id": "classes/1843", + "fixedId": true, + "name": "WriteLimiter", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 164 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PendingWrite" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "classes/1843/field_inits/pendingWrites", + "fixedId": true, + "name": "pendingWrites", + "owner": { + "type": "@Class", + "id": "classes/1843", + "fixedId": true, + "name": "WriteLimiter", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2067/functions/resolvePath", + "fixedId": true, + "name": "resolvePath", + "owner": { + "type": "@Class", + "id": "classes/2067", + "fixedId": true, + "name": "_FileSystem", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _FileSystem@13168694" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2067/functions/toMap", + "fixedId": true, + "name": "toMap", + "owner": { + "type": "@Class", + "id": "classes/2067", + "fixedId": true, + "name": "_FileSystem", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2067/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/2067", + "fixedId": true, + "name": "_FileSystem", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 51 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/_writeDevFSFile%4013168694", + "fixedId": true, + "name": "_writeDevFSFile", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 280 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/_readDevFSFile%4013168694", + "fixedId": true, + "name": "_readDevFSFile", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/16", + "fixedId": true, + "name": "readFileCallback", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/readFileCallback", + "fixedId": true, + "name": "readFileCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 198 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/readFileCallback", + "fixedId": true, + "name": "readFileCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 198 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/_deleteDevFS%4013168694", + "fixedId": true, + "name": "_deleteDevFS", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/13", + "fixedId": true, + "name": "deleteDirCallback", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/deleteDirCallback", + "fixedId": true, + "name": "deleteDirCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 126 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/deleteDirCallback", + "fixedId": true, + "name": "deleteDirCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/_createDevFS%4013168694", + "fixedId": true, + "name": "_createDevFS", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 181 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/12", + "fixedId": true, + "name": "createTempDirCallback", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/createTempDirCallback", + "fixedId": true, + "name": "createTempDirCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 117 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 117 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FileSystem" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/createTempDirCallback", + "fixedId": true, + "name": "createTempDirCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/_listDevFS%4013168694", + "fixedId": true, + "name": "_listDevFS", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 174 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/handlePutStream", + "fixedId": true, + "name": "handlePutStream", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/15", + "fixedId": true, + "name": "writeStreamFileCallback", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/writeStreamFileCallback", + "fixedId": true, + "name": "writeStreamFileCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 186 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/writeStreamFileCallback", + "fixedId": true, + "name": "writeStreamFileCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Message" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/handleMessage", + "fixedId": true, + "name": "handleMessage", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/shouldHandleMessage", + "fixedId": true, + "name": "shouldHandleMessage", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/devfs.dart", + "function": { + "type": "@Function", + "id": "classes/2066/functions/cleanup", + "fixedId": true, + "name": "cleanup", + "owner": { + "type": "@Class", + "id": "classes/2066", + "fixedId": true, + "name": "DevFS", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fdevfs.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/devfs.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate DevFS" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate RunningIsolates" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate NamedLookup" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/implicit_closures/14", + "fixedId": true, + "name": "messageHandler", + "owner": { + "type": "@Function", + "id": "classes/2072/functions/messageHandler", + "fixedId": true, + "name": "messageHandler", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 479 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 479 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/messageHandler", + "fixedId": true, + "name": "messageHandler", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 479 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_controlMessageHandler%4013168694", + "fixedId": true, + "name": "_controlMessageHandler", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 381 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2063/functions/isolateShutdown", + "fixedId": true, + "name": "isolateShutdown", + "owner": { + "type": "@Class", + "id": "classes/2063", + "fixedId": true, + "name": "RunningIsolates", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_serverMessageHandler%4013168694", + "fixedId": true, + "name": "_serverMessageHandler", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 392 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/18", + "fixedId": true, + "name": "serverInformationCallback", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/serverInformationCallback", + "fixedId": true, + "name": "serverInformationCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 221 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/20", + "fixedId": true, + "name": "webServerControlCallback", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/webServerControlCallback", + "fixedId": true, + "name": "webServerControlCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 233 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/serverInformationCallback", + "fixedId": true, + "name": "serverInformationCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/get%3AserverAddress", + "fixedId": true, + "name": "serverAddress", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 267 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/webServerControlCallback", + "fixedId": true, + "name": "webServerControlCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/_toggleWebServer%4018205832", + "fixedId": true, + "name": "_toggleWebServer", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/startup", + "fixedId": true, + "name": "startup", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/_notifyServerState%4018205832", + "fixedId": true, + "name": "_notifyServerState", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 698 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/outputConnectionInformation", + "fixedId": true, + "name": "outputConnectionInformation", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 421 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/_dumpServiceInfoToFile%4018205832", + "fixedId": true, + "name": "_dumpServiceInfoToFile", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 667 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DebuggingSession" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/implicit_closures/11", + "fixedId": true, + "name": "_requestHandler", + "owner": { + "type": "@Function", + "id": "classes/1841/functions/_requestHandler%4018205832", + "fixedId": true, + "name": "_requestHandler", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 610 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 610 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/_requestHandler%4018205832", + "fixedId": true, + "name": "_requestHandler", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 610 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/client.dart", + "function": { + "type": "@Function", + "id": "classes/2068/functions/onRequest", + "fixedId": true, + "name": "onRequest", + "owner": { + "type": "@Class", + "id": "classes/2068", + "fixedId": true, + "name": "Client", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1, + "line": 56 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/routeRequest", + "fixedId": true, + "name": "routeRequest", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 798 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_routeRequestImpl%4013168694", + "fixedId": true, + "name": "_routeRequestImpl", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 808 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/sendToVM", + "fixedId": true, + "name": "sendToVM", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/closures/149", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2060/functions/sendToVM", + "fixedId": true, + "name": "sendToVM", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 222 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/_setResponseFromPort%4013168694", + "fixedId": true, + "name": "_setResponseFromPort", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_recordInformationAboutCreatedServiceIdZone%4013168694", + "fixedId": true, + "name": "_recordInformationAboutCreatedServiceIdZone", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 784 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_handleService%4013168694", + "fixedId": true, + "name": "_handleService", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 678 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/forwardToJson", + "fixedId": true, + "name": "forwardToJson", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_getMethod%4013168694", + "fixedId": true, + "name": "_getMethod", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 611 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_getNamespace%4013168694", + "fixedId": true, + "name": "_getNamespace", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 610 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/closures/150", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2072/functions/_handleService%4013168694", + "fixedId": true, + "name": "_handleService", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 678 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 686 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_hasNamespace%4013168694", + "fixedId": true, + "name": "_hasNamespace", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 607 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_streamCpuSamplesWithUserTag%4013168694", + "fixedId": true, + "name": "_streamCpuSamplesWithUserTag", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 748 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_cleanupUnusedUserTagSubscriptions%4013168694", + "fixedId": true, + "name": "_cleanupUnusedUserTagSubscriptions", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 728 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_removeUserTagsFromStreamableSampleList%4013168694", + "fixedId": true, + "name": "_removeUserTagsFromStreamableSampleList", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 908 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_addUserTagsToStreamableSampleList%4013168694", + "fixedId": true, + "name": "_addUserTagsToStreamableSampleList", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 905 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_getSupportedProtocols%4013168694", + "fixedId": true, + "name": "_getSupportedProtocols", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 705 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_registerService%4013168694", + "fixedId": true, + "name": "_registerService", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 613 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_sendServiceRegisteredEvent%4013168694", + "fixedId": true, + "name": "_sendServiceRegisteredEvent", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 649 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_streamCancel%4013168694", + "fixedId": true, + "name": "_streamCancel", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 591 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_isAnyClientSubscribed%4013168694", + "fixedId": true, + "name": "_isAnyClientSubscribed", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 534 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_streamListen%4013168694", + "fixedId": true, + "name": "_streamListen", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 555 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_vmListenStream%4013168694", + "fixedId": true, + "name": "_vmListenStream", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 898 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_yieldControlToDDS%4013168694", + "fixedId": true, + "name": "_yieldControlToDDS", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/10", + "fixedId": true, + "name": "ddsConnectedCallback", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/ddsConnectedCallback", + "fixedId": true, + "name": "ddsConnectedCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 102 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/21", + "fixedId": true, + "name": "webServerAcceptNewWebSocketConnections", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/webServerAcceptNewWebSocketConnections", + "fixedId": true, + "name": "webServerAcceptNewWebSocketConnections", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 243 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/ddsConnectedCallback", + "fixedId": true, + "name": "ddsConnectedCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_sendDdsConnectedEvent%4013168694", + "fixedId": true, + "name": "_sendDdsConnectedEvent", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 221 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/webServerAcceptNewWebSocketConnections", + "fixedId": true, + "name": "webServerAcceptNewWebSocketConnections", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/get%3Acompleted", + "fixedId": true, + "name": "completed", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 11 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2070/implicit_closures/3", + "fixedId": true, + "name": "post", + "owner": { + "type": "@Function", + "id": "classes/2070/functions/post", + "fixedId": true, + "name": "post", + "owner": { + "type": "@Class", + "id": "classes/2070", + "fixedId": true, + "name": "WebSocketClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 64 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2069/implicit_closures/2", + "fixedId": true, + "name": "post", + "owner": { + "type": "@Function", + "id": "classes/2069/functions/post", + "fixedId": true, + "name": "post", + "owner": { + "type": "@Class", + "id": "classes/2069", + "fixedId": true, + "name": "HttpRequestClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 108 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/Message.fromUri", + "fixedId": true, + "name": "Message.fromUri", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/client.dart", + "function": { + "type": "@Function", + "id": "classes/2068/functions/Client.", + "fixedId": true, + "name": "Client", + "owner": { + "type": "@Class", + "id": "classes/2068", + "fixedId": true, + "name": "Client", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_addClient%4013168694", + "fixedId": true, + "name": "_addClient", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 284 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test ({String isolateId, String serviceIdZoneId})" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate HttpRequestClient" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/_redirectToDevTools%4018205832", + "fixedId": true, + "name": "_redirectToDevTools", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 575 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/_handleWebSocketRequest%4018205832", + "fixedId": true, + "name": "_handleWebSocketRequest", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 557 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/closures/111", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1841/functions/_handleWebSocketRequest%4018205832", + "fixedId": true, + "name": "_handleWebSocketRequest", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 557 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 566 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2070/functions/WebSocketClient.", + "fixedId": true, + "name": "WebSocketClient", + "owner": { + "type": "@Class", + "id": "classes/2070", + "fixedId": true, + "name": "WebSocketClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 26 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2070/closures/27", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2070/functions/WebSocketClient.", + "fixedId": true, + "name": "WebSocketClient", + "owner": { + "type": "@Class", + "id": "classes/2070", + "fixedId": true, + "name": "WebSocketClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 26 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 28 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/client.dart", + "function": { + "type": "@Function", + "id": "classes/2068/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2068", + "fixedId": true, + "name": "Client", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_removeClient%4013168694", + "fixedId": true, + "name": "_removeClient", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 290 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/11", + "fixedId": true, + "name": "ddsDisconnectedCallback", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/ddsDisconnectedCallback", + "fixedId": true, + "name": "ddsDisconnectedCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 111 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/ddsDisconnectedCallback", + "fixedId": true, + "name": "ddsDisconnectedCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/Message._fromJsonRpcRequest%4013168694", + "fixedId": true, + "name": "Message._fromJsonRpcRequest", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 51 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2070/closures/26", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2070/functions/WebSocketClient.", + "fixedId": true, + "name": "WebSocketClient", + "owner": { + "type": "@Class", + "id": "classes/2070", + "fixedId": true, + "name": "WebSocketClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 26 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 27 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2070/functions/onWebSocketMessage", + "fixedId": true, + "name": "onWebSocketMessage", + "owner": { + "type": "@Class", + "id": "classes/2070", + "fixedId": true, + "name": "WebSocketClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/client.dart", + "function": { + "type": "@Function", + "id": "classes/2068/functions/onResponse", + "fixedId": true, + "name": "onResponse", + "owner": { + "type": "@Class", + "id": "classes/2068", + "fixedId": true, + "name": "Client", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/routeResponse", + "fixedId": true, + "name": "routeResponse", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 858 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/client.dart", + "function": { + "type": "@Function", + "id": "classes/2068/functions/onNotification", + "fixedId": true, + "name": "onNotification", + "owner": { + "type": "@Class", + "id": "classes/2068", + "fixedId": true, + "name": "Client", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fclient.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/client.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/Message.fromJsonRpc", + "fixedId": true, + "name": "Message.fromJsonRpc", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 29 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/Message._fromJsonRpcError%4013168694", + "fixedId": true, + "name": "Message._fromJsonRpcError", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/Message._fromJsonRpcResult%4013168694", + "fixedId": true, + "name": "Message._fromJsonRpcResult", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 73 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate WebSocketClient" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/closures/110", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1841/functions/_handleWebSocketRequest%4018205832", + "fixedId": true, + "name": "_handleWebSocketRequest", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 557 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 564 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/_checkAuthTokenAndGetPath%4018205832", + "fixedId": true, + "name": "_checkAuthTokenAndGetPath", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/_processDevFSRequest%4018205832", + "fixedId": true, + "name": "_processDevFSRequest", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 518 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3363/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1401 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/castFrom", + "fixedId": true, + "name": "castFrom", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3364/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 607 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CastStream" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2069/field_inits/jsonContentType", + "fixedId": true, + "name": "jsonContentType", + "owner": { + "type": "@Class", + "id": "classes/2069", + "fixedId": true, + "name": "HttpRequestClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/_originCheck%4018205832", + "fixedId": true, + "name": "_originCheck", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 459 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/_isAllowedOrigin%4018205832", + "fixedId": true, + "name": "_isAllowedOrigin", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 433 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/closures/107", + "fixedId": true, + "name": "startServer", + "owner": { + "type": "@Function", + "id": "classes/1841/functions/startup", + "fixedId": true, + "name": "startup", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 295 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/clearState", + "fixedId": true, + "name": "clearState", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/1841/functions/shutdown", + "fixedId": true, + "name": "shutdown", + "owner": { + "type": "@Class", + "id": "classes/1841", + "fixedId": true, + "name": "Server", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_handleNativeRpcCall%4013168694", + "fixedId": true, + "name": "_handleNativeRpcCall", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_exit%4013168694", + "fixedId": true, + "name": "_exit", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 468 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/9", + "fixedId": true, + "name": "cleanupCallback", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/cleanupCallback", + "fixedId": true, + "name": "cleanupCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 89 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/cleanupCallback", + "fixedId": true, + "name": "cleanupCallback", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/_shutdown%4018205832", + "fixedId": true, + "name": "_shutdown", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_eventMessageHandler%4013168694", + "fixedId": true, + "name": "_eventMessageHandler", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 369 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_profilerEventMessageHandler%4013168694", + "fixedId": true, + "name": "_profilerEventMessageHandler", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/closures/115", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2072/functions/_profilerEventMessageHandler%4013168694", + "fixedId": true, + "name": "_profilerEventMessageHandler", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 347 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 359 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate VMService" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/implicit_closures/14", + "fixedId": true, + "name": "_registerIsolate", + "owner": { + "type": "@Function", + "id": "libraries/@13168694/functions/_registerIsolate%4013168694", + "fixedId": true, + "name": "_registerIsolate", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 876 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 876 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/boot", + "fixedId": true, + "name": "boot", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 867 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/encodeCompilationError", + "fixedId": true, + "name": "encodeCompilationError", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/_sendRequestToResidentFrontendCompilerAndRecieveResponse%4013168694", + "fixedId": true, + "name": "_sendRequestToResidentFrontendCompilerAndRecieveResponse", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3365/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1645 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/closures/118", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2413/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3366/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1645 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/closures/117", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2413/functions/get%3Afirst", + "fixedId": true, + "name": "first", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3367/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1645 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 1650 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2062/functions/fromFile", + "fixedId": true, + "name": "fromFile", + "owner": { + "type": "@Class", + "id": "classes/2062", + "fixedId": true, + "name": "_ResidentCompilerInfo", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ResidentCompilerInfo" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2062/functions/_extractValueAssociatedWithKey%4013168694", + "fixedId": true, + "name": "_extractValueAssociatedWithKey", + "owner": { + "type": "@Class", + "id": "classes/2062", + "fixedId": true, + "name": "_ResidentCompilerInfo", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 199 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/_toRequest%4013168694", + "fixedId": true, + "name": "_toRequest", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/_convertAllToStringInPlace%4013168694", + "fixedId": true, + "name": "_convertAllToStringInPlace", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 150 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/_methodNeedsObjectParameters%4013168694", + "fixedId": true, + "name": "_methodNeedsObjectParameters", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/closures/116", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2060/functions/sendToIsolate", + "fixedId": true, + "name": "sendToIsolate", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 175 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 183 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolate.dart", + "function": { + "type": "@Function", + "id": "classes/2065/functions/routeRequest", + "fixedId": true, + "name": "routeRequest", + "owner": { + "type": "@Class", + "id": "classes/2065", + "fixedId": true, + "name": "RunningIsolate", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolate.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolate.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolate.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolate.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2063/functions/_handleReloadSourcesRequest%4013168694", + "fixedId": true, + "name": "_handleReloadSourcesRequest", + "owner": { + "type": "@Class", + "id": "classes/2063", + "fixedId": true, + "name": "RunningIsolates", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 56 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2061/functions/run", + "fixedId": true, + "name": "run", + "owner": { + "type": "@Class", + "id": "classes/2061", + "fixedId": true, + "name": "_Evaluator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2061/functions/_setupParams%4013168694", + "fixedId": true, + "name": "_setupParams", + "owner": { + "type": "@Class", + "id": "classes/2061", + "fixedId": true, + "name": "_Evaluator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 505 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2061/functions/_getKernelBytesOrThrowErrorDetails%4013168694", + "fixedId": true, + "name": "_getKernelBytesOrThrowErrorDetails", + "owner": { + "type": "@Class", + "id": "classes/2061", + "fixedId": true, + "name": "_Evaluator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 341 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CompileExpressionErrorDetails" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2061/functions/_evaluateCompiledExpression%4013168694", + "fixedId": true, + "name": "_evaluateCompiledExpression", + "owner": { + "type": "@Class", + "id": "classes/2061", + "fixedId": true, + "name": "_Evaluator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 475 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2061/functions/_compileExpression%4013168694", + "fixedId": true, + "name": "_compileExpression", + "owner": { + "type": "@Class", + "id": "classes/2061", + "fixedId": true, + "name": "_Evaluator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "classes/2072/functions/_findFirstClientThatHandlesService%4013168694", + "fixedId": true, + "name": "_findFirstClientThatHandlesService", + "owner": { + "type": "@Class", + "id": "classes/2072", + "fixedId": true, + "name": "VMService", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 543 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2061/closures/148", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2061/functions/_compileExpression%4013168694", + "fixedId": true, + "name": "_compileExpression", + "owner": { + "type": "@Class", + "id": "classes/2061", + "fixedId": true, + "name": "_Evaluator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 357 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 468 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2061/closures/147", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2061/functions/_compileExpression%4013168694", + "fixedId": true, + "name": "_compileExpression", + "owner": { + "type": "@Class", + "id": "classes/2061", + "fixedId": true, + "name": "_Evaluator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 357 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 466 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2061/closures/146", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2061/functions/_compileExpression%4013168694", + "fixedId": true, + "name": "_compileExpression", + "owner": { + "type": "@Class", + "id": "classes/2061", + "fixedId": true, + "name": "_Evaluator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 357 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2061/closures/145", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2061/functions/_compileExpression%4013168694", + "fixedId": true, + "name": "_compileExpression", + "owner": { + "type": "@Class", + "id": "classes/2061", + "fixedId": true, + "name": "_Evaluator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 357 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 414 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2061/closures/144", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2061/functions/_compileExpression%4013168694", + "fixedId": true, + "name": "_compileExpression", + "owner": { + "type": "@Class", + "id": "classes/2061", + "fixedId": true, + "name": "_Evaluator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 357 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 398 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/running_isolates.dart", + "function": { + "type": "@Function", + "id": "classes/2061/functions/_buildScope%4013168694", + "fixedId": true, + "name": "_buildScope", + "owner": { + "type": "@Class", + "id": "classes/2061", + "fixedId": true, + "name": "_Evaluator", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Frunning_isolates.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/running_isolates.dart" + }, + "tokenPos": -1, + "line": 315 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Evaluator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/setResponse", + "fixedId": true, + "name": "setResponse", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 241 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/vmservice.dart", + "function": { + "type": "@Function", + "id": "libraries/@13168694/functions/encodeResult", + "fixedId": true, + "name": "encodeResult", + "owner": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice/0", + "fixedId": true, + "uri": "dart:_vmservice" + }, + "tokenPos": -1, + "line": 124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/vmservice/message.dart", + "function": { + "type": "@Function", + "id": "classes/2060/functions/setErrorResponse", + "fixedId": true, + "name": "setErrorResponse", + "owner": { + "type": "@Class", + "id": "classes/2060", + "fixedId": true, + "name": "Message", + "library": { + "type": "@Library", + "id": "libraries/@13168694", + "fixedId": true, + "name": "dart._vmservice", + "uri": "dart:_vmservice" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@13168694/scripts/dart%3A_vmservice%2Fmessage.dart/0", + "fixedId": true, + "uri": "dart:_vmservice/message.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/8", + "fixedId": true, + "name": "_getResidentCompilerInfoFile", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/_getResidentCompilerInfoFile%4018205832", + "fixedId": true, + "name": "_getResidentCompilerInfoFile", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 84 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/resident_compiler_utils.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/get%3AhomeDir", + "fixedId": true, + "name": "homeDir", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fresident_compiler_utils.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/resident_compiler_utils.dart" + }, + "tokenPos": -1, + "line": 24 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/resident_compiler_utils.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/getResidentCompilerInfoFileConsideringArgsImpl", + "fixedId": true, + "name": "getResidentCompilerInfoFileConsideringArgsImpl", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fresident_compiler_utils.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/resident_compiler_utils.dart" + }, + "tokenPos": -1, + "line": 63 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/resident_compiler_utils.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/get%3AdefaultResidentServerInfoFile", + "fixedId": true, + "name": "defaultResidentServerInfoFile", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fresident_compiler_utils.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/resident_compiler_utils.dart" + }, + "tokenPos": -1, + "line": 52 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/resident_compiler_utils.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/getDartStorageDirectory", + "fixedId": true, + "name": "getDartStorageDirectory", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fresident_compiler_utils.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/resident_compiler_utils.dart" + }, + "tokenPos": -1, + "line": 39 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/resident_compiler_utils.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/maybeUriToFilename", + "fixedId": true, + "name": "maybeUriToFilename", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fresident_compiler_utils.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/resident_compiler_utils.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/main", + "fixedId": true, + "name": "main", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/_registerSignalHandler%4018205832", + "fixedId": true, + "name": "_registerSignalHandler", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/closures/46", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/_registerSignalHandler%4018205832", + "fixedId": true, + "name": "_registerSignalHandler", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 247 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 265 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Server" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/23", + "fixedId": true, + "name": "main", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/main", + "fixedId": true, + "name": "main", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 268 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/functions/_populateResidentCompilerInfoFile%4018205832", + "fixedId": true, + "name": "_populateResidentCompilerInfoFile", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart", + "function": { + "type": "@Function", + "id": "libraries/@18205832/implicit_closures/7", + "fixedId": true, + "name": "_populateResidentCompilerInfoFile", + "owner": { + "type": "@Function", + "id": "libraries/@18205832/functions/_populateResidentCompilerInfoFile%4018205832", + "fixedId": true, + "name": "_populateResidentCompilerInfoFile", + "owner": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 71 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io/0", + "fixedId": true, + "uri": "dart:vmservice_io" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2070/functions/dyn%3AtoJson", + "fixedId": true, + "name": "toJson", + "owner": { + "type": "@Class", + "id": "classes/2070", + "fixedId": true, + "name": "WebSocketClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 85 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2070/functions/toJson", + "fixedId": true, + "name": "toJson", + "owner": { + "type": "@Class", + "id": "classes/2070", + "fixedId": true, + "name": "WebSocketClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 85 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Client" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2507/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2507", + "fixedId": true, + "name": "ObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3368/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2506/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2506", + "fixedId": true, + "name": "HashedObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3369/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/2505/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2505", + "fixedId": true, + "name": "_History", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 3660 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_android.dart", + "function": { + "type": "@Function", + "id": "classes/1160/functions/isModifierPressed", + "fixedId": true, + "name": "isModifierPressed", + "owner": { + "type": "@Class", + "id": "classes/1160", + "fixedId": true, + "name": "RawKeyEventDataAndroid", + "library": { + "type": "@Library", + "id": "libraries/@280177474", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1, + "line": 232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_fuchsia.dart", + "function": { + "type": "@Function", + "id": "classes/1159/functions/isModifierPressed", + "fixedId": true, + "name": "isModifierPressed", + "owner": { + "type": "@Class", + "id": "classes/1159", + "fixedId": true, + "name": "RawKeyEventDataFuchsia", + "library": { + "type": "@Library", + "id": "libraries/@281349049", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1, + "line": 116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_ios.dart", + "function": { + "type": "@Function", + "id": "classes/1158/functions/isModifierPressed", + "fixedId": true, + "name": "isModifierPressed", + "owner": { + "type": "@Class", + "id": "classes/1158", + "fixedId": true, + "name": "RawKeyEventDataIos", + "library": { + "type": "@Library", + "id": "libraries/@282218955", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1, + "line": 167 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/1157/functions/isModifierPressed", + "fixedId": true, + "name": "isModifierPressed", + "owner": { + "type": "@Class", + "id": "classes/1157", + "fixedId": true, + "name": "RawKeyEventDataLinux", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 132 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_macos.dart", + "function": { + "type": "@Function", + "id": "classes/1156/functions/isModifierPressed", + "fixedId": true, + "name": "isModifierPressed", + "owner": { + "type": "@Class", + "id": "classes/1156", + "fixedId": true, + "name": "RawKeyEventDataMacOs", + "library": { + "type": "@Library", + "id": "libraries/@284244645", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_web.dart", + "function": { + "type": "@Function", + "id": "classes/1155/functions/isModifierPressed", + "fixedId": true, + "name": "isModifierPressed", + "owner": { + "type": "@Class", + "id": "classes/1155", + "fixedId": true, + "name": "RawKeyEventDataWeb", + "library": { + "type": "@Library", + "id": "libraries/@285342469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_windows.dart", + "function": { + "type": "@Function", + "id": "classes/1154/functions/isModifierPressed", + "fixedId": true, + "name": "isModifierPressed", + "owner": { + "type": "@Class", + "id": "classes/1154", + "fixedId": true, + "name": "RawKeyEventDataWindows", + "library": { + "type": "@Library", + "id": "libraries/@286422532", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1, + "line": 129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3370/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 5, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1091/functions/transformInternal", + "fixedId": true, + "name": "transformInternal", + "owner": { + "type": "@Class", + "id": "classes/1091", + "fixedId": true, + "name": "_Linear", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1090/functions/transformInternal", + "fixedId": true, + "name": "transformInternal", + "owner": { + "type": "@Class", + "id": "classes/1090", + "fixedId": true, + "name": "Interval", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1088/functions/transformInternal", + "fixedId": true, + "name": "transformInternal", + "owner": { + "type": "@Class", + "id": "classes/1088", + "fixedId": true, + "name": "Threshold", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1087/functions/transformInternal", + "fixedId": true, + "name": "transformInternal", + "owner": { + "type": "@Class", + "id": "classes/1087", + "fixedId": true, + "name": "Cubic", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 402 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1086/functions/transformInternal", + "fixedId": true, + "name": "transformInternal", + "owner": { + "type": "@Class", + "id": "classes/1086", + "fixedId": true, + "name": "ThreePointCubic", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 486 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Cubic" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1085/functions/transformInternal", + "fixedId": true, + "name": "transformInternal", + "owner": { + "type": "@Class", + "id": "classes/1085", + "fixedId": true, + "name": "FlippedCurve", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 1242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/curves.dart", + "function": { + "type": "@Function", + "id": "classes/1084/functions/transformInternal", + "fixedId": true, + "name": "transformInternal", + "owner": { + "type": "@Class", + "id": "classes/1084", + "fixedId": true, + "name": "_DecelerateCurve", + "library": { + "type": "@Library", + "id": "libraries/@323484502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/curves.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@323484502/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fcurves.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/curves.dart" + }, + "tokenPos": -1, + "line": 1261 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification.dart", + "function": { + "type": "@Function", + "id": "classes/344/functions/set%3A_depth%40204159306", + "fixedId": true, + "name": "_depth=", + "owner": { + "type": "@Class", + "id": "classes/344", + "fixedId": true, + "name": "_DraggableScrollableNotification&Notification&ViewportNotificationMixin", + "library": { + "type": "@Library", + "id": "libraries/@157035049", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/draggable_scrollable_sheet.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fdraggable_scrollable_sheet.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/draggable_scrollable_sheet.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification.dart", + "function": { + "type": "@Function", + "id": "classes/336/functions/set%3A_depth%40204159306", + "fixedId": true, + "name": "_depth=", + "owner": { + "type": "@Class", + "id": "classes/336", + "fixedId": true, + "name": "_ScrollNotification&LayoutChangedNotification&ViewportNotificationMixin", + "library": { + "type": "@Library", + "id": "libraries/@204159306", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1, + "line": 37 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_android.dart", + "function": { + "type": "@Function", + "id": "classes/1160/functions/getModifierSide", + "fixedId": true, + "name": "getModifierSide", + "owner": { + "type": "@Class", + "id": "classes/1160", + "fixedId": true, + "name": "RawKeyEventDataAndroid", + "library": { + "type": "@Library", + "id": "libraries/@280177474", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1, + "line": 267 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_fuchsia.dart", + "function": { + "type": "@Function", + "id": "classes/1159/functions/getModifierSide", + "fixedId": true, + "name": "getModifierSide", + "owner": { + "type": "@Class", + "id": "classes/1159", + "fixedId": true, + "name": "RawKeyEventDataFuchsia", + "library": { + "type": "@Library", + "id": "libraries/@281349049", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1, + "line": 148 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_ios.dart", + "function": { + "type": "@Function", + "id": "classes/1158/functions/getModifierSide", + "fixedId": true, + "name": "getModifierSide", + "owner": { + "type": "@Class", + "id": "classes/1158", + "fixedId": true, + "name": "RawKeyEventDataIos", + "library": { + "type": "@Library", + "id": "libraries/@282218955", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1, + "line": 220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/1157/functions/getModifierSide", + "fixedId": true, + "name": "getModifierSide", + "owner": { + "type": "@Class", + "id": "classes/1157", + "fixedId": true, + "name": "RawKeyEventDataLinux", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 143 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_macos.dart", + "function": { + "type": "@Function", + "id": "classes/1156/functions/getModifierSide", + "fixedId": true, + "name": "getModifierSide", + "owner": { + "type": "@Class", + "id": "classes/1156", + "fixedId": true, + "name": "RawKeyEventDataMacOs", + "library": { + "type": "@Library", + "id": "libraries/@284244645", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1, + "line": 224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_web.dart", + "function": { + "type": "@Function", + "id": "classes/1155/functions/getModifierSide", + "fixedId": true, + "name": "getModifierSide", + "owner": { + "type": "@Class", + "id": "classes/1155", + "fixedId": true, + "name": "RawKeyEventDataWeb", + "library": { + "type": "@Library", + "id": "libraries/@285342469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1, + "line": 152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_windows.dart", + "function": { + "type": "@Function", + "id": "classes/1154/functions/getModifierSide", + "fixedId": true, + "name": "getModifierSide", + "owner": { + "type": "@Class", + "id": "classes/1154", + "fixedId": true, + "name": "RawKeyEventDataWindows", + "library": { + "type": "@Library", + "id": "libraries/@286422532", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1, + "line": 176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1493/functions/notifyClients", + "fixedId": true, + "name": "notifyClients", + "owner": { + "type": "@Class", + "id": "classes/1493", + "fixedId": true, + "name": "_UbiquitousInheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1493/closures/929", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1493/functions/notifyClients", + "fixedId": true, + "name": "notifyClients", + "owner": { + "type": "@Class", + "id": "classes/1493", + "fixedId": true, + "name": "_UbiquitousInheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 118 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1491/functions/notifyClients", + "fixedId": true, + "name": "notifyClients", + "owner": { + "type": "@Class", + "id": "classes/1491", + "fixedId": true, + "name": "_InheritedNotifierElement", + "library": { + "type": "@Library", + "id": "libraries/@173313948", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3371/0", + "kind": "TypeParameter", + "identityHashCode": 3769705941, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@173313948/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_notifier.dart" + }, + "tokenPos": -1, + "line": 124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1490/functions/notifyClients", + "fixedId": true, + "name": "notifyClients", + "owner": { + "type": "@Class", + "id": "classes/1490", + "fixedId": true, + "name": "InheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6318 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HashMapKeyIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1489/functions/notifyClients", + "fixedId": true, + "name": "notifyClients", + "owner": { + "type": "@Class", + "id": "classes/1489", + "fixedId": true, + "name": "ParentDataElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3372/0", + "kind": "TypeParameter", + "identityHashCode": 1899702869, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6147 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/notification_listener.dart", + "function": { + "type": "@Function", + "id": "classes/1488/functions/notifyClients", + "fixedId": true, + "name": "notifyClients", + "owner": { + "type": "@Class", + "id": "classes/1488", + "fixedId": true, + "name": "_NotificationElement", + "library": { + "type": "@Library", + "id": "libraries/@183140401", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@183140401/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnotification_listener.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3373/0", + "kind": "TypeParameter", + "identityHashCode": 1500107600, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@183140401/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnotification_listener.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1816/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1816", + "fixedId": true, + "name": "_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1814/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1814", + "fixedId": true, + "name": "_AlwaysCompleteAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 30 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1813/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1813", + "fixedId": true, + "name": "_AlwaysDismissedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 62 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1809/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1809", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1808/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1808", + "fixedId": true, + "name": "ReverseAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 287 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1804/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1804", + "fixedId": true, + "name": "__ChangeAnimation&Animation&AnimationWithParentMixin", + "library": { + "type": "@Library", + "id": "libraries/@133014024", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tabs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftabs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tabs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1799/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1799", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3374/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1796/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1796", + "fixedId": true, + "name": "__AnimatedEvaluation&Animation&AnimationWithParentMixin", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3375/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1794/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1794", + "fixedId": true, + "name": "_MergingListenable", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 507 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/1790/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1790", + "fixedId": true, + "name": "CustomPainter", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1789/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1789", + "fixedId": true, + "name": "_SystemFontsNotifier", + "library": { + "type": "@Library", + "id": "libraries/@333047248", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/binding.dart" + }, + "tokenPos": -1, + "line": 202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/1786/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1786", + "fixedId": true, + "name": "CustomClipper", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3376/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1343 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1490/functions/updated", + "fixedId": true, + "name": "updated", + "owner": { + "type": "@Class", + "id": "classes/1490", + "fixedId": true, + "name": "InheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6300 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1486/functions/updated", + "fixedId": true, + "name": "updated", + "owner": { + "type": "@Class", + "id": "classes/1486", + "fixedId": true, + "name": "ProxyElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6059 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3377/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 615 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 537 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/482/functions/detach", + "fixedId": true, + "name": "detach", + "owner": { + "type": "@Class", + "id": "classes/482", + "fixedId": true, + "name": "ContainerLayer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 1199 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1589/functions/applyParentData", + "fixedId": true, + "name": "applyParentData", + "owner": { + "type": "@Class", + "id": "classes/1589", + "fixedId": true, + "name": "LayoutId", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 2502 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/basic.dart", + "function": { + "type": "@Function", + "id": "classes/1588/functions/applyParentData", + "fixedId": true, + "name": "applyParentData", + "owner": { + "type": "@Class", + "id": "classes/1588", + "fixedId": true, + "name": "Positioned", + "library": { + "type": "@Library", + "id": "libraries/@150167661", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/basic.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@150167661/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbasic.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/basic.dart" + }, + "tokenPos": -1, + "line": 5042 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1586/functions/applyParentData", + "fixedId": true, + "name": "applyParentData", + "owner": { + "type": "@Class", + "id": "classes/1586", + "fixedId": true, + "name": "KeepAlive", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1514 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3378/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1091 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_subscribe%405048458", + "fixedId": true, + "name": "_subscribe", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3379/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 201 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BroadcastSubscription" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _DoneStreamSubscription" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/app.dart", + "function": { + "type": "@Function", + "id": "classes/1406/functions/didPushRouteInformation", + "fixedId": true, + "name": "didPushRouteInformation", + "owner": { + "type": "@Class", + "id": "classes/1406", + "fixedId": true, + "name": "_WidgetsAppState", + "library": { + "type": "@Library", + "id": "libraries/@148236006", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/app.dart" + }, + "tokenPos": -1, + "line": 1618 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1393/functions/didPushRouteInformation", + "fixedId": true, + "name": "didPushRouteInformation", + "owner": { + "type": "@Class", + "id": "classes/1393", + "fixedId": true, + "name": "__MediaQueryFromViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/925/functions/considerFling", + "fixedId": true, + "name": "considerFling", + "owner": { + "type": "@Class", + "id": "classes/925", + "fixedId": true, + "name": "VerticalDragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 949 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/923/functions/considerFling", + "fixedId": true, + "name": "considerFling", + "owner": { + "type": "@Class", + "id": "classes/923", + "fixedId": true, + "name": "HorizontalDragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 1013 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Adevice", + "fixedId": true, + "name": "device", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 307 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/766/functions/paintFeature", + "fixedId": true, + "name": "paintFeature", + "owner": { + "type": "@Class", + "id": "classes/766", + "fixedId": true, + "name": "InkDecoration", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 398 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_highlight.dart", + "function": { + "type": "@Function", + "id": "classes/765/functions/paintFeature", + "fixedId": true, + "name": "paintFeature", + "owner": { + "type": "@Class", + "id": "classes/765", + "fixedId": true, + "name": "InkHighlight", + "library": { + "type": "@Library", + "id": "libraries/@91209331", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_ripple.dart", + "function": { + "type": "@Function", + "id": "classes/764/functions/paintFeature", + "fixedId": true, + "name": "paintFeature", + "owner": { + "type": "@Class", + "id": "classes/764", + "fixedId": true, + "name": "InkRipple", + "library": { + "type": "@Library", + "id": "libraries/@92110234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/_subscribe%405048458", + "fixedId": true, + "name": "_subscribe", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3380/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 688 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ControllerSubscription" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/closures/402", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2395/functions/_subscribe%405048458", + "fixedId": true, + "name": "_subscribe", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3381/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 688 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 715 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1356/functions/didPushRouteInformation", + "fixedId": true, + "name": "didPushRouteInformation", + "owner": { + "type": "@Class", + "id": "classes/1356", + "fixedId": true, + "name": "__ViewState&State&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/766/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/766", + "fixedId": true, + "name": "InkDecoration", + "library": { + "type": "@Library", + "id": "libraries/@90412529", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@90412529/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_decoration.dart" + }, + "tokenPos": -1, + "line": 392 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_highlight.dart", + "function": { + "type": "@Function", + "id": "classes/765/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/765", + "fixedId": true, + "name": "InkHighlight", + "library": { + "type": "@Library", + "id": "libraries/@91209331", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@91209331/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_highlight.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_highlight.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_ripple.dart", + "function": { + "type": "@Function", + "id": "classes/764/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/764", + "fixedId": true, + "name": "InkRipple", + "library": { + "type": "@Library", + "id": "libraries/@92110234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/760/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/760", + "fixedId": true, + "name": "InkFeature", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 701 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/computeLuminance", + "fixedId": true, + "name": "computeLuminance", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 384 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/565/functions/layout", + "fixedId": true, + "name": "layout", + "owner": { + "type": "@Class", + "id": "classes/565", + "fixedId": true, + "name": "_RenderDeferredLayoutBox", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2502 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3Agreen", + "fixedId": true, + "name": "green", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/get%3AisPaused", + "fixedId": true, + "name": "isPaused", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3382/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/get%3AisClosed", + "fixedId": true, + "name": "isClosed", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3383/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 6, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/497/functions/layout", + "fixedId": true, + "name": "layout", + "owner": { + "type": "@Class", + "id": "classes/497", + "fixedId": true, + "name": "RenderObject", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 2661 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/set%3AonResume", + "fixedId": true, + "name": "onResume=", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3384/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/set%3AonCancel", + "fixedId": true, + "name": "onCancel=", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3385/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 72 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration_properties.dart", + "function": { + "type": "@Function", + "id": "classes/1002/functions/initWithValue", + "fixedId": true, + "name": "initWithValue", + "owner": { + "type": "@Class", + "id": "classes/1002", + "fixedId": true, + "name": "RestorableValue", + "library": { + "type": "@Library", + "id": "libraries/@194066365", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@194066365/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration_properties.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3386/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@194066365/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration_properties.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3AlocalPosition", + "fixedId": true, + "name": "localPosition", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3AisPaused", + "fixedId": true, + "name": "isPaused", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3387/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 523 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3AisClosed", + "fixedId": true, + "name": "isClosed", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3388/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 521 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/childScrollOffset", + "fixedId": true, + "name": "childScrollOffset", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 672 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/childScrollOffset", + "fixedId": true, + "name": "childScrollOffset", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/set%3AonResume", + "fixedId": true, + "name": "onResume=", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3389/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 498 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_recordResume%405048458", + "fixedId": true, + "name": "_recordResume", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3390/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/set%3AonCancel", + "fixedId": true, + "name": "onCancel=", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3391/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 499 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3AtimeStamp", + "fixedId": true, + "name": "timeStamp", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3392/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/set%3AonListen", + "fixedId": true, + "name": "onListen=", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3393/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_recordPause%405048458", + "fixedId": true, + "name": "_recordPause", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3394/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/660/functions/clamp", + "fixedId": true, + "name": "clamp", + "owner": { + "type": "@Class", + "id": "classes/660", + "fixedId": true, + "name": "TextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 62 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ClampedTextScaler" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/659/functions/clamp", + "fixedId": true, + "name": "clamp", + "owner": { + "type": "@Class", + "id": "classes/659", + "fixedId": true, + "name": "_LinearTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/658/functions/clamp", + "fixedId": true, + "name": "clamp", + "owner": { + "type": "@Class", + "id": "classes/658", + "fixedId": true, + "name": "_ClampedTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 133 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/499/functions/get%3AhitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/499", + "fixedId": true, + "name": "RenderSliver", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3827 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart", + "function": { + "type": "@Function", + "id": "classes/506/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/506", + "fixedId": true, + "name": "RenderSliverMultiBoxAdaptor", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1, + "line": 645 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1351 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart", + "function": { + "type": "@Function", + "id": "classes/501/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/501", + "fixedId": true, + "name": "RenderSliverEdgeInsetsPadding", + "library": { + "type": "@Library", + "id": "libraries/@259065309", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@259065309/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_padding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_padding.dart" + }, + "tokenPos": -1, + "line": 217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2788 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3Ablue", + "fixedId": true, + "name": "blue", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/_recordResume%405048458", + "fixedId": true, + "name": "_recordResume", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3395/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 786 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2406/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2406", + "fixedId": true, + "name": "_WebSocketOutgoingTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 764 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3396/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 622 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/_recordPause%405048458", + "fixedId": true, + "name": "_recordPause", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3397/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 778 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_sendDone%405048458", + "fixedId": true, + "name": "_sendDone", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3398/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 424 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/closures/73", + "fixedId": true, + "name": "sendDone", + "owner": { + "type": "@Function", + "id": "classes/2388/functions/_sendDone%405048458", + "fixedId": true, + "name": "_sendDone", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3399/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 424 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_recordCancel%405048458", + "fixedId": true, + "name": "_recordCancel", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3400/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2378/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2378", + "fixedId": true, + "name": "_EventSinkWrapper", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3401/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 16 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2524/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2524", + "fixedId": true, + "name": "__CastListBase&_CastIterableBase&ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3402/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3403/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2521/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2521", + "fixedId": true, + "name": "_CastIterableBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3404/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3405/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 47 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1010/functions/didPushRouteInformation", + "fixedId": true, + "name": "didPushRouteInformation", + "owner": { + "type": "@Class", + "id": "classes/1010", + "fixedId": true, + "name": "_LocalizationsResolver&ChangeNotifier&WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/_recordCancel%405048458", + "fixedId": true, + "name": "_recordCancel", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3406/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 722 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/closures/431", + "fixedId": true, + "name": "complete", + "owner": { + "type": "@Function", + "id": "classes/2395/functions/_recordCancel%405048458", + "fixedId": true, + "name": "_recordCancel", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3407/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 722 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 762 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_sendError%405048458", + "fixedId": true, + "name": "_sendError", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3408/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 386 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/closures/76", + "fixedId": true, + "name": "sendError", + "owner": { + "type": "@Function", + "id": "classes/2388/functions/_sendError%405048458", + "fixedId": true, + "name": "_sendError", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3409/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 386 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 392 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2507/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2507", + "fixedId": true, + "name": "ObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3410/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 61 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 17, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2506/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2506", + "fixedId": true, + "name": "HashedObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3411/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/rejectGesture", + "fixedId": true, + "name": "rejectGesture", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 760 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/rejectGesture", + "fixedId": true, + "name": "rejectGesture", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/rejectGesture", + "fixedId": true, + "name": "rejectGesture", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 747 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Adevice", + "fixedId": true, + "name": "device", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 766 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/long_press.dart", + "function": { + "type": "@Function", + "id": "classes/932/functions/acceptGesture", + "fixedId": true, + "name": "acceptGesture", + "owner": { + "type": "@Class", + "id": "classes/932", + "fixedId": true, + "name": "LongPressGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@307232524", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 874 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/acceptGesture", + "fixedId": true, + "name": "acceptGesture", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/acceptGesture", + "fixedId": true, + "name": "acceptGesture", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1, + "line": 737 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/get%3AisAnimating", + "fixedId": true, + "name": "isAnimating", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 441 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation.dart", + "function": { + "type": "@Function", + "id": "classes/1795/functions/get%3AisAnimating", + "fixedId": true, + "name": "isAnimating", + "owner": { + "type": "@Class", + "id": "classes/1795", + "fixedId": true, + "name": "Animation", + "library": { + "type": "@Library", + "id": "libraries/@319368416", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3412/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@319368416/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation.dart" + }, + "tokenPos": -1, + "line": 251 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/chunked_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2226/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2226", + "fixedId": true, + "name": "_ConverterStreamEventSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fchunked_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/chunked_conversion.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3413/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3414/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fchunked_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/chunked_conversion.dart" + }, + "tokenPos": -1, + "line": 73 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/1790/functions/get%3AsemanticsBuilder", + "fixedId": true, + "name": "semanticsBuilder", + "owner": { + "type": "@Class", + "id": "classes/1790", + "fixedId": true, + "name": "CustomPainter", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 511 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2308/functions/get%3A_next%404220832", + "fixedId": true, + "name": "_next", + "owner": { + "type": "@Class", + "id": "classes/2308", + "fixedId": true, + "name": "LinkedListEntry", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3415/0", + "kind": "TypeParameter", + "identityHashCode": 1814063396, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 275 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/getInnerPath", + "fixedId": true, + "name": "getInnerPath", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 80 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/getInnerPath", + "fixedId": true, + "name": "getInnerPath", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/getInnerPath", + "fixedId": true, + "name": "getInnerPath", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3416/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 533 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3417/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 623 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/740/functions/getInnerPath", + "fixedId": true, + "name": "getInnerPath", + "owner": { + "type": "@Class", + "id": "classes/740", + "fixedId": true, + "name": "BoxBorder", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3418/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 266 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2453/closures/433", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2453/functions/_sendDone%405048458", + "fixedId": true, + "name": "_sendDone", + "owner": { + "type": "@Class", + "id": "classes/2453", + "fixedId": true, + "name": "_SyncBroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3419/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 404 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 406 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Abuttons", + "fixedId": true, + "name": "buttons", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 356 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/computeLuminance", + "fixedId": true, + "name": "computeLuminance", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3420/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1096/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/1096", + "fixedId": true, + "name": "_ShortcutManager&Object&Diagnosticable&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3840 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1358 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/closures/157", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2420/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1358 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/closures/156", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2420/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1358 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1373 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2798 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3AlocalPosition", + "fixedId": true, + "name": "localPosition", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 830 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2406/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2406", + "fixedId": true, + "name": "_WebSocketOutgoingTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 770 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/586/functions/get%3A_defaultClip%40251160605", + "fixedId": true, + "name": "_defaultClip", + "owner": { + "type": "@Class", + "id": "classes/586", + "fixedId": true, + "name": "RenderClipRect", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1556 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/585/functions/get%3A_defaultClip%40251160605", + "fixedId": true, + "name": "_defaultClip", + "owner": { + "type": "@Class", + "id": "classes/585", + "fixedId": true, + "name": "RenderClipPath", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1937 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/584/functions/get%3A_defaultClip%40251160605", + "fixedId": true, + "name": "_defaultClip", + "owner": { + "type": "@Class", + "id": "classes/584", + "fixedId": true, + "name": "RenderPhysicalModel", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/583/functions/get%3A_defaultClip%40251160605", + "fixedId": true, + "name": "_defaultClip", + "owner": { + "type": "@Class", + "id": "classes/583", + "fixedId": true, + "name": "RenderPhysicalShape", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 2227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3421/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 640 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/238/functions/get%3Aspring", + "fixedId": true, + "name": "spring", + "owner": { + "type": "@Class", + "id": "classes/238", + "fixedId": true, + "name": "BouncingScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 809 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/get%3Aspring", + "fixedId": true, + "name": "spring", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 418 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2378/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2378", + "fixedId": true, + "name": "_EventSinkWrapper", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3422/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 20 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3AtimeStamp", + "fixedId": true, + "name": "timeStamp", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 757 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3423/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 958 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/995/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/995", + "fixedId": true, + "name": "ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/239/functions/adjustPositionForNewDimensions", + "fixedId": true, + "name": "adjustPositionForNewDimensions", + "owner": { + "type": "@Class", + "id": "classes/239", + "fixedId": true, + "name": "RangeMaintainingScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 576 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/adjustPositionForNewDimensions", + "fixedId": true, + "name": "adjustPositionForNewDimensions", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 356 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/236/functions/applyTo", + "fixedId": true, + "name": "applyTo", + "owner": { + "type": "@Class", + "id": "classes/236", + "fixedId": true, + "name": "AlwaysScrollableScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 950 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2344/functions/get%3A_data%403099033", + "fixedId": true, + "name": "_data", + "owner": { + "type": "@Class", + "id": "classes/2344", + "fixedId": true, + "name": "_HashVMImmutableBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2339/functions/get%3A_data%403099033", + "fixedId": true, + "name": "_data", + "owner": { + "type": "@Class", + "id": "classes/2339", + "fixedId": true, + "name": "_HashVMBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3424/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 158 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/onError", + "fixedId": true, + "name": "onError", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3425/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 167 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3426/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2348/functions/_regenerateIndex%403099033", + "fixedId": true, + "name": "_regenerateIndex", + "owner": { + "type": "@Class", + "id": "classes/2348", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3427/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/_regenerateIndex%403099033", + "fixedId": true, + "name": "_regenerateIndex", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3428/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2354/functions/_regenerateIndex%403099033", + "fixedId": true, + "name": "_regenerateIndex", + "owner": { + "type": "@Class", + "id": "classes/2354", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3429/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3430/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/_regenerateIndex%403099033", + "fixedId": true, + "name": "_regenerateIndex", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3431/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3432/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/onError", + "fixedId": true, + "name": "onError", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3433/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 749 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/get%3Apause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3434/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/long_press.dart", + "function": { + "type": "@Function", + "id": "classes/932/functions/handlePrimaryPointer", + "fixedId": true, + "name": "handlePrimaryPointer", + "owner": { + "type": "@Class", + "id": "classes/932", + "fixedId": true, + "name": "LongPressGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@307232524", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 649 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/handlePrimaryPointer", + "fixedId": true, + "name": "handlePrimaryPointer", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 310 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/get%3Apause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3435/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "classes/1942/functions/addError", + "fixedId": true, + "name": "addError", + "owner": { + "type": "@Class", + "id": "classes/1942", + "fixedId": true, + "name": "_StdSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/1790/functions/shouldRebuildSemantics", + "fixedId": true, + "name": "shouldRebuildSemantics", + "owner": { + "type": "@Class", + "id": "classes/1790", + "fixedId": true, + "name": "CustomPainter", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3823 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3Ared", + "fixedId": true, + "name": "red", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 277 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2260/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2260", + "fixedId": true, + "name": "_StringAdapterSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 240 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2782 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_model.dart", + "function": { + "type": "@Function", + "id": "classes/1492/functions/notifyDependent", + "fixedId": true, + "name": "notifyDependent", + "owner": { + "type": "@Class", + "id": "classes/1492", + "fixedId": true, + "name": "InheritedModelElement", + "library": { + "type": "@Library", + "id": "libraries/@172095492", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@172095492/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_model.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3436/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@172095492/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_model.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "tokenPos": -1, + "line": 238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/closures/770", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1610/functions/updateShouldNotifyDependent", + "fixedId": true, + "name": "updateShouldNotifyDependent", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1863 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1866 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Set" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1609/closures/769", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1609/functions/updateShouldNotifyDependent", + "fixedId": true, + "name": "updateShouldNotifyDependent", + "owner": { + "type": "@Class", + "id": "classes/1609", + "fixedId": true, + "name": "_ModalScopeStatus", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1030 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1036 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Set<_ModalRouteAspect@196188637>" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Set?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1490/functions/notifyDependent", + "fixedId": true, + "name": "notifyDependent", + "owner": { + "type": "@Class", + "id": "classes/1490", + "fixedId": true, + "name": "InheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6276 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/byte_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2252/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2252", + "fixedId": true, + "name": "_ByteAdapterSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbyte_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/byte_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbyte_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/byte_conversion.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2407/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2407", + "fixedId": true, + "name": "_WebSocketProtocolTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 127 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2406/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2406", + "fixedId": true, + "name": "_WebSocketOutgoingTransformer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 728 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2249/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2249", + "fixedId": true, + "name": "_Utf8ConversionSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2246/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2246", + "fixedId": true, + "name": "_BufferSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 488 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2243/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2243", + "fixedId": true, + "name": "_FilterSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 569 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3437/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 616 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/long_press.dart", + "function": { + "type": "@Function", + "id": "classes/932/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/932", + "fixedId": true, + "name": "LongPressGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@307232524", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@307232524/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Flong_press.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/long_press.dart" + }, + "tokenPos": -1, + "line": 860 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/928/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/928", + "fixedId": true, + "name": "BaseTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 329 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/chunked_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2226/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2226", + "fixedId": true, + "name": "_ConverterStreamEventSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fchunked_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/chunked_conversion.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3438/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3439/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fchunked_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/chunked_conversion.dart" + }, + "tokenPos": -1, + "line": 78 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/919/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/919", + "fixedId": true, + "name": "OneSequenceGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1, + "line": 445 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2378/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2378", + "fixedId": true, + "name": "_EventSinkWrapper", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3440/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 12 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2551/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2551", + "fixedId": true, + "name": "_GeneratorIterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3441/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 919 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2550/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2550", + "fixedId": true, + "name": "ListQueue", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3442/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 689 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2549/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2549", + "fixedId": true, + "name": "SubListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3443/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 273 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2548/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2548", + "fixedId": true, + "name": "MappedListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3444/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3445/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 441 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2547/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2547", + "fixedId": true, + "name": "ReversedListIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3446/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2545/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2545", + "fixedId": true, + "name": "_SplayTreeKeyIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3447/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3448/0", + "kind": "TypeParameter", + "identityHashCode": 2013028893, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 825 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2544/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2544", + "fixedId": true, + "name": "_SplayTreeValueIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3449/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3450/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 846 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2543/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2543", + "fixedId": true, + "name": "_SplayTreeMapEntryIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3451/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3452/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 856 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2540/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2540", + "fixedId": true, + "name": "_HashMapIterable", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3453/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3454/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + }, + { + "type": "@Instance", + "id": "objects/3455/0", + "kind": "TypeParameter", + "identityHashCode": 15323920, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X2" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 493 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2539/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2539", + "fixedId": true, + "name": "EmptyIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3456/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 724 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2533/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2533", + "fixedId": true, + "name": "_CompactKeysIterable", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3457/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 824 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2532/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2532", + "fixedId": true, + "name": "_CompactValuesIterable", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3458/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 840 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2531/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2531", + "fixedId": true, + "name": "_CompactEntriesIterable", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3459/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3460/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 892 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2530/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2530", + "fixedId": true, + "name": "_CompactIterableImmutable", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3461/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 955 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2529/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2529", + "fixedId": true, + "name": "LinkedList", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3462/0", + "kind": "TypeParameter", + "identityHashCode": 1493998246, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2521/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2521", + "fixedId": true, + "name": "_CastIterableBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3463/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3464/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 35 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2519/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2519", + "fixedId": true, + "name": "MappedIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3465/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3466/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 395 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2514/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2514", + "fixedId": true, + "name": "EfficientLengthSkipIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3467/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 643 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2510/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2510", + "fixedId": true, + "name": "FollowedByIterable", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3468/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 822 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2503/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2503", + "fixedId": true, + "name": "Iterable", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3469/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:core/iterable.dart" + }, + "tokenPos": -1, + "line": 540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/inherited_model.dart", + "function": { + "type": "@Function", + "id": "classes/1492/functions/updateDependencies", + "fixedId": true, + "name": "updateDependencies", + "owner": { + "type": "@Class", + "id": "classes/1492", + "fixedId": true, + "name": "InheritedModelElement", + "library": { + "type": "@Library", + "id": "libraries/@172095492", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@172095492/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_model.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3470/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@172095492/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Finherited_model.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/inherited_model.dart" + }, + "tokenPos": -1, + "line": 223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1490/functions/updateDependencies", + "fixedId": true, + "name": "updateDependencies", + "owner": { + "type": "@Class", + "id": "classes/1490", + "fixedId": true, + "name": "InheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/asFuture", + "fixedId": true, + "name": "asFuture", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3471/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/closures/429", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2388/functions/asFuture", + "fixedId": true, + "name": "asFuture", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3472/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 243 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/closures/430", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2388/closures/429", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2388/functions/asFuture", + "fixedId": true, + "name": "asFuture", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3473/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 243 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 259 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 262 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/closures/428", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2388/functions/asFuture", + "fixedId": true, + "name": "asFuture", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3474/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 243 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2391/functions/_onPause%405048458", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Class", + "id": "classes/2391", + "fixedId": true, + "name": "_ControllerSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3475/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 884 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/functions/_onPause%405048458", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3476/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3477/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 164 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/_onPause%405048458", + "fixedId": true, + "name": "_onPause", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3478/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3479/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/asFuture", + "fixedId": true, + "name": "asFuture", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3480/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 783 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/closures/446", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2380/functions/asFuture", + "fixedId": true, + "name": "asFuture", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3481/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 783 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 795 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2391/functions/_onResume%405048458", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Class", + "id": "classes/2391", + "fixedId": true, + "name": "_ControllerSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3482/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 888 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2390/functions/_onResume%405048458", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Class", + "id": "classes/2390", + "fixedId": true, + "name": "_ForwardingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3483/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3484/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 168 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2389/functions/_onResume%405048458", + "fixedId": true, + "name": "_onResume", + "owner": { + "type": "@Class", + "id": "classes/2389", + "fixedId": true, + "name": "_SinkTransformerStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3485/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3486/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 100 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/recognizer.dart", + "function": { + "type": "@Function", + "id": "classes/927/functions/get%3AhandleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/927", + "fixedId": true, + "name": "PrimaryPointerGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@313296176", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@313296176/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Frecognizer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/recognizer.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/collections.dart", + "function": { + "type": "@Function", + "id": "classes/2467/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2467", + "fixedId": true, + "name": "UnmodifiableListView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fcollections.dart/0", + "fixedId": true, + "uri": "dart:collection/collections.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3487/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fcollections.dart/0", + "fixedId": true, + "uri": "dart:collection/collections.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2466/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2466", + "fixedId": true, + "name": "CodeUnits", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/monodrag.dart", + "function": { + "type": "@Function", + "id": "classes/921/functions/get%3AhandleEvent", + "fixedId": true, + "name": "handleEvent", + "owner": { + "type": "@Class", + "id": "classes/921", + "fixedId": true, + "name": "DragGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@309099969", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@309099969/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fmonodrag.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/monodrag.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/902/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/902", + "fixedId": true, + "name": "_TransformedPointerAddedEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 934 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/900/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/900", + "fixedId": true, + "name": "_TransformedPointerRemovedEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1026 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/898/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/898", + "fixedId": true, + "name": "_TransformedPointerHoverEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/896/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/896", + "fixedId": true, + "name": "_TransformedPointerEnterEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1290 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/894/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/894", + "fixedId": true, + "name": "_TransformedPointerExitEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1436 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/892/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/892", + "fixedId": true, + "name": "_TransformedPointerDownEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1544 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/890/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/890", + "fixedId": true, + "name": "_TransformedPointerMoveEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1661 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/888/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/888", + "fixedId": true, + "name": "_TransformedPointerUpEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1774 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/886/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/886", + "fixedId": true, + "name": "_TransformedPointerScrollEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1928 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/884/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/884", + "fixedId": true, + "name": "_TransformedPointerScrollInertiaCancelEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2033 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/881/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/881", + "fixedId": true, + "name": "_TransformedPointerScaleEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2260/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2260", + "fixedId": true, + "name": "_StringAdapterSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/878/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/878", + "fixedId": true, + "name": "_TransformedPointerPanZoomStartEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/876/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/876", + "fixedId": true, + "name": "_TransformedPointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/874/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/874", + "fixedId": true, + "name": "_TransformedPointerPanZoomEndEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2451 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/872/functions/get%3Atransform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/872", + "fixedId": true, + "name": "_TransformedPointerCancelEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2602 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/byte_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2252/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2252", + "fixedId": true, + "name": "_ByteAdapterSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbyte_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/byte_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fbyte_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/byte_conversion.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1811/functions/didStartListening", + "fixedId": true, + "name": "didStartListening", + "owner": { + "type": "@Class", + "id": "classes/1811", + "fixedId": true, + "name": "ProxyAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/string_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2249/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2249", + "fixedId": true, + "name": "_Utf8ConversionSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fstring_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/string_conversion.dart" + }, + "tokenPos": -1, + "line": 305 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2246/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2246", + "fixedId": true, + "name": "_BufferSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2243/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2243", + "fixedId": true, + "name": "_FilterSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 536 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1801/functions/didStartListening", + "fixedId": true, + "name": "didStartListening", + "owner": { + "type": "@Class", + "id": "classes/1801", + "fixedId": true, + "name": "CompoundAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3488/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 641 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/functions/onError", + "fixedId": true, + "name": "onError", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3489/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3490/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/onDone", + "fixedId": true, + "name": "onDone", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3491/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/chunked_conversion.dart", + "function": { + "type": "@Function", + "id": "classes/2226/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2226", + "fixedId": true, + "name": "_ConverterStreamEventSink", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fchunked_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/chunked_conversion.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3492/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3493/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Fchunked_conversion.dart/0", + "fixedId": true, + "uri": "dart:convert/chunked_conversion.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/onDone", + "fixedId": true, + "name": "onDone", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3494/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 751 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/functions/get%3Apause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3495/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3496/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_android.dart", + "function": { + "type": "@Function", + "id": "classes/1160/functions/get%3AphysicalKey", + "fixedId": true, + "name": "physicalKey", + "owner": { + "type": "@Class", + "id": "classes/1160", + "fixedId": true, + "name": "RawKeyEventDataAndroid", + "library": { + "type": "@Library", + "id": "libraries/@280177474", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@280177474/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_android.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_android.dart" + }, + "tokenPos": -1, + "line": 162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_fuchsia.dart", + "function": { + "type": "@Function", + "id": "classes/1159/functions/get%3AphysicalKey", + "fixedId": true, + "name": "physicalKey", + "owner": { + "type": "@Class", + "id": "classes/1159", + "fixedId": true, + "name": "RawKeyEventDataFuchsia", + "library": { + "type": "@Library", + "id": "libraries/@281349049", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@281349049/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_fuchsia.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_fuchsia.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_ios.dart", + "function": { + "type": "@Function", + "id": "classes/1158/functions/get%3AphysicalKey", + "fixedId": true, + "name": "physicalKey", + "owner": { + "type": "@Class", + "id": "classes/1158", + "fixedId": true, + "name": "RawKeyEventDataIos", + "library": { + "type": "@Library", + "id": "libraries/@282218955", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@282218955/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_ios.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_ios.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/1157/functions/get%3AphysicalKey", + "fixedId": true, + "name": "physicalKey", + "owner": { + "type": "@Class", + "id": "classes/1157", + "fixedId": true, + "name": "RawKeyEventDataLinux", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_macos.dart", + "function": { + "type": "@Function", + "id": "classes/1156/functions/get%3AphysicalKey", + "fixedId": true, + "name": "physicalKey", + "owner": { + "type": "@Class", + "id": "classes/1156", + "fixedId": true, + "name": "RawKeyEventDataMacOs", + "library": { + "type": "@Library", + "id": "libraries/@284244645", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@284244645/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_macos.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_macos.dart" + }, + "tokenPos": -1, + "line": 98 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_web.dart", + "function": { + "type": "@Function", + "id": "classes/1155/functions/get%3AphysicalKey", + "fixedId": true, + "name": "physicalKey", + "owner": { + "type": "@Class", + "id": "classes/1155", + "fixedId": true, + "name": "RawKeyEventDataWeb", + "library": { + "type": "@Library", + "id": "libraries/@285342469", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@285342469/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_web.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_web.dart" + }, + "tokenPos": -1, + "line": 105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_windows.dart", + "function": { + "type": "@Function", + "id": "classes/1154/functions/get%3AphysicalKey", + "fixedId": true, + "name": "physicalKey", + "owner": { + "type": "@Class", + "id": "classes/1154", + "fixedId": true, + "name": "RawKeyEventDataWindows", + "library": { + "type": "@Library", + "id": "libraries/@286422532", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@286422532/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_windows.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_windows.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2815/functions/asByteData", + "fixedId": true, + "name": "asByteData", + "owner": { + "type": "@Class", + "id": "classes/2815", + "fixedId": true, + "name": "_UnmodifiableByteBufferView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5984 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _UnmodifiableByteDataView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2815/functions/asFloat64List", + "fixedId": true, + "name": "asFloat64List", + "owner": { + "type": "@Class", + "id": "classes/2815", + "fixedId": true, + "name": "_UnmodifiableByteBufferView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5971 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _UnmodifiableFloat64ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2815/functions/asFloat32List", + "fixedId": true, + "name": "asFloat32List", + "owner": { + "type": "@Class", + "id": "classes/2815", + "fixedId": true, + "name": "_UnmodifiableByteBufferView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5968 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _UnmodifiableFloat32ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2815/functions/asInt32x4List", + "fixedId": true, + "name": "asInt32x4List", + "owner": { + "type": "@Class", + "id": "classes/2815", + "fixedId": true, + "name": "_UnmodifiableByteBufferView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5965 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _UnmodifiableInt32x4ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3497/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1001 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1930 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/closures/383", + "fixedId": true, + "name": "finalize", + "owner": { + "type": "@Function", + "id": "classes/2027/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1930 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1972 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/closures/385", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2027/closures/383", + "fixedId": true, + "name": "finalize", + "owner": { + "type": "@Function", + "id": "classes/2027/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1930 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1972 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 2009 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/closures/384", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2027/closures/383", + "fixedId": true, + "name": "finalize", + "owner": { + "type": "@Function", + "id": "classes/2027/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1930 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1972 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 2005 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Abuttons", + "fixedId": true, + "name": "buttons", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 775 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2815/functions/asInt64List", + "fixedId": true, + "name": "asInt64List", + "owner": { + "type": "@Class", + "id": "classes/2815", + "fixedId": true, + "name": "_UnmodifiableByteBufferView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5962 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _UnmodifiableInt64ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2815/functions/asInt32List", + "fixedId": true, + "name": "asInt32List", + "owner": { + "type": "@Class", + "id": "classes/2815", + "fixedId": true, + "name": "_UnmodifiableByteBufferView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5956 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _UnmodifiableInt32ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/lerpFrom", + "fixedId": true, + "name": "lerpFrom", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CircleBorder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/lerpFrom", + "fixedId": true, + "name": "lerpFrom", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 51 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _RoundedRectangleToCircleBorder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/lerpFrom", + "fixedId": true, + "name": "lerpFrom", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3498/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 429 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1008 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/closures/161", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2011/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1008 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1012 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/closures/165", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2011/closures/161", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2011/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1008 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1012 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1012 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/closures/164", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2011/closures/161", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2011/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1008 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1012 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1012 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/747/functions/lerpFrom", + "fixedId": true, + "name": "lerpFrom", + "owner": { + "type": "@Class", + "id": "classes/747", + "fixedId": true, + "name": "StadiumBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StadiumToRoundedRectangleBorder" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StadiumToCircleBorder" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate StadiumBorder" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/746/functions/lerpFrom", + "fixedId": true, + "name": "lerpFrom", + "owner": { + "type": "@Class", + "id": "classes/746", + "fixedId": true, + "name": "_StadiumToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/745/functions/lerpFrom", + "fixedId": true, + "name": "lerpFrom", + "owner": { + "type": "@Class", + "id": "classes/745", + "fixedId": true, + "name": "_StadiumToRoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2815/functions/asUint8List", + "fixedId": true, + "name": "asUint8List", + "owner": { + "type": "@Class", + "id": "classes/2815", + "fixedId": true, + "name": "_UnmodifiableByteBufferView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5936 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _UnmodifiableUint8ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/lerpFrom", + "fixedId": true, + "name": "lerpFrom", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 627 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/739/functions/lerpFrom", + "fixedId": true, + "name": "lerpFrom", + "owner": { + "type": "@Class", + "id": "classes/739", + "fixedId": true, + "name": "ShapeBorder", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 463 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2523/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2523", + "fixedId": true, + "name": "CastSet", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3499/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3500/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/350/functions/didPushRouteInformation", + "fixedId": true, + "name": "didPushRouteInformation", + "owner": { + "type": "@Class", + "id": "classes/350", + "fixedId": true, + "name": "WidgetsBindingObserver", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3501/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3502/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3503/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3504/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3505/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3506/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 298 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1991/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/1991", + "fixedId": true, + "name": "_FileStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 253 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1991/closures/416", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1991/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/1991", + "fixedId": true, + "name": "_FileStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 253 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1991/closures/415", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1991/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/1991", + "fixedId": true, + "name": "_FileStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 253 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 254 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3507/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 617 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/2585/functions/isSatisfiedBy", + "fixedId": true, + "name": "isSatisfiedBy", + "owner": { + "type": "@Class", + "id": "classes/2585", + "fixedId": true, + "name": "WidgetState", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 239 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3508/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 199 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2303/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2303", + "fixedId": true, + "name": "MapView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3509/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3510/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 354 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/semantics.dart", + "function": { + "type": "@Function", + "id": "classes/2782/functions/copy", + "fixedId": true, + "name": "copy", + "owner": { + "type": "@Class", + "id": "classes/2782", + "fixedId": true, + "name": "SpellOutStringAttribute", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fsemantics.dart/0", + "fixedId": true, + "uri": "dart:ui/semantics.dart" + }, + "tokenPos": -1, + "line": 1641 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/lerpTo", + "fixedId": true, + "name": "lerpTo", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3511/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3512/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 632 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/lerpTo", + "fixedId": true, + "name": "lerpTo", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 70 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3513/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1094 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/lerpTo", + "fixedId": true, + "name": "lerpTo", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3514/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/747/functions/lerpTo", + "fixedId": true, + "name": "lerpTo", + "owner": { + "type": "@Class", + "id": "classes/747", + "fixedId": true, + "name": "StadiumBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/746/functions/lerpTo", + "fixedId": true, + "name": "lerpTo", + "owner": { + "type": "@Class", + "id": "classes/746", + "fixedId": true, + "name": "_StadiumToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/745/functions/lerpTo", + "fixedId": true, + "name": "lerpTo", + "owner": { + "type": "@Class", + "id": "classes/745", + "fixedId": true, + "name": "_StadiumToRoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 348 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/lerpTo", + "fixedId": true, + "name": "lerpTo", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 635 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/739/functions/lerpTo", + "fixedId": true, + "name": "lerpTo", + "owner": { + "type": "@Class", + "id": "classes/739", + "fixedId": true, + "name": "ShapeBorder", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2321/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2321", + "fixedId": true, + "name": "MapBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3515/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3516/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 79 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/functions/asFuture", + "fixedId": true, + "name": "asFuture", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3517/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3518/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1490/functions/setDependencies", + "fixedId": true, + "name": "setDependencies", + "owner": { + "type": "@Class", + "id": "classes/1490", + "fixedId": true, + "name": "InheritedElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6228 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "classes/1942/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/1942", + "fixedId": true, + "name": "_StdSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 488 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "classes/1941/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/1941", + "fixedId": true, + "name": "_StdConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2452/functions/_sendData%405048458", + "fixedId": true, + "name": "_sendData", + "owner": { + "type": "@Class", + "id": "classes/2452", + "fixedId": true, + "name": "_AsyncBroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3519/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 422 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1936/functions/close", + "fixedId": true, + "name": "close", + "owner": { + "type": "@Class", + "id": "classes/1936", + "fixedId": true, + "name": "_SocketStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2644 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2303/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2303", + "fixedId": true, + "name": "MapView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3520/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3521/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/functions/onError", + "fixedId": true, + "name": "onError", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2295/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2295", + "fixedId": true, + "name": "_SplayTreeMap&_SplayTree&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3522/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3523/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 79 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/putIfAbsent", + "fixedId": true, + "name": "putIfAbsent", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3524/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3525/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 115 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/putIfAbsent", + "fixedId": true, + "name": "putIfAbsent", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3526/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3527/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3528/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3529/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 275 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/closures/445", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2322/functions/putIfAbsent", + "fixedId": true, + "name": "putIfAbsent", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3530/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3531/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3532/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3533/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 275 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 276 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/string_buffer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2485/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/2485", + "fixedId": true, + "name": "StringBuffer", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring_buffer.dart/0", + "fixedId": true, + "uri": "dart:core/string_buffer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_buffer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_buffer_patch.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3AqueryParameters", + "fixedId": true, + "name": "queryParameters", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1748 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/functions/get%3Apause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3AqueryParameters", + "fixedId": true, + "name": "queryParameters", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4532 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/onData", + "fixedId": true, + "name": "onData", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3534/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2304/functions/putIfAbsent", + "fixedId": true, + "name": "putIfAbsent", + "owner": { + "type": "@Class", + "id": "classes/2304", + "fixedId": true, + "name": "_UnmodifiableMapView&MapView&_UnmodifiableMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3535/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3536/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/onData", + "fixedId": true, + "name": "onData", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3537/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 747 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2383/functions/set%3Anext", + "fixedId": true, + "name": "next=", + "owner": { + "type": "@Class", + "id": "classes/2383", + "fixedId": true, + "name": "_DelayedEvent", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3538/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 562 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/putIfAbsent", + "fixedId": true, + "name": "putIfAbsent", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3539/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3540/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2382/functions/set%3Anext", + "fixedId": true, + "name": "next=", + "owner": { + "type": "@Class", + "id": "classes/2382", + "fixedId": true, + "name": "_DelayedDone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": true, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 597 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3541/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 280 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AddStreamState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2383/functions/get%3Anext", + "fixedId": true, + "name": "next", + "owner": { + "type": "@Class", + "id": "classes/2383", + "fixedId": true, + "name": "_DelayedEvent", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3542/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 562 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2382/functions/get%3Anext", + "fixedId": true, + "name": "next", + "owner": { + "type": "@Class", + "id": "classes/2382", + "fixedId": true, + "name": "_DelayedDone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 595 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2397/functions/_sendData%405048458", + "fixedId": true, + "name": "_sendData", + "owner": { + "type": "@Class", + "id": "classes/2397", + "fixedId": true, + "name": "_AsyncStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3543/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 811 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2396/functions/_sendData%405048458", + "fixedId": true, + "name": "_sendData", + "owner": { + "type": "@Class", + "id": "classes/2396", + "fixedId": true, + "name": "_SyncStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3544/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 797 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/_sendData%405048458", + "fixedId": true, + "name": "_sendData", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3545/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2030/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2030", + "fixedId": true, + "name": "_HttpOutboundMessage", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3546/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2385/functions/perform", + "fixedId": true, + "name": "perform", + "owner": { + "type": "@Class", + "id": "classes/2385", + "fixedId": true, + "name": "_DelayedData", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3547/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 572 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2384/functions/perform", + "fixedId": true, + "name": "perform", + "owner": { + "type": "@Class", + "id": "classes/2384", + "fixedId": true, + "name": "_DelayedError", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 583 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3548/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 951 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2382/functions/perform", + "fixedId": true, + "name": "perform", + "owner": { + "type": "@Class", + "id": "classes/2382", + "fixedId": true, + "name": "_DelayedDone", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 591 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2321/functions/get%3Aentries", + "fixedId": true, + "name": "entries", + "owner": { + "type": "@Class", + "id": "classes/2321", + "fixedId": true, + "name": "MapBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3549/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3550/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 75 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2321/closures/683", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2321/functions/get%3Aentries", + "fixedId": true, + "name": "entries", + "owner": { + "type": "@Class", + "id": "classes/2321", + "fixedId": true, + "name": "MapBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3551/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3552/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 75 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate MapEntry" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/get%3Aentries", + "fixedId": true, + "name": "entries", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3553/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3554/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3555/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3556/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 317 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/closures/682", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2322/functions/get%3Aentries", + "fixedId": true, + "name": "entries", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3557/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3558/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3559/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3560/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 317 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3830 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2321/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2321", + "fixedId": true, + "name": "MapBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3561/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3562/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/map.dart", + "function": { + "type": "@Function", + "id": "classes/2498/functions/castFrom", + "fixedId": true, + "name": "castFrom", + "owner": { + "type": "@Class", + "id": "classes/2498", + "fixedId": true, + "name": "Map", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fmap.dart/0", + "fixedId": true, + "uri": "dart:core/map.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3563/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3564/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fmap.dart/0", + "fixedId": true, + "uri": "dart:core/map.dart" + }, + "tokenPos": -1, + "line": 194 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CastMap" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3565/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3566/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3567/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3568/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3807 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/get%3Astream", + "fixedId": true, + "name": "stream", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3569/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BroadcastStream" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2773 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2303/functions/get%3Aentries", + "fixedId": true, + "name": "entries", + "owner": { + "type": "@Class", + "id": "classes/2303", + "fixedId": true, + "name": "MapView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3570/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3571/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3AhasEmptyPath", + "fixedId": true, + "name": "hasEmptyPath", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3222 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2305/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2305", + "fixedId": true, + "name": "UnmodifiableMapView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3572/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3573/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 401 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3AhasEmptyPath", + "fixedId": true, + "name": "hasEmptyPath", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4447 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/get%3Aentries", + "fixedId": true, + "name": "entries", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3574/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3575/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 666 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SplayTreeMapEntryIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3576/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 590 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StreamControllerAddStreamState" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2435/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2435", + "fixedId": true, + "name": "_StreamImpl", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3577/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 509 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2295/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2295", + "fixedId": true, + "name": "_SplayTreeMap&_SplayTree&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3578/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3579/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2434/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2434", + "fixedId": true, + "name": "_MultiStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3580/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1170 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MultiStreamController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2434/closures/401", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2434/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2434", + "fixedId": true, + "name": "_MultiStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3581/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1170 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1177 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2431/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2431", + "fixedId": true, + "name": "_ForwardingStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3582/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3583/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2525/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/2525", + "fixedId": true, + "name": "_CastListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3584/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3585/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 104 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_transformers.dart", + "function": { + "type": "@Function", + "id": "classes/2430/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2430", + "fixedId": true, + "name": "_BoundSinkStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3586/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3587/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_transformers.dart/0", + "fixedId": true, + "uri": "dart:async/stream_transformers.dart" + }, + "tokenPos": -1, + "line": 172 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SinkTransformerStreamSubscription" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2429/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2429", + "fixedId": true, + "name": "CastStream", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3588/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3589/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 14 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate CastStreamSubscription" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2428/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2428", + "fixedId": true, + "name": "_HttpIncoming", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/handleError", + "fixedId": true, + "name": "handleError", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3590/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 955 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HandleErrorStream" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/closures/396", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2413/functions/handleError", + "fixedId": true, + "name": "handleError", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3591/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 955 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 960 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2428/closures/395", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2428/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2428", + "fixedId": true, + "name": "_HttpIncoming", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 416 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 426 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2428/closures/394", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2428/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2428", + "fixedId": true, + "name": "_HttpIncoming", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 416 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 424 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2427/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2427", + "fixedId": true, + "name": "_HttpRequest", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 512 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3592/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3541 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/closures/109", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2425/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3541 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3556 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2425/closures/108", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2425/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2425", + "fixedId": true, + "name": "_HttpServer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3541 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3548 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HttpConnection" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3787 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2422/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2422", + "fixedId": true, + "name": "_HttpDetachedIncoming", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 187 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/Stream.fromIterable", + "fixedId": true, + "name": "Stream.fromIterable", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3593/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 354 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/Stream.multi", + "fixedId": true, + "name": "Stream.multi", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3594/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 473 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MultiStream" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/closures/400", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2413/functions/Stream.fromIterable", + "fixedId": true, + "name": "Stream.fromIterable", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3595/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 354 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/closures/404", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2413/closures/400", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2413/functions/Stream.fromIterable", + "fixedId": true, + "name": "Stream.fromIterable", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3596/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 354 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 355 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 400 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/closures/403", + "fixedId": true, + "name": "next", + "owner": { + "type": "@Function", + "id": "classes/2413/closures/400", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2413/functions/Stream.fromIterable", + "fixedId": true, + "name": "Stream.fromIterable", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3597/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 354 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 355 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 368 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HttpDetachedStreamSubscription" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2421/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2421", + "fixedId": true, + "name": "_HttpParser", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2420/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2420", + "fixedId": true, + "name": "_WebSocketImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 1298 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "classes/2418/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2418", + "fixedId": true, + "name": "_StdStream", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 20 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2171 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/closures/426", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2417/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2171 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/closures/425", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2417/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2171 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2417/closures/424", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2417/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2417", + "fixedId": true, + "name": "_RawServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2171 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2189 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2416/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2416", + "fixedId": true, + "name": "_RawSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2415/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2415", + "fixedId": true, + "name": "_ServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2526 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream.dart", + "function": { + "type": "@Function", + "id": "classes/2413/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2413", + "fixedId": true, + "name": "Stream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3598/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream.dart/0", + "fixedId": true, + "uri": "dart:async/stream.dart" + }, + "tokenPos": -1, + "line": 795 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MapStream" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: StreamSubscription" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2415/closures/188", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2415/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2415", + "fixedId": true, + "name": "_ServerSocket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2526 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2533 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/listen", + "fixedId": true, + "name": "listen", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2753 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/get%3AhasListener", + "fixedId": true, + "name": "hasListener", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3599/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2579/functions/get%3A_errorExplanation%400150898", + "fixedId": true, + "name": "_errorExplanation", + "owner": { + "type": "@Class", + "id": "classes/2579", + "fixedId": true, + "name": "RangeError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2578/functions/get%3A_errorExplanation%400150898", + "fixedId": true, + "name": "_errorExplanation", + "owner": { + "type": "@Class", + "id": "classes/2578", + "fixedId": true, + "name": "IndexError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 536 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2577/functions/get%3A_errorExplanation%400150898", + "fixedId": true, + "name": "_errorExplanation", + "owner": { + "type": "@Class", + "id": "classes/2577", + "fixedId": true, + "name": "ArgumentError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/475/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/475", + "fixedId": true, + "name": "_FocusNode&Object&DiagnosticableTreeMixin&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/functions/asFuture", + "fixedId": true, + "name": "asFuture", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2398/functions/get%3Astream", + "fixedId": true, + "name": "stream", + "owner": { + "type": "@Class", + "id": "classes/2398", + "fixedId": true, + "name": "_MultiStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3600/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 1212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3Astream", + "fixedId": true, + "name": "stream", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3601/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 504 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3602/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 712 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "classes/1942/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/1942", + "fixedId": true, + "name": "_StdSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/resolveUri", + "fixedId": true, + "name": "resolveUri", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3036 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/resolveUri", + "fixedId": true, + "name": "resolveUri", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4653 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/get%3Avalues", + "fixedId": true, + "name": "values", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3603/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3604/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _HashMapValueIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/get%3Avalues", + "fixedId": true, + "name": "values", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3605/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3606/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3607/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3608/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 296 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3609/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3610/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3611/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3612/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3613/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3614/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/errors.dart", + "function": { + "type": "@Function", + "id": "classes/2581/functions/get%3Amessage", + "fixedId": true, + "name": "message", + "owner": { + "type": "@Class", + "id": "classes/2581", + "fixedId": true, + "name": "AssertionError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1, + "line": 130 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2294/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2294", + "fixedId": true, + "name": "SplayTreeSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3615/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 1129 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2465/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/2465", + "fixedId": true, + "name": "UnmodifiableListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3616/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2571/functions/get%3Amessage", + "fixedId": true, + "name": "message", + "owner": { + "type": "@Class", + "id": "classes/2571", + "fixedId": true, + "name": "_AssertionError", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2303/functions/get%3Avalues", + "fixedId": true, + "name": "values", + "owner": { + "type": "@Class", + "id": "classes/2303", + "fixedId": true, + "name": "MapView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3617/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3618/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 358 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2304/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2304", + "fixedId": true, + "name": "_UnmodifiableMapView&MapView&_UnmodifiableMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3619/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3620/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2395/functions/get%3AhasListener", + "fixedId": true, + "name": "hasListener", + "owner": { + "type": "@Class", + "id": "classes/2395", + "fixedId": true, + "name": "_StreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3621/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/stream_controller.dart" + }, + "tokenPos": -1, + "line": 515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/assertions.dart", + "function": { + "type": "@Function", + "id": "classes/2561/functions/get%3Amessage", + "fixedId": true, + "name": "message", + "owner": { + "type": "@Class", + "id": "classes/2561", + "fixedId": true, + "name": "FlutterError", + "library": { + "type": "@Library", + "id": "libraries/@26022608", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@26022608/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fassertions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/assertions.dart" + }, + "tokenPos": -1, + "line": 926 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/get%3Avalues", + "fixedId": true, + "name": "values", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3622/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3623/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 664 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SplayTreeValueIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3AhasFragment", + "fixedId": true, + "name": "hasFragment", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3624/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3625/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 522 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3AhasFragment", + "fixedId": true, + "name": "hasFragment", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4435 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3AuserInfo", + "fixedId": true, + "name": "userInfo", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1918 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3AuserInfo", + "fixedId": true, + "name": "userInfo", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4472 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/get%3Akeys", + "fixedId": true, + "name": "keys", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3626/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3627/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 57 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/get%3Akeys", + "fixedId": true, + "name": "keys", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3628/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3629/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3630/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3631/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/replace", + "fixedId": true, + "name": "replace", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 2185 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/get%3AsemanticsBuilder", + "fixedId": true, + "name": "semanticsBuilder", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 841 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/replace", + "fixedId": true, + "name": "replace", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4568 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3632/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3633/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 143 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3634/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3635/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3636/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3637/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 288 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/closures/444", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2322/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3638/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3639/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3640/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3641/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 288 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 289 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3AhasAbsolutePath", + "fixedId": true, + "name": "hasAbsolutePath", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/string.dart", + "function": { + "type": "@Function", + "id": "classes/2486/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2486", + "fixedId": true, + "name": "RuneIterator", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring.dart/0", + "fixedId": true, + "uri": "dart:core/string.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring.dart/0", + "fixedId": true, + "uri": "dart:core/string.dart" + }, + "tokenPos": -1, + "line": 913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3AhasAbsolutePath", + "fixedId": true, + "name": "hasAbsolutePath", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4446 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/isScheme", + "fixedId": true, + "name": "isScheme", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1944 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2303/functions/get%3Akeys", + "fixedId": true, + "name": "keys", + "owner": { + "type": "@Class", + "id": "classes/2303", + "fixedId": true, + "name": "MapView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3642/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3643/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/isScheme", + "fixedId": true, + "name": "isScheme", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4451 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3AhasAuthority", + "fixedId": true, + "name": "hasAuthority", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3214 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2525/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2525", + "fixedId": true, + "name": "_CastListBase", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3644/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3645/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3AhasAuthority", + "fixedId": true, + "name": "hasAuthority", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4431 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/2473/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2473", + "fixedId": true, + "name": "_ArrayIterator", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3646/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2303/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2303", + "fixedId": true, + "name": "MapView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3647/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3648/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 348 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/get%3Akeys", + "fixedId": true, + "name": "keys", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3649/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3650/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 661 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3Aport", + "fixedId": true, + "name": "port", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1929 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/functions/onDone", + "fixedId": true, + "name": "onDone", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3Aport", + "fixedId": true, + "name": "port", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4477 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3Aquery", + "fixedId": true, + "name": "query", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1940 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3651/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3652/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 624 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3Aquery", + "fixedId": true, + "name": "query", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2461/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2461", + "fixedId": true, + "name": "_AllMatchesIterator", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 351 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3AhasQuery", + "fixedId": true, + "name": "hasQuery", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2458/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2458", + "fixedId": true, + "name": "_StringAllMatchesIterator", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1508 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3AhasQuery", + "fixedId": true, + "name": "hasQuery", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4434 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/toFilePath", + "fixedId": true, + "name": "toFilePath", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 3246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/functions/onData", + "fixedId": true, + "name": "onData", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3653/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3654/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/toFilePath", + "fixedId": true, + "name": "toFilePath", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4879 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3Ascheme", + "fixedId": true, + "name": "scheme", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1705 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3Ascheme", + "fixedId": true, + "name": "scheme", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3ApathSegments", + "fixedId": true, + "name": "pathSegments", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1742 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3ApathSegments", + "fixedId": true, + "name": "pathSegments", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4515 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3Ahost", + "fixedId": true, + "name": "host", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1920 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3Ahost", + "fixedId": true, + "name": "host", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4475 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3AqueryParametersAll", + "fixedId": true, + "name": "queryParametersAll", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1752 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/string.dart", + "function": { + "type": "@Function", + "id": "classes/2486/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2486", + "fixedId": true, + "name": "RuneIterator", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring.dart/0", + "fixedId": true, + "uri": "dart:core/string.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fstring.dart/0", + "fixedId": true, + "uri": "dart:core/string.dart" + }, + "tokenPos": -1, + "line": 936 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3AqueryParametersAll", + "fixedId": true, + "name": "queryParametersAll", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4537 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3Afragment", + "fixedId": true, + "name": "fragment", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1942 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3Afragment", + "fixedId": true, + "name": "fragment", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4488 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2479/functions/get%3Apath", + "fixedId": true, + "name": "path", + "owner": { + "type": "@Class", + "id": "classes/2479", + "fixedId": true, + "name": "_Uri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 1730 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/uri.dart", + "function": { + "type": "@Function", + "id": "classes/2477/functions/get%3Apath", + "fixedId": true, + "name": "path", + "owner": { + "type": "@Class", + "id": "classes/2477", + "fixedId": true, + "name": "_SimpleUri", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Furi.dart/0", + "fixedId": true, + "uri": "dart:core/uri.dart" + }, + "tokenPos": -1, + "line": 4484 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2433/functions/_handleData%405048458", + "fixedId": true, + "name": "_handleData", + "owner": { + "type": "@Class", + "id": "classes/2433", + "fixedId": true, + "name": "_MapStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3655/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3656/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2432/functions/_handleData%405048458", + "fixedId": true, + "name": "_handleData", + "owner": { + "type": "@Class", + "id": "classes/2432", + "fixedId": true, + "name": "_HandleErrorStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3657/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/2473/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2473", + "fixedId": true, + "name": "_ArrayIterator", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3658/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/get%3Aresume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3659/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/collections.dart", + "function": { + "type": "@Function", + "id": "classes/2467/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2467", + "fixedId": true, + "name": "UnmodifiableListView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fcollections.dart/0", + "fixedId": true, + "uri": "dart:collection/collections.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3660/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fcollections.dart/0", + "fixedId": true, + "uri": "dart:collection/collections.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/internal.dart", + "function": { + "type": "@Function", + "id": "classes/2466/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2466", + "fixedId": true, + "name": "CodeUnits", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal/0", + "fixedId": true, + "uri": "dart:_internal" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/functions/flush", + "fixedId": true, + "name": "flush", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2431/functions/_handleError%405048458", + "fixedId": true, + "name": "_handleError", + "owner": { + "type": "@Class", + "id": "classes/2431", + "fixedId": true, + "name": "_ForwardingStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3661/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + }, + { + "type": "@Instance", + "id": "objects/3662/0", + "kind": "TypeParameter", + "identityHashCode": 2713024049, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_pipe.dart", + "function": { + "type": "@Function", + "id": "classes/2432/functions/_handleError%405048458", + "fixedId": true, + "name": "_handleError", + "owner": { + "type": "@Class", + "id": "classes/2432", + "fixedId": true, + "name": "_HandleErrorStream", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3663/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_pipe.dart/0", + "fixedId": true, + "uri": "dart:async/stream_pipe.dart" + }, + "tokenPos": -1, + "line": 290 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2461/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2461", + "fixedId": true, + "name": "_AllMatchesIterator", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 361 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/get%3Aresume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3664/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2458/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2458", + "fixedId": true, + "name": "_StringAllMatchesIterator", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1489 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StringMatch" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/catchError", + "fixedId": true, + "name": "catchError", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3665/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 441 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/flush", + "fixedId": true, + "name": "flush", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2796 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/broadcast_stream_controller.dart", + "function": { + "type": "@Function", + "id": "classes/2451/functions/_addEventError%405048458", + "fixedId": true, + "name": "_addEventError", + "owner": { + "type": "@Class", + "id": "classes/2451", + "fixedId": true, + "name": "_BroadcastStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3666/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fbroadcast_stream_controller.dart/0", + "fixedId": true, + "uri": "dart:async/broadcast_stream_controller.dart" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3667/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3668/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3669/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3670/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3671/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3672/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 300 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2444/functions/complete", + "fixedId": true, + "name": "complete", + "owner": { + "type": "@Class", + "id": "classes/2444", + "fixedId": true, + "name": "_AsyncCompleter", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3673/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 96 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2443/functions/complete", + "fixedId": true, + "name": "complete", + "owner": { + "type": "@Class", + "id": "classes/2443", + "fixedId": true, + "name": "_SyncCompleter", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3674/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/then", + "fixedId": true, + "name": "then", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3675/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/whenComplete", + "fixedId": true, + "name": "whenComplete", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3676/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 468 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/resume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3677/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/functions/get%3Aaddress", + "fixedId": true, + "name": "address", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3846 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/functions/setOption", + "fixedId": true, + "name": "setOption", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3852 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2423/functions/destroy", + "fixedId": true, + "name": "destroy", + "owner": { + "type": "@Class", + "id": "classes/2423", + "fixedId": true, + "name": "_DetachedSocket", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 3834 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2303/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2303", + "fixedId": true, + "name": "MapView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3678/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3679/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 352 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/resume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3680/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 765 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/get%3Aaddress", + "fixedId": true, + "name": "address", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2835 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/setOption", + "fixedId": true, + "name": "setOption", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2811 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2414/functions/destroy", + "fixedId": true, + "name": "destroy", + "owner": { + "type": "@Class", + "id": "classes/2414", + "fixedId": true, + "name": "_Socket", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2802 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3681/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3682/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 618 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2370/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2370", + "fixedId": true, + "name": "_SyncStarIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3683/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 549 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3684/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3685/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3686/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3687/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3688/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3689/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 271 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1302/functions/respond", + "fixedId": true, + "name": "respond", + "owner": { + "type": "@Class", + "id": "classes/1302", + "fixedId": true, + "name": "PointerScrollEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/273/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/273", + "fixedId": true, + "name": "OverlayEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1294/functions/respond", + "fixedId": true, + "name": "respond", + "owner": { + "type": "@Class", + "id": "classes/1294", + "fixedId": true, + "name": "_PointerSignalEvent&PointerEvent&_RespondablePointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1822 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/pause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3690/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 204 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2304/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/2304", + "fixedId": true, + "name": "_UnmodifiableMapView&MapView&_UnmodifiableMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3691/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3692/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 273 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2388/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2388", + "fixedId": true, + "name": "_BufferingStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3693/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/pause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3694/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 758 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3695/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3696/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 529 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/stream_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2380/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2380", + "fixedId": true, + "name": "_DoneStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3697/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Fstream_impl.dart/0", + "fixedId": true, + "uri": "dart:async/stream_impl.dart" + }, + "tokenPos": -1, + "line": 777 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2330/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2330", + "fixedId": true, + "name": "_CompactIterator", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3698/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 876 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2329/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2329", + "fixedId": true, + "name": "_CompactEntriesIterator", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3699/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3700/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 927 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2328/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2328", + "fixedId": true, + "name": "_CompactIteratorImmutable", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3701/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 989 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/custom_paint.dart", + "function": { + "type": "@Function", + "id": "classes/1790/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/1790", + "fixedId": true, + "name": "CustomPainter", + "library": { + "type": "@Library", + "id": "libraries/@240012902", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@240012902/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_paint.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_paint.dart" + }, + "tokenPos": -1, + "line": 286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2370/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2370", + "fixedId": true, + "name": "_SyncStarIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3702/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 568 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2370/functions/set%3A_yieldStarIterable%405048458", + "fixedId": true, + "name": "_yieldStarIterable=", + "owner": { + "type": "@Class", + "id": "classes/2370", + "fixedId": true, + "name": "_SyncStarIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3703/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 547 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2370/functions/set%3A_current%405048458", + "fixedId": true, + "name": "_current=", + "owner": { + "type": "@Class", + "id": "classes/2370", + "fixedId": true, + "name": "_SyncStarIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3704/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/222/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/222", + "fixedId": true, + "name": "_ShortcutRegistry&Object&ChangeNotifier", + "library": { + "type": "@Library", + "id": "libraries/@219043213", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@219043213/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshortcuts.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shortcuts.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2307/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2307", + "fixedId": true, + "name": "_LinkedListIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3705/0", + "kind": "TypeParameter", + "identityHashCode": 4239286077, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/functions/onData", + "fixedId": true, + "name": "onData", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 131 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/219/functions/removeListener", + "fixedId": true, + "name": "removeListener", + "owner": { + "type": "@Class", + "id": "classes/219", + "fixedId": true, + "name": "_ConstantValueListenable", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3706/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 436 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2300/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2300", + "fixedId": true, + "name": "_ListQueueIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3707/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 975 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/containsKey", + "fixedId": true, + "name": "containsKey", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3708/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3709/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/containsKey", + "fixedId": true, + "name": "containsKey", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3710/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3711/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3712/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3713/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 267 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2287/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2287", + "fixedId": true, + "name": "_SplayTreeIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3714/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3715/0", + "kind": "TypeParameter", + "identityHashCode": 2985349342, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + }, + { + "type": "@Instance", + "id": "objects/3716/0", + "kind": "TypeParameter", + "identityHashCode": 2381264110, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X2" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 752 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2285/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2285", + "fixedId": true, + "name": "_HashMapKeyIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3717/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3718/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 561 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2284/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2284", + "fixedId": true, + "name": "_HashMapValueIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3719/0", + "kind": "TypeParameter", + "identityHashCode": 168805176, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X0" + }, + { + "type": "@Instance", + "id": "objects/3720/0", + "kind": "TypeParameter", + "identityHashCode": 1891038391, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 566 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2281/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2281", + "fixedId": true, + "name": "_HashSetIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3721/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 897 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2330/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2330", + "fixedId": true, + "name": "_CompactIterator", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3722/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 860 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2329/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2329", + "fixedId": true, + "name": "_CompactEntriesIterator", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3723/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3724/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 909 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2328/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2328", + "fixedId": true, + "name": "_CompactIteratorImmutable", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3725/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 978 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2303/functions/containsKey", + "fixedId": true, + "name": "containsKey", + "owner": { + "type": "@Class", + "id": "classes/2303", + "fixedId": true, + "name": "MapView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3726/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3727/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2323/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2323", + "fixedId": true, + "name": "_HashMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3728/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3729/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 85 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2322/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2322", + "fixedId": true, + "name": "CastMap", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3730/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3731/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + }, + { + "type": "@Instance", + "id": "objects/3732/0", + "kind": "TypeParameter", + "identityHashCode": 1896134980, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X2" + }, + { + "type": "@Instance", + "id": "objects/3733/0", + "kind": "TypeParameter", + "identityHashCode": 2893307042, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X3" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/containsKey", + "fixedId": true, + "name": "containsKey", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3734/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3735/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 640 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 5, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1783/functions/isDone", + "fixedId": true, + "name": "isDone", + "owner": { + "type": "@Class", + "id": "classes/1783", + "fixedId": true, + "name": "_InterpolationSimulation", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 1003 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/friction_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1782/functions/isDone", + "fixedId": true, + "name": "isDone", + "owner": { + "type": "@Class", + "id": "classes/1782", + "fixedId": true, + "name": "FrictionSimulation", + "library": { + "type": "@Library", + "id": "libraries/@363071952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 157 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1780/functions/isDone", + "fixedId": true, + "name": "isDone", + "owner": { + "type": "@Class", + "id": "classes/1780", + "fixedId": true, + "name": "SpringSimulation", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 258 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1779/functions/isDone", + "fixedId": true, + "name": "isDone", + "owner": { + "type": "@Class", + "id": "classes/1779", + "fixedId": true, + "name": "BouncingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1778/functions/isDone", + "fixedId": true, + "name": "isDone", + "owner": { + "type": "@Class", + "id": "classes/1778", + "fixedId": true, + "name": "ClampingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 262 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/2307/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2307", + "fixedId": true, + "name": "_LinkedListIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3736/0", + "kind": "TypeParameter", + "identityHashCode": 4239286077, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2303/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2303", + "fixedId": true, + "name": "MapView", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3737/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3738/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 332 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/queue.dart", + "function": { + "type": "@Function", + "id": "classes/2300/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2300", + "fixedId": true, + "name": "_ListQueueIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3739/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fqueue.dart/0", + "fixedId": true, + "uri": "dart:collection/queue.dart" + }, + "tokenPos": -1, + "line": 977 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2296/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2296", + "fixedId": true, + "name": "SplayTreeMap", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3740/0", + "kind": "TypeParameter", + "identityHashCode": 453961197, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X0" + }, + { + "type": "@Instance", + "id": "objects/3741/0", + "kind": "TypeParameter", + "identityHashCode": 1212495534, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C2X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 520 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2288/functions/_getValue%404220832", + "fixedId": true, + "name": "_getValue", + "owner": { + "type": "@Class", + "id": "classes/2288", + "fixedId": true, + "name": "_SplayTreeMapEntryIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3742/0", + "kind": "TypeParameter", + "identityHashCode": 168805176, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X0" + }, + { + "type": "@Instance", + "id": "objects/3743/0", + "kind": "TypeParameter", + "identityHashCode": 1891038391, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 893 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2287/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2287", + "fixedId": true, + "name": "_SplayTreeIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3744/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3745/0", + "kind": "TypeParameter", + "identityHashCode": 2985349342, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + }, + { + "type": "@Instance", + "id": "objects/3746/0", + "kind": "TypeParameter", + "identityHashCode": 2381264110, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X2" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 784 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2289/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2289", + "fixedId": true, + "name": "_SplayTreeValueIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3747/0", + "kind": "TypeParameter", + "identityHashCode": 168805176, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X0" + }, + { + "type": "@Instance", + "id": "objects/3748/0", + "kind": "TypeParameter", + "identityHashCode": 1891038391, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 875 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/splay_tree.dart", + "function": { + "type": "@Function", + "id": "classes/2288/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2288", + "fixedId": true, + "name": "_SplayTreeMapEntryIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3749/0", + "kind": "TypeParameter", + "identityHashCode": 168805176, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X0" + }, + { + "type": "@Instance", + "id": "objects/3750/0", + "kind": "TypeParameter", + "identityHashCode": 1891038391, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C3X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Fsplay_tree.dart/0", + "fixedId": true, + "uri": "dart:collection/splay_tree.dart" + }, + "tokenPos": -1, + "line": 896 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1811/functions/didStopListening", + "fixedId": true, + "name": "didStopListening", + "owner": { + "type": "@Class", + "id": "classes/1811", + "fixedId": true, + "name": "ProxyAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2283/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2283", + "fixedId": true, + "name": "_HashMapIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3751/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3752/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + }, + { + "type": "@Instance", + "id": "objects/3753/0", + "kind": "TypeParameter", + "identityHashCode": 2381264110, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X2" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 531 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/shouldRebuildSemantics", + "fixedId": true, + "name": "shouldRebuildSemantics", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2281/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2281", + "fixedId": true, + "name": "_HashSetIterator", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3754/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 873 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2030/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2030", + "fixedId": true, + "name": "_HttpOutboundMessage", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3755/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1207 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1801/functions/didStopListening", + "fixedId": true, + "name": "didStopListening", + "owner": { + "type": "@Class", + "id": "classes/1801", + "fixedId": true, + "name": "CompoundAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3756/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 649 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3757/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 965 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/closures/393", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2028/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3758/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 965 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 982 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/closures/406", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2028/closures/392", + "fixedId": true, + "name": "targetAddStream", + "owner": { + "type": "@Function", + "id": "classes/2028/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3759/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 965 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 972 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 973 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2028/closures/392", + "fixedId": true, + "name": "targetAddStream", + "owner": { + "type": "@Function", + "id": "classes/2028/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2028", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3760/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 965 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 972 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1842 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/closures/390", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2027/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1842 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1916 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/closures/389", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2027/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1842 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1913 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/closures/388", + "fixedId": true, + "name": "onData", + "owner": { + "type": "@Function", + "id": "classes/2027/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1842 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1860 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/closures/387", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2027/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1842 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1851 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2027/closures/386", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2027/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2027", + "fixedId": true, + "name": "_HttpOutgoing", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1842 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1848 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2030/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/2030", + "fixedId": true, + "name": "_HttpOutboundMessage", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3761/0", + "kind": "TypeParameter", + "identityHashCode": 2140956, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "C1X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/http_impl.dart" + }, + "tokenPos": -1, + "line": 1219 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/functions/handleThumbPressStart", + "fixedId": true, + "name": "handleThumbPressStart", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 179 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/handleThumbPressStart", + "fixedId": true, + "name": "handleThumbPressStart", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 366 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/handleThumbPressStart", + "fixedId": true, + "name": "handleThumbPressStart", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3762/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1715 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/functions/handleThumbPressEnd", + "fixedId": true, + "name": "handleThumbPressEnd", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/handleThumbPressEnd", + "fixedId": true, + "name": "handleThumbPressEnd", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 374 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/handleThumbPressEnd", + "fixedId": true, + "name": "handleThumbPressEnd", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3763/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/convert/utf.dart", + "function": { + "type": "@Function", + "id": "classes/2267/functions/startChunkedConversion", + "fixedId": true, + "name": "startChunkedConversion", + "owner": { + "type": "@Class", + "id": "classes/2267", + "fixedId": true, + "name": "Utf8Decoder", + "library": { + "type": "@Library", + "id": "libraries/@11003594", + "fixedId": true, + "name": "dart.convert", + "uri": "dart:convert" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@11003594/scripts/dart%3Aconvert%2Futf.dart/0", + "fixedId": true, + "uri": "dart:convert/utf.dart" + }, + "tokenPos": -1, + "line": 356 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _StringAdapterSink" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/get%3AonEnter", + "fixedId": true, + "name": "onEnter", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/data_transformer.dart", + "function": { + "type": "@Function", + "id": "classes/2264/functions/startChunkedConversion", + "fixedId": true, + "name": "startChunkedConversion", + "owner": { + "type": "@Class", + "id": "classes/2264", + "fixedId": true, + "name": "ZLibDecoder", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdata_transformer.dart/0", + "fixedId": true, + "uri": "dart:io/data_transformer.dart" + }, + "tokenPos": -1, + "line": 393 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ZLibDecoderSink" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ByteAdapterSink" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 986 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/websocket_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2011/closures/397", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2011/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2011", + "fixedId": true, + "name": "_WebSocketConsumer", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 986 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fwebsocket_impl.dart/0", + "fixedId": true, + "uri": "dart:_http/websocket_impl.dart" + }, + "tokenPos": -1, + "line": 994 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/749/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/749", + "fixedId": true, + "name": "_RoundedRectangleToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/747/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/747", + "fixedId": true, + "name": "StadiumBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 80 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/746/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/746", + "fixedId": true, + "name": "_StadiumToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 259 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/745/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/745", + "fixedId": true, + "name": "_StadiumToRoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 107 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/functions/get%3Aresume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3764/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3765/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3766/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/747/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/747", + "fixedId": true, + "name": "StadiumBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/746/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/746", + "fixedId": true, + "name": "_StadiumToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/745/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/745", + "fixedId": true, + "name": "_StadiumToRoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 691 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1991/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1991", + "fixedId": true, + "name": "_FileStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1991/closures/417", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1991/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1991", + "fixedId": true, + "name": "_FileStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 220 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1991/closures/420", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1991/closures/417", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1991/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1991", + "fixedId": true, + "name": "_FileStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 220 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 223 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1991/closures/419", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1991/closures/417", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1991/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1991", + "fixedId": true, + "name": "_FileStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 220 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 223 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1991/closures/421", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1991/closures/419", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1991/closures/417", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1991/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1991", + "fixedId": true, + "name": "_FileStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 220 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 223 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 232 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 237 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/1991/closures/418", + "fixedId": true, + "name": "error", + "owner": { + "type": "@Function", + "id": "classes/1991/closures/417", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1991/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1991", + "fixedId": true, + "name": "_FileStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 220 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 223 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/get%3AisFinite", + "fixedId": true, + "name": "isFinite", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/get%3AisFinite", + "fixedId": true, + "name": "isFinite", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 177 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3767/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 165 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/closures/414", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1979/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3768/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 165 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 179 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/closures/413", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1979/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3769/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 165 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 174 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1980/functions/write", + "fixedId": true, + "name": "write", + "owner": { + "type": "@Class", + "id": "classes/1980", + "fixedId": true, + "name": "_IOSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 290 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/handleHoverExit", + "fixedId": true, + "name": "handleHoverExit", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3770/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/functions/resume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3771/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3772/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2167/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2167", + "fixedId": true, + "name": "CastIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3773/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3774/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 65 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2166/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2166", + "fixedId": true, + "name": "ListIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3775/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 358 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2165/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2165", + "fixedId": true, + "name": "MappedIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3776/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3777/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 427 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2164/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2164", + "fixedId": true, + "name": "WhereIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3778/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 475 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2163/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2163", + "fixedId": true, + "name": "ExpandIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3779/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3780/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 500 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2162/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2162", + "fixedId": true, + "name": "TakeIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3781/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 569 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2161/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2161", + "fixedId": true, + "name": "SkipIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3782/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 677 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2160/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2160", + "fixedId": true, + "name": "SkipWhileIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3783/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 708 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2159/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2159", + "fixedId": true, + "name": "EmptyIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3784/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 800 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2158/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2158", + "fixedId": true, + "name": "FollowedByIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3785/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 891 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2157/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2157", + "fixedId": true, + "name": "WhereTypeIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3786/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 910 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/645/functions/get%3AisTight", + "fixedId": true, + "name": "isTight", + "owner": { + "type": "@Class", + "id": "classes/645", + "fixedId": true, + "name": "BoxConstraints", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 376 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "classes/1942/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1942", + "fixedId": true, + "name": "_StdSink", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 482 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "classes/1941/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1941", + "fixedId": true, + "name": "_StdConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 322 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/stdio.dart", + "function": { + "type": "@Function", + "id": "classes/1941/closures/411", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1941/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1941", + "fixedId": true, + "name": "_StdConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 322 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fstdio.dart/0", + "fixedId": true, + "uri": "dart:io/stdio.dart" + }, + "tokenPos": -1, + "line": 326 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1346/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/1346", + "fixedId": true, + "name": "Decoration", + "library": { + "type": "@Library", + "id": "libraries/@343230966", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@343230966/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@343230966/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fdecoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/decoration.dart" + }, + "tokenPos": -1, + "line": 174 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1348/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/1348", + "fixedId": true, + "name": "BoxDecoration", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 374 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1347/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/1347", + "fixedId": true, + "name": "ShapeDecoration", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 278 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1936/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1936", + "fixedId": true, + "name": "_SocketStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2604 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1936/closures/410", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1936/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1936", + "fixedId": true, + "name": "_SocketStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2604 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2629 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1936/closures/409", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1936/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1936", + "fixedId": true, + "name": "_SocketStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2604 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2625 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart", + "function": { + "type": "@Function", + "id": "classes/1936/closures/408", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1936/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/1936", + "fixedId": true, + "name": "_SocketStreamConsumer", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2604 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio-patch%2Fsocket_patch.dart/0", + "fixedId": true, + "uri": "dart:io-patch/socket_patch.dart" + }, + "tokenPos": -1, + "line": 2609 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1783/functions/dx", + "fixedId": true, + "name": "dx", + "owner": { + "type": "@Class", + "id": "classes/1783", + "fixedId": true, + "name": "_InterpolationSimulation", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 997 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/friction_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1782/functions/dx", + "fixedId": true, + "name": "dx", + "owner": { + "type": "@Class", + "id": "classes/1782", + "fixedId": true, + "name": "FrictionSimulation", + "library": { + "type": "@Library", + "id": "libraries/@363071952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1780/functions/dx", + "fixedId": true, + "name": "dx", + "owner": { + "type": "@Class", + "id": "classes/1780", + "fixedId": true, + "name": "SpringSimulation", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 249 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1779/functions/dx", + "fixedId": true, + "name": "dx", + "owner": { + "type": "@Class", + "id": "classes/1779", + "fixedId": true, + "name": "BouncingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1778/functions/dx", + "fixedId": true, + "name": "dx", + "owner": { + "type": "@Class", + "id": "classes/1778", + "fixedId": true, + "name": "ClampingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 256 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/functions/pause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3787/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3788/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 98 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/functions/updateScrollbarPainter", + "fixedId": true, + "name": "updateScrollbarPainter", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/updateScrollbarPainter", + "fixedId": true, + "name": "updateScrollbarPainter", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 345 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/updateScrollbarPainter", + "fixedId": true, + "name": "updateScrollbarPainter", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3789/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1561 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/async_cast.dart", + "function": { + "type": "@Function", + "id": "classes/2171/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2171", + "fixedId": true, + "name": "CastStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3790/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3791/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fasync_cast.dart/0", + "fixedId": true, + "uri": "dart:_internal/async_cast.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/1610/functions/updateShouldNotifyDependent", + "fixedId": true, + "name": "updateShouldNotifyDependent", + "owner": { + "type": "@Class", + "id": "classes/1610", + "fixedId": true, + "name": "MediaQuery", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 1863 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/routes.dart", + "function": { + "type": "@Function", + "id": "classes/1609/functions/updateShouldNotifyDependent", + "fixedId": true, + "name": "updateShouldNotifyDependent", + "owner": { + "type": "@Class", + "id": "classes/1609", + "fixedId": true, + "name": "_ModalScopeStatus", + "library": { + "type": "@Library", + "id": "libraries/@196188637", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/routes.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@196188637/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Froutes.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/routes.dart" + }, + "tokenPos": -1, + "line": 1030 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/shared_app_data.dart", + "function": { + "type": "@Function", + "id": "classes/1608/functions/updateShouldNotifyDependent", + "fixedId": true, + "name": "updateShouldNotifyDependent", + "owner": { + "type": "@Class", + "id": "classes/1608", + "fixedId": true, + "name": "_SharedAppModel", + "library": { + "type": "@Library", + "id": "libraries/@218433526", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@218433526/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshared_app_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@218433526/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fshared_app_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/shared_app_data.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/cast.dart", + "function": { + "type": "@Function", + "id": "classes/2167/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2167", + "fixedId": true, + "name": "CastIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3792/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3793/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fcast.dart/0", + "fixedId": true, + "uri": "dart:_internal/cast.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2166/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2166", + "fixedId": true, + "name": "ListIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3794/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 360 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 38, + "exclusiveTicks": 4, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2165/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2165", + "fixedId": true, + "name": "MappedIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3795/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3796/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 418 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 3, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2164/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2164", + "fixedId": true, + "name": "WhereIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3797/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 466 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2163/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2163", + "fixedId": true, + "name": "ExpandIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3798/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3799/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 502 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2162/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2162", + "fixedId": true, + "name": "TakeIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3800/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2161/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2161", + "fixedId": true, + "name": "SkipIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3801/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 671 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2160/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2160", + "fixedId": true, + "name": "SkipWhileIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3802/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 698 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2159/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2159", + "fixedId": true, + "name": "EmptyIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3803/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2158/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2158", + "fixedId": true, + "name": "FollowedByIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3804/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 881 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 40, + "exclusiveTicks": 3, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/iterable.dart", + "function": { + "type": "@Function", + "id": "classes/2157/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2157", + "fixedId": true, + "name": "WhereTypeIterator", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3805/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fiterable.dart/0", + "fixedId": true, + "uri": "dart:_internal/iterable.dart" + }, + "tokenPos": -1, + "line": 903 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2349/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2349", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin&_UnmodifiableSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3806/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 76 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3807/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1055 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2074/functions/get%3Acurrent", + "fixedId": true, + "name": "current", + "owner": { + "type": "@Class", + "id": "classes/2074", + "fixedId": true, + "name": "_TypedListIterator", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3808/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/get%3AbuildScope", + "fixedId": true, + "name": "buildScope", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3665 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/get%3Acursor", + "fixedId": true, + "name": "cursor", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/withValues", + "fixedId": true, + "name": "withValues", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/withAlpha", + "fixedId": true, + "name": "withAlpha", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 332 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1453/functions/handleThumbPress", + "fixedId": true, + "name": "handleThumbPress", + "owner": { + "type": "@Class", + "id": "classes/1453", + "fixedId": true, + "name": "_CupertinoScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@377305104", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@377305104/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/scrollbar.dart" + }, + "tokenPos": -1, + "line": 192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/handleThumbPress", + "fixedId": true, + "name": "handleThumbPress", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3809/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 1700 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/functions/get%3Aresume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1793/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/1793", + "fixedId": true, + "name": "_ShapeBorderPainter", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 972 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1792/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/1792", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorPainter", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 620 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2074/functions/moveNext", + "fixedId": true, + "name": "moveNext", + "owner": { + "type": "@Class", + "id": "classes/2074", + "fixedId": true, + "name": "_TypedListIterator", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3810/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4256 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2070/functions/disconnect", + "fixedId": true, + "name": "disconnect", + "owner": { + "type": "@Class", + "id": "classes/2070", + "fixedId": true, + "name": "WebSocketClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 31 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2069/functions/disconnect", + "fixedId": true, + "name": "disconnect", + "owner": { + "type": "@Class", + "id": "classes/2069", + "fixedId": true, + "name": "HttpRequestClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 103 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/functions/resume", + "fixedId": true, + "name": "resume", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2070/functions/post", + "fixedId": true, + "name": "post", + "owner": { + "type": "@Class", + "id": "classes/2070", + "fixedId": true, + "name": "WebSocketClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/bin/vmservice_server.dart", + "function": { + "type": "@Function", + "id": "classes/2069/functions/post", + "fixedId": true, + "name": "post", + "owner": { + "type": "@Class", + "id": "classes/2069", + "fixedId": true, + "name": "HttpRequestClient", + "library": { + "type": "@Library", + "id": "libraries/@18205832", + "fixedId": true, + "name": "vmservice_io", + "uri": "dart:vmservice_io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@18205832/scripts/dart%3Avmservice_io%2Fvmservice_server.dart/0", + "fixedId": true, + "uri": "dart:vmservice_io/vmservice_server.dart" + }, + "tokenPos": -1, + "line": 108 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3AcolorSpace", + "fixedId": true, + "name": "colorSpace", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 215 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1896/functions/transform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/1896", + "fixedId": true, + "name": "_IdentityColorTransform", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 3841 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1894/functions/transform", + "fixedId": true, + "name": "transform", + "owner": { + "type": "@Class", + "id": "classes/1894", + "fixedId": true, + "name": "_MatrixColorTransform", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 3866 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1208/functions/_updateCallingAction%40146441002", + "fixedId": true, + "name": "_updateCallingAction", + "owner": { + "type": "@Class", + "id": "classes/1208", + "fixedId": true, + "name": "__OverridableAction&ContextAction&_OverridableActionMixin", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3811/0", + "kind": "TypeParameter", + "identityHashCode": 2146050921, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1642 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Action?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1201/functions/_updateCallingAction%40146441002", + "fixedId": true, + "name": "_updateCallingAction", + "owner": { + "type": "@Class", + "id": "classes/1201", + "fixedId": true, + "name": "_ContextActionToActionAdapter", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3812/0", + "kind": "TypeParameter", + "identityHashCode": 1020608184, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 1827 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Action?" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/actions.dart", + "function": { + "type": "@Function", + "id": "classes/1196/functions/_updateCallingAction%40146441002", + "fixedId": true, + "name": "_updateCallingAction", + "owner": { + "type": "@Class", + "id": "classes/1196", + "fixedId": true, + "name": "Action", + "library": { + "type": "@Library", + "id": "libraries/@146441002", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/actions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3813/0", + "kind": "TypeParameter", + "identityHashCode": 2916673937, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@146441002/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Factions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/actions.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/functions/pause", + "fixedId": true, + "name": "pause", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_http/http_parser.dart", + "function": { + "type": "@Function", + "id": "classes/2024/functions/cancel", + "fixedId": true, + "name": "cancel", + "owner": { + "type": "@Class", + "id": "classes/2024", + "fixedId": true, + "name": "_HttpDetachedStreamSubscription", + "library": { + "type": "@Library", + "id": "libraries/@16463476", + "fixedId": true, + "name": "dart._http", + "uri": "dart:_http" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@16463476/scripts/dart%3A_http%2Fhttp_parser.dart/0", + "fixedId": true, + "uri": "dart:_http/http_parser.dart" + }, + "tokenPos": -1, + "line": 125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/functions/flush", + "fixedId": true, + "name": "flush", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3814/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 184 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_sink.dart", + "function": { + "type": "@Function", + "id": "classes/1979/closures/443", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1979/functions/flush", + "fixedId": true, + "name": "flush", + "owner": { + "type": "@Class", + "id": "classes/1979", + "fixedId": true, + "name": "_StreamSinkImpl", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3815/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 184 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_sink.dart/0", + "fixedId": true, + "uri": "dart:io/io_sink.dart" + }, + "tokenPos": -1, + "line": 194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/_delete%4015069316", + "fixedId": true, + "name": "_delete", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 211 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/closures/99", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2006/functions/_delete%4015069316", + "fixedId": true, + "name": "_delete", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 211 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 216 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/_delete%4015069316", + "fixedId": true, + "name": "_delete", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/closures/407", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2005/functions/_delete%4015069316", + "fixedId": true, + "name": "_delete", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 347 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 352 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/directory_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2006/functions/get%3Apath", + "fixedId": true, + "name": "path", + "owner": { + "type": "@Class", + "id": "classes/2006", + "fixedId": true, + "name": "_Directory", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fdirectory_impl.dart/0", + "fixedId": true, + "uri": "dart:io/directory_impl.dart" + }, + "tokenPos": -1, + "line": 21 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/file_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2005/functions/get%3Apath", + "fixedId": true, + "name": "path", + "owner": { + "type": "@Class", + "id": "classes/2005", + "fixedId": true, + "name": "_File", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Ffile_impl.dart/0", + "fixedId": true, + "uri": "dart:io/file_impl.dart" + }, + "tokenPos": -1, + "line": 272 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/link.dart", + "function": { + "type": "@Function", + "id": "classes/2004/functions/get%3Apath", + "fixedId": true, + "name": "path", + "owner": { + "type": "@Class", + "id": "classes/2004", + "fixedId": true, + "name": "_Link", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Flink.dart/0", + "fixedId": true, + "uri": "dart:io/link.dart" + }, + "tokenPos": -1, + "line": 239 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/886/functions/respond", + "fixedId": true, + "name": "respond", + "owner": { + "type": "@Class", + "id": "classes/886", + "fixedId": true, + "name": "_TransformedPointerScrollEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1945 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/io/io_resource_info.dart", + "function": { + "type": "@Function", + "id": "classes/1984/functions/get%3Aname", + "fixedId": true, + "name": "name", + "owner": { + "type": "@Class", + "id": "classes/1984", + "fixedId": true, + "name": "_SpawnedProcessResourceInfo", + "library": { + "type": "@Library", + "id": "libraries/@15069316", + "fixedId": true, + "name": "dart.io", + "uri": "dart:io" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@15069316/scripts/dart%3Aio%2Fio_resource_info.dart/0", + "fixedId": true, + "uri": "dart:io/io_resource_info.dart" + }, + "tokenPos": -1, + "line": 158 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/883/functions/respond", + "fixedId": true, + "name": "respond", + "owner": { + "type": "@Class", + "id": "classes/883", + "fixedId": true, + "name": "__TransformedPointerScrollInertiaCancelEvent&_TransformedPointerEvent&_CopyPointerScrollInertiaCancelEvent&_RespondablePointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1822 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/880/functions/respond", + "fixedId": true, + "name": "respond", + "owner": { + "type": "@Class", + "id": "classes/880", + "fixedId": true, + "name": "__TransformedPointerScaleEvent&_TransformedPointerEvent&_CopyPointerScaleEvent&_RespondablePointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1822 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1483/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/1483", + "fixedId": true, + "name": "ComponentElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5770 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1481/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/1481", + "fixedId": true, + "name": "SingleChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7001 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1413/functions/_unregister%40193384654", + "fixedId": true, + "name": "_unregister", + "owner": { + "type": "@Class", + "id": "classes/1413", + "fixedId": true, + "name": "_ScaffoldState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1014 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1471/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/1471", + "fixedId": true, + "name": "_OverlayPortalElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1468/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/1468", + "fixedId": true, + "name": "SlottedRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@222130468", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3816/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3817/0", + "kind": "TypeParameter", + "identityHashCode": 2668395730, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1465/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/1465", + "fixedId": true, + "name": "RootElement", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1667 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/visitChildren", + "fixedId": true, + "name": "visitChildren", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3838 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3Aalpha", + "fixedId": true, + "name": "alpha", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 266 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1391/functions/_unregister%40193384654", + "fixedId": true, + "name": "_unregister", + "owner": { + "type": "@Class", + "id": "classes/1391", + "fixedId": true, + "name": "_NavigatorState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1014 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3Aopacity", + "fixedId": true, + "name": "opacity", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 273 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3Ar", + "fixedId": true, + "name": "r", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 206 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3Ag", + "fixedId": true, + "name": "g", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 209 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration.dart", + "function": { + "type": "@Function", + "id": "classes/1371/functions/_unregister%40193384654", + "fixedId": true, + "name": "_unregister", + "owner": { + "type": "@Class", + "id": "classes/1371", + "fixedId": true, + "name": "_ScrollableState&State&TickerProviderStateMixin&RestorationMixin", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration.dart" + }, + "tokenPos": -1, + "line": 1014 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1347/functions/createBoxPainter", + "fixedId": true, + "name": "createBoxPainter", + "owner": { + "type": "@Class", + "id": "classes/1347", + "fixedId": true, + "name": "ShapeDecoration", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 283 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/handleHover", + "fixedId": true, + "name": "handleHover", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/closures/922", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1452/functions/handleHover", + "fixedId": true, + "name": "handleHover", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 382 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 394 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/closures/921", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1452/functions/handleHover", + "fixedId": true, + "name": "handleHover", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 382 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 388 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1451/functions/handleHover", + "fixedId": true, + "name": "handleHover", + "owner": { + "type": "@Class", + "id": "classes/1451", + "fixedId": true, + "name": "RawScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3818/0", + "kind": "TypeParameter", + "identityHashCode": 3069018626, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 2121 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3Ab", + "fixedId": true, + "name": "b", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/get%3Aa", + "fixedId": true, + "name": "a", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 203 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1902/functions/withOpacity", + "fixedId": true, + "name": "withOpacity", + "owner": { + "type": "@Class", + "id": "classes/1902", + "fixedId": true, + "name": "Color", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/1255/functions/createSession", + "fixedId": true, + "name": "createSession", + "owner": { + "type": "@Class", + "id": "classes/1255", + "fixedId": true, + "name": "WidgetStateMouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/mouse_cursor.dart", + "function": { + "type": "@Function", + "id": "classes/1254/functions/createSession", + "fixedId": true, + "name": "createSession", + "owner": { + "type": "@Class", + "id": "classes/1254", + "fixedId": true, + "name": "_DeferringMouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@275171781", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1, + "line": 252 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/mouse_cursor.dart", + "function": { + "type": "@Function", + "id": "classes/1253/functions/createSession", + "fixedId": true, + "name": "createSession", + "owner": { + "type": "@Class", + "id": "classes/1253", + "fixedId": true, + "name": "SystemMouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@275171781", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@275171781/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmouse_cursor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/mouse_cursor.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 13, + "exclusiveTicks": 7, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1783/functions/x", + "fixedId": true, + "name": "x", + "owner": { + "type": "@Class", + "id": "classes/1783", + "fixedId": true, + "name": "_InterpolationSimulation", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 987 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/friction_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1782/functions/x", + "fixedId": true, + "name": "x", + "owner": { + "type": "@Class", + "id": "classes/1782", + "fixedId": true, + "name": "FrictionSimulation", + "library": { + "type": "@Library", + "id": "libraries/@363071952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@363071952/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Ffriction_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/friction_simulation.dart" + }, + "tokenPos": -1, + "line": 117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1781/functions/x", + "fixedId": true, + "name": "x", + "owner": { + "type": "@Class", + "id": "classes/1781", + "fixedId": true, + "name": "ScrollSpringSimulation", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1780/functions/x", + "fixedId": true, + "name": "x", + "owner": { + "type": "@Class", + "id": "classes/1780", + "fixedId": true, + "name": "SpringSimulation", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 240 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1779/functions/x", + "fixedId": true, + "name": "x", + "owner": { + "type": "@Class", + "id": "classes/1779", + "fixedId": true, + "name": "BouncingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/1778/functions/x", + "fixedId": true, + "name": "x", + "owner": { + "type": "@Class", + "id": "classes/1778", + "fixedId": true, + "name": "ClampingScrollSimulation", + "library": { + "type": "@Library", + "id": "libraries/@209443839", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@209443839/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_simulation.dart" + }, + "tokenPos": -1, + "line": 250 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1817/functions/addStatusListener", + "fixedId": true, + "name": "addStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1817", + "fixedId": true, + "name": "_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1814/functions/addStatusListener", + "fixedId": true, + "name": "addStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1814", + "fixedId": true, + "name": "_AlwaysCompleteAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1813/functions/addStatusListener", + "fixedId": true, + "name": "addStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1813", + "fixedId": true, + "name": "_AlwaysDismissedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 65 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1810/functions/addStatusListener", + "fixedId": true, + "name": "addStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1810", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1807/functions/addStatusListener", + "fixedId": true, + "name": "addStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1807", + "fixedId": true, + "name": "_ReverseAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1804/functions/addStatusListener", + "fixedId": true, + "name": "addStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1804", + "fixedId": true, + "name": "__ChangeAnimation&Animation&AnimationWithParentMixin", + "library": { + "type": "@Library", + "id": "libraries/@133014024", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tabs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftabs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tabs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1800/functions/addStatusListener", + "fixedId": true, + "name": "addStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1800", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3819/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1817/functions/removeStatusListener", + "fixedId": true, + "name": "removeStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1817", + "fixedId": true, + "name": "_AnimationController&Animation&AnimationEagerListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1796/functions/addStatusListener", + "fixedId": true, + "name": "addStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1796", + "fixedId": true, + "name": "__AnimatedEvaluation&Animation&AnimationWithParentMixin", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3820/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1814/functions/removeStatusListener", + "fixedId": true, + "name": "removeStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1814", + "fixedId": true, + "name": "_AlwaysCompleteAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1813/functions/removeStatusListener", + "fixedId": true, + "name": "removeStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1813", + "fixedId": true, + "name": "_AlwaysDismissedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 68 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1810/functions/removeStatusListener", + "fixedId": true, + "name": "removeStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1810", + "fixedId": true, + "name": "_ProxyAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1807/functions/removeStatusListener", + "fixedId": true, + "name": "removeStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1807", + "fixedId": true, + "name": "_ReverseAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1400/functions/_createNode%40161492240", + "fixedId": true, + "name": "_createNode", + "owner": { + "type": "@Class", + "id": "classes/1400", + "fixedId": true, + "name": "_FocusScopeState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 879 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1399/functions/_createNode%40161492240", + "fixedId": true, + "name": "_createNode", + "owner": { + "type": "@Class", + "id": "classes/1399", + "fixedId": true, + "name": "_FocusState", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 592 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1804/functions/removeStatusListener", + "fixedId": true, + "name": "removeStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1804", + "fixedId": true, + "name": "__ChangeAnimation&Animation&AnimationWithParentMixin", + "library": { + "type": "@Library", + "id": "libraries/@133014024", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tabs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftabs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tabs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/listener_helpers.dart", + "function": { + "type": "@Function", + "id": "classes/1800/functions/removeStatusListener", + "fixedId": true, + "name": "removeStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1800", + "fixedId": true, + "name": "_CompoundAnimation&Animation&AnimationLazyListenerMixin&AnimationLocalListenersMixin&AnimationLocalStatusListenersMixin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3821/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Flistener_helpers.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/listener_helpers.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/get%3Astatus", + "fixedId": true, + "name": "status", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 446 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1818/functions/get%3Astatus", + "fixedId": true, + "name": "status", + "owner": { + "type": "@Class", + "id": "classes/1818", + "fixedId": true, + "name": "TrainHoppingAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 552 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1796/functions/removeStatusListener", + "fixedId": true, + "name": "removeStatusListener", + "owner": { + "type": "@Class", + "id": "classes/1796", + "fixedId": true, + "name": "__AnimatedEvaluation&Animation&AnimationWithParentMixin", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3822/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1814/functions/get%3Astatus", + "fixedId": true, + "name": "status", + "owner": { + "type": "@Class", + "id": "classes/1814", + "fixedId": true, + "name": "_AlwaysCompleteAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 39 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1813/functions/get%3Astatus", + "fixedId": true, + "name": "status", + "owner": { + "type": "@Class", + "id": "classes/1813", + "fixedId": true, + "name": "_AlwaysDismissedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 71 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1811/functions/get%3Astatus", + "fixedId": true, + "name": "status", + "owner": { + "type": "@Class", + "id": "classes/1811", + "fixedId": true, + "name": "ProxyAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1808/functions/get%3Astatus", + "fixedId": true, + "name": "status", + "owner": { + "type": "@Class", + "id": "classes/1808", + "fixedId": true, + "name": "ReverseAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 307 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1804/functions/get%3Astatus", + "fixedId": true, + "name": "status", + "owner": { + "type": "@Class", + "id": "classes/1804", + "fixedId": true, + "name": "__ChangeAnimation&Animation&AnimationWithParentMixin", + "library": { + "type": "@Library", + "id": "libraries/@133014024", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/tabs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftabs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/tabs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 165 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1801/functions/get%3Astatus", + "fixedId": true, + "name": "status", + "owner": { + "type": "@Class", + "id": "classes/1801", + "fixedId": true, + "name": "CompoundAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3823/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 661 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1431/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1431", + "fixedId": true, + "name": "_MaterialInteriorState", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 881 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1431/closures/711", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1431/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1431", + "fixedId": true, + "name": "_MaterialInteriorState", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 881 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 909 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ShapeBorderTween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1431/closures/710", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1431/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1431", + "fixedId": true, + "name": "_MaterialInteriorState", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 881 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 901 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ColorTween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1431/closures/709", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1431/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1431", + "fixedId": true, + "name": "_MaterialInteriorState", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 881 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 894 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1431/closures/708", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1431/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1431", + "fixedId": true, + "name": "_MaterialInteriorState", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 881 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 887 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1430/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1430", + "fixedId": true, + "name": "_AnimatedThemeState", + "library": { + "type": "@Library", + "id": "libraries/@137067045", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@137067045/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/theme.dart" + }, + "tokenPos": -1, + "line": 295 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1429/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1429", + "fixedId": true, + "name": "_AnimatedDefaultTextStyleState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2143 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1428/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1428", + "fixedId": true, + "name": "_AnimatedPhysicalModelState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2263 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1428/closures/705", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1428/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1428", + "fixedId": true, + "name": "_AnimatedPhysicalModelState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2263 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1428/closures/704", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1428/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1428", + "fixedId": true, + "name": "_AnimatedPhysicalModelState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2263 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2280 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1428/closures/703", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1428/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1428", + "fixedId": true, + "name": "_AnimatedPhysicalModelState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2263 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2276 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart", + "function": { + "type": "@Function", + "id": "classes/1428/closures/702", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1428/functions/forEachTween", + "fixedId": true, + "name": "forEachTween", + "owner": { + "type": "@Class", + "id": "classes/1428", + "fixedId": true, + "name": "_AnimatedPhysicalModelState", + "library": { + "type": "@Library", + "id": "libraries/@171443363", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2263 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@171443363/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fimplicit_animations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/implicit_animations.dart" + }, + "tokenPos": -1, + "line": 2269 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BorderRadiusTween" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1796/functions/get%3Astatus", + "fixedId": true, + "name": "status", + "owner": { + "type": "@Class", + "id": "classes/1796", + "fixedId": true, + "name": "__AnimatedEvaluation&Animation&AnimationWithParentMixin", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3824/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 165 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animation_controller.dart", + "function": { + "type": "@Function", + "id": "classes/1819/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1819", + "fixedId": true, + "name": "AnimationController", + "library": { + "type": "@Library", + "id": "libraries/@320066280", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@320066280/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimation_controller.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animation_controller.dart" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1818/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1818", + "fixedId": true, + "name": "TrainHoppingAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 586 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1814/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1814", + "fixedId": true, + "name": "_AlwaysCompleteAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1813/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1813", + "fixedId": true, + "name": "_AlwaysDismissedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 74 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1811/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1811", + "fixedId": true, + "name": "ProxyAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1808/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1808", + "fixedId": true, + "name": "ReverseAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 310 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1805/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1805", + "fixedId": true, + "name": "CurvedAnimation", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 434 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/animations.dart", + "function": { + "type": "@Function", + "id": "classes/1803/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1803", + "fixedId": true, + "name": "AnimationMin", + "library": { + "type": "@Library", + "id": "libraries/@322411118", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/animations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3825/0", + "kind": "TypeParameter", + "identityHashCode": 3705199370, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@133014024/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Fanimations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/animations.dart" + }, + "tokenPos": -1, + "line": 728 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart", + "function": { + "type": "@Function", + "id": "classes/1802/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1802", + "fixedId": true, + "name": "_AnimationSwap", + "library": { + "type": "@Library", + "id": "libraries/@86063916", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3826/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@86063916/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button_location.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button_location.dart" + }, + "tokenPos": -1, + "line": 1043 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1710/functions/themeStyleOf", + "fixedId": true, + "name": "themeStyleOf", + "owner": { + "type": "@Class", + "id": "classes/1710", + "fixedId": true, + "name": "ElevatedButton", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 449 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1709/functions/themeStyleOf", + "fixedId": true, + "name": "themeStyleOf", + "owner": { + "type": "@Class", + "id": "classes/1709", + "fixedId": true, + "name": "_IconButtonM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1030 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1710/functions/defaultStyleOf", + "fixedId": true, + "name": "defaultStyleOf", + "owner": { + "type": "@Class", + "id": "classes/1710", + "fixedId": true, + "name": "ElevatedButton", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 417 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ElevatedButtonDefaultsM3" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1709/functions/defaultStyleOf", + "fixedId": true, + "name": "defaultStyleOf", + "owner": { + "type": "@Class", + "id": "classes/1709", + "fixedId": true, + "name": "_IconButtonM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1016 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _OutlinedIconButtonDefaultsM3" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FilledTonalIconButtonDefaultsM3" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _FilledIconButtonDefaultsM3" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _IconButtonDefaultsM3" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/animation/tween.dart", + "function": { + "type": "@Function", + "id": "classes/1797/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1797", + "fixedId": true, + "name": "_AnimatedEvaluation", + "library": { + "type": "@Library", + "id": "libraries/@325105126", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/animation/tween.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3827/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@325105126/scripts/package%3Aflutter%2Fsrc%2Fanimation%2Ftween.dart/0", + "fixedId": true, + "uri": "package:flutter/src/animation/tween.dart" + }, + "tokenPos": -1, + "line": 122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/1793/functions/shouldRepaint", + "fixedId": true, + "name": "shouldRepaint", + "owner": { + "type": "@Class", + "id": "classes/1793", + "fixedId": true, + "name": "_ShapeBorderPainter", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 977 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", + "function": { + "type": "@Function", + "id": "classes/1792/functions/shouldRepaint", + "fixedId": true, + "name": "shouldRepaint", + "owner": { + "type": "@Class", + "id": "classes/1792", + "fixedId": true, + "name": "_GlowingOverscrollIndicatorPainter", + "library": { + "type": "@Library", + "id": "libraries/@186442496", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@186442496/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverscroll_indicator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overscroll_indicator.dart" + }, + "tokenPos": -1, + "line": 626 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AiconSize", + "fixedId": true, + "name": "iconSize", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 649 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AiconSize", + "fixedId": true, + "name": "iconSize", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1138 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AiconSize", + "fixedId": true, + "name": "iconSize", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AiconSize", + "fixedId": true, + "name": "iconSize", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1434 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AiconSize", + "fixedId": true, + "name": "iconSize", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AiconSize", + "fixedId": true, + "name": "iconSize", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1681/functions/get%3AcanRequestFocus", + "fixedId": true, + "name": "canRequestFocus", + "owner": { + "type": "@Class", + "id": "classes/1681", + "fixedId": true, + "name": "_FocusScopeWithExternalFocusNode", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 866 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1679/functions/get%3AcanRequestFocus", + "fixedId": true, + "name": "canRequestFocus", + "owner": { + "type": "@Class", + "id": "classes/1679", + "fixedId": true, + "name": "Focus", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AiconColor", + "fixedId": true, + "name": "iconColor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 653 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/closures/862", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1264/functions/get%3AiconColor", + "fixedId": true, + "name": "iconColor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 653 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 655 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AiconColor", + "fixedId": true, + "name": "iconColor", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AsurfaceTintColor", + "fixedId": true, + "name": "surfaceTintColor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 617 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AsurfaceTintColor", + "fixedId": true, + "name": "surfaceTintColor", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AsurfaceTintColor", + "fixedId": true, + "name": "surfaceTintColor", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AsurfaceTintColor", + "fixedId": true, + "name": "surfaceTintColor", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AsurfaceTintColor", + "fixedId": true, + "name": "surfaceTintColor", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1549 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AsurfaceTintColor", + "fixedId": true, + "name": "surfaceTintColor", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3Aelevation", + "fixedId": true, + "name": "elevation", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 621 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/closures/863", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1264/functions/get%3Aelevation", + "fixedId": true, + "name": "elevation", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 621 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 623 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3Aelevation", + "fixedId": true, + "name": "elevation", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3Aelevation", + "fixedId": true, + "name": "elevation", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1260 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3Aelevation", + "fixedId": true, + "name": "elevation", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1408 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3Aelevation", + "fixedId": true, + "name": "elevation", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1541 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3Aelevation", + "fixedId": true, + "name": "elevation", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 228 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AsplashFactory", + "fixedId": true, + "name": "splashFactory", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 697 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AsplashFactory", + "fixedId": true, + "name": "splashFactory", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1164 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AsplashFactory", + "fixedId": true, + "name": "splashFactory", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AsplashFactory", + "fixedId": true, + "name": "splashFactory", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1460 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AsplashFactory", + "fixedId": true, + "name": "splashFactory", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1603 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AsplashFactory", + "fixedId": true, + "name": "splashFactory", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1681/functions/get%3AdebugLabel", + "fixedId": true, + "name": "debugLabel", + "owner": { + "type": "@Class", + "id": "classes/1681", + "fixedId": true, + "name": "_FocusScopeWithExternalFocusNode", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 874 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1679/functions/get%3AdebugLabel", + "fixedId": true, + "name": "debugLabel", + "owner": { + "type": "@Class", + "id": "classes/1679", + "fixedId": true, + "name": "Focus", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1729 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _TypedListIterator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1729 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1386 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1386 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1043 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1043 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 652 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 652 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 315 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 315 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1681/functions/get%3A_usingExternalFocus%40161492240", + "fixedId": true, + "name": "_usingExternalFocus", + "owner": { + "type": "@Class", + "id": "classes/1681", + "fixedId": true, + "name": "_FocusScopeWithExternalFocusNode", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 860 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1679/functions/get%3A_usingExternalFocus%40161492240", + "fixedId": true, + "name": "_usingExternalFocus", + "owner": { + "type": "@Class", + "id": "classes/1679", + "fixedId": true, + "name": "Focus", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 166 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1681/functions/get%3AonKeyEvent", + "fixedId": true, + "name": "onKeyEvent", + "owner": { + "type": "@Class", + "id": "classes/1681", + "fixedId": true, + "name": "_FocusScopeWithExternalFocusNode", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 862 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1679/functions/get%3AonKeyEvent", + "fixedId": true, + "name": "onKeyEvent", + "owner": { + "type": "@Class", + "id": "classes/1679", + "fixedId": true, + "name": "Focus", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 240 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1681/functions/get%3AonKey", + "fixedId": true, + "name": "onKey", + "owner": { + "type": "@Class", + "id": "classes/1681", + "fixedId": true, + "name": "_FocusScopeWithExternalFocusNode", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 864 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1679/functions/get%3AonKey", + "fixedId": true, + "name": "onKey", + "owner": { + "type": "@Class", + "id": "classes/1679", + "fixedId": true, + "name": "Focus", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 258 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1681/functions/get%3AdescendantsAreFocusable", + "fixedId": true, + "name": "descendantsAreFocusable", + "owner": { + "type": "@Class", + "id": "classes/1681", + "fixedId": true, + "name": "_FocusScopeWithExternalFocusNode", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 870 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1679/functions/get%3AdescendantsAreFocusable", + "fixedId": true, + "name": "descendantsAreFocusable", + "owner": { + "type": "@Class", + "id": "classes/1679", + "fixedId": true, + "name": "Focus", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 330 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1681/functions/get%3AdescendantsAreTraversable", + "fixedId": true, + "name": "descendantsAreTraversable", + "owner": { + "type": "@Class", + "id": "classes/1681", + "fixedId": true, + "name": "_FocusScopeWithExternalFocusNode", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 872 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1679/functions/get%3AdescendantsAreTraversable", + "fixedId": true, + "name": "descendantsAreTraversable", + "owner": { + "type": "@Class", + "id": "classes/1679", + "fixedId": true, + "name": "Focus", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 355 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1681/functions/get%3AskipTraversal", + "fixedId": true, + "name": "skipTraversal", + "owner": { + "type": "@Class", + "id": "classes/1681", + "fixedId": true, + "name": "_FocusScopeWithExternalFocusNode", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_scope.dart", + "function": { + "type": "@Function", + "id": "classes/1679/functions/get%3AskipTraversal", + "fixedId": true, + "name": "skipTraversal", + "owner": { + "type": "@Class", + "id": "classes/1679", + "fixedId": true, + "name": "Focus", + "library": { + "type": "@Library", + "id": "libraries/@161492240", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@161492240/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_scope.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_scope.dart" + }, + "tokenPos": -1, + "line": 298 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3828/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 513 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/2469/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2469", + "fixedId": true, + "name": "_Array", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3829/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 45 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2350/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2350", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin&_UnmodifiableSetMixin&_ImmutableLinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3830/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/get%3Aiterator", + "fixedId": true, + "name": "iterator", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3831/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1665/functions/get%3Alistenable", + "fixedId": true, + "name": "listenable", + "owner": { + "type": "@Class", + "id": "classes/1665", + "fixedId": true, + "name": "AnimatedWidget", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1667/functions/get%3Alistenable", + "fixedId": true, + "name": "listenable", + "owner": { + "type": "@Class", + "id": "classes/1667", + "fixedId": true, + "name": "AnimatedBuilder", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 1232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/transitions.dart", + "function": { + "type": "@Function", + "id": "classes/1666/functions/get%3Alistenable", + "fixedId": true, + "name": "listenable", + "owner": { + "type": "@Class", + "id": "classes/1666", + "fixedId": true, + "name": "ListenableBuilder", + "library": { + "type": "@Library", + "id": "libraries/@230170175", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@230170175/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ftransitions.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/transitions.dart" + }, + "tokenPos": -1, + "line": 1134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3Apadding", + "fixedId": true, + "name": "padding", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 639 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3Apadding", + "fixedId": true, + "name": "padding", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3Apadding", + "fixedId": true, + "name": "padding", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1272 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3Apadding", + "fixedId": true, + "name": "padding", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3Apadding", + "fixedId": true, + "name": "padding", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1553 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3Apadding", + "fixedId": true, + "name": "padding", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 250 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AtapTargetSize", + "fixedId": true, + "name": "tapTargetSize", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 694 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AtapTargetSize", + "fixedId": true, + "name": "tapTargetSize", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AtapTargetSize", + "fixedId": true, + "name": "tapTargetSize", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1309 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AtapTargetSize", + "fixedId": true, + "name": "tapTargetSize", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1457 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AtapTargetSize", + "fixedId": true, + "name": "tapTargetSize", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1600 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AtapTargetSize", + "fixedId": true, + "name": "tapTargetSize", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AmaximumSize", + "fixedId": true, + "name": "maximumSize", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 672 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AmaximumSize", + "fixedId": true, + "name": "maximumSize", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AmaximumSize", + "fixedId": true, + "name": "maximumSize", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1282 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AmaximumSize", + "fixedId": true, + "name": "maximumSize", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1430 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AmaximumSize", + "fixedId": true, + "name": "maximumSize", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1563 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AmaximumSize", + "fixedId": true, + "name": "maximumSize", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 291 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AvisualDensity", + "fixedId": true, + "name": "visualDensity", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 691 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AvisualDensity", + "fixedId": true, + "name": "visualDensity", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1158 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AvisualDensity", + "fixedId": true, + "name": "visualDensity", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1306 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AvisualDensity", + "fixedId": true, + "name": "visualDensity", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1454 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AvisualDensity", + "fixedId": true, + "name": "visualDensity", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1597 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AvisualDensity", + "fixedId": true, + "name": "visualDensity", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 339 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AminimumSize", + "fixedId": true, + "name": "minimumSize", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 643 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AminimumSize", + "fixedId": true, + "name": "minimumSize", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AminimumSize", + "fixedId": true, + "name": "minimumSize", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1276 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AminimumSize", + "fixedId": true, + "name": "minimumSize", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1424 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AminimumSize", + "fixedId": true, + "name": "minimumSize", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1557 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AminimumSize", + "fixedId": true, + "name": "minimumSize", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/1452/functions/get%3AshowScrollbar", + "fixedId": true, + "name": "showScrollbar", + "owner": { + "type": "@Class", + "id": "classes/1452", + "fixedId": true, + "name": "_MaterialScrollbarState", + "library": { + "type": "@Library", + "id": "libraries/@120083257", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@120083257/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scrollbar.dart" + }, + "tokenPos": -1, + "line": 213 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AtextStyle", + "fixedId": true, + "name": "textStyle", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 576 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AtextStyle", + "fixedId": true, + "name": "textStyle", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 197 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 522 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Akind", + "fixedId": true, + "name": "kind", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 304 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/get%3AonExit", + "fixedId": true, + "name": "onExit", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 211 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/linked_list.dart", + "function": { + "type": "@Function", + "id": "classes/564/functions/get%3A_next%404220832", + "fixedId": true, + "name": "_next", + "owner": { + "type": "@Class", + "id": "classes/564", + "fixedId": true, + "name": "__RenderDeferredLayoutBox&RenderProxyBox&_RenderTheaterMixin&LinkedListEntry", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flinked_list.dart/0", + "fixedId": true, + "uri": "dart:collection/linked_list.dart" + }, + "tokenPos": -1, + "line": 275 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/hitTest", + "fixedId": true, + "name": "hitTest", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 714 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/notification_listener.dart", + "function": { + "type": "@Function", + "id": "classes/1488/functions/onNotification", + "fixedId": true, + "name": "onNotification", + "owner": { + "type": "@Class", + "id": "classes/1488", + "fixedId": true, + "name": "_NotificationElement", + "library": { + "type": "@Library", + "id": "libraries/@183140401", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@183140401/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnotification_listener.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3832/0", + "kind": "TypeParameter", + "identityHashCode": 1500107600, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@183140401/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnotification_listener.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/notification_listener.dart" + }, + "tokenPos": -1, + "line": 131 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: NotificationListener" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_span.dart", + "function": { + "type": "@Function", + "id": "classes/1497/functions/get%3AvalidForMouseTracker", + "fixedId": true, + "name": "validForMouseTracker", + "owner": { + "type": "@Class", + "id": "classes/1497", + "fixedId": true, + "name": "TextSpan", + "library": { + "type": "@Library", + "id": "libraries/@361009668", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_span.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@361009668/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_span.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_span.dart" + }, + "tokenPos": -1, + "line": 268 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/withValues", + "fixedId": true, + "name": "withValues", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AmouseCursor", + "fixedId": true, + "name": "mouseCursor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 682 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/closures/861", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1264/functions/get%3AmouseCursor", + "fixedId": true, + "name": "mouseCursor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 682 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 684 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AmouseCursor", + "fixedId": true, + "name": "mouseCursor", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/closures/961", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1263/functions/get%3AmouseCursor", + "fixedId": true, + "name": "mouseCursor", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1149 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AmouseCursor", + "fixedId": true, + "name": "mouseCursor", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1297 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/closures/957", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1262/functions/get%3AmouseCursor", + "fixedId": true, + "name": "mouseCursor", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1297 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AmouseCursor", + "fixedId": true, + "name": "mouseCursor", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1445 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/closures/953", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1261/functions/get%3AmouseCursor", + "fixedId": true, + "name": "mouseCursor", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1445 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1447 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AmouseCursor", + "fixedId": true, + "name": "mouseCursor", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1588 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/closures/964", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1260/functions/get%3AmouseCursor", + "fixedId": true, + "name": "mouseCursor", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1588 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1590 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AmouseCursor", + "fixedId": true, + "name": "mouseCursor", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 329 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_notification.dart", + "function": { + "type": "@Function", + "id": "classes/1477/functions/onNotification", + "fixedId": true, + "name": "onNotification", + "owner": { + "type": "@Class", + "id": "classes/1477", + "fixedId": true, + "name": "__ViewportElement&MultiChildRenderObjectElement&NotifiableElementMixin&ViewportElementMixin", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@157035049/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_notification.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_notification.dart" + }, + "tokenPos": -1, + "line": 53 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/withAlpha", + "fixedId": true, + "name": "withAlpha", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Aposition", + "fixedId": true, + "name": "position", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AoverlayColor", + "fixedId": true, + "name": "overlayColor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 598 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/closures/864", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1264/functions/get%3AoverlayColor", + "fixedId": true, + "name": "overlayColor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 598 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 600 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AoverlayColor", + "fixedId": true, + "name": "overlayColor", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1086 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/closures/962", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1263/functions/get%3AoverlayColor", + "fixedId": true, + "name": "overlayColor", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1086 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1088 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AoverlayColor", + "fixedId": true, + "name": "overlayColor", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1223 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/closures/958", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1262/functions/get%3AoverlayColor", + "fixedId": true, + "name": "overlayColor", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1223 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AoverlayColor", + "fixedId": true, + "name": "overlayColor", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1371 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/closures/954", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1261/functions/get%3AoverlayColor", + "fixedId": true, + "name": "overlayColor", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1371 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1373 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AoverlayColor", + "fixedId": true, + "name": "overlayColor", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/closures/966", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1260/functions/get%3AoverlayColor", + "fixedId": true, + "name": "overlayColor", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1516 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1517 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AoverlayColor", + "fixedId": true, + "name": "overlayColor", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AshadowColor", + "fixedId": true, + "name": "shadowColor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 613 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AshadowColor", + "fixedId": true, + "name": "shadowColor", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AshadowColor", + "fixedId": true, + "name": "shadowColor", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1264 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AshadowColor", + "fixedId": true, + "name": "shadowColor", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1412 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AshadowColor", + "fixedId": true, + "name": "shadowColor", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AshadowColor", + "fixedId": true, + "name": "shadowColor", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 220 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3Ashape", + "fixedId": true, + "name": "shape", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 678 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3Ashape", + "fixedId": true, + "name": "shape", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3Ashape", + "fixedId": true, + "name": "shape", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3Ashape", + "fixedId": true, + "name": "shape", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1441 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3Ashape", + "fixedId": true, + "name": "shape", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1584 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3Ashape", + "fixedId": true, + "name": "shape", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AbackgroundColor", + "fixedId": true, + "name": "backgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 580 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/closures/866", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1264/functions/get%3AbackgroundColor", + "fixedId": true, + "name": "backgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 580 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 582 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AbackgroundColor", + "fixedId": true, + "name": "backgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1070 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AbackgroundColor", + "fixedId": true, + "name": "backgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/closures/960", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1262/functions/get%3AbackgroundColor", + "fixedId": true, + "name": "backgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1193 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1195 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AbackgroundColor", + "fixedId": true, + "name": "backgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/closures/956", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1261/functions/get%3AbackgroundColor", + "fixedId": true, + "name": "backgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1341 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1343 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AbackgroundColor", + "fixedId": true, + "name": "backgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1489 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/closures/968", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1260/functions/get%3AbackgroundColor", + "fixedId": true, + "name": "backgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1489 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1491 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AbackgroundColor", + "fixedId": true, + "name": "backgroundColor", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 200 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3Aside", + "fixedId": true, + "name": "side", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3Aside", + "fixedId": true, + "name": "side", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1290 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3Aside", + "fixedId": true, + "name": "side", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1438 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3Aside", + "fixedId": true, + "name": "side", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1571 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/closures/965", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1260/functions/get%3Aside", + "fixedId": true, + "name": "side", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1571 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1573 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3Aside", + "fixedId": true, + "name": "side", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/functions/get%3AforegroundColor", + "fixedId": true, + "name": "foregroundColor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 589 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/elevated_button.dart", + "function": { + "type": "@Function", + "id": "classes/1264/closures/865", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1264/functions/get%3AforegroundColor", + "fixedId": true, + "name": "foregroundColor", + "owner": { + "type": "@Class", + "id": "classes/1264", + "fixedId": true, + "name": "_ElevatedButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@79256481", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 589 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@79256481/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Felevated_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/elevated_button.dart" + }, + "tokenPos": -1, + "line": 591 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/functions/get%3AforegroundColor", + "fixedId": true, + "name": "foregroundColor", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1074 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1263/closures/963", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1263/functions/get%3AforegroundColor", + "fixedId": true, + "name": "foregroundColor", + "owner": { + "type": "@Class", + "id": "classes/1263", + "fixedId": true, + "name": "_IconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1074 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1076 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/functions/get%3AforegroundColor", + "fixedId": true, + "name": "foregroundColor", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1262/closures/959", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1262/functions/get%3AforegroundColor", + "fixedId": true, + "name": "foregroundColor", + "owner": { + "type": "@Class", + "id": "classes/1262", + "fixedId": true, + "name": "_FilledIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1208 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1210 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/functions/get%3AforegroundColor", + "fixedId": true, + "name": "foregroundColor", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1356 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1261/closures/955", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1261/functions/get%3AforegroundColor", + "fixedId": true, + "name": "foregroundColor", + "owner": { + "type": "@Class", + "id": "classes/1261", + "fixedId": true, + "name": "_FilledTonalIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1356 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1358 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/functions/get%3AforegroundColor", + "fixedId": true, + "name": "foregroundColor", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1504 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/icon_button.dart", + "function": { + "type": "@Function", + "id": "classes/1260/closures/967", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1260/functions/get%3AforegroundColor", + "fixedId": true, + "name": "foregroundColor", + "owner": { + "type": "@Class", + "id": "classes/1260", + "fixedId": true, + "name": "_OutlinedIconButtonDefaultsM3", + "library": { + "type": "@Library", + "id": "libraries/@88331726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/icon_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1504 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@88331726/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ficon_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/icon_button.dart" + }, + "tokenPos": -1, + "line": 1506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style.dart", + "function": { + "type": "@Function", + "id": "classes/1259/functions/get%3AforegroundColor", + "fixedId": true, + "name": "foregroundColor", + "owner": { + "type": "@Class", + "id": "classes/1259", + "fixedId": true, + "name": "ButtonStyle", + "library": { + "type": "@Library", + "id": "libraries/@61404313", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@61404313/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style.dart" + }, + "tokenPos": -1, + "line": 208 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1160 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/get%3AremoveChild", + "fixedId": true, + "name": "removeChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3AcolorSpace", + "fixedId": true, + "name": "colorSpace", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1239 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/get%3ArenderObject", + "fixedId": true, + "name": "renderObject", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6523 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1479/functions/get%3ArenderObject", + "fixedId": true, + "name": "renderObject", + "owner": { + "type": "@Class", + "id": "classes/1479", + "fixedId": true, + "name": "_TheaterElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 991 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/1478/functions/get%3ArenderObject", + "fixedId": true, + "name": "renderObject", + "owner": { + "type": "@Class", + "id": "classes/1478", + "fixedId": true, + "name": "_ViewportElement", + "library": { + "type": "@Library", + "id": "libraries/@232166613", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@232166613/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/viewport.dart" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1475/functions/get%3ArenderObject", + "fixedId": true, + "name": "renderObject", + "owner": { + "type": "@Class", + "id": "classes/1475", + "fixedId": true, + "name": "MultiChildRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 7072 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/view.dart", + "function": { + "type": "@Function", + "id": "classes/1474/functions/get%3ArenderObject", + "fixedId": true, + "name": "renderObject", + "owner": { + "type": "@Class", + "id": "classes/1474", + "fixedId": true, + "name": "_RawViewElement", + "library": { + "type": "@Library", + "id": "libraries/@231024595", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/view.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@231024595/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fview.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/view.dart" + }, + "tokenPos": -1, + "line": 473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/layout_builder.dart", + "function": { + "type": "@Function", + "id": "classes/1472/functions/get%3ArenderObject", + "fixedId": true, + "name": "renderObject", + "owner": { + "type": "@Class", + "id": "classes/1472", + "fixedId": true, + "name": "_LayoutBuilderElement", + "library": { + "type": "@Library", + "id": "libraries/@175188862", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flayout_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3833/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flayout_builder.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/layout_builder.dart" + }, + "tokenPos": -1, + "line": 112 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/1471/functions/get%3ArenderObject", + "fixedId": true, + "name": "renderObject", + "owner": { + "type": "@Class", + "id": "classes/1471", + "fixedId": true, + "name": "_OverlayPortalElement", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 2236 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/get%3ArenderObject", + "fixedId": true, + "name": "renderObject", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 865 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", + "function": { + "type": "@Function", + "id": "classes/1468/functions/get%3ArenderObject", + "fixedId": true, + "name": "renderObject", + "owner": { + "type": "@Class", + "id": "classes/1468", + "fixedId": true, + "name": "SlottedRenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@222130468", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3834/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3835/0", + "kind": "TypeParameter", + "identityHashCode": 2668395730, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fslotted_render_object_widget.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/slotted_render_object_widget.dart" + }, + "tokenPos": -1, + "line": 242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/get%3ArenderObject", + "fixedId": true, + "name": "renderObject", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 3724 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/sliver.dart", + "function": { + "type": "@Function", + "id": "classes/1469/functions/didAdoptChild", + "fixedId": true, + "name": "didAdoptChild", + "owner": { + "type": "@Class", + "id": "classes/1469", + "fixedId": true, + "name": "SliverMultiBoxAdaptorElement", + "library": { + "type": "@Library", + "id": "libraries/@220358031", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@220358031/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/sliver.dart" + }, + "tokenPos": -1, + "line": 1161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_well.dart", + "function": { + "type": "@Function", + "id": "classes/1435/functions/get%3AactivateOnIntent", + "fixedId": true, + "name": "activateOnIntent", + "owner": { + "type": "@Class", + "id": "classes/1435", + "fixedId": true, + "name": "_InkResponseState", + "library": { + "type": "@Library", + "id": "libraries/@95059085", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_well.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@95059085/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_well.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_well.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3Aalpha", + "fixedId": true, + "name": "alpha", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3Aopacity", + "fixedId": true, + "name": "opacity", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1194 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3Ar", + "fixedId": true, + "name": "r", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3Ag", + "fixedId": true, + "name": "g", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1233 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/get%3AonEnter", + "fixedId": true, + "name": "onEnter", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3314 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3Ab", + "fixedId": true, + "name": "b", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1236 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/get%3Aa", + "fixedId": true, + "name": "a", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/withOpacity", + "fixedId": true, + "name": "withOpacity", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 1217 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/icon_theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1352/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1352", + "fixedId": true, + "name": "CupertinoIconThemeData", + "library": { + "type": "@Library", + "id": "libraries/@373449307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/icon_theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@373449307/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/icon_theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@373449307/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/icon_theme_data.dart" + }, + "tokenPos": -1, + "line": 34 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/icon_theme_data.dart", + "function": { + "type": "@Function", + "id": "classes/1350/functions/copyWith", + "fixedId": true, + "name": "copyWith", + "owner": { + "type": "@Class", + "id": "classes/1350", + "fixedId": true, + "name": "IconThemeData", + "library": { + "type": "@Library", + "id": "libraries/@169485077", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@169485077/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ficon_theme_data.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/icon_theme_data.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration_properties.dart", + "function": { + "type": "@Function", + "id": "classes/1005/functions/didUpdateValue", + "fixedId": true, + "name": "didUpdateValue", + "owner": { + "type": "@Class", + "id": "classes/1005", + "fixedId": true, + "name": "_RestorablePrimitiveValueN", + "library": { + "type": "@Library", + "id": "libraries/@194066365", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@194066365/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration_properties.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3836/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@194066365/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration_properties.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "tokenPos": -1, + "line": 128 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/button_style_button.dart", + "function": { + "type": "@Function", + "id": "classes/1258/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/1258", + "fixedId": true, + "name": "_MouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@62219276", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fbutton_style_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/button_style_button.dart" + }, + "tokenPos": -1, + "line": 623 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/floating_action_button.dart", + "function": { + "type": "@Function", + "id": "classes/1257/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/1257", + "fixedId": true, + "name": "_EffectiveMouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@85192485", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@85192485/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Ffloating_action_button.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/floating_action_button.dart" + }, + "tokenPos": -1, + "line": 649 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/1256/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/1256", + "fixedId": true, + "name": "_WidgetStateMouseCursor", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 463 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1003/functions/didUpdateValue", + "fixedId": true, + "name": "didUpdateValue", + "owner": { + "type": "@Class", + "id": "classes/1003", + "fixedId": true, + "name": "_RestorableScrollOffset", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1776 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1317/functions/get%3ApanDelta", + "fixedId": true, + "name": "panDelta", + "owner": { + "type": "@Class", + "id": "classes/1317", + "fixedId": true, + "name": "PointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2315 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1317/functions/get%3AlocalPan", + "fixedId": true, + "name": "localPan", + "owner": { + "type": "@Class", + "id": "classes/1317", + "fixedId": true, + "name": "PointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1317/functions/get%3AlocalPanDelta", + "fixedId": true, + "name": "localPanDelta", + "owner": { + "type": "@Class", + "id": "classes/1317", + "fixedId": true, + "name": "PointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1317/functions/get%3Apan", + "fixedId": true, + "name": "pan", + "owner": { + "type": "@Class", + "id": "classes/1317", + "fixedId": true, + "name": "PointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2311 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1302/functions/get%3AscrollDelta", + "fixedId": true, + "name": "scrollDelta", + "owner": { + "type": "@Class", + "id": "classes/1302", + "fixedId": true, + "name": "PointerScrollEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1895 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 648 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/1286/functions/get%3Apointer", + "fixedId": true, + "name": "pointer", + "owner": { + "type": "@Class", + "id": "classes/1286", + "fixedId": true, + "name": "PointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 301 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/get%3Acursor", + "fixedId": true, + "name": "cursor", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1009/functions/fromPrimitives", + "fixedId": true, + "name": "fromPrimitives", + "owner": { + "type": "@Class", + "id": "classes/1009", + "fixedId": true, + "name": "_HistoryProperty", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 6173 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/1009/closures/881", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1009/functions/fromPrimitives", + "fixedId": true, + "name": "fromPrimitives", + "owner": { + "type": "@Class", + "id": "classes/1009", + "fixedId": true, + "name": "_HistoryProperty", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 6173 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 6177 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/restoration_properties.dart", + "function": { + "type": "@Function", + "id": "classes/1006/functions/fromPrimitives", + "fixedId": true, + "name": "fromPrimitives", + "owner": { + "type": "@Class", + "id": "classes/1006", + "fixedId": true, + "name": "_RestorablePrimitiveValue", + "library": { + "type": "@Library", + "id": "libraries/@194066365", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@194066365/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration_properties.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3837/0", + "kind": "TypeParameter", + "identityHashCode": 2052439268, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@194066365/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Frestoration_properties.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/restoration_properties.dart" + }, + "tokenPos": -1, + "line": 152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1059/functions/isSupported", + "fixedId": true, + "name": "isSupported", + "owner": { + "type": "@Class", + "id": "classes/1059", + "fixedId": true, + "name": "_CupertinoLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@375010061", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@375010061/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@375010061/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "tokenPos": -1, + "line": 335 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1058/functions/isSupported", + "fixedId": true, + "name": "isSupported", + "owner": { + "type": "@Class", + "id": "classes/1058", + "fixedId": true, + "name": "_MaterialLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@101075540", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1, + "line": 725 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1057/functions/isSupported", + "fixedId": true, + "name": "isSupported", + "owner": { + "type": "@Class", + "id": "classes/1057", + "fixedId": true, + "name": "_WidgetsLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 241 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1059/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/1059", + "fixedId": true, + "name": "_CupertinoLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@375010061", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@375010061/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@375010061/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "tokenPos": -1, + "line": 338 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1058/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/1058", + "fixedId": true, + "name": "_MaterialLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@101075540", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1, + "line": 728 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1057/functions/load", + "fixedId": true, + "name": "load", + "owner": { + "type": "@Class", + "id": "classes/1057", + "fixedId": true, + "name": "_WidgetsLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/902/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/902", + "fixedId": true, + "name": "_TransformedPointerAddedEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 931 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/900/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/900", + "fixedId": true, + "name": "_TransformedPointerRemovedEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1023 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/898/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/898", + "fixedId": true, + "name": "_TransformedPointerHoverEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/896/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/896", + "fixedId": true, + "name": "_TransformedPointerEnterEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1287 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/894/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/894", + "fixedId": true, + "name": "_TransformedPointerExitEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1433 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/892/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/892", + "fixedId": true, + "name": "_TransformedPointerDownEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1541 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/890/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/890", + "fixedId": true, + "name": "_TransformedPointerMoveEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1658 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/888/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/888", + "fixedId": true, + "name": "_TransformedPointerUpEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1771 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/886/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/886", + "fixedId": true, + "name": "_TransformedPointerScrollEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1925 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/884/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/884", + "fixedId": true, + "name": "_TransformedPointerScrollInertiaCancelEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2030 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/1095/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/1095", + "fixedId": true, + "name": "WidgetStateMapper", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3838/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 1010 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/881/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/881", + "fixedId": true, + "name": "_TransformedPointerScaleEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2125 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/878/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/878", + "fixedId": true, + "name": "_TransformedPointerPanZoomStartEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2212 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/876/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/876", + "fixedId": true, + "name": "_TransformedPointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/874/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/874", + "fixedId": true, + "name": "_TransformedPointerPanZoomEndEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2448 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/872/functions/get%3Aoriginal", + "fixedId": true, + "name": "original", + "owner": { + "type": "@Class", + "id": "classes/872", + "fixedId": true, + "name": "_TransformedPointerCancelEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2599 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Akind", + "fixedId": true, + "name": "kind", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 763 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1059/functions/shouldReload", + "fixedId": true, + "name": "shouldReload", + "owner": { + "type": "@Class", + "id": "classes/1059", + "fixedId": true, + "name": "_CupertinoLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@375010061", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@375010061/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@375010061/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/localizations.dart" + }, + "tokenPos": -1, + "line": 341 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material_localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1058/functions/shouldReload", + "fixedId": true, + "name": "shouldReload", + "owner": { + "type": "@Class", + "id": "classes/1058", + "fixedId": true, + "name": "_MaterialLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@101075540", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@101075540/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial_localizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material_localizations.dart" + }, + "tokenPos": -1, + "line": 731 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/localizations.dart", + "function": { + "type": "@Function", + "id": "classes/1057/functions/shouldReload", + "fixedId": true, + "name": "shouldReload", + "owner": { + "type": "@Class", + "id": "classes/1057", + "fixedId": true, + "name": "_WidgetsLocalizationsDelegate", + "library": { + "type": "@Library", + "id": "libraries/@176081674", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@176081674/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Flocalizations.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/localizations.dart" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/route.dart", + "function": { + "type": "@Function", + "id": "classes/1052/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/1052", + "fixedId": true, + "name": "_CupertinoEdgeShadowPainter", + "library": { + "type": "@Library", + "id": "libraries/@376053933", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/route.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@376053933/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Froute.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/route.dart" + }, + "tokenPos": -1, + "line": 1035 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/%25", + "fixedId": true, + "name": "%", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/~%2F", + "fixedId": true, + "name": "~/", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 22 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1051/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/1051", + "fixedId": true, + "name": "_BoxDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@337196095", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@337196095/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_decoration.dart" + }, + "tokenPos": -1, + "line": 570 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1050/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/1050", + "fixedId": true, + "name": "_ShapeDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 471 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/get%3A_handlePointerEventImmediately%40298304576", + "fixedId": true, + "name": "_handlePointerEventImmediately", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/get%3A_handleSampleTimeChanged%40298304576", + "fixedId": true, + "name": "_handleSampleTimeChanged", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Aposition", + "fixedId": true, + "name": "position", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 769 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/theme.dart", + "function": { + "type": "@Function", + "id": "classes/1046/functions/get%3AtextTheme", + "fixedId": true, + "name": "textTheme", + "owner": { + "type": "@Class", + "id": "classes/1046", + "fixedId": true, + "name": "CupertinoThemeData", + "library": { + "type": "@Library", + "id": "libraries/@379195667", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@379195667/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Ftheme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/theme.dart" + }, + "tokenPos": -1, + "line": 255 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/shape_decoration.dart", + "function": { + "type": "@Function", + "id": "classes/1050/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1050", + "fixedId": true, + "name": "_ShapeDecorationPainter", + "library": { + "type": "@Library", + "id": "libraries/@356037234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@356037234/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fshape_decoration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/shape_decoration.dart" + }, + "tokenPos": -1, + "line": 465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2101/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2101", + "fixedId": true, + "name": "__Float64x2ArrayView&_TypedListView&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1642 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2077/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2077", + "fixedId": true, + "name": "__Float64x2List&_TypedList&_Float64x2ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1642 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2102/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2102", + "fixedId": true, + "name": "__Int32x4ArrayView&_TypedListView&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2078/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2078", + "fixedId": true, + "name": "__Int32x4List&_TypedList&_Int32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2103/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2103", + "fixedId": true, + "name": "__Float32x4ArrayView&_TypedListView&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 956 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2079/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2079", + "fixedId": true, + "name": "__Float32x4List&_TypedList&_Float32x4ListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 956 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2104/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2104", + "fixedId": true, + "name": "__Float32ArrayView&_TypedListView&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 610 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2080/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2080", + "fixedId": true, + "name": "__Float32List&_TypedList&_DoubleListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 610 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2107/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2107", + "fixedId": true, + "name": "__Int8ArrayView&_TypedListView&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2083/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2083", + "fixedId": true, + "name": "__Int8List&_TypedList&_IntListMixin", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/list.dart", + "function": { + "type": "@Function", + "id": "classes/2464/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2464", + "fixedId": true, + "name": "ListBase", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3839/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection%2Flist.dart/0", + "fixedId": true, + "uri": "dart:collection/list.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2350/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2350", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin&_UnmodifiableSetMixin&_ImmutableLinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3840/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3841/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1122 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1025/functions/shouldRepaint", + "fixedId": true, + "name": "shouldRepaint", + "owner": { + "type": "@Class", + "id": "classes/1025", + "fixedId": true, + "name": "_ZoomEnterTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1404 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1024/functions/shouldRepaint", + "fixedId": true, + "name": "shouldRepaint", + "owner": { + "type": "@Class", + "id": "classes/1024", + "fixedId": true, + "name": "_ZoomExitTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1474 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1025/functions/paintSnapshot", + "fixedId": true, + "name": "paintSnapshot", + "owner": { + "type": "@Class", + "id": "classes/1025", + "fixedId": true, + "name": "_ZoomEnterTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1024/functions/paintSnapshot", + "fixedId": true, + "name": "paintSnapshot", + "owner": { + "type": "@Class", + "id": "classes/1024", + "fixedId": true, + "name": "_ZoomExitTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1437 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1025/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/1025", + "fixedId": true, + "name": "_ZoomEnterTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1354 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1025/closures/940", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1025/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/1025", + "fixedId": true, + "name": "_ZoomEnterTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1354 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1024/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/1024", + "fixedId": true, + "name": "_ZoomExitTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1449 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/1024/closures/941", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1024/functions/paint", + "fixedId": true, + "name": "paint", + "owner": { + "type": "@Class", + "id": "classes/1024", + "fixedId": true, + "name": "_ZoomExitTransitionPainter", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1449 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1461 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/change_notifier.dart", + "function": { + "type": "@Function", + "id": "classes/1026/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/1026", + "fixedId": true, + "name": "ValueNotifier", + "library": { + "type": "@Library", + "id": "libraries/@28329750", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3842/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@28329750/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fchange_notifier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/change_notifier.dart" + }, + "tokenPos": -1, + "line": 551 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/839/functions/getVelocityEstimate", + "fixedId": true, + "name": "getVelocityEstimate", + "owner": { + "type": "@Class", + "id": "classes/839", + "fixedId": true, + "name": "MacOSScrollViewFlingVelocityTracker", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 420 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate VelocityEstimate" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/838/functions/getVelocityEstimate", + "fixedId": true, + "name": "getVelocityEstimate", + "owner": { + "type": "@Class", + "id": "classes/838", + "fixedId": true, + "name": "IOSScrollViewFlingVelocityTracker", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/837/functions/getVelocityEstimate", + "fixedId": true, + "name": "getVelocityEstimate", + "owner": { + "type": "@Class", + "id": "classes/837", + "fixedId": true, + "name": "VelocityTracker", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 179 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate LeastSquaresSolver" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/620/functions/eventLabel", + "fixedId": true, + "name": "eventLabel", + "owner": { + "type": "@Class", + "id": "classes/620", + "fixedId": true, + "name": "_DryLayout", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1068 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/619/functions/eventLabel", + "fixedId": true, + "name": "eventLabel", + "owner": { + "type": "@Class", + "id": "classes/619", + "fixedId": true, + "name": "_Baseline", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollable.dart", + "function": { + "type": "@Function", + "id": "classes/1003/functions/get%3Aenabled", + "fixedId": true, + "name": "enabled", + "owner": { + "type": "@Class", + "id": "classes/1003", + "fixedId": true, + "name": "_RestorableScrollOffset", + "library": { + "type": "@Library", + "id": "libraries/@211019050", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@211019050/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollable.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollable.dart" + }, + "tokenPos": -1, + "line": 1791 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scrollbar.dart", + "function": { + "type": "@Function", + "id": "classes/997/functions/shouldRepaint", + "fixedId": true, + "name": "shouldRepaint", + "owner": { + "type": "@Class", + "id": "classes/997", + "fixedId": true, + "name": "ScrollbarPainter", + "library": { + "type": "@Library", + "id": "libraries/@213211710", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@213211710/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscrollbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scrollbar.dart" + }, + "tokenPos": -1, + "line": 817 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/930/functions/handleTapCancel", + "fixedId": true, + "name": "handleTapCancel", + "owner": { + "type": "@Class", + "id": "classes/930", + "fixedId": true, + "name": "TapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 789 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/modal_barrier.dart", + "function": { + "type": "@Function", + "id": "classes/929/functions/handleTapCancel", + "fixedId": true, + "name": "handleTapCancel", + "owner": { + "type": "@Class", + "id": "classes/929", + "fixedId": true, + "name": "_AnyTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@179005443", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1, + "line": 398 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/borders.dart", + "function": { + "type": "@Function", + "id": "classes/744/functions/get%3Adimensions", + "fixedId": true, + "name": "dimensions", + "owner": { + "type": "@Class", + "id": "classes/744", + "fixedId": true, + "name": "OutlinedBorder", + "library": { + "type": "@Library", + "id": "libraries/@335168635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/borders.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@335168635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborders.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/borders.dart" + }, + "tokenPos": -1, + "line": 662 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/get%3Adimensions", + "fixedId": true, + "name": "dimensions", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 551 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/paintInterior", + "fixedId": true, + "name": "paintInterior", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 90 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/paintInterior", + "fixedId": true, + "name": "paintInterior", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 111 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/paintInterior", + "fixedId": true, + "name": "paintInterior", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3843/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 547 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/930/functions/handleTapUp", + "fixedId": true, + "name": "handleTapUp", + "owner": { + "type": "@Class", + "id": "classes/930", + "fixedId": true, + "name": "TapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 744 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate TapUpDetails" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/930/closures/787", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/930/functions/handleTapUp", + "fixedId": true, + "name": "handleTapUp", + "owner": { + "type": "@Class", + "id": "classes/930", + "fixedId": true, + "name": "TapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 744 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 755 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/modal_barrier.dart", + "function": { + "type": "@Function", + "id": "classes/929/functions/handleTapUp", + "fixedId": true, + "name": "handleTapUp", + "owner": { + "type": "@Class", + "id": "classes/929", + "fixedId": true, + "name": "_AnyTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@179005443", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1, + "line": 390 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/930/functions/handleTapDown", + "fixedId": true, + "name": "handleTapDown", + "owner": { + "type": "@Class", + "id": "classes/930", + "fixedId": true, + "name": "TapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 719 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/tap.dart", + "function": { + "type": "@Function", + "id": "classes/930/closures/788", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/930/functions/handleTapDown", + "fixedId": true, + "name": "handleTapDown", + "owner": { + "type": "@Class", + "id": "classes/930", + "fixedId": true, + "name": "TapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@316069716", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/tap.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 719 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@316069716/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Ftap.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/tap.dart" + }, + "tokenPos": -1, + "line": 730 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/modal_barrier.dart", + "function": { + "type": "@Function", + "id": "classes/929/functions/handleTapDown", + "fixedId": true, + "name": "handleTapDown", + "owner": { + "type": "@Class", + "id": "classes/929", + "fixedId": true, + "name": "_AnyTapGestureRecognizer", + "library": { + "type": "@Library", + "id": "libraries/@179005443", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1, + "line": 384 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/740/functions/paintInterior", + "fixedId": true, + "name": "paintInterior", + "owner": { + "type": "@Class", + "id": "classes/740", + "fixedId": true, + "name": "BoxBorder", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 238 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/836/functions/buildScrollbar", + "fixedId": true, + "name": "buildScrollbar", + "owner": { + "type": "@Class", + "id": "classes/836", + "fixedId": true, + "name": "MaterialScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 847 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate Scrollbar" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/835/functions/buildScrollbar", + "fixedId": true, + "name": "buildScrollbar", + "owner": { + "type": "@Class", + "id": "classes/835", + "fixedId": true, + "name": "ScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 160 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/732/functions/buildTransitions", + "fixedId": true, + "name": "buildTransitions", + "owner": { + "type": "@Class", + "id": "classes/732", + "fixedId": true, + "name": "ZoomPageTransitionsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 983 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _ZoomPageTransition" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/731/functions/buildTransitions", + "fixedId": true, + "name": "buildTransitions", + "owner": { + "type": "@Class", + "id": "classes/731", + "fixedId": true, + "name": "CupertinoPageTransitionsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1033 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/synchronous_future.dart", + "function": { + "type": "@Function", + "id": "classes/938/functions/catchError", + "fixedId": true, + "name": "catchError", + "owner": { + "type": "@Class", + "id": "classes/938", + "fixedId": true, + "name": "SynchronousFuture", + "library": { + "type": "@Library", + "id": "libraries/@43330144", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@43330144/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fsynchronous_future.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3844/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@43330144/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fsynchronous_future.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "tokenPos": -1, + "line": 38 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/732/functions/get%3AdelegatedTransition", + "fixedId": true, + "name": "delegatedTransition", + "owner": { + "type": "@Class", + "id": "classes/732", + "fixedId": true, + "name": "ZoomPageTransitionsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 930 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/732/closures/677", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/732/functions/get%3AdelegatedTransition", + "fixedId": true, + "name": "delegatedTransition", + "owner": { + "type": "@Class", + "id": "classes/732", + "fixedId": true, + "name": "ZoomPageTransitionsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 930 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 932 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart", + "function": { + "type": "@Function", + "id": "classes/731/functions/get%3AdelegatedTransition", + "fixedId": true, + "name": "delegatedTransition", + "owner": { + "type": "@Class", + "id": "classes/731", + "fixedId": true, + "name": "CupertinoPageTransitionsBuilder", + "library": { + "type": "@Library", + "id": "libraries/@114490068", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@114490068/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fpage_transitions_theme.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/page_transitions_theme.dart" + }, + "tokenPos": -1, + "line": 1029 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/862/functions/multiply", + "fixedId": true, + "name": "multiply", + "owner": { + "type": "@Class", + "id": "classes/862", + "fixedId": true, + "name": "_MatrixTransformPart", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/861/functions/multiply", + "fixedId": true, + "name": "multiply", + "owner": { + "type": "@Class", + "id": "classes/861", + "fixedId": true, + "name": "_OffsetTransformPart", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 104 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/702/functions/subtract", + "fixedId": true, + "name": "subtract", + "owner": { + "type": "@Class", + "id": "classes/702", + "fixedId": true, + "name": "BorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 466 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/700/functions/subtract", + "fixedId": true, + "name": "subtract", + "owner": { + "type": "@Class", + "id": "classes/700", + "fixedId": true, + "name": "BorderRadiusGeometry", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 117 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _MixedBorderRadius" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/945/functions/get", + "fixedId": true, + "name": "get", + "owner": { + "type": "@Class", + "id": "classes/945", + "fixedId": true, + "name": "_FullNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 102 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/944/functions/get", + "fixedId": true, + "name": "get", + "owner": { + "type": "@Class", + "id": "classes/944", + "fixedId": true, + "name": "_CompressedNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 229 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/943/functions/get", + "fixedId": true, + "name": "get", + "owner": { + "type": "@Class", + "id": "classes/943", + "fixedId": true, + "name": "_HashCollisionNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/945/functions/put", + "fixedId": true, + "name": "put", + "owner": { + "type": "@Class", + "id": "classes/945", + "fixedId": true, + "name": "_FullNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 94 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/944/functions/put", + "fixedId": true, + "name": "put", + "owner": { + "type": "@Class", + "id": "classes/944", + "fixedId": true, + "name": "_CompressedNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart", + "function": { + "type": "@Function", + "id": "classes/943/functions/put", + "fixedId": true, + "name": "put", + "owner": { + "type": "@Class", + "id": "classes/943", + "fixedId": true, + "name": "_HashCollisionNode", + "library": { + "type": "@Library", + "id": "libraries/@37137193", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@37137193/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fpersistent_hash_map.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/persistent_hash_map.dart" + }, + "tokenPos": -1, + "line": 321 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/702/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/702", + "fixedId": true, + "name": "BorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 474 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/700/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/700", + "fixedId": true, + "name": "BorderRadiusGeometry", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/synchronous_future.dart", + "function": { + "type": "@Function", + "id": "classes/938/functions/then", + "fixedId": true, + "name": "then", + "owner": { + "type": "@Class", + "id": "classes/938", + "fixedId": true, + "name": "SynchronousFuture", + "library": { + "type": "@Library", + "id": "libraries/@43330144", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@43330144/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fsynchronous_future.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3845/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@43330144/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fsynchronous_future.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/synchronous_future.dart", + "function": { + "type": "@Function", + "id": "classes/938/functions/whenComplete", + "fixedId": true, + "name": "whenComplete", + "owner": { + "type": "@Class", + "id": "classes/938", + "fixedId": true, + "name": "SynchronousFuture", + "library": { + "type": "@Library", + "id": "libraries/@43330144", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@43330144/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fsynchronous_future.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3846/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@43330144/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fsynchronous_future.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/synchronous_future.dart", + "function": { + "type": "@Function", + "id": "classes/938/closures/909", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/938/functions/whenComplete", + "fixedId": true, + "name": "whenComplete", + "owner": { + "type": "@Class", + "id": "classes/938", + "fixedId": true, + "name": "SynchronousFuture", + "library": { + "type": "@Library", + "id": "libraries/@43330144", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@43330144/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fsynchronous_future.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3847/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@43330144/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fsynchronous_future.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "tokenPos": -1, + "line": 55 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@43330144/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fsynchronous_future.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/synchronous_future.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/ink_ripple.dart", + "function": { + "type": "@Function", + "id": "classes/759/functions/create", + "fixedId": true, + "name": "create", + "owner": { + "type": "@Class", + "id": "classes/759", + "fixedId": true, + "name": "_InkRippleFactory", + "library": { + "type": "@Library", + "id": "libraries/@92110234", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@92110234/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fink_ripple.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/ink_ripple.dart" + }, + "tokenPos": -1, + "line": 58 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate InkRipple" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/getOuterPath", + "fixedId": true, + "name": "getOuterPath", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 85 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/getOuterPath", + "fixedId": true, + "name": "getOuterPath", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/getOuterPath", + "fixedId": true, + "name": "getOuterPath", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3848/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 542 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/747/functions/getOuterPath", + "fixedId": true, + "name": "getOuterPath", + "owner": { + "type": "@Class", + "id": "classes/747", + "fixedId": true, + "name": "StadiumBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/746/functions/getOuterPath", + "fixedId": true, + "name": "getOuterPath", + "owner": { + "type": "@Class", + "id": "classes/746", + "fixedId": true, + "name": "_StadiumToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 246 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/745/functions/getOuterPath", + "fixedId": true, + "name": "getOuterPath", + "owner": { + "type": "@Class", + "id": "classes/745", + "fixedId": true, + "name": "_StadiumToRoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 389 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/740/functions/getOuterPath", + "fixedId": true, + "name": "getOuterPath", + "owner": { + "type": "@Class", + "id": "classes/740", + "fixedId": true, + "name": "BoxBorder", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 229 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/876/functions/get%3ApanDelta", + "fixedId": true, + "name": "panDelta", + "owner": { + "type": "@Class", + "id": "classes/876", + "fixedId": true, + "name": "_TransformedPointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2346 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/876/functions/get%3AlocalPan", + "fixedId": true, + "name": "localPan", + "owner": { + "type": "@Class", + "id": "classes/876", + "fixedId": true, + "name": "_TransformedPointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2344 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/886/functions/get%3AscrollDelta", + "fixedId": true, + "name": "scrollDelta", + "owner": { + "type": "@Class", + "id": "classes/886", + "fixedId": true, + "name": "_TransformedPointerScrollEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 1930 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/722/functions/shouldRelayout", + "fixedId": true, + "name": "shouldRelayout", + "owner": { + "type": "@Class", + "id": "classes/722", + "fixedId": true, + "name": "_ScaffoldLayout", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1307 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigation_toolbar.dart", + "function": { + "type": "@Function", + "id": "classes/721/functions/shouldRelayout", + "fixedId": true, + "name": "shouldRelayout", + "owner": { + "type": "@Class", + "id": "classes/721", + "fixedId": true, + "name": "_ToolbarLayout", + "library": { + "type": "@Library", + "id": "libraries/@180023576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@180023576/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigation_toolbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@180023576/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigation_toolbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/scaffold.dart", + "function": { + "type": "@Function", + "id": "classes/722/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/722", + "fixedId": true, + "name": "_ScaffoldLayout", + "library": { + "type": "@Library", + "id": "libraries/@119420462", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/scaffold.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@119420462/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fscaffold.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/scaffold.dart" + }, + "tokenPos": -1, + "line": 1035 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ScaffoldPrelayoutGeometry" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _BodyBoxConstraints" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigation_toolbar.dart", + "function": { + "type": "@Function", + "id": "classes/721/functions/performLayout", + "fixedId": true, + "name": "performLayout", + "owner": { + "type": "@Class", + "id": "classes/721", + "fixedId": true, + "name": "_ToolbarLayout", + "library": { + "type": "@Library", + "id": "libraries/@180023576", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@180023576/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigation_toolbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@180023576/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigation_toolbar.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigation_toolbar.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/876/functions/get%3AlocalPanDelta", + "fixedId": true, + "name": "localPanDelta", + "owner": { + "type": "@Class", + "id": "classes/876", + "fixedId": true, + "name": "_TransformedPointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2350 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/876/functions/get%3Apan", + "fixedId": true, + "name": "pan", + "owner": { + "type": "@Class", + "id": "classes/876", + "fixedId": true, + "name": "_TransformedPointerPanZoomUpdateEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 2340 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/events.dart", + "function": { + "type": "@Function", + "id": "classes/870/functions/get%3Apointer", + "fixedId": true, + "name": "pointer", + "owner": { + "type": "@Class", + "id": "classes/870", + "fixedId": true, + "name": "_TransformedPointerEvent", + "library": { + "type": "@Library", + "id": "libraries/@302050165", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/events.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@302050165/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fevents.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/events.dart" + }, + "tokenPos": -1, + "line": 760 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/app.dart", + "function": { + "type": "@Function", + "id": "classes/836/functions/buildOverscrollIndicator", + "fixedId": true, + "name": "buildOverscrollIndicator", + "owner": { + "type": "@Class", + "id": "classes/836", + "fixedId": true, + "name": "MaterialScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@47125171", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/app.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@47125171/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fapp.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/app.dart" + }, + "tokenPos": -1, + "line": 869 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate GlowingOverscrollIndicator" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate StretchingOverscrollIndicator" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart", + "function": { + "type": "@Function", + "id": "classes/835/functions/buildOverscrollIndicator", + "fixedId": true, + "name": "buildOverscrollIndicator", + "owner": { + "type": "@Class", + "id": "classes/835", + "fixedId": true, + "name": "ScrollBehavior", + "library": { + "type": "@Library", + "id": "libraries/@199031464", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@199031464/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_configuration.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_configuration.dart" + }, + "tokenPos": -1, + "line": 178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/708/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/708", + "fixedId": true, + "name": "Alignment", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 335 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/707/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/707", + "fixedId": true, + "name": "AlignmentDirectional", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/636/functions/set%3AnextSibling", + "fixedId": true, + "name": "nextSibling=", + "owner": { + "type": "@Class", + "id": "classes/636", + "fixedId": true, + "name": "_ContainerBoxParentData&BoxParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3849/0", + "kind": "TypeParameter", + "identityHashCode": 665643193, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/clamp", + "fixedId": true, + "name": "clamp", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 566 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/689/functions/clamp", + "fixedId": true, + "name": "clamp", + "owner": { + "type": "@Class", + "id": "classes/689", + "fixedId": true, + "name": "EdgeInsetsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 206 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/632/functions/set%3AnextSibling", + "fixedId": true, + "name": "nextSibling=", + "owner": { + "type": "@Class", + "id": "classes/632", + "fixedId": true, + "name": "_TextParentData&ParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3850/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 419 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/627/functions/set%3AnextSibling", + "fixedId": true, + "name": "nextSibling=", + "owner": { + "type": "@Class", + "id": "classes/627", + "fixedId": true, + "name": "_SliverMultiBoxAdaptorParentData&SliverLogicalParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/747/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/747", + "fixedId": true, + "name": "StadiumBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 33 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/746/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/746", + "fixedId": true, + "name": "_StadiumToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/stadium_border.dart", + "function": { + "type": "@Function", + "id": "classes/745/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/745", + "fixedId": true, + "name": "_StadiumToRoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@357467860", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@357467860/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fstadium_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/stadium_border.dart" + }, + "tokenPos": -1, + "line": 313 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/624/functions/set%3AnextSibling", + "fixedId": true, + "name": "nextSibling=", + "owner": { + "type": "@Class", + "id": "classes/624", + "fixedId": true, + "name": "_SliverPhysicalContainerParentData&SliverPhysicalParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/742/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/742", + "fixedId": true, + "name": "Border", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 617 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/838/functions/addPosition", + "fixedId": true, + "name": "addPosition", + "owner": { + "type": "@Class", + "id": "classes/838", + "fixedId": true, + "name": "IOSScrollViewFlingVelocityTracker", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 307 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _PointAtTime" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", + "function": { + "type": "@Function", + "id": "classes/837/functions/addPosition", + "fixedId": true, + "name": "addPosition", + "owner": { + "type": "@Class", + "id": "classes/837", + "fixedId": true, + "name": "VelocityTracker", + "library": { + "type": "@Library", + "id": "libraries/@318010635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@318010635/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fvelocity_tracker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/velocity_tracker.dart" + }, + "tokenPos": -1, + "line": 163 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 558 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/691/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/691", + "fixedId": true, + "name": "EdgeInsetsDirectional", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 803 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/689/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/689", + "fixedId": true, + "name": "EdgeInsetsGeometry", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/636/functions/set%3ApreviousSibling", + "fixedId": true, + "name": "previousSibling=", + "owner": { + "type": "@Class", + "id": "classes/636", + "fixedId": true, + "name": "_ContainerBoxParentData&BoxParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3851/0", + "kind": "TypeParameter", + "identityHashCode": 665643193, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/list_tile.dart", + "function": { + "type": "@Function", + "id": "classes/737/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/737", + "fixedId": true, + "name": "_IndividualOverrides", + "library": { + "type": "@Library", + "id": "libraries/@98247952", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/list_tile.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@98247952/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Flist_tile.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/list_tile.dart" + }, + "tokenPos": -1, + "line": 1152 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/circle_border.dart", + "function": { + "type": "@Function", + "id": "classes/753/functions/get%3ApreferPaintInterior", + "fixedId": true, + "name": "preferPaintInterior", + "owner": { + "type": "@Class", + "id": "classes/753", + "fixedId": true, + "name": "CircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@339008294", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@339008294/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fcircle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/circle_border.dart" + }, + "tokenPos": -1, + "line": 99 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/632/functions/set%3ApreviousSibling", + "fixedId": true, + "name": "previousSibling=", + "owner": { + "type": "@Class", + "id": "classes/632", + "fixedId": true, + "name": "_TextParentData&ParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/751/functions/get%3ApreferPaintInterior", + "fixedId": true, + "name": "preferPaintInterior", + "owner": { + "type": "@Class", + "id": "classes/751", + "fixedId": true, + "name": "RoundedRectangleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 120 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart", + "function": { + "type": "@Function", + "id": "classes/748/functions/get%3ApreferPaintInterior", + "fixedId": true, + "name": "preferPaintInterior", + "owner": { + "type": "@Class", + "id": "classes/748", + "fixedId": true, + "name": "_ShapeToCircleBorder", + "library": { + "type": "@Library", + "id": "libraries/@354493913", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3852/0", + "kind": "TypeParameter", + "identityHashCode": 4237557688, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@354493913/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Frounded_rectangle_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/rounded_rectangle_border.dart" + }, + "tokenPos": -1, + "line": 557 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/627/functions/set%3ApreviousSibling", + "fixedId": true, + "name": "previousSibling=", + "owner": { + "type": "@Class", + "id": "classes/627", + "fixedId": true, + "name": "_SliverMultiBoxAdaptorParentData&SliverLogicalParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 605 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/691/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/691", + "fixedId": true, + "name": "EdgeInsetsDirectional", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 840 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/624/functions/set%3ApreviousSibling", + "fixedId": true, + "name": "previousSibling=", + "owner": { + "type": "@Class", + "id": "classes/624", + "fixedId": true, + "name": "_SliverPhysicalContainerParentData&SliverPhysicalParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/box_border.dart", + "function": { + "type": "@Function", + "id": "classes/740/functions/get%3ApreferPaintInterior", + "fixedId": true, + "name": "preferPaintInterior", + "owner": { + "type": "@Class", + "id": "classes/740", + "fixedId": true, + "name": "BoxBorder", + "library": { + "type": "@Library", + "id": "libraries/@336461502", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/box_border.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@336461502/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fbox_border.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/box_border.dart" + }, + "tokenPos": -1, + "line": 247 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/alignment.dart", + "function": { + "type": "@Function", + "id": "classes/707/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/707", + "fixedId": true, + "name": "AlignmentDirectional", + "library": { + "type": "@Library", + "id": "libraries/@331341779", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/alignment.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@331341779/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Falignment.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/alignment.dart" + }, + "tokenPos": -1, + "line": 586 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/169/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/169", + "fixedId": true, + "name": "_UnmodifiableByteDataView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5927 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _UnmodifiableByteBufferView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/168/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/168", + "fixedId": true, + "name": "_ByteDataView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5080 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/167/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/167", + "fixedId": true, + "name": "_UnmodifiableFloat64x2ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5854 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/163/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/163", + "fixedId": true, + "name": "_UnmodifiableInt32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5825 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/159/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/159", + "fixedId": true, + "name": "_UnmodifiableFloat32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5796 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/155/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/155", + "fixedId": true, + "name": "_UnmodifiableFloat64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5767 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/151/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/151", + "fixedId": true, + "name": "_UnmodifiableFloat32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5738 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/147/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/147", + "fixedId": true, + "name": "_UnmodifiableUint64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5709 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/143/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/143", + "fixedId": true, + "name": "_UnmodifiableInt64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5680 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/139/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/139", + "fixedId": true, + "name": "_UnmodifiableUint32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5651 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/135/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/135", + "fixedId": true, + "name": "_UnmodifiableInt32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5622 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/131/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/131", + "fixedId": true, + "name": "_UnmodifiableUint16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5593 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/127/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/127", + "fixedId": true, + "name": "_UnmodifiableInt16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5564 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/123/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/123", + "fixedId": true, + "name": "_UnmodifiableUint8ClampedArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5535 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/119/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/119", + "fixedId": true, + "name": "_UnmodifiableUint8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/115/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/115", + "fixedId": true, + "name": "_UnmodifiableInt8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5477 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2100/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/2100", + "fixedId": true, + "name": "_TypedListView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2076/functions/get%3Abuffer", + "fixedId": true, + "name": "buffer", + "owner": { + "type": "@Class", + "id": "classes/2076", + "fixedId": true, + "name": "_TypedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/692/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/692", + "fixedId": true, + "name": "EdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 656 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/691/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/691", + "fixedId": true, + "name": "EdgeInsetsDirectional", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 895 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/edge_insets.dart", + "function": { + "type": "@Function", + "id": "classes/690/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/690", + "fixedId": true, + "name": "_MixedEdgeInsets", + "library": { + "type": "@Library", + "id": "libraries/@345303931", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@345303931/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fedge_insets.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/edge_insets.dart" + }, + "tokenPos": -1, + "line": 1007 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/702/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/702", + "fixedId": true, + "name": "BorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 516 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/701/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/701", + "fixedId": true, + "name": "_MixedBorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 860 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/702/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/702", + "fixedId": true, + "name": "BorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 582 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/border_radius.dart", + "function": { + "type": "@Function", + "id": "classes/701/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/701", + "fixedId": true, + "name": "_MixedBorderRadius", + "library": { + "type": "@Library", + "id": "libraries/@334070249", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@334070249/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Fborder_radius.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/border_radius.dart" + }, + "tokenPos": -1, + "line": 916 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/get%3AonExit", + "fixedId": true, + "name": "onExit", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/661/functions/get%3AtextScaleFactor", + "fixedId": true, + "name": "textScaleFactor", + "owner": { + "type": "@Class", + "id": "classes/661", + "fixedId": true, + "name": "SystemTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 2096 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/659/functions/get%3AtextScaleFactor", + "fixedId": true, + "name": "textScaleFactor", + "owner": { + "type": "@Class", + "id": "classes/659", + "fixedId": true, + "name": "_LinearTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/658/functions/get%3AtextScaleFactor", + "fixedId": true, + "name": "textScaleFactor", + "owner": { + "type": "@Class", + "id": "classes/658", + "fixedId": true, + "name": "_ClampedTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/655/functions/dx", + "fixedId": true, + "name": "dx", + "owner": { + "type": "@Class", + "id": "classes/655", + "fixedId": true, + "name": "_CriticalSolution", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 320 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/654/functions/dx", + "fixedId": true, + "name": "dx", + "owner": { + "type": "@Class", + "id": "classes/654", + "fixedId": true, + "name": "_OverdampedSolution", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 353 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/653/functions/dx", + "fixedId": true, + "name": "dx", + "owner": { + "type": "@Class", + "id": "classes/653", + "fixedId": true, + "name": "_UnderdampedSolution", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 387 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/636/functions/get%3ApreviousSibling", + "fixedId": true, + "name": "previousSibling", + "owner": { + "type": "@Class", + "id": "classes/636", + "fixedId": true, + "name": "_ContainerBoxParentData&BoxParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3853/0", + "kind": "TypeParameter", + "identityHashCode": 665643193, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/620/functions/memoize", + "fixedId": true, + "name": "memoize", + "owner": { + "type": "@Class", + "id": "classes/620", + "fixedId": true, + "name": "_DryLayout", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1048 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/620/closures/768", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/620/functions/memoize", + "fixedId": true, + "name": "memoize", + "owner": { + "type": "@Class", + "id": "classes/620", + "fixedId": true, + "name": "_DryLayout", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1048 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1056 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/619/functions/memoize", + "fixedId": true, + "name": "memoize", + "owner": { + "type": "@Class", + "id": "classes/619", + "fixedId": true, + "name": "_Baseline", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1076 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/619/closures/877", + "fixedId": true, + "name": "ifAbsent", + "owner": { + "type": "@Function", + "id": "classes/619/functions/memoize", + "fixedId": true, + "name": "memoize", + "owner": { + "type": "@Class", + "id": "classes/619", + "fixedId": true, + "name": "_Baseline", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1076 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 1088 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/601/functions/get%3AvalidForMouseTracker", + "fixedId": true, + "name": "validForMouseTracker", + "owner": { + "type": "@Class", + "id": "classes/601", + "fixedId": true, + "name": "RenderMouseRegion", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 3337 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/632/functions/get%3ApreviousSibling", + "fixedId": true, + "name": "previousSibling", + "owner": { + "type": "@Class", + "id": "classes/632", + "fixedId": true, + "name": "_TextParentData&ParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/663/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/663", + "fixedId": true, + "name": "_UnspecifiedTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 1839 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/media_query.dart", + "function": { + "type": "@Function", + "id": "classes/661/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/661", + "fixedId": true, + "name": "SystemTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@178282825", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@178282825/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmedia_query.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/media_query.dart" + }, + "tokenPos": -1, + "line": 2081 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/627/functions/get%3ApreviousSibling", + "fixedId": true, + "name": "previousSibling", + "owner": { + "type": "@Class", + "id": "classes/627", + "fixedId": true, + "name": "_SliverMultiBoxAdaptorParentData&SliverLogicalParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/659/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/659", + "fixedId": true, + "name": "_LinearTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 84 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_scaler.dart", + "function": { + "type": "@Function", + "id": "classes/658/functions/scale", + "fixedId": true, + "name": "scale", + "owner": { + "type": "@Class", + "id": "classes/658", + "fixedId": true, + "name": "_ClampedTextScaler", + "library": { + "type": "@Library", + "id": "libraries/@360255635", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@360255635/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_scaler.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_scaler.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/624/functions/get%3ApreviousSibling", + "fixedId": true, + "name": "previousSibling", + "owner": { + "type": "@Class", + "id": "classes/624", + "fixedId": true, + "name": "_SliverPhysicalContainerParentData&SliverPhysicalParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4202 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/636/functions/get%3AnextSibling", + "fixedId": true, + "name": "nextSibling", + "owner": { + "type": "@Class", + "id": "classes/636", + "fixedId": true, + "name": "_ContainerBoxParentData&BoxParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@238392247", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3854/0", + "kind": "TypeParameter", + "identityHashCode": 665643193, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/655/functions/x", + "fixedId": true, + "name": "x", + "owner": { + "type": "@Class", + "id": "classes/655", + "fixedId": true, + "name": "_CriticalSolution", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 315 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/654/functions/x", + "fixedId": true, + "name": "x", + "owner": { + "type": "@Class", + "id": "classes/654", + "fixedId": true, + "name": "_OverdampedSolution", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 348 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/physics/spring_simulation.dart", + "function": { + "type": "@Function", + "id": "classes/653/functions/x", + "fixedId": true, + "name": "x", + "owner": { + "type": "@Class", + "id": "classes/653", + "fixedId": true, + "name": "_UnderdampedSolution", + "library": { + "type": "@Library", + "id": "libraries/@365485910", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@365485910/scripts/package%3Aflutter%2Fsrc%2Fphysics%2Fspring_simulation.dart/0", + "fixedId": true, + "uri": "package:flutter/src/physics/spring_simulation.dart" + }, + "tokenPos": -1, + "line": 381 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/632/functions/get%3AnextSibling", + "fixedId": true, + "name": "nextSibling", + "owner": { + "type": "@Class", + "id": "classes/632", + "fixedId": true, + "name": "_TextParentData&ParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@249149678", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@249149678/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fparagraph.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/paragraph.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/627/functions/get%3AnextSibling", + "fixedId": true, + "name": "nextSibling", + "owner": { + "type": "@Class", + "id": "classes/627", + "fixedId": true, + "name": "_SliverMultiBoxAdaptorParentData&SliverLogicalParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@258211670", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@258211670/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver_multi_box_adaptor.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver_multi_box_adaptor.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/624/functions/get%3AnextSibling", + "fixedId": true, + "name": "nextSibling", + "owner": { + "type": "@Class", + "id": "classes/624", + "fixedId": true, + "name": "_SliverPhysicalContainerParentData&SliverPhysicalParentData&ContainerParentDataMixin", + "library": { + "type": "@Library", + "id": "libraries/@255505787", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@255505787/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fsliver.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/sliver.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4205 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2075/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2075", + "fixedId": true, + "name": "_TypedListBase", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 59 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_truncDivFromInteger%400150898", + "fixedId": true, + "name": "_truncDivFromInteger", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 155 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/_truncDivFromInteger%400150898", + "fixedId": true, + "name": "_truncDivFromInteger", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 93 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3855/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 227 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/2469/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2469", + "fixedId": true, + "name": "_Array", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3856/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2348/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2348", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3857/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 995 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3858/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 995 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2354/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2354", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3859/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3860/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 495 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3861/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3862/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 495 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/updateOutOfBandData", + "fixedId": true, + "name": "updateOutOfBandData", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1704 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/530/functions/paintOffsetOf", + "fixedId": true, + "name": "paintOffsetOf", + "owner": { + "type": "@Class", + "id": "classes/530", + "fixedId": true, + "name": "RenderShrinkWrappingViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 2049 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/scrollOffsetOf", + "fixedId": true, + "name": "scrollOffsetOf", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1733 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/maxScrollObstructionExtentBefore", + "fixedId": true, + "name": "maxScrollObstructionExtentBefore", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1757 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/viewport.dart", + "function": { + "type": "@Function", + "id": "classes/531/functions/computeChildMainAxisPosition", + "fixedId": true, + "name": "computeChildMainAxisPosition", + "owner": { + "type": "@Class", + "id": "classes/531", + "fixedId": true, + "name": "RenderViewport", + "library": { + "type": "@Library", + "id": "libraries/@262057554", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@262057554/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fviewport.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/viewport.dart" + }, + "tokenPos": -1, + "line": 1788 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2351/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2351", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3863/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3864/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 79 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2357/functions/map", + "fixedId": true, + "name": "map", + "owner": { + "type": "@Class", + "id": "classes/2357", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3865/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3866/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 79 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_moduloFromInteger%400150898", + "fixedId": true, + "name": "_moduloFromInteger", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/_moduloFromInteger%400150898", + "fixedId": true, + "name": "_moduloFromInteger", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_greaterThanFromInteger%400150898", + "fixedId": true, + "name": "_greaterThanFromInteger", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 167 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/_greaterThanFromInteger%400150898", + "fixedId": true, + "name": "_greaterThanFromInteger", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 147 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_equalToInteger%400150898", + "fixedId": true, + "name": "_equalToInteger", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/_equalToInteger%400150898", + "fixedId": true, + "name": "_equalToInteger", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 161 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_addFromInteger%400150898", + "fixedId": true, + "name": "_addFromInteger", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 141 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/_addFromInteger%400150898", + "fixedId": true, + "name": "_addFromInteger", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 87 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/get%3AisNotEmpty", + "fixedId": true, + "name": "isNotEmpty", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3867/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3868/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 497 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2355/functions/putIfAbsent", + "fixedId": true, + "name": "putIfAbsent", + "owner": { + "type": "@Class", + "id": "classes/2355", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin&_UnmodifiableMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3869/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3870/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/putIfAbsent", + "fixedId": true, + "name": "putIfAbsent", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3871/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3872/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 657 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_subFromInteger%400150898", + "fixedId": true, + "name": "_subFromInteger", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/_subFromInteger%400150898", + "fixedId": true, + "name": "_subFromInteger", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 89 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/479/functions/_doRequestFocus%40160042876", + "fixedId": true, + "name": "_doRequestFocus", + "owner": { + "type": "@Class", + "id": "classes/479", + "fixedId": true, + "name": "FocusScopeNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1494 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/focus_manager.dart", + "function": { + "type": "@Function", + "id": "classes/477/functions/_doRequestFocus%40160042876", + "fixedId": true, + "name": "_doRequestFocus", + "owner": { + "type": "@Class", + "id": "classes/477", + "fixedId": true, + "name": "FocusNode", + "library": { + "type": "@Library", + "id": "libraries/@160042876", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@160042876/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Ffocus_manager.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/focus_manager.dart" + }, + "tokenPos": -1, + "line": 1169 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_mulFromInteger%400150898", + "fixedId": true, + "name": "_mulFromInteger", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 149 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/_mulFromInteger%400150898", + "fixedId": true, + "name": "_mulFromInteger", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 91 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/466/functions/markSiblingConfigurationConflict", + "fixedId": true, + "name": "markSiblingConfigurationConflict", + "owner": { + "type": "@Class", + "id": "classes/466", + "fixedId": true, + "name": "_IncompleteSemanticsFragment", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5281 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/markSiblingConfigurationConflict", + "fixedId": true, + "name": "markSiblingConfigurationConflict", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5765 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/466/functions/get%3Aowner", + "fixedId": true, + "name": "owner", + "owner": { + "type": "@Class", + "id": "classes/466", + "fixedId": true, + "name": "_IncompleteSemanticsFragment", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5279 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/get%3Aowner", + "fixedId": true, + "name": "owner", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5406 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/466/functions/get%3AconfigToMergeUp", + "fixedId": true, + "name": "configToMergeUp", + "owner": { + "type": "@Class", + "id": "classes/466", + "fixedId": true, + "name": "_IncompleteSemanticsFragment", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5276 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/465/functions/get%3AconfigToMergeUp", + "fixedId": true, + "name": "configToMergeUp", + "owner": { + "type": "@Class", + "id": "classes/465", + "fixedId": true, + "name": "_RenderObjectSemantics", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 5418 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/%2F", + "fixedId": true, + "name": "/", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 60 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/%2F", + "fixedId": true, + "name": "/", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/248/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/248", + "fixedId": true, + "name": "ScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 165 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/252/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/252", + "fixedId": true, + "name": "HoldScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 243 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/251/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/251", + "fixedId": true, + "name": "DragScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 548 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/250/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/250", + "fixedId": true, + "name": "BallisticScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 668 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 799 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/253/functions/get%3Avelocity", + "fixedId": true, + "name": "velocity", + "owner": { + "type": "@Class", + "id": "classes/253", + "fixedId": true, + "name": "IdleScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/252/functions/get%3Avelocity", + "fixedId": true, + "name": "velocity", + "owner": { + "type": "@Class", + "id": "classes/252", + "fixedId": true, + "name": "HoldScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 235 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/251/functions/get%3Avelocity", + "fixedId": true, + "name": "velocity", + "owner": { + "type": "@Class", + "id": "classes/251", + "fixedId": true, + "name": "DragScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/250/functions/get%3Avelocity", + "fixedId": true, + "name": "velocity", + "owner": { + "type": "@Class", + "id": "classes/250", + "fixedId": true, + "name": "BallisticScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 665 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/functions/get%3Avelocity", + "fixedId": true, + "name": "velocity", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 796 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/427/functions/catchError", + "fixedId": true, + "name": "catchError", + "owner": { + "type": "@Class", + "id": "classes/427", + "fixedId": true, + "name": "TickerFuture", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 483 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2354/functions/get%3Aentries", + "fixedId": true, + "name": "entries", + "owner": { + "type": "@Class", + "id": "classes/2354", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3873/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3874/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 773 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/get%3Aentries", + "fixedId": true, + "name": "entries", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3875/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3876/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 773 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/429/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/429", + "fixedId": true, + "name": "_WidgetTicker", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/428/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/428", + "fixedId": true, + "name": "Ticker", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 347 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2351/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2351", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3877/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3878/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/collection/maps.dart", + "function": { + "type": "@Function", + "id": "classes/2357/functions/cast", + "fixedId": true, + "name": "cast", + "owner": { + "type": "@Class", + "id": "classes/2357", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3879/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3880/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3Acollection%2Fmaps.dart/0", + "fixedId": true, + "uri": "dart:collection/maps.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/427/functions/then", + "fixedId": true, + "name": "then", + "owner": { + "type": "@Class", + "id": "classes/427", + "fixedId": true, + "name": "TickerFuture", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 488 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/ticker.dart", + "function": { + "type": "@Function", + "id": "classes/427/functions/whenComplete", + "fixedId": true, + "name": "whenComplete", + "owner": { + "type": "@Class", + "id": "classes/427", + "fixedId": true, + "name": "TickerFuture", + "library": { + "type": "@Library", + "id": "libraries/@330494659", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@330494659/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fticker.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/ticker.dart" + }, + "tokenPos": -1, + "line": 498 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/386/functions/encodeMethodCall", + "fixedId": true, + "name": "encodeMethodCall", + "owner": { + "type": "@Class", + "id": "classes/386", + "fixedId": true, + "name": "JSONMethodCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 136 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/384/functions/encodeMethodCall", + "fixedId": true, + "name": "encodeMethodCall", + "owner": { + "type": "@Class", + "id": "classes/384", + "fixedId": true, + "name": "StandardMethodCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 596 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/208/functions/isSatisfiedBy", + "fixedId": true, + "name": "isSatisfiedBy", + "owner": { + "type": "@Class", + "id": "classes/208", + "fixedId": true, + "name": "_AnyWidgetStates", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 143 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/386/functions/decodeMethodCall", + "fixedId": true, + "name": "decodeMethodCall", + "owner": { + "type": "@Class", + "id": "classes/386", + "fixedId": true, + "name": "JSONMethodCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 144 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/384/functions/decodeMethodCall", + "fixedId": true, + "name": "decodeMethodCall", + "owner": { + "type": "@Class", + "id": "classes/384", + "fixedId": true, + "name": "StandardMethodCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 604 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ReadBuffer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/386/functions/decodeEnvelope", + "fixedId": true, + "name": "decodeEnvelope", + "owner": { + "type": "@Class", + "id": "classes/386", + "fixedId": true, + "name": "JSONMethodCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 156 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate PlatformException" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/386/functions/encodeSuccessEnvelope", + "fixedId": true, + "name": "encodeSuccessEnvelope", + "owner": { + "type": "@Class", + "id": "classes/386", + "fixedId": true, + "name": "JSONMethodCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 188 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/384/functions/decodeEnvelope", + "fixedId": true, + "name": "decodeEnvelope", + "owner": { + "type": "@Class", + "id": "classes/384", + "fixedId": true, + "name": "StandardMethodCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 634 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/384/functions/encodeSuccessEnvelope", + "fixedId": true, + "name": "encodeSuccessEnvelope", + "owner": { + "type": "@Class", + "id": "classes/384", + "fixedId": true, + "name": "StandardMethodCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 616 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/371/functions/getModifierSide", + "fixedId": true, + "name": "getModifierSide", + "owner": { + "type": "@Class", + "id": "classes/371", + "fixedId": true, + "name": "GLFWKeyHelper", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 357 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/370/functions/getModifierSide", + "fixedId": true, + "name": "getModifierSide", + "owner": { + "type": "@Class", + "id": "classes/370", + "fixedId": true, + "name": "GtkKeyHelper", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 488 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/371/functions/isModifierPressed", + "fixedId": true, + "name": "isModifierPressed", + "owner": { + "type": "@Class", + "id": "classes/371", + "fixedId": true, + "name": "GLFWKeyHelper", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/370/functions/isModifierPressed", + "fixedId": true, + "name": "isModifierPressed", + "owner": { + "type": "@Class", + "id": "classes/370", + "fixedId": true, + "name": "GtkKeyHelper", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 465 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/403/functions/send", + "fixedId": true, + "name": "send", + "owner": { + "type": "@Class", + "id": "classes/403", + "fixedId": true, + "name": "_DefaultBinaryMessenger", + "library": { + "type": "@Library", + "id": "libraries/@267240726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 613 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/403/closures/256", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/403/functions/send", + "fixedId": true, + "name": "send", + "owner": { + "type": "@Class", + "id": "classes/403", + "fixedId": true, + "name": "_DefaultBinaryMessenger", + "library": { + "type": "@Library", + "id": "libraries/@267240726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 613 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 625 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/403/functions/setMessageHandler", + "fixedId": true, + "name": "setMessageHandler", + "owner": { + "type": "@Class", + "id": "classes/403", + "fixedId": true, + "name": "_DefaultBinaryMessenger", + "library": { + "type": "@Library", + "id": "libraries/@267240726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 642 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/binding.dart", + "function": { + "type": "@Function", + "id": "classes/403/closures/374", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/403/functions/setMessageHandler", + "fixedId": true, + "name": "setMessageHandler", + "owner": { + "type": "@Class", + "id": "classes/403", + "fixedId": true, + "name": "_DefaultBinaryMessenger", + "library": { + "type": "@Library", + "id": "libraries/@267240726", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 642 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/binding.dart" + }, + "tokenPos": -1, + "line": 647 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/371/functions/numpadKey", + "fixedId": true, + "name": "numpadKey", + "owner": { + "type": "@Class", + "id": "classes/371", + "fixedId": true, + "name": "GLFWKeyHelper", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 365 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/370/functions/numpadKey", + "fixedId": true, + "name": "numpadKey", + "owner": { + "type": "@Class", + "id": "classes/370", + "fixedId": true, + "name": "GtkKeyHelper", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/371/functions/logicalKey", + "fixedId": true, + "name": "logicalKey", + "owner": { + "type": "@Class", + "id": "classes/371", + "fixedId": true, + "name": "GLFWKeyHelper", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/370/functions/logicalKey", + "fixedId": true, + "name": "logicalKey", + "owner": { + "type": "@Class", + "id": "classes/370", + "fixedId": true, + "name": "GtkKeyHelper", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 501 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/388/functions/encodeMessage", + "fixedId": true, + "name": "encodeMessage", + "owner": { + "type": "@Class", + "id": "classes/388", + "fixedId": true, + "name": "StringCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 56 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/387/functions/encodeMessage", + "fixedId": true, + "name": "encodeMessage", + "owner": { + "type": "@Class", + "id": "classes/387", + "fixedId": true, + "name": "JSONMessageCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/385/functions/encodeMessage", + "fixedId": true, + "name": "encodeMessage", + "owner": { + "type": "@Class", + "id": "classes/385", + "fixedId": true, + "name": "StandardMessageCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 323 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/388/functions/decodeMessage", + "fixedId": true, + "name": "decodeMessage", + "owner": { + "type": "@Class", + "id": "classes/388", + "fixedId": true, + "name": "StringCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 48 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/387/functions/decodeMessage", + "fixedId": true, + "name": "decodeMessage", + "owner": { + "type": "@Class", + "id": "classes/387", + "fixedId": true, + "name": "JSONMessageCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/386/functions/encodeErrorEnvelope", + "fixedId": true, + "name": "encodeErrorEnvelope", + "owner": { + "type": "@Class", + "id": "classes/386", + "fixedId": true, + "name": "JSONMethodCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/385/functions/decodeMessage", + "fixedId": true, + "name": "decodeMessage", + "owner": { + "type": "@Class", + "id": "classes/385", + "fixedId": true, + "name": "StandardMessageCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 333 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/message_codecs.dart", + "function": { + "type": "@Function", + "id": "classes/384/functions/encodeErrorEnvelope", + "fixedId": true, + "name": "encodeErrorEnvelope", + "owner": { + "type": "@Class", + "id": "classes/384", + "fixedId": true, + "name": "StandardMethodCodec", + "library": { + "type": "@Library", + "id": "libraries/@274348627", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@274348627/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fmessage_codecs.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/message_codecs.dart" + }, + "tokenPos": -1, + "line": 624 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/371/functions/get%3AplatformPlane", + "fixedId": true, + "name": "platformPlane", + "owner": { + "type": "@Class", + "id": "classes/371", + "fixedId": true, + "name": "GLFWKeyHelper", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 375 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", + "function": { + "type": "@Function", + "id": "classes/370/functions/get%3AplatformPlane", + "fixedId": true, + "name": "platformPlane", + "owner": { + "type": "@Class", + "id": "classes/370", + "fixedId": true, + "name": "GtkKeyHelper", + "library": { + "type": "@Library", + "id": "libraries/@283138806", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@283138806/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fraw_keyboard_linux.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/raw_keyboard_linux.dart" + }, + "tokenPos": -1, + "line": 506 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/380/functions/send", + "fixedId": true, + "name": "send", + "owner": { + "type": "@Class", + "id": "classes/380", + "fixedId": true, + "name": "_ProfiledBinaryMessenger", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 83 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/services/platform_channel.dart", + "function": { + "type": "@Function", + "id": "classes/380/functions/setMessageHandler", + "fixedId": true, + "name": "setMessageHandler", + "owner": { + "type": "@Class", + "id": "classes/380", + "fixedId": true, + "name": "_ProfiledBinaryMessenger", + "library": { + "type": "@Library", + "id": "libraries/@277480135", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@277480135/scripts/package%3Aflutter%2Fsrc%2Fservices%2Fplatform_channel.dart/0", + "fixedId": true, + "uri": "package:flutter/src/services/platform_channel.dart" + }, + "tokenPos": -1, + "line": 87 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/238/functions/get%3AdragStartDistanceMotionThreshold", + "fixedId": true, + "name": "dragStartDistanceMotionThreshold", + "owner": { + "type": "@Class", + "id": "classes/238", + "fixedId": true, + "name": "BouncingScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 800 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/get%3AdragStartDistanceMotionThreshold", + "fixedId": true, + "name": "dragStartDistanceMotionThreshold", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 488 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2349/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2349", + "fixedId": true, + "name": "__ConstSet&_HashVMImmutableBase&SetMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashSetMixin&_UnmodifiableSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3881/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 97 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2343/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2343", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashSetMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3882/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 1124 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/238/functions/carriedMomentum", + "fixedId": true, + "name": "carriedMomentum", + "owner": { + "type": "@Class", + "id": "classes/238", + "fixedId": true, + "name": "BouncingScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/carriedMomentum", + "fixedId": true, + "name": "carriedMomentum", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 480 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/238/functions/createBallisticSimulation", + "fixedId": true, + "name": "createBallisticSimulation", + "owner": { + "type": "@Class", + "id": "classes/238", + "fixedId": true, + "name": "BouncingScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 753 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate BouncingScrollSimulation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/237/functions/createBallisticSimulation", + "fixedId": true, + "name": "createBallisticSimulation", + "owner": { + "type": "@Class", + "id": "classes/237", + "fixedId": true, + "name": "ClampingScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 891 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate ClampingScrollSimulation" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/createBallisticSimulation", + "fixedId": true, + "name": "createBallisticSimulation", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 407 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/238/functions/applyPhysicsToUserOffset", + "fixedId": true, + "name": "applyPhysicsToUserOffset", + "owner": { + "type": "@Class", + "id": "classes/238", + "fixedId": true, + "name": "BouncingScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 709 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/applyPhysicsToUserOffset", + "fixedId": true, + "name": "applyPhysicsToUserOffset", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 204 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/274/functions/computeSerializableData", + "fixedId": true, + "name": "computeSerializableData", + "owner": { + "type": "@Class", + "id": "classes/274", + "fixedId": true, + "name": "_RestorationInformation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1, + "line": 5936 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2356/functions/get%3Avalues", + "fixedId": true, + "name": "values", + "owner": { + "type": "@Class", + "id": "classes/2356", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin&_UnmodifiableMapMixin&_ImmutableLinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3883/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3884/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 477 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _CompactIterableImmutable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/get%3Avalues", + "fixedId": true, + "name": "values", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3885/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3886/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 772 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/315/functions/constructor", + "fixedId": true, + "name": "constructor", + "owner": { + "type": "@Class", + "id": "classes/315", + "fixedId": true, + "name": "GestureRecognizerFactoryWithHandlers", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3887/0", + "kind": "TypeParameter", + "identityHashCode": 2102097146, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 113 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/modal_barrier.dart", + "function": { + "type": "@Function", + "id": "classes/314/functions/constructor", + "fixedId": true, + "name": "constructor", + "owner": { + "type": "@Class", + "id": "classes/314", + "fixedId": true, + "name": "_AnyTapGestureRecognizerFactory", + "library": { + "type": "@Library", + "id": "libraries/@179005443", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1, + "line": 413 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AnyTapGestureRecognizer" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2355/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2355", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin&_UnmodifiableMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3888/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3889/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 45 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/remove", + "fixedId": true, + "name": "remove", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3890/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3891/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 684 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/281/functions/get%3Anotify", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Class", + "id": "classes/281", + "fixedId": true, + "name": "_NavigatorPushObservation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/280/functions/get%3Anotify", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Class", + "id": "classes/280", + "fixedId": true, + "name": "_NavigatorPopObservation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/279/functions/get%3Anotify", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Class", + "id": "classes/279", + "fixedId": true, + "name": "_NavigatorRemoveObservation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/navigator.dart", + "function": { + "type": "@Function", + "id": "classes/278/functions/get%3Anotify", + "fixedId": true, + "name": "notify", + "owner": { + "type": "@Class", + "id": "classes/278", + "fixedId": true, + "name": "_NavigatorReplaceObservation", + "library": { + "type": "@Library", + "id": "libraries/@181124995", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@181124995/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fnavigator.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/navigator.dart" + }, + "tokenPos": -1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/238/functions/get%3AmaxFlingVelocity", + "fixedId": true, + "name": "maxFlingVelocity", + "owner": { + "type": "@Class", + "id": "classes/238", + "fixedId": true, + "name": "BouncingScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 803 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/get%3AmaxFlingVelocity", + "fixedId": true, + "name": "maxFlingVelocity", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 472 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/238/functions/applyBoundaryConditions", + "fixedId": true, + "name": "applyBoundaryConditions", + "owner": { + "type": "@Class", + "id": "classes/238", + "fixedId": true, + "name": "BouncingScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 750 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/237/functions/applyBoundaryConditions", + "fixedId": true, + "name": "applyBoundaryConditions", + "owner": { + "type": "@Class", + "id": "classes/237", + "fixedId": true, + "name": "ClampingScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 846 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/applyBoundaryConditions", + "fixedId": true, + "name": "applyBoundaryConditions", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 308 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/238/functions/get%3AminFlingVelocity", + "fixedId": true, + "name": "minFlingVelocity", + "owner": { + "type": "@Class", + "id": "classes/238", + "fixedId": true, + "name": "BouncingScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 776 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/get%3AminFlingVelocity", + "fixedId": true, + "name": "minFlingVelocity", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart", + "function": { + "type": "@Function", + "id": "classes/315/functions/initializer", + "fixedId": true, + "name": "initializer", + "owner": { + "type": "@Class", + "id": "classes/315", + "fixedId": true, + "name": "GestureRecognizerFactoryWithHandlers", + "library": { + "type": "@Library", + "id": "libraries/@164132872", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3892/0", + "kind": "TypeParameter", + "identityHashCode": 2102097146, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@164132872/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fgesture_detector.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/gesture_detector.dart" + }, + "tokenPos": -1, + "line": 116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/modal_barrier.dart", + "function": { + "type": "@Function", + "id": "classes/314/functions/initializer", + "fixedId": true, + "name": "initializer", + "owner": { + "type": "@Class", + "id": "classes/314", + "fixedId": true, + "name": "_AnyTapGestureRecognizerFactory", + "library": { + "type": "@Library", + "id": "libraries/@179005443", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@179005443/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fmodal_barrier.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/modal_barrier.dart" + }, + "tokenPos": -1, + "line": 416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/253/functions/get%3AshouldIgnorePointer", + "fixedId": true, + "name": "shouldIgnorePointer", + "owner": { + "type": "@Class", + "id": "classes/253", + "fixedId": true, + "name": "IdleScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 190 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/252/functions/get%3AshouldIgnorePointer", + "fixedId": true, + "name": "shouldIgnorePointer", + "owner": { + "type": "@Class", + "id": "classes/252", + "fixedId": true, + "name": "HoldScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 229 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/251/functions/get%3AshouldIgnorePointer", + "fixedId": true, + "name": "shouldIgnorePointer", + "owner": { + "type": "@Class", + "id": "classes/251", + "fixedId": true, + "name": "DragScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 537 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/250/functions/get%3AshouldIgnorePointer", + "fixedId": true, + "name": "shouldIgnorePointer", + "owner": { + "type": "@Class", + "id": "classes/250", + "fixedId": true, + "name": "BallisticScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 660 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/functions/get%3AshouldIgnorePointer", + "fixedId": true, + "name": "shouldIgnorePointer", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 790 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2356/functions/get%3Akeys", + "fixedId": true, + "name": "keys", + "owner": { + "type": "@Class", + "id": "classes/2356", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin&_UnmodifiableMapMixin&_ImmutableLinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3893/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3894/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 475 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/get%3Akeys", + "fixedId": true, + "name": "keys", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3895/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3896/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 771 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2354/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2354", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3897/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3898/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 755 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 289, + "exclusiveTicks": 5, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/forEach", + "fixedId": true, + "name": "forEach", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3899/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3900/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 755 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/206/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/206", + "fixedId": true, + "name": "_LerpSides", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 596 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/205/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/205", + "fixedId": true, + "name": "_LerpProperties", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3901/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 905 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/204/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/204", + "fixedId": true, + "name": "_WidgetStatePropertyWith", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3902/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 918 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/widget_state.dart", + "function": { + "type": "@Function", + "id": "classes/203/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/203", + "fixedId": true, + "name": "WidgetStatePropertyAll", + "library": { + "type": "@Library", + "id": "libraries/@236099430", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3903/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@236099430/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fwidget_state.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/widget_state.dart" + }, + "tokenPos": -1, + "line": 1088 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/253/functions/get%3AisScrolling", + "fixedId": true, + "name": "isScrolling", + "owner": { + "type": "@Class", + "id": "classes/253", + "fixedId": true, + "name": "IdleScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 193 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/252/functions/get%3AisScrolling", + "fixedId": true, + "name": "isScrolling", + "owner": { + "type": "@Class", + "id": "classes/252", + "fixedId": true, + "name": "HoldScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/251/functions/get%3AisScrolling", + "fixedId": true, + "name": "isScrolling", + "owner": { + "type": "@Class", + "id": "classes/251", + "fixedId": true, + "name": "DragScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 540 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/250/functions/get%3AisScrolling", + "fixedId": true, + "name": "isScrolling", + "owner": { + "type": "@Class", + "id": "classes/250", + "fixedId": true, + "name": "BallisticScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 662 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", + "function": { + "type": "@Function", + "id": "classes/249/functions/get%3AisScrolling", + "fixedId": true, + "name": "isScrolling", + "owner": { + "type": "@Class", + "id": "classes/249", + "fixedId": true, + "name": "DrivenScrollActivity", + "library": { + "type": "@Library", + "id": "libraries/@198498029", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@198498029/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_activity.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_activity.dart" + }, + "tokenPos": -1, + "line": 793 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/235/functions/shouldAcceptUserOffset", + "fixedId": true, + "name": "shouldAcceptUserOffset", + "owner": { + "type": "@Class", + "id": "classes/235", + "fixedId": true, + "name": "ScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 218 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart", + "function": { + "type": "@Function", + "id": "classes/236/functions/shouldAcceptUserOffset", + "fixedId": true, + "name": "shouldAcceptUserOffset", + "owner": { + "type": "@Class", + "id": "classes/236", + "fixedId": true, + "name": "AlwaysScrollableScrollPhysics", + "library": { + "type": "@Library", + "id": "libraries/@206316757", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@206316757/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fscroll_physics.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/scroll_physics.dart" + }, + "tokenPos": -1, + "line": 955 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/167/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/167", + "fixedId": true, + "name": "_UnmodifiableFloat64x2ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5850 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/166/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/166", + "fixedId": true, + "name": "_ExternalFloat64x2Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3741 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/165/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/165", + "fixedId": true, + "name": "_Float64x2ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5037 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/164/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/164", + "fixedId": true, + "name": "_Float64x2List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3145 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/163/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/163", + "fixedId": true, + "name": "_UnmodifiableInt32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5821 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/162/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/162", + "fixedId": true, + "name": "_ExternalInt32x4Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3699 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/161/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/161", + "fixedId": true, + "name": "_Int32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4985 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/160/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/160", + "fixedId": true, + "name": "_Int32x4List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3088 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/159/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/159", + "fixedId": true, + "name": "_UnmodifiableFloat32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5792 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/158/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/158", + "fixedId": true, + "name": "_ExternalFloat32x4Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3657 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/157/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/157", + "fixedId": true, + "name": "_Float32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4933 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/156/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/156", + "fixedId": true, + "name": "_Float32x4List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3032 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/155/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/155", + "fixedId": true, + "name": "_UnmodifiableFloat64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5763 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/154/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/154", + "fixedId": true, + "name": "_ExternalFloat64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3615 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/153/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/153", + "fixedId": true, + "name": "_Float64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4880 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/152/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/152", + "fixedId": true, + "name": "_Float64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2975 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/151/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/151", + "fixedId": true, + "name": "_UnmodifiableFloat32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5734 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/150/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/150", + "fixedId": true, + "name": "_ExternalFloat32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3573 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/149/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/149", + "fixedId": true, + "name": "_Float32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4827 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/148/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/148", + "fixedId": true, + "name": "_Float32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2918 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/147/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/147", + "fixedId": true, + "name": "_UnmodifiableUint64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5705 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/146/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/146", + "fixedId": true, + "name": "_ExternalUint64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3531 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/145/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/145", + "fixedId": true, + "name": "_Uint64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4774 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/144/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/144", + "fixedId": true, + "name": "_Uint64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2861 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/143/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/143", + "fixedId": true, + "name": "_UnmodifiableInt64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5676 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/142/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/142", + "fixedId": true, + "name": "_ExternalInt64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3490 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/141/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/141", + "fixedId": true, + "name": "_Int64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4722 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/140/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/140", + "fixedId": true, + "name": "_Int64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2805 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/139/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/139", + "fixedId": true, + "name": "_UnmodifiableUint32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5647 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/138/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/138", + "fixedId": true, + "name": "_ExternalUint32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3449 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/137/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/137", + "fixedId": true, + "name": "_Uint32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4670 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/136/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/136", + "fixedId": true, + "name": "_Uint32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2749 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/135/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/135", + "fixedId": true, + "name": "_UnmodifiableInt32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5618 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/134/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/134", + "fixedId": true, + "name": "_ExternalInt32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3408 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/133/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/133", + "fixedId": true, + "name": "_Int32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4618 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/132/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/132", + "fixedId": true, + "name": "_Int32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2693 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/131/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/131", + "fixedId": true, + "name": "_UnmodifiableUint16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5589 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/130/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/130", + "fixedId": true, + "name": "_ExternalUint16Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/129/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/129", + "fixedId": true, + "name": "_Uint16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4552 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/128/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/128", + "fixedId": true, + "name": "_Uint16List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2624 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/127/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/127", + "fixedId": true, + "name": "_UnmodifiableInt16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5560 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/126/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/126", + "fixedId": true, + "name": "_ExternalInt16Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3325 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/125/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/125", + "fixedId": true, + "name": "_Int16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/124/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/124", + "fixedId": true, + "name": "_Int16List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2554 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/123/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/123", + "fixedId": true, + "name": "_UnmodifiableUint8ClampedArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5531 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/122/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/122", + "fixedId": true, + "name": "_ExternalUint8ClampedArray", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3276 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/121/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/121", + "fixedId": true, + "name": "_Uint8ClampedArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4426 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/120/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/120", + "fixedId": true, + "name": "_Uint8ClampedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2491 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/119/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/119", + "fixedId": true, + "name": "_UnmodifiableUint8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5502 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/118/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/118", + "fixedId": true, + "name": "_ExternalUint8Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3230 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/117/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/117", + "fixedId": true, + "name": "_Uint8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4370 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/116/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/116", + "fixedId": true, + "name": "_Uint8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2430 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/115/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/115", + "fixedId": true, + "name": "_UnmodifiableInt8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5473 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/114/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/114", + "fixedId": true, + "name": "_ExternalInt8Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3188 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/113/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/113", + "fixedId": true, + "name": "_Int8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4317 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/112/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/112", + "fixedId": true, + "name": "_Int8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2373 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart", + "function": { + "type": "@Function", + "id": "classes/219/functions/get%3Avalue", + "fixedId": true, + "name": "value", + "owner": { + "type": "@Class", + "id": "classes/219", + "fixedId": true, + "name": "_ConstantValueListenable", + "library": { + "type": "@Library", + "id": "libraries/@228311458", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3904/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@62219276/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fticker_provider.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/ticker_provider.dart" + }, + "tokenPos": -1, + "line": 443 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2354/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2354", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3905/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3906/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/get%3AisEmpty", + "fixedId": true, + "name": "isEmpty", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3907/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3908/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 496 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/95/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/95", + "fixedId": true, + "name": "_TwoByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1416 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1162 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/169/functions/asUnmodifiableView", + "fixedId": true, + "name": "asUnmodifiableView", + "owner": { + "type": "@Class", + "id": "classes/169", + "fixedId": true, + "name": "_UnmodifiableByteDataView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5929 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/168/functions/asUnmodifiableView", + "fixedId": true, + "name": "asUnmodifiableView", + "owner": { + "type": "@Class", + "id": "classes/168", + "fixedId": true, + "name": "_ByteDataView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5093 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/170/functions/asByteData", + "fixedId": true, + "name": "asByteData", + "owner": { + "type": "@Class", + "id": "classes/170", + "fixedId": true, + "name": "_ByteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1956 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/_substringUncheckedNative%400150898", + "fixedId": true, + "name": "_substringUncheckedNative", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 462 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/_substringUncheckedNative%400150898", + "fixedId": true, + "name": "_substringUncheckedNative", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1066 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3909/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/list.dart", + "function": { + "type": "@Function", + "id": "classes/2470/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/2470", + "fixedId": true, + "name": "__ImmutableList&_Array&UnmodifiableListMixin", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3910/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3A_internal%2Flist.dart/0", + "fixedId": true, + "uri": "dart:_internal/list.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/90/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/90", + "fixedId": true, + "name": "_List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3911/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 186 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/170/functions/asFloat64List", + "fixedId": true, + "name": "asFloat64List", + "owner": { + "type": "@Class", + "id": "classes/170", + "fixedId": true, + "name": "_ByteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2079 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Float64ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/170/functions/asFloat32List", + "fixedId": true, + "name": "asFloat32List", + "owner": { + "type": "@Class", + "id": "classes/170", + "fixedId": true, + "name": "_ByteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2067 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Float32ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/170/functions/asInt32x4List", + "fixedId": true, + "name": "asInt32x4List", + "owner": { + "type": "@Class", + "id": "classes/170", + "fixedId": true, + "name": "_ByteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2103 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Int32x4ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/get%3AisNegative", + "fixedId": true, + "name": "isNegative", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 170 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/get%3AisNegative", + "fixedId": true, + "name": "isNegative", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 175 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/matchAsPrefix", + "fixedId": true, + "name": "matchAsPrefix", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 944 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/170/functions/asInt64List", + "fixedId": true, + "name": "asInt64List", + "owner": { + "type": "@Class", + "id": "classes/170", + "fixedId": true, + "name": "_ByteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2043 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Int64ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/170/functions/asInt32List", + "fixedId": true, + "name": "asInt32List", + "owner": { + "type": "@Class", + "id": "classes/170", + "fixedId": true, + "name": "_ByteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2019 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Int32ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2341/functions/_isModifiedSince%403099033", + "fixedId": true, + "name": "_isModifiedSince", + "owner": { + "type": "@Class", + "id": "classes/2341", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3912/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2352/functions/_isModifiedSince%403099033", + "fixedId": true, + "name": "_isModifiedSince", + "owner": { + "type": "@Class", + "id": "classes/2352", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3913/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3914/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2358/functions/_isModifiedSince%403099033", + "fixedId": true, + "name": "_isModifiedSince", + "owner": { + "type": "@Class", + "id": "classes/2358", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3915/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3916/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 294 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2355/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/2355", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin&_UnmodifiableMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3917/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3918/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 25 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/%5B%5D%3D", + "fixedId": true, + "name": "[]=", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3919/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3920/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 634 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2341/functions/get%3A_checkSum%403099033", + "fixedId": true, + "name": "_checkSum", + "owner": { + "type": "@Class", + "id": "classes/2341", + "fixedId": true, + "name": "__Set&_HashVMBase&SetMixin&_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3921/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2352/functions/get%3A_checkSum%403099033", + "fixedId": true, + "name": "_checkSum", + "owner": { + "type": "@Class", + "id": "classes/2352", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3922/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3923/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 7, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2358/functions/get%3A_checkSum%403099033", + "fixedId": true, + "name": "_checkSum", + "owner": { + "type": "@Class", + "id": "classes/2358", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3924/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3925/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/170/functions/asUint8List", + "fixedId": true, + "name": "asUint8List", + "owner": { + "type": "@Class", + "id": "classes/170", + "fixedId": true, + "name": "_ByteBuffer", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 1972 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _Uint8ArrayView" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart", + "function": { + "type": "@Function", + "id": "classes/79/functions/matchAsPrefix", + "fixedId": true, + "name": "matchAsPrefix", + "owner": { + "type": "@Class", + "id": "classes/79", + "fixedId": true, + "name": "_RegExp", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fregexp_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/regexp_patch.dart" + }, + "tokenPos": -1, + "line": 177 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/166/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/166", + "fixedId": true, + "name": "_ExternalFloat64x2Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3735 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/165/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/165", + "fixedId": true, + "name": "_Float64x2ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 5031 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/164/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/164", + "fixedId": true, + "name": "_Float64x2List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3139 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/162/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/162", + "fixedId": true, + "name": "_ExternalInt32x4Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3693 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/161/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/161", + "fixedId": true, + "name": "_Int32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4979 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/160/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/160", + "fixedId": true, + "name": "_Int32x4List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3082 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/158/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/158", + "fixedId": true, + "name": "_ExternalFloat32x4Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3651 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/157/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/157", + "fixedId": true, + "name": "_Float32x4ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4927 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/156/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/156", + "fixedId": true, + "name": "_Float32x4List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3026 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/154/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/154", + "fixedId": true, + "name": "_ExternalFloat64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3609 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/153/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/153", + "fixedId": true, + "name": "_Float64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4874 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/152/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/152", + "fixedId": true, + "name": "_Float64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2969 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/150/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/150", + "fixedId": true, + "name": "_ExternalFloat32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3567 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/149/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/149", + "fixedId": true, + "name": "_Float32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4821 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/148/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/148", + "fixedId": true, + "name": "_Float32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2912 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/146/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/146", + "fixedId": true, + "name": "_ExternalUint64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3526 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/145/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/145", + "fixedId": true, + "name": "_Uint64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4769 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/144/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/144", + "fixedId": true, + "name": "_Uint64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2856 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/142/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/142", + "fixedId": true, + "name": "_ExternalInt64Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/141/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/141", + "fixedId": true, + "name": "_Int64ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4717 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/140/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/140", + "fixedId": true, + "name": "_Int64List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2800 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/138/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/138", + "fixedId": true, + "name": "_ExternalUint32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3444 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/137/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/137", + "fixedId": true, + "name": "_Uint32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4665 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/136/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/136", + "fixedId": true, + "name": "_Uint32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2744 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/134/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/134", + "fixedId": true, + "name": "_ExternalInt32Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3403 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/133/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/133", + "fixedId": true, + "name": "_Int32ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4613 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/132/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/132", + "fixedId": true, + "name": "_Int32List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2688 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/130/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/130", + "fixedId": true, + "name": "_ExternalUint16Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3361 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/129/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/129", + "fixedId": true, + "name": "_Uint16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4546 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/128/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/128", + "fixedId": true, + "name": "_Uint16List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2618 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/126/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/126", + "fixedId": true, + "name": "_ExternalInt16Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3319 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/125/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/125", + "fixedId": true, + "name": "_Int16ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4479 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/124/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/124", + "fixedId": true, + "name": "_Int16List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2548 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/122/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/122", + "fixedId": true, + "name": "_ExternalUint8ClampedArray", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3270 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/121/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/121", + "fixedId": true, + "name": "_Uint8ClampedArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4420 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/120/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/120", + "fixedId": true, + "name": "_Uint8ClampedList", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2485 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/118/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/118", + "fixedId": true, + "name": "_ExternalUint8Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3224 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/117/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/117", + "fixedId": true, + "name": "_Uint8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4364 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/116/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/116", + "fixedId": true, + "name": "_Uint8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2424 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/114/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/114", + "fixedId": true, + "name": "_ExternalInt8Array", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 3182 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/113/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/113", + "fixedId": true, + "name": "_Int8ArrayView", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4311 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/112/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/112", + "fixedId": true, + "name": "_Int8List", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 2367 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/padLeft", + "fixedId": true, + "name": "padLeft", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 590 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/padLeft", + "fixedId": true, + "name": "padLeft", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1180 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2356/functions/containsKey", + "fixedId": true, + "name": "containsKey", + "owner": { + "type": "@Class", + "id": "classes/2356", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin&_UnmodifiableMapMixin&_ImmutableLinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3926/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3927/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 426 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 15, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/containsKey", + "fixedId": true, + "name": "containsKey", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3928/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3929/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 738 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/toUpperCase", + "fixedId": true, + "name": "toUpperCase", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1001 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/toUpperCase", + "fixedId": true, + "name": "toUpperCase", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 611 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/contains", + "fixedId": true, + "name": "contains", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1140 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/indexOf", + "fixedId": true, + "name": "indexOf", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 386 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/indexOf", + "fixedId": true, + "name": "indexOf", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1117 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/toLowerCase", + "fixedId": true, + "name": "toLowerCase", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1004 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/toLowerCase", + "fixedId": true, + "name": "toLowerCase", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1286 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2460/functions/split", + "fixedId": true, + "name": "split", + "owner": { + "type": "@Class", + "id": "classes/2460", + "fixedId": true, + "name": "_StringBase", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 957 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/split", + "fixedId": true, + "name": "split", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1085 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart", + "function": { + "type": "@Function", + "id": "classes/94/functions/_splitWithCharCode%400150898", + "fixedId": true, + "name": "_splitWithCharCode", + "owner": { + "type": "@Class", + "id": "classes/94", + "fixedId": true, + "name": "_OneByteString", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fstring_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/string_patch.dart" + }, + "tokenPos": -1, + "line": 1071 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3930/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 269 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/2469/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2469", + "fixedId": true, + "name": "_Array", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3931/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 8 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2356/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2356", + "fixedId": true, + "name": "__ConstMap&_HashVMImmutableBase&MapMixin&_HashBase&_OperatorEqualsAndCanonicalHashCode&_LinkedHashMapMixin&_UnmodifiableMapMixin&_ImmutableLinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3932/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3933/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 433 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2360/functions/%5B%5D", + "fixedId": true, + "name": "[]", + "owner": { + "type": "@Class", + "id": "classes/2360", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode&_LinkedHashMapMixin", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3934/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3935/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 740 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 983, + "exclusiveTicks": 983, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/%3C", + "fixedId": true, + "name": "<", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 109 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/%3C", + "fixedId": true, + "name": "<", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/round", + "fixedId": true, + "name": "round", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 196 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/round", + "fixedId": true, + "name": "round", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 232 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 17 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/get%3AisNaN", + "fixedId": true, + "name": "isNaN", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 178 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/get%3AisNaN", + "fixedId": true, + "name": "isNaN", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 174 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 429, + "exclusiveTicks": 429, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/%3E", + "fixedId": true, + "name": ">", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 116 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/_greaterThan%400150898", + "fixedId": true, + "name": "_greaterThan", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 123 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/%3E", + "fixedId": true, + "name": ">", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 126 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 20 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/61/functions/get%3AbitLength", + "fixedId": true, + "name": "bitLength", + "owner": { + "type": "@Class", + "id": "classes/61", + "fixedId": true, + "name": "_Mint", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 749 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/60/functions/get%3AbitLength", + "fixedId": true, + "name": "bitLength", + "owner": { + "type": "@Class", + "id": "classes/60", + "fixedId": true, + "name": "_Smi", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 550 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/toDouble", + "fixedId": true, + "name": "toDouble", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 244 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/toDouble", + "fixedId": true, + "name": "toDouble", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 293 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_SlowTypeTestStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_ResumeStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_UnreachableTypeTestStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_TypeParameterTypeTestStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_NullableTypeParameterTypeTestStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_TopTypeTypeTestStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_DefaultNullableTypeTestStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_DefaultTypeTestStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_CallClosureNoSuchMethodStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_InitSharedLateStaticFieldStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_InitLateFinalInstanceFieldStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_InitLateInstanceFieldStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_InitInstanceFieldStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_InitLateFinalStaticFieldStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_InitLateStaticFieldStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_InitStaticFieldStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_InstanceOfStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_ReThrowStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_ThrowStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 148, + "exclusiveTicks": 118, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_ArrayWriteBarrierStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_WriteBarrierWrappersStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_CloneContextStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_CheckIsolateFieldAccessStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateUnhandledExceptionStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateRecord3NamedStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateRecord3Stub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateRecord2NamedStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateRecord2Stub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateRecordStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 15, + "exclusiveTicks": 15, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateObjectParameterizedStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 21, + "exclusiveTicks": 21, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateObjectStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateGrowableArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateContextStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateClosureTAGenericStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateClosureTAStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateClosureGenericStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateClosureStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateFloat64x2ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateInt32x4ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateFloat32x4ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateFloat64ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateFloat32ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateUint64ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateInt64ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateUint32ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateInt32ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateUint16ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateInt16ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateUint8ClampedArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateUint8ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateInt8ArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateInt32x4Stub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateFloat64x2Stub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateFloat32x4Stub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 68, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateDoubleStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateMintStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 97, + "exclusiveTicks": 8, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateArrayStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 27, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_StackOverflowSharedWithoutFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_StackOverflowSharedWithFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateMintSharedWithoutFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_AllocateMintSharedWithFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_FieldAccessErrorSharedWithoutFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_FieldAccessErrorSharedWithFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_WriteErrorSharedWithoutFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_WriteErrorSharedWithFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_RangeErrorSharedWithoutFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_RangeErrorSharedWithFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_NullCastErrorSharedWithoutFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_NullCastErrorSharedWithFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_NullArgErrorSharedWithoutFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_NullArgErrorSharedWithFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_NullErrorSharedWithoutFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_NullErrorSharedWithFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_LateInitializationErrorSharedWithoutFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_LateInitializationErrorSharedWithFPURegsStub" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] _iso_stub_DispatchTableNullErrorStub" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2370/functions/get%3A_yieldStarIterable%405048458", + "fixedId": true, + "name": "_yieldStarIterable", + "owner": { + "type": "@Class", + "id": "classes/2370", + "fixedId": true, + "name": "_SyncStarIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3936/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 547 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2370/functions/get%3A_current%405048458", + "fixedId": true, + "name": "_current", + "owner": { + "type": "@Class", + "id": "classes/2370", + "fixedId": true, + "name": "_SyncStarIterator", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3937/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 545 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_handleException%405048458", + "fixedId": true, + "name": "_handleException", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 432 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_suspendSyncStarAtStart%405048458", + "fixedId": true, + "name": "_suspendSyncStarAtStart", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 470 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_initSyncStar%405048458", + "fixedId": true, + "name": "_initSyncStar", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 464 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _SyncStarIterable" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_returnAsyncStar%405048458", + "fixedId": true, + "name": "_returnAsyncStar", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 423 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_yieldAsyncStar%405048458", + "fixedId": true, + "name": "_yieldAsyncStar", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 412 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_initAsyncStar%405048458", + "fixedId": true, + "name": "_initAsyncStar", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 396 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Allocate _AsyncStarStreamController" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_returnAsyncNotFuture%405048458", + "fixedId": true, + "name": "_returnAsyncNotFuture", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 380 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_returnAsync%405048458", + "fixedId": true, + "name": "_returnAsync", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 363 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_awaitWithTypeCheck%405048458", + "fixedId": true, + "name": "_awaitWithTypeCheck", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 335 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/closures/219", + "fixedId": true, + "name": "run", + "owner": { + "type": "@Function", + "id": "classes/78/functions/_awaitNotFuture%405048458", + "fixedId": true, + "name": "_awaitNotFuture", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 276 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 280 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/closures/220", + "fixedId": true, + "name": "typedCallback", + "owner": { + "type": "@Function", + "id": "classes/78/functions/_awaitUserDefinedFuture%405048458", + "fixedId": true, + "name": "_awaitUserDefinedFuture", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 291 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 299 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/closures/222", + "fixedId": true, + "name": "run", + "owner": { + "type": "@Function", + "id": "classes/78/functions/_awaitCompletedFuture%405048458", + "fixedId": true, + "name": "_awaitCompletedFuture", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 236 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 264 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/closures/221", + "fixedId": true, + "name": "run", + "owner": { + "type": "@Function", + "id": "classes/78/functions/_awaitCompletedFuture%405048458", + "fixedId": true, + "name": "_awaitCompletedFuture", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 236 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 242 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_await%405048458", + "fixedId": true, + "name": "_await", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 312 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/78/functions/_initAsync%405048458", + "fixedId": true, + "name": "_initAsync", + "owner": { + "type": "@Class", + "id": "classes/78", + "fixedId": true, + "name": "_SuspendState", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 191 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3938/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 95 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/closures/217", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2371/functions/addStream", + "fixedId": true, + "name": "addStream", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3939/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 95 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 106 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2371/functions/add", + "fixedId": true, + "name": "add", + "owner": { + "type": "@Class", + "id": "classes/2371", + "fixedId": true, + "name": "_AsyncStarStreamController", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3940/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync-patch%2Fasync_patch.dart/0", + "fixedId": true, + "uri": "dart:async-patch/async_patch.dart" + }, + "tokenPos": -1, + "line": 77 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: _TapTracker@310391311" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeUint64%409050071", + "fixedId": true, + "name": "_storeUint64", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 604 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/16", + "fixedId": true, + "name": "_storeUint64", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeUint64%409050071", + "fixedId": true, + "name": "_storeUint64", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 604 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 604 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeInt64%409050071", + "fixedId": true, + "name": "_storeInt64", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 580 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/12", + "fixedId": true, + "name": "_storeInt64", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeInt64%409050071", + "fixedId": true, + "name": "_storeInt64", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 580 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 580 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_checkAbiSpecificIntegerMapping%409050071", + "fixedId": true, + "name": "_checkAbiSpecificIntegerMapping", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 682 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/17", + "fixedId": true, + "name": "_checkAbiSpecificIntegerMapping", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_checkAbiSpecificIntegerMapping%409050071", + "fixedId": true, + "name": "_checkAbiSpecificIntegerMapping", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 682 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 682 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadInt64%409050071", + "fixedId": true, + "name": "_loadInt64", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 487 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/4", + "fixedId": true, + "name": "_loadInt64", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadInt64%409050071", + "fixedId": true, + "name": "_loadInt64", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 487 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 487 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadInt8%409050071", + "fixedId": true, + "name": "_loadInt8", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/1", + "fixedId": true, + "name": "_loadInt8", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadInt8%409050071", + "fixedId": true, + "name": "_loadInt8", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 469 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 469 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeInt16%409050071", + "fixedId": true, + "name": "_storeInt16", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 568 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/10", + "fixedId": true, + "name": "_storeInt16", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeInt16%409050071", + "fixedId": true, + "name": "_storeInt16", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 568 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 568 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_memCopy%409050071", + "fixedId": true, + "name": "_memCopy", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/0", + "fixedId": true, + "name": "_memCopy", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_memCopy%409050071", + "fixedId": true, + "name": "_memCopy", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 458 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 458 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeInt32%409050071", + "fixedId": true, + "name": "_storeInt32", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 574 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/11", + "fixedId": true, + "name": "_storeInt32", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeInt32%409050071", + "fixedId": true, + "name": "_storeInt32", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 574 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 574 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadUint8%409050071", + "fixedId": true, + "name": "_loadUint8", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 493 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/5", + "fixedId": true, + "name": "_loadUint8", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadUint8%409050071", + "fixedId": true, + "name": "_loadUint8", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 493 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 493 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadUint16%409050071", + "fixedId": true, + "name": "_loadUint16", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 499 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/6", + "fixedId": true, + "name": "_loadUint16", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadUint16%409050071", + "fixedId": true, + "name": "_loadUint16", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 499 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 499 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeUint32%409050071", + "fixedId": true, + "name": "_storeUint32", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 598 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/15", + "fixedId": true, + "name": "_storeUint32", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeUint32%409050071", + "fixedId": true, + "name": "_storeUint32", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 598 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 598 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadUint64%409050071", + "fixedId": true, + "name": "_loadUint64", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 511 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/8", + "fixedId": true, + "name": "_loadUint64", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadUint64%409050071", + "fixedId": true, + "name": "_loadUint64", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 511 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 511 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadInt32%409050071", + "fixedId": true, + "name": "_loadInt32", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 481 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/3", + "fixedId": true, + "name": "_loadInt32", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadInt32%409050071", + "fixedId": true, + "name": "_loadInt32", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 481 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 481 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeUint16%409050071", + "fixedId": true, + "name": "_storeUint16", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 592 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/14", + "fixedId": true, + "name": "_storeUint16", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeUint16%409050071", + "fixedId": true, + "name": "_storeUint16", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 592 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 592 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeInt8%409050071", + "fixedId": true, + "name": "_storeInt8", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 562 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/9", + "fixedId": true, + "name": "_storeInt8", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeInt8%409050071", + "fixedId": true, + "name": "_storeInt8", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 562 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 562 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadUint32%409050071", + "fixedId": true, + "name": "_loadUint32", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 505 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/7", + "fixedId": true, + "name": "_loadUint32", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadUint32%409050071", + "fixedId": true, + "name": "_loadUint32", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 505 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 505 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeUint8%409050071", + "fixedId": true, + "name": "_storeUint8", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 586 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/13", + "fixedId": true, + "name": "_storeUint8", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_storeUint8%409050071", + "fixedId": true, + "name": "_storeUint8", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 586 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 586 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadInt16%409050071", + "fixedId": true, + "name": "_loadInt16", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 475 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@9050071/implicit_closures/2", + "fixedId": true, + "name": "_loadInt16", + "owner": { + "type": "@Function", + "id": "libraries/@9050071/functions/_loadInt16%409050071", + "fixedId": true, + "name": "_loadInt16", + "owner": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 475 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 475 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_struct_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2177/functions/get%3Apacking", + "fixedId": true, + "name": "packing", + "owner": { + "type": "@Class", + "id": "classes/2177", + "fixedId": true, + "name": "_FfiStructLayout", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_struct_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_struct_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_struct_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_struct_patch.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_struct_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2177/functions/get%3AfieldTypes", + "fixedId": true, + "name": "fieldTypes", + "owner": { + "type": "@Class", + "id": "classes/2177", + "fixedId": true, + "name": "_FfiStructLayout", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_struct_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_struct_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_struct_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_struct_patch.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_struct_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2176/functions/get%3AvariableLength", + "fixedId": true, + "name": "variableLength", + "owner": { + "type": "@Class", + "id": "classes/2176", + "fixedId": true, + "name": "_FfiInlineArray", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_struct_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_struct_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_struct_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_struct_patch.dart" + }, + "tokenPos": -1, + "line": 52 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_struct_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2176/functions/get%3Alength", + "fixedId": true, + "name": "length", + "owner": { + "type": "@Class", + "id": "classes/2176", + "fixedId": true, + "name": "_FfiInlineArray", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_struct_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_struct_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_struct_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_struct_patch.dart" + }, + "tokenPos": -1, + "line": 49 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_struct_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2176/functions/get%3AelementType", + "fixedId": true, + "name": "elementType", + "owner": { + "type": "@Class", + "id": "classes/2176", + "fixedId": true, + "name": "_FfiInlineArray", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_struct_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_struct_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_struct_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_struct_patch.dart" + }, + "tokenPos": -1, + "line": 46 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2178/functions/get%3AnativeTypes", + "fixedId": true, + "name": "nativeTypes", + "owner": { + "type": "@Class", + "id": "classes/2178", + "fixedId": true, + "name": "_FfiAbiSpecificMapping", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 450 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_native_finalizer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/55/functions/_removeEntries%409050071", + "fixedId": true, + "name": "_removeEntries", + "owner": { + "type": "@Class", + "id": "classes/55", + "fixedId": true, + "name": "_NativeFinalizer", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_native_finalizer_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_native_finalizer_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_native_finalizer_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_native_finalizer_patch.dart" + }, + "tokenPos": -1, + "line": 88 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/finalizer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/54/functions/_runFinalizers%400150898", + "fixedId": true, + "name": "_runFinalizers", + "owner": { + "type": "@Class", + "id": "classes/54", + "fixedId": true, + "name": "_FinalizerImpl", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffinalizer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/finalizer_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3941/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffinalizer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/finalizer_patch.dart" + }, + "tokenPos": -1, + "line": 62 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2559/functions/set%3A_stackTrace%400150898", + "fixedId": true, + "name": "_stackTrace=", + "owner": { + "type": "@Class", + "id": "classes/2559", + "fixedId": true, + "name": "Error", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2559/functions/get%3A_stackTrace%400150898", + "fixedId": true, + "name": "_stackTrace", + "owner": { + "type": "@Class", + "id": "classes/2559", + "fixedId": true, + "name": "Error", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Ferrors.dart/0", + "fixedId": true, + "uri": "dart:core/errors.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ferrors_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/errors_patch.dart" + }, + "tokenPos": -1, + "line": 23 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "type": "@Function", + "id": "classes/66/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/66", + "fixedId": true, + "name": "_Float64x2", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "type": "@Function", + "id": "classes/66/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/66", + "fixedId": true, + "name": "_Float64x2", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "type": "@Function", + "id": "classes/66/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/66", + "fixedId": true, + "name": "_Float64x2", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/65/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/65", + "fixedId": true, + "name": "_Int32x4", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4007 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/65/functions/-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/65", + "fixedId": true, + "name": "_Int32x4", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4007 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/65/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/65", + "fixedId": true, + "name": "_Int32x4", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4005 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart", + "function": { + "type": "@Function", + "id": "classes/65/functions/%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/65", + "fixedId": true, + "name": "_Int32x4", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1, + "line": 4005 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "type": "@Function", + "id": "classes/64/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/64", + "fixedId": true, + "name": "_Float32x4", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "type": "@Function", + "id": "classes/64/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/64", + "fixedId": true, + "name": "_Float32x4", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "type": "@Function", + "id": "classes/64/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/64", + "fixedId": true, + "name": "_Float32x4", + "library": { + "type": "@Library", + "id": "libraries/@8027147", + "fixedId": true, + "name": "dart.typed_data", + "uri": "dart:typed_data" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@8027147/scripts/dart%3Atyped_data-patch%2Ftyped_data_patch.dart/0", + "fixedId": true, + "uri": "dart:typed_data-patch/typed_data_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: bool" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: String" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Float64x2" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Int32x4" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Float32x4" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: double?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 252, + "exclusiveTicks": 252, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: double" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 32 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/double.dart", + "function": { + "type": "@Function", + "id": "classes/62/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/62", + "fixedId": true, + "name": "_Double", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fdouble.dart/0", + "fixedId": true, + "uri": "dart:core-patch/double.dart" + }, + "tokenPos": -1, + "line": 20 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/dyn%3A-", + "fixedId": true, + "name": "-", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/dyn%3A%2A", + "fixedId": true, + "name": "*", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 17 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/integers.dart", + "function": { + "type": "@Function", + "id": "classes/59/functions/dyn%3A%2B", + "fixedId": true, + "name": "+", + "owner": { + "type": "@Class", + "id": "classes/59", + "fixedId": true, + "name": "_IntegerImplementation", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fintegers.dart/0", + "fixedId": true, + "uri": "dart:core-patch/integers.dart" + }, + "tokenPos": -1, + "line": 9 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: int?" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: int" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/dispatchers/14", + "fixedId": true, + "name": "call", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/dispatchers/12", + "fixedId": true, + "name": "call", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/dispatchers/11", + "fixedId": true, + "name": "call", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 1 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/get%3Acall", + "fixedId": true, + "name": "call", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 21 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/set%3A_hash%400150898", + "fixedId": true, + "name": "_hash=", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/get%3A_function_type_arguments%400150898", + "fixedId": true, + "name": "_function_type_arguments", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 38 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/set%3A_instantiator_type_arguments%400150898", + "fixedId": true, + "name": "_instantiator_type_arguments=", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/get%3A_instantiator_type_arguments%400150898", + "fixedId": true, + "name": "_instantiator_type_arguments", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/set%3A_function_type_arguments%400150898", + "fixedId": true, + "name": "_function_type_arguments=", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 38 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/get%3A_hash%400150898", + "fixedId": true, + "name": "_hash", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 54 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/set%3A_context%400150898", + "fixedId": true, + "name": "_context=", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/set%3A_function%400150898", + "fixedId": true, + "name": "_function=", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/get%3A_function%400150898", + "fixedId": true, + "name": "_function", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 42 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/set%3A_delayed_type_arguments%400150898", + "fixedId": true, + "name": "_delayed_type_arguments=", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/get%3A_context%400150898", + "fixedId": true, + "name": "_context", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 44 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/function.dart", + "function": { + "type": "@Function", + "id": "classes/57/functions/get%3A_delayed_type_arguments%400150898", + "fixedId": true, + "name": "_delayed_type_arguments", + "owner": { + "type": "@Class", + "id": "classes/57", + "fixedId": true, + "name": "_Closure", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffunction.dart/0", + "fixedId": true, + "uri": "dart:core-patch/function.dart" + }, + "tokenPos": -1, + "line": 40 + } + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Type" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Function" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Null" + } + }, + { + "kind": "Stub", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Stub] Type Test Type: Object" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/_simpleInstanceOfFalse%400150898", + "fixedId": true, + "name": "_simpleInstanceOfFalse", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 69 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/_simpleInstanceOfTrue%400150898", + "fixedId": true, + "name": "_simpleInstanceOfTrue", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 67 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/_simpleInstanceOf%400150898", + "fixedId": true, + "name": "_simpleInstanceOf", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 64 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "classes/45/functions/_instanceOf%400150898", + "fixedId": true, + "name": "_instanceOf", + "owner": { + "type": "@Class", + "id": "classes/45", + "fixedId": true, + "name": "Object", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fobject.dart/0", + "fixedId": true, + "uri": "dart:core/object.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 55 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_native_finalizer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/55/functions/_handleNativeFinalizerMessage%409050071", + "fixedId": true, + "name": "_handleNativeFinalizerMessage", + "owner": { + "type": "@Class", + "id": "classes/55", + "fixedId": true, + "name": "_NativeFinalizer", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_native_finalizer_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_native_finalizer_patch.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_native_finalizer_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_native_finalizer_patch.dart" + }, + "tokenPos": -1, + "line": 101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/finalizer_patch.dart", + "function": { + "type": "@Function", + "id": "classes/54/functions/_handleFinalizerMessage%400150898", + "fixedId": true, + "name": "_handleFinalizerMessage", + "owner": { + "type": "@Class", + "id": "classes/54", + "fixedId": true, + "name": "_FinalizerImpl", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffinalizer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/finalizer_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3942/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ffinalizer_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/finalizer_patch.dart" + }, + "tokenPos": -1, + "line": 79 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2189/implicit_closures/2", + "fixedId": true, + "name": "_ffi_resolver_function", + "owner": { + "type": "@Function", + "id": "classes/2189/functions/_ffi_resolver_function%409050071", + "fixedId": true, + "name": "_ffi_resolver_function", + "owner": { + "type": "@Class", + "id": "classes/2189", + "fixedId": true, + "name": "Native", + "library": { + "type": "@Library", + "id": "libraries/@9050071", + "fixedId": true, + "name": "dart.ffi", + "uri": "dart:ffi" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi/0", + "fixedId": true, + "uri": "dart:ffi" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3943/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 1937 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@9050071/scripts/dart%3Affi-patch%2Fffi_patch.dart/0", + "fixedId": true, + "uri": "dart:ffi-patch/ffi_patch.dart" + }, + "tokenPos": -1, + "line": 1937 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/internal/symbol.dart", + "function": { + "type": "@Function", + "id": "classes/2153/functions/get%3A_name%4010040228", + "fixedId": true, + "name": "_name", + "owner": { + "type": "@Class", + "id": "classes/2153", + "fixedId": true, + "name": "Symbol", + "library": { + "type": "@Library", + "id": "libraries/@10040228", + "fixedId": true, + "name": "dart._internal", + "uri": "dart:_internal" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsymbol.dart/0", + "fixedId": true, + "uri": "dart:_internal/symbol.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": true, + "implicit": true, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@10040228/scripts/dart%3A_internal%2Fsymbol.dart/0", + "fixedId": true, + "uri": "dart:_internal/symbol.dart" + }, + "tokenPos": -1, + "line": 18 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_objectToString%400150898", + "fixedId": true, + "name": "_objectToString", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 82 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_objectHashCode%400150898", + "fixedId": true, + "name": "_objectHashCode", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 78 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart", + "function": { + "type": "@Function", + "id": "libraries/@0150898/functions/_objectEquals%400150898", + "fixedId": true, + "name": "_objectEquals", + "owner": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fobject_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/object_patch.dart" + }, + "tokenPos": -1, + "line": 74 + } + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "weak_register_no_lock" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "append_referrer(weak_entry_t*, objc_object**)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "objc_loadWeakRetained" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "objc_initWeak" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "objc_copyWeak" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "objc_destroyWeak" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "weak_unregister_no_lock" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19383, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "start" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "mach_o::Platform::value() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_Block_copy" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_call_copy_helpers_excp" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Native] /usr/lib/system/libsystem_blocks.dylib+0x2a78" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Native] /usr/lib/system/libsystem_blocks.dylib+0x2a84" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_availability_version_check" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "nanov2_find_block_and_allocate" + } + }, + { + "kind": "Native", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "szone_malloc_should_clear" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "small_malloc_should_clear" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "small_malloc_from_free_list" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "tiny_malloc_should_clear" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "tiny_malloc_from_free_list" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "free_small" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "free_tiny" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "tiny_free_no_lock" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "tiny_free_list_add_ptr" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "small_free_list_add_ptr" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "_szone_free" + } + }, + { + "kind": "Native", + "inclusiveTicks": 10, + "exclusiveTicks": 10, + "resolvedUrl": "", + "function": { + "name": "nanov2_malloc_type" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "_nanov2_free" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "nanov2_calloc_type" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "nanov2_allocate_outlined" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "_malloc_zone_malloc" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_malloc_zone_realloc" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "_free" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_realloc" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Native] /usr/lib/system/libsystem_malloc.dylib+0x3b938" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "_os_feature_enabled_impl" + } + }, + { + "kind": "Native", + "inclusiveTicks": 8, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "clock_gettime_nsec_np" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "__v2printf" + } + }, + { + "kind": "Native", + "inclusiveTicks": 11, + "exclusiveTicks": 6, + "resolvedUrl": "", + "function": { + "name": "__vfprintf" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "__sfvwrite" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "__ultoa" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "gettimeofday" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "clock_gettime" + } + }, + { + "kind": "Native", + "inclusiveTicks": 13, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "_vsnprintf" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Native] /usr/lib/system/libsystem_c.dylib+0x79608" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Native] /usr/lib/system/libsystem_c.dylib+0x79c74" + } + }, + { + "kind": "Native", + "inclusiveTicks": 41, + "exclusiveTicks": 41, + "resolvedUrl": "", + "function": { + "name": "mach_msg2_trap" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "mk_timer_arm" + } + }, + { + "kind": "Native", + "inclusiveTicks": 39, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "mach_msg" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 7, + "resolvedUrl": "", + "function": { + "name": "mach_continuous_time" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "mach_absolute_time" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "__getpid" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "__commpage_gettimeofday_internal" + } + }, + { + "kind": "Native", + "inclusiveTicks": 58, + "exclusiveTicks": 58, + "resolvedUrl": "", + "function": { + "name": "__psynch_mutexwait" + } + }, + { + "kind": "Native", + "inclusiveTicks": 13, + "exclusiveTicks": 13, + "resolvedUrl": "", + "function": { + "name": "__psynch_mutexdrop" + } + }, + { + "kind": "Native", + "inclusiveTicks": 18, + "exclusiveTicks": 18, + "resolvedUrl": "", + "function": { + "name": "__munmap" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "__psynch_cvsignal" + } + }, + { + "kind": "Native", + "inclusiveTicks": 39, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "mach_msg_overwrite" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "vm_map" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_kernelrpc_vm_map" + } + }, + { + "kind": "Native", + "inclusiveTicks": 6, + "exclusiveTicks": 6, + "resolvedUrl": "", + "function": { + "name": "pthread_mutex_lock" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "_pthread_mutex_lock_init_slow" + } + }, + { + "kind": "Native", + "inclusiveTicks": 58, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_pthread_mutex_firstfit_lock_slow" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 7, + "resolvedUrl": "", + "function": { + "name": "pthread_mutex_unlock" + } + }, + { + "kind": "Native", + "inclusiveTicks": 13, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_pthread_mutex_firstfit_unlock_slow" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "pthread_self" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "dyld_get_active_platform" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "_tlv_get_addr" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 4, + "resolvedUrl": "", + "function": { + "name": "_platform_strlen" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "os_unfair_lock_lock" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "_platform_memset" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "_platform_memmove" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "_platform_strcmp$VARIANT$Base" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "__CFStringHash" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "-[__NSCFArray objectAtIndex:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_CFXNotificationPost" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "CFAbsoluteTimeGetCurrent" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CFRepositionTimerInMode" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CFArmNextTimerInMode" + } + }, + { + "kind": "Native", + "inclusiveTicks": 39, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "CFRunLoopWakeUp" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19386, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "CFRunLoopRunSpecific" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19387, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CFRunLoopRun" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19383, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CFRunLoopDoSources0" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19383, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CFRunLoopDoSource0" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19383, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CFRunLoopDoTimers" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CFRunLoopDoTimer" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__" + } + }, + { + "kind": "Native", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "CFRunLoopTimerSetNextFireDate" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_CFXRegistrationPost" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "___CFXRegistrationPost_block_invoke" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "_CFRetain" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "CF_IS_OBJC" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "_CFRelease" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSConcreteMapTable objectForKey:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "probeGC" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSNotificationCenter postNotificationName:object:userInfo:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$s10Foundation19_NSSwiftProcessInfoC24isOperatingSystemAtLeastySbSo011NSOperatingG7VersionaFTo" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$s10Foundation19_NSSwiftProcessInfoC22operatingSystemVersionSo011NSOperatingfG0avgTf4d_n" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$s10Foundation19_NSSwiftProcessInfoC24isOperatingSystemAtLeastySbSo011NSOperatingG7VersionaFTf4nd_n" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "TDescriptor::Hash() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "TBaseFont::CopyOpticalSizeAxis() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "CTFontGetAscent" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "TFont::InitStrikeMetrics() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "CTFontGetBoundingRectsForGlyphs" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "TFont::GetBoundingBoxesForGlyphs(unsigned short const*, CGRect*, long, CTFontOrientation) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "TDescriptor::InitBaseFont(unsigned long, double)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "CTFontGetAdvancesForGlyphs" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "TFont::GetStrikeMetrics(bool) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "TFont::GetAdvancesForGlyphs(unsigned short const*, double*, AdvanceStride, long, CTFontOrientation, std::__1::optional, CGAffineTransform const*) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "TFont::GetAdvancesForGlyphsWithStyleFromCG(unsigned int, unsigned short const*, double*, AdvanceStride, long, CGAffineTransform const&, bool, double, bool) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "GetGlyphAdvancesForStyle(CGFont*, CGAffineTransform const*, unsigned int, unsigned short const*, long, double*, AdvanceStride)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "StrikeMetrics::ApplyTransform(CGAffineTransform)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19385, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "NSApplicationMain" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19385, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSApplication run]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19385, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_DPSNextEvent" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSWindow(NSEventRouting) sendEvent:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSApplication _handleActivatedEvent:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSApplication _handleDeactivateEvent:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_NXFinishActivation" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSApplication _handleEvent:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSApplication(NSEventRouting) sendEvent:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19384, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__NSGetMetaFontInstanceWithType" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "+[__NSFontTypefaceInfo typefaceInfoForFontDescriptor:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[__NSFontTypefaceInfo fontInstanceForFontDescriptor:size:affineTransform:renderingMode:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[__NSFontTypefaceInfo fontInstanceForKey:renderingMode:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[NSFont initWithTypefaceInfo:key:renderingMode:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "-[__NSFontExtraData initWithFont:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CTFontGetExtraData" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "+[NSFont systemFontOfSize:width:]" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__CTFontGetExtraData.cold.1" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "get_glyph_bboxes" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "get_glyph_advances" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "get_glyph_ideal_advances" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "FPFontGetGlyphIdealBounds" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "TFPFont::GetGlyphIdealBounds(unsigned int) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "TFPFont::CopyGlyphPath(unsigned int) const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "TGlyphOutlineDictionaryCache::Copy(unsigned int)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19386, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "RunCurrentEventLoopInMode" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19386, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "ReceiveNextEventCommon" + } + }, + { + "kind": "Native", + "inclusiveTicks": 19386, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_BlockUntilNextEventMatchingListInModeWithFilter" + } + }, + { + "kind": "Native", + "inclusiveTicks": 3, + "exclusiveTicks": 3, + "resolvedUrl": "", + "function": { + "name": "round" + } + }, + { + "kind": "Native", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF" + } + }, + { + "kind": "Native", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "$sSa034_makeUniqueAndReserveCapacityIfNotB0yyF" + } + }, + { + "kind": "Native", + "inclusiveTicks": 8, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "$sSa6appendyyxnF" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "$sSSySJSS5IndexVcig" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__swift_instantiateCanonicalPrespecializedGenericMetadata" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "swift::TargetContextDescriptor::getGenericContext() const" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 2, + "resolvedUrl": "", + "function": { + "name": "_swift_isClassOrObjCExistentialType" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "swift::swift_slowAllocTyped(unsigned long, unsigned long, unsigned long long)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_swift_allocObject_" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "std::__1::pair swift::ConcurrentReadableHashMap::find(unsigned int const&, swift::ConcurrentReadableHashMap::IndexStorage, unsigned long, MallocTypeCacheEntry*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "_swift_getGenericMetadata(swift::MetadataRequest, void const* const*, swift::TargetTypeContextDescriptor const*)" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "__isPlatformVersionAtLeast" + } + }, + { + "kind": "Native", + "inclusiveTicks": 2, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "__isPlatformOrVariantPlatformVersionAtLeast" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Native] /usr/lib/swift/libswiftCore.dylib+0x472b0c" + } + }, + { + "kind": "Native", + "inclusiveTicks": 1, + "exclusiveTicks": 1, + "resolvedUrl": "", + "function": { + "name": "[Native] /usr/lib/swift/libswiftCore.dylib+0x472b70" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "VM" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Dart" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Runtime" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Native" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Root" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 18, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Truncated]" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[No Code]" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Optimized Code]" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Unoptimized Code]" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Native Code]" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Inline Start]" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "[Inline End]" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Default" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Closure_equals" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Object_runtimeType" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Developer_postEvent" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Timeline_reportTaskEvent" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "Unknown native entry" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DRT_AllocateArray" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DRT_AllocateDouble" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DRT_AllocateObject" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DLRT_NewMarkingStackBlockProcess" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DRT_Instanceof" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DRT_InterruptOrStackOverflow" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DLRT_EnterHandleScope" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DLRT_ExitHandleScope" + } + }, + { + "kind": "Tag", + "inclusiveTicks": 0, + "exclusiveTicks": 0, + "resolvedUrl": "", + "function": { + "name": "DLRT_LibcRound" + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/cupertino/colors.dart", + "function": { + "type": "@Function", + "id": "classes/1353/functions/resolve", + "fixedId": true, + "name": "resolve", + "owner": { + "type": "@Class", + "id": "classes/1353", + "fixedId": true, + "name": "CupertinoDynamicColor", + "library": { + "type": "@Library", + "id": "libraries/@372482824", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@372482824/scripts/package%3Aflutter%2Fsrc%2Fcupertino%2Fcolors.dart/0", + "fixedId": true, + "uri": "package:flutter/src/cupertino/colors.dart" + }, + "tokenPos": -1, + "line": 940 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 42, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1460/functions/rebuild", + "fixedId": true, + "name": "rebuild", + "owner": { + "type": "@Class", + "id": "classes/1460", + "fixedId": true, + "name": "Element", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 5406 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_drawShadow%4017065589", + "fixedId": true, + "name": "_drawShadow", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7225 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 92, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/699/functions/repaintCompositedChild", + "fixedId": true, + "name": "repaintCompositedChild", + "owner": { + "type": "@Class", + "id": "classes/699", + "fixedId": true, + "name": "PaintingContext", + "library": { + "type": "@Library", + "id": "libraries/@248266271", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/object.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 119 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2776/functions/_constructor%4017065589", + "fixedId": true, + "name": "_constructor", + "owner": { + "type": "@Class", + "id": "classes/2776", + "fixedId": true, + "name": "_NativeParagraphBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3553 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 40, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/535/closures/808", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/535/functions/defaultHitTestChildren", + "fixedId": true, + "name": "defaultHitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/535", + "fixedId": true, + "name": "_RenderStack&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3336 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3344 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 31, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/548/closures/818", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/548/functions/defaultHitTestChildren", + "fixedId": true, + "name": "defaultHitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/548", + "fixedId": true, + "name": "_RenderCustomMultiChildLayoutBox&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@239472081", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@239472081/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fcustom_layout.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/custom_layout.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3336 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3344 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 48, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/overlay.dart", + "function": { + "type": "@Function", + "id": "classes/533/closures/974", + "fixedId": true, + "name": "childHitTest", + "owner": { + "type": "@Function", + "id": "classes/533/functions/hitTestChildren", + "fixedId": true, + "name": "hitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/533", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin&_RenderTheaterMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1097 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1, + "line": 1105 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 39, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1848/functions/_render%4017065589", + "fixedId": true, + "name": "_render", + "owner": { + "type": "@Class", + "id": "classes/1848", + "fixedId": true, + "name": "FlutterView", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 386 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2784/functions/_endRecording%4017065589", + "fixedId": true, + "name": "_endRecording", + "owner": { + "type": "@Class", + "id": "classes/2784", + "fixedId": true, + "name": "_NativePictureRecorder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7452 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 111, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/platform_dispatcher.dart", + "function": { + "type": "@Function", + "id": "classes/1884/functions/scheduleFrame", + "fixedId": true, + "name": "scheduleFrame", + "owner": { + "type": "@Class", + "id": "classes/1884", + "fixedId": true, + "name": "PlatformDispatcher", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fplatform_dispatcher.dart/0", + "fixedId": true, + "uri": "dart:ui/platform_dispatcher.dart" + }, + "tokenPos": -1, + "line": 855 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 11, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2359/functions/_equals%403099033", + "fixedId": true, + "name": "_equals", + "owner": { + "type": "@Class", + "id": "classes/2359", + "fixedId": true, + "name": "__Map&_HashVMBase&MapMixin&_HashBase&_OperatorEqualsAndHashCode", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3944/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + }, + { + "type": "@Instance", + "id": "objects/3945/0", + "kind": "TypeParameter", + "identityHashCode": 1744222997, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X1" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 331 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array.dart", + "function": { + "type": "@Function", + "id": "classes/90/functions/_List%400150898.generate", + "fixedId": true, + "name": "_List.generate", + "owner": { + "type": "@Class", + "id": "classes/90", + "fixedId": true, + "name": "_List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3946/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array.dart" + }, + "tokenPos": -1, + "line": 114 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 9, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2499/functions/List.generate", + "fixedId": true, + "name": "List.generate", + "owner": { + "type": "@Class", + "id": "classes/2499", + "fixedId": true, + "name": "List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Flist.dart/0", + "fixedId": true, + "uri": "dart:core/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3947/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array_patch.dart" + }, + "tokenPos": -1, + "line": 41 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/compact_hash.dart", + "function": { + "type": "@Function", + "id": "classes/2363/functions/_isDeleted%403099033", + "fixedId": true, + "name": "_isDeleted", + "owner": { + "type": "@Class", + "id": "classes/2363", + "fixedId": true, + "name": "_HashBase", + "library": { + "type": "@Library", + "id": "libraries/@3099033", + "fixedId": true, + "name": "dart._compact_hash", + "uri": "dart:_compact_hash" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1 + } + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@3099033/scripts/dart%3A_compact_hash/0", + "fixedId": true, + "uri": "dart:_compact_hash" + }, + "tokenPos": -1, + "line": 285 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 10, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1028/functions/postEvent", + "fixedId": true, + "name": "postEvent", + "owner": { + "type": "@Class", + "id": "classes/1028", + "fixedId": true, + "name": "BindingBase", + "library": { + "type": "@Library", + "id": "libraries/@27264518", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@27264518/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/binding.dart" + }, + "tokenPos": -1, + "line": 843 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_clipPath%4017065589", + "fixedId": true, + "name": "_clipPath", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6680 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/clipPath", + "fixedId": true, + "name": "clipPath", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6675 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 14, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/material/material.dart", + "function": { + "type": "@Function", + "id": "classes/760/functions/_paint%40100372823", + "fixedId": true, + "name": "_paint", + "owner": { + "type": "@Class", + "id": "classes/760", + "fixedId": true, + "name": "InkFeature", + "library": { + "type": "@Library", + "id": "libraries/@100372823", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/material/material.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@100372823/scripts/package%3Aflutter%2Fsrc%2Fmaterial%2Fmaterial.dart/0", + "fixedId": true, + "uri": "package:flutter/src/material/material.dart" + }, + "tokenPos": -1, + "line": 767 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 18, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/stack.dart", + "function": { + "type": "@Function", + "id": "classes/536/functions/paintStack", + "fixedId": true, + "name": "paintStack", + "owner": { + "type": "@Class", + "id": "classes/536", + "fixedId": true, + "name": "RenderStack", + "library": { + "type": "@Library", + "id": "libraries/@260419958", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/stack.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@260419958/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fstack.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/stack.dart" + }, + "tokenPos": -1, + "line": 701 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/666/functions/get%3Aparagraph", + "fixedId": true, + "name": "paragraph", + "owner": { + "type": "@Class", + "id": "classes/666", + "fixedId": true, + "name": "_TextPainterLayoutCacheWithOffset", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 464 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/restore", + "fixedId": true, + "name": "restore", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6583 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/_constructor%4017065589", + "fixedId": true, + "name": "_constructor", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 3159 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/_NativePath%4017065589.", + "fixedId": true, + "name": "_NativePath", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 3151 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/_constructor%4017065589", + "fixedId": true, + "name": "_constructor", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 599 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/_paint%4017065589", + "fixedId": true, + "name": "_paint", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3316 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_drawCircle%4017065589", + "fixedId": true, + "name": "_drawCircle", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6827 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2785/functions/_dispose%4017065589", + "fixedId": true, + "name": "_dispose", + "owner": { + "type": "@Class", + "id": "classes/2785", + "fixedId": true, + "name": "_NativePicture", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7362 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 5, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2785/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/2785", + "fixedId": true, + "name": "_NativePicture", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7349 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/math.dart", + "function": { + "type": "@Function", + "id": "libraries/@17065589/functions/clampDouble", + "fixedId": true, + "name": "clampDouble", + "owner": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fmath.dart/0", + "fixedId": true, + "uri": "dart:ui/math.dart" + }, + "tokenPos": -1, + "line": 13 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 96, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1029/functions/handlePointerEvent", + "fixedId": true, + "name": "handlePointerEvent", + "owner": { + "type": "@Class", + "id": "classes/1029", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/binding.dart" + }, + "tokenPos": -1, + "line": 382 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/_layout%4017065589", + "fixedId": true, + "name": "_layout", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3201 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/layout", + "fixedId": true, + "name": "layout", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3192 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/_pushOpacity%4017065589", + "fixedId": true, + "name": "_pushOpacity", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 817 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/layer.dart", + "function": { + "type": "@Function", + "id": "classes/481/functions/_addToSceneWithRetainedRendering%40245518307", + "fixedId": true, + "name": "_addToSceneWithRetainedRendering", + "owner": { + "type": "@Class", + "id": "classes/481", + "fixedId": true, + "name": "Layer", + "library": { + "type": "@Library", + "id": "libraries/@245518307", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/layer.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@245518307/scripts/package%3Aflutter%2Fsrc%2Frendering%2Flayer.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/layer.dart" + }, + "tokenPos": -1, + "line": 696 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/_build%4017065589", + "fixedId": true, + "name": "_build", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 1079 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 7, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/framework.dart", + "function": { + "type": "@Function", + "id": "classes/1467/functions/_performRebuild%40163042623", + "fixedId": true, + "name": "_performRebuild", + "owner": { + "type": "@Class", + "id": "classes/1467", + "fixedId": true, + "name": "RenderObjectElement", + "library": { + "type": "@Library", + "id": "libraries/@163042623", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/framework.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/framework.dart" + }, + "tokenPos": -1, + "line": 6734 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2794/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/2794", + "fixedId": true, + "name": "_NativeEngineLayer", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 2832 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/1920/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/1920", + "fixedId": true, + "name": "_EngineLayerWrapper", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 101 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1917/functions/get%3Ady", + "fixedId": true, + "name": "dy", + "owner": { + "type": "@Class", + "id": "classes/1917", + "fixedId": true, + "name": "Offset", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 137 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/geometry.dart", + "function": { + "type": "@Function", + "id": "classes/1913/functions/get%3Awidth", + "fixedId": true, + "name": "width", + "owner": { + "type": "@Class", + "id": "classes/1913", + "fixedId": true, + "name": "Rect", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fgeometry.dart/0", + "fixedId": true, + "uri": "dart:ui/geometry.dart" + }, + "tokenPos": -1, + "line": 703 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/get%3AmaxIntrinsicWidth", + "fixedId": true, + "name": "maxIntrinsicWidth", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3176 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/painting/text_painter.dart", + "function": { + "type": "@Function", + "id": "classes/667/functions/get%3AmaxIntrinsicLineExtent", + "fixedId": true, + "name": "maxIntrinsicLineExtent", + "owner": { + "type": "@Class", + "id": "classes/667", + "fixedId": true, + "name": "_TextLayout", + "library": { + "type": "@Library", + "id": "libraries/@359105366", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@359105366/scripts/package%3Aflutter%2Fsrc%2Fpainting%2Ftext_painter.dart/0", + "fixedId": true, + "uri": "package:flutter/src/painting/text_painter.dart" + }, + "tokenPos": -1, + "line": 334 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_constructor%4017065589", + "fixedId": true, + "name": "_constructor", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6526 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 8, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/text.dart", + "function": { + "type": "@Function", + "id": "classes/2777/functions/_getClosestGlyphInfoForOffset%4017065589", + "fixedId": true, + "name": "_getClosestGlyphInfoForOffset", + "owner": { + "type": "@Class", + "id": "classes/2777", + "fixedId": true, + "name": "_NativeParagraph", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Ftext.dart/0", + "fixedId": true, + "uri": "dart:ui/text.dart" + }, + "tokenPos": -1, + "line": 3265 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/proxy_box.dart", + "function": { + "type": "@Function", + "id": "classes/1788/functions/shouldReclip", + "fixedId": true, + "name": "shouldReclip", + "owner": { + "type": "@Class", + "id": "classes/1788", + "fixedId": true, + "name": "ShapeBorderClipper", + "library": { + "type": "@Library", + "id": "libraries/@251160605", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@251160605/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fproxy_box.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/proxy_box.dart" + }, + "tokenPos": -1, + "line": 1406 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/_addRRect%4017065589", + "fixedId": true, + "name": "_addRRect", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 3379 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/addRRect", + "fixedId": true, + "name": "addRRect", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 3373 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/core/duration.dart", + "function": { + "type": "@Function", + "id": "classes/2761/functions/get%3AinMicroseconds", + "fixedId": true, + "name": "inMicroseconds", + "owner": { + "type": "@Class", + "id": "classes/2761", + "fixedId": true, + "name": "Duration", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Fduration.dart/0", + "fixedId": true, + "uri": "dart:core/duration.dart" + }, + "tokenPos": -1, + "line": 303 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/_pushTransform%4017065589", + "fixedId": true, + "name": "_pushTransform", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 667 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/array_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2499/functions/List.of", + "fixedId": true, + "name": "List.of", + "owner": { + "type": "@Class", + "id": "classes/2499", + "fixedId": true, + "name": "List", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore%2Flist.dart/0", + "fixedId": true, + "uri": "dart:core/list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3948/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Farray_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/array_patch.dart" + }, + "tokenPos": -1, + "line": 36 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 2, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/foundation/observer_list.dart", + "function": { + "type": "@Function", + "id": "classes/2506/closures/295", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/2506/functions/toList", + "fixedId": true, + "name": "toList", + "owner": { + "type": "@Class", + "id": "classes/2506", + "fixedId": true, + "name": "HashedObserverList", + "library": { + "type": "@Library", + "id": "libraries/@36023516", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3949/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 155 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@36023516/scripts/package%3Aflutter%2Fsrc%2Ffoundation%2Fobserver_list.dart/0", + "fixedId": true, + "uri": "package:flutter/src/foundation/observer_list.dart" + }, + "tokenPos": -1, + "line": 158 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/_contains%4017065589", + "fixedId": true, + "name": "_contains", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 3450 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_drawRRect%4017065589", + "fixedId": true, + "name": "_drawRRect", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6765 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2318/functions/_equals%404220832", + "fixedId": true, + "name": "_equals", + "owner": { + "type": "@Class", + "id": "classes/2318", + "fixedId": true, + "name": "_HashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3950/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 608 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/object.dart", + "function": { + "type": "@Function", + "id": "classes/532/functions/get%3AlastChild", + "fixedId": true, + "name": "lastChild", + "owner": { + "type": "@Class", + "id": "classes/532", + "fixedId": true, + "name": "__RenderTheater&RenderBox&ContainerRenderObjectMixin", + "library": { + "type": "@Library", + "id": "libraries/@185319124", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@185319124/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Foverlay.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/overlay.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@175188862/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fobject.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/object.dart" + }, + "tokenPos": -1, + "line": 4508 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 430, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart", + "function": { + "type": "@Function", + "id": "classes/92/functions/_GrowableList%400150898.generate", + "fixedId": true, + "name": "_GrowableList.generate", + "owner": { + "type": "@Class", + "id": "classes/92", + "fixedId": true, + "name": "_GrowableList", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3951/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": true, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Fgrowable_array.dart/0", + "fixedId": true, + "uri": "dart:core-patch/growable_array.dart" + }, + "tokenPos": -1, + "line": 135 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 4, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2793/functions/_shift%4017065589", + "fixedId": true, + "name": "_shift", + "owner": { + "type": "@Class", + "id": "classes/2793", + "fixedId": true, + "name": "_NativePath", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 3461 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/_internal/vm_shared/lib/collection_patch.dart", + "function": { + "type": "@Function", + "id": "classes/2320/functions/_equals%404220832", + "fixedId": true, + "name": "_equals", + "owner": { + "type": "@Class", + "id": "classes/2320", + "fixedId": true, + "name": "_IdentityHashSet", + "library": { + "type": "@Library", + "id": "libraries/@4220832", + "fixedId": true, + "name": "dart.collection", + "uri": "dart:collection" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3952/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@4220832/scripts/dart%3Acollection-patch%2Fcollection_patch.dart/0", + "fixedId": true, + "uri": "dart:collection-patch/collection_patch.dart" + }, + "tokenPos": -1, + "line": 801 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2784/functions/_constructor%4017065589", + "fixedId": true, + "name": "_constructor", + "owner": { + "type": "@Class", + "id": "classes/2784", + "fixedId": true, + "name": "_NativePictureRecorder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7431 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2784/functions/_NativePictureRecorder%4017065589.", + "fixedId": true, + "name": "_NativePictureRecorder", + "owner": { + "type": "@Class", + "id": "classes/2784", + "fixedId": true, + "name": "_NativePictureRecorder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 7427 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/1901/functions/Paint.", + "fixedId": true, + "name": "Paint", + "owner": { + "type": "@Class", + "id": "classes/1901", + "fixedId": true, + "name": "Paint", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 1274 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_clipRect%4017065589", + "fixedId": true, + "name": "_clipRect", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6644 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/painting.dart", + "function": { + "type": "@Function", + "id": "classes/2786/functions/_transform%4017065589", + "fixedId": true, + "name": "_transform", + "owner": { + "type": "@Class", + "id": "classes/2786", + "fixedId": true, + "name": "_NativeCanvas", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fpainting.dart/0", + "fixedId": true, + "uri": "dart:ui/painting.dart" + }, + "tokenPos": -1, + "line": 6621 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/_addPicture%4017065589", + "fixedId": true, + "name": "_addPicture", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 1025 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2796/functions/_pushOffset%4017065589", + "fixedId": true, + "name": "_pushOffset", + "owner": { + "type": "@Class", + "id": "classes/2796", + "fixedId": true, + "name": "_NativeSceneBuilder", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 682 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/window.dart", + "function": { + "type": "@Function", + "id": "classes/1848/functions/get%3AdevicePixelRatio", + "fixedId": true, + "name": "devicePixelRatio", + "owner": { + "type": "@Class", + "id": "classes/1848", + "fixedId": true, + "name": "FlutterView", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fwindow.dart/0", + "fixedId": true, + "uri": "dart:ui/window.dart" + }, + "tokenPos": -1, + "line": 142 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 14, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/rendering/box.dart", + "function": { + "type": "@Function", + "id": "classes/543/closures/691", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/543/functions/defaultHitTestChildren", + "fixedId": true, + "name": "defaultHitTestChildren", + "owner": { + "type": "@Class", + "id": "classes/543", + "fixedId": true, + "name": "_RenderFlex&RenderBox&ContainerRenderObjectMixin&RenderBoxContainerDefaultsMixin", + "library": { + "type": "@Library", + "id": "libraries/@244478290", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/rendering/flex.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@244478290/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fflex.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/flex.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3336 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@238392247/scripts/package%3Aflutter%2Fsrc%2Frendering%2Fbox.dart/0", + "fixedId": true, + "uri": "package:flutter/src/rendering/box.dart" + }, + "tokenPos": -1, + "line": 3344 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 3, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/widgets/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1035/functions/_handleBuildScheduled%40151399801", + "fixedId": true, + "name": "_handleBuildScheduled", + "owner": { + "type": "@Class", + "id": "classes/1035", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding&ServicesBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1, + "line": 1118 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/scheduler/binding.dart", + "function": { + "type": "@Function", + "id": "classes/1030/functions/get%3AschedulerPhase", + "fixedId": true, + "name": "schedulerPhase", + "owner": { + "type": "@Class", + "id": "classes/1030", + "fixedId": true, + "name": "_WidgetsFlutterBinding&BindingBase&GestureBinding&SchedulerBinding", + "library": { + "type": "@Library", + "id": "libraries/@151399801", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/widgets/binding.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@148236006/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/widgets/binding.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@151399801/scripts/package%3Aflutter%2Fsrc%2Fscheduler%2Fbinding.dart/0", + "fixedId": true, + "uri": "package:flutter/src/scheduler/binding.dart" + }, + "tokenPos": -1, + "line": 868 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/third_party/dart/sdk/lib/async/future_impl.dart", + "function": { + "type": "@Function", + "id": "classes/2440/functions/get%3A_mayComplete%405048458", + "fixedId": true, + "name": "_mayComplete", + "owner": { + "type": "@Class", + "id": "classes/2440", + "fixedId": true, + "name": "_Future", + "library": { + "type": "@Library", + "id": "libraries/@5048458", + "fixedId": true, + "name": "dart.async", + "uri": "dart:async" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1 + }, + "typeParameters": [ + { + "type": "@Instance", + "id": "objects/3953/0", + "kind": "TypeParameter", + "identityHashCode": 1448553896, + "class": { + "type": "@Class", + "id": "classes/52", + "fixedId": true, + "name": "_TypeParameter", + "library": { + "type": "@Library", + "id": "libraries/@0150898", + "fixedId": true, + "name": "dart.core", + "uri": "dart:core" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@0150898/scripts/dart%3Acore-patch%2Ftype_patch.dart/0", + "fixedId": true, + "uri": "dart:core-patch/type_patch.dart" + }, + "tokenPos": -1 + } + }, + "name": "X0" + } + ] + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@5048458/scripts/dart%3Aasync%2Ffuture_impl.dart/0", + "fixedId": true, + "uri": "dart:async/future_impl.dart" + }, + "tokenPos": -1, + "line": 374 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/flutter/packages/flutter/lib/src/gestures/hit_test.dart", + "function": { + "type": "@Function", + "id": "classes/857/functions/get%3Apath", + "fixedId": true, + "name": "path", + "owner": { + "type": "@Class", + "id": "classes/857", + "fixedId": true, + "name": "HitTestResult", + "library": { + "type": "@Library", + "id": "libraries/@306494604", + "fixedId": true, + "name": "", + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": true, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@306494604/scripts/package%3Aflutter%2Fsrc%2Fgestures%2Fhit_test.dart/0", + "fixedId": true, + "uri": "package:flutter/src/gestures/hit_test.dart" + }, + "tokenPos": -1, + "line": 134 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 1, + "exclusiveTicks": 0, + "resolvedUrl": "org-dartlang-sdk:///flutter/lib/ui/compositing.dart", + "function": { + "type": "@Function", + "id": "classes/2797/functions/dispose", + "fixedId": true, + "name": "dispose", + "owner": { + "type": "@Class", + "id": "classes/2797", + "fixedId": true, + "name": "_NativeScene", + "library": { + "type": "@Library", + "id": "libraries/@17065589", + "fixedId": true, + "name": "dart.ui", + "uri": "dart:ui" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@17065589/scripts/dart%3Aui%2Fcompositing.dart/0", + "fixedId": true, + "uri": "dart:ui/compositing.dart" + }, + "tokenPos": -1, + "line": 81 + } + } + }, + { + "kind": "Dart", + "inclusiveTicks": 163, + "exclusiveTicks": 0, + "resolvedUrl": "file:///Users/elliottbrooks/dev/test_apps/cpu_profiler_app/lib/main.dart", + "function": { + "type": "@Function", + "id": "classes/1458/closures/671", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/closures/670", + "fixedId": true, + "name": "", + "owner": { + "type": "@Function", + "id": "classes/1458/functions/_sortLargeList%4025478080", + "fixedId": true, + "name": "_sortLargeList", + "owner": { + "type": "@Class", + "id": "classes/1458", + "fixedId": true, + "name": "_MyHomePageState", + "library": { + "type": "@Library", + "id": "libraries/@25478080", + "fixedId": true, + "name": "", + "uri": "package:cpu_profiler_app/main.dart" + }, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 98 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 102 + } + }, + "static": false, + "const": false, + "implicit": false, + "abstract": false, + "isGetter": false, + "isSetter": false, + "location": { + "type": "SourceLocation", + "script": { + "type": "@Script", + "id": "libraries/@25478080/scripts/package%3Acpu_profiler_app%2Fmain.dart/0", + "fixedId": true, + "uri": "package:cpu_profiler_app/main.dart" + }, + "tokenPos": -1, + "line": 105 + } + } + } + ], + "samples": [ + { + "tid": 259, + "timestamp": 651087047959, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087048293, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087048629, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087048961, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087049299, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087049632, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087049968, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087050302, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087050638, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087050969, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087051304, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087051638, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087051974, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087052311, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087052645, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087052983, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087053313, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087053650, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087053982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087054321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087054658, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087054995, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087055330, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087055661, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087055997, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087056332, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087056666, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087057001, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087057333, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087057660, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087057995, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087058329, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087058665, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087059002, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087059341, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087059675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087060010, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087060348, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087060682, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087061008, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087061346, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087061680, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087062014, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087062354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087062689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087062970, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087063304, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087063635, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087063972, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087064307, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087064639, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087064974, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087065316, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087065648, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087065977, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087066307, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087066642, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087066978, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087067307, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087067644, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087067972, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087068310, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087068650, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087068983, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087069321, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087069663, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087070008, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087070344, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087070684, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087071021, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087071361, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087071692, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087072024, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087072361, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087072695, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087073028, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087073369, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087073699, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087074034, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087074369, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087074709, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087075046, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087075382, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087075718, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087076054, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087076394, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087076732, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087077072, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087077407, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087077745, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087078085, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087078423, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087078759, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087079095, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087079428, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087079765, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087080099, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087080434, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087080767, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087081102, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087081441, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087081778, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087082112, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087082443, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087082776, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087083108, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087083445, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087083777, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087084114, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087084449, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087084787, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087085121, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087085454, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087085787, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087086119, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087086447, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087086791, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087087131, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087087468, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087087806, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087088141, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087088477, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087088813, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087089149, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087089485, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087089823, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087090160, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087090494, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087090829, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087091163, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087091493, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087091828, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087092167, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087092504, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087092841, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087093176, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087093514, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087093846, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087094185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087094518, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087094847, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087095188, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087095522, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087095862, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087096198, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087096533, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087096872, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087097208, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087097547, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087097882, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087098217, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087098554, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087098885, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087099219, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087099559, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087099896, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087100231, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087100566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087100903, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087101239, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087101578, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087101911, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087102250, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087102595, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087102937, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087103270, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087103606, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087103945, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087104282, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087104617, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087104943, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087105278, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087105611, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087105946, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087106280, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087106615, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087106957, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087107291, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087107628, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087107964, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087108299, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087108635, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087108971, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087109311, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087109649, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087109989, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087110328, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087110667, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087111000, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087111336, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087111669, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087112004, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087112337, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087112673, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087113010, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087113340, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087113676, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087114010, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087114346, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087114682, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087115017, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087115358, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087115693, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087116029, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087116365, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087116700, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087117036, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087117374, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087117712, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087118048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087118388, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087118722, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087119058, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087119396, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087119740, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087120084, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087120363, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087120703, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087121038, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087121369, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087121703, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087122037, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087122377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087122714, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087123050, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087123390, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087123722, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087124049, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087124380, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087124716, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087125050, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087125386, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087125723, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087126068, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087126405, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087126744, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087127080, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087127414, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087127743, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087128086, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087128425, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087128766, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087129101, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087129435, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087129774, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087130112, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087130452, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087130786, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087131121, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087131454, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087131787, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087132124, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087132461, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087132797, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087133132, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087133468, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087133804, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087134140, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087134477, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087134816, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087135155, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087135491, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087135825, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087136165, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087136496, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087136836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087137170, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087137510, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087137845, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087138188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087138522, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087138855, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087139189, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087139520, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087139857, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087140193, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087140532, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087140864, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087141199, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087141534, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087141869, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087142205, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087142539, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087142878, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087143215, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087143553, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087143892, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087144227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087144564, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087144894, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087145233, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087145570, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087145905, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087146240, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087146572, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087146907, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087147238, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087147572, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087147905, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087148241, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087148580, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087148913, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087149250, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087149584, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087149920, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087150257, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087150596, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087150932, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087151270, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087151605, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087151941, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087152281, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087152614, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087152948, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087153284, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087153617, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087153949, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087154284, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087154624, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087154955, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087155287, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087155621, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087155955, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087156291, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087156632, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087156968, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087157300, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087157631, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087157961, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087158297, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087158629, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087158964, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087159295, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087159633, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087159970, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087160308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087160647, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087160987, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087161321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087161659, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087161994, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087162331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087162666, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087163001, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087163335, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087163669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087164004, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087164340, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087164677, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087165010, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087165319, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087165650, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087165985, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087166319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087166654, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087166990, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087167327, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087167662, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087168001, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087168339, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087168677, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087169017, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087169348, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087169682, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087170014, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087170351, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087170684, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087171022, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087171352, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087171687, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087172023, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087172357, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087172693, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087173028, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087173362, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087173661, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087173996, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087174325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087174658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087174989, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087175328, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087175656, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087175989, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087176321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087176665, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087177006, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087177342, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087177677, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087178019, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087178353, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087178691, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087179026, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087179367, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087179705, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087180040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087180374, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087180708, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087181044, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087181378, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087181710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087182045, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087182373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087182701, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087183032, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087183367, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087183706, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087184044, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087184377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087184711, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087185048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087185386, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087185725, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087186060, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087186395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087186734, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087187070, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087187404, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087187736, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087188072, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087188405, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087188740, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087189074, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087189404, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087189744, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087190079, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087190413, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087190741, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087191076, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087191411, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087191745, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087192077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087192412, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087192752, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087193089, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087193427, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087193766, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087194097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087194399, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087194739, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087195082, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087195416, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087195751, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087196087, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087196426, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087196764, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087197097, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087197436, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087197775, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087198112, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087198446, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087198779, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087199070, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087199404, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087199743, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087200078, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087200415, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087200749, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087201095, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087201431, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087201768, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087202103, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087202438, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087202777, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087203109, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087203443, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087203782, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087204121, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087204457, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087204794, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087205128, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087205461, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087205798, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087206132, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087206466, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087206800, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087207135, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087207463, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087207798, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087208133, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087208467, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087208803, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087209140, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087209477, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087209815, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087210154, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087210488, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087210823, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087211160, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087211497, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087211836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087212170, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087212506, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087212844, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087213179, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087213514, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087213848, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087214182, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087214515, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087214850, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087215183, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087215514, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087215842, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087216177, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087216512, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087216849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087217185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087217518, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087217850, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087218184, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087218519, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087218854, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087219190, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087219532, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087219835, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087220177, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087220512, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087220851, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087221190, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087221529, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087221863, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087222201, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087222536, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087222872, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087223212, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087223553, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087223886, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087224218, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087224550, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087224889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087225228, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087225564, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087225900, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087226234, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087226572, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087226911, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087227250, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087227585, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087227921, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087228252, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087228596, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087228930, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087229266, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087229598, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087229932, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087230264, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087230598, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087230936, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087231277, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087231612, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087231952, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087232283, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087232609, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087232948, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087233284, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087233619, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087233954, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087234287, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087234626, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087234965, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087235304, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087235640, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087235977, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087236325, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087236659, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087236992, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087237332, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087237667, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087238001, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087238336, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087238670, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087239001, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087239337, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087239675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087240011, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087240340, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087240669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087241005, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087241343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087241677, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087242015, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087242350, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087242683, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087243019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087243355, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087243690, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087244027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087244366, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087244698, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087245033, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087245315, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087245654, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087245993, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087246328, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087246664, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087246999, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087247334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087247670, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087248006, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087248342, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087248674, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087249007, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087249343, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087249679, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087250011, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087250347, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087250705, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087251064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087251430, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087251758, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087252089, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087252431, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087252774, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087253104, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087253442, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087253775, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087254116, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087254451, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087254790, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087255127, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087255462, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087255797, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087256131, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087256468, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087256804, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087257137, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087257470, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087257805, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087258144, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087258480, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087258819, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087259155, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087259492, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087259827, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087260168, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087260505, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087260841, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087261172, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087261491, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087261824, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087262164, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087262503, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087262837, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087263175, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087263513, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087263850, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087264183, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087264517, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087264851, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087265184, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087265518, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087265846, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087266177, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087266513, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087266848, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087267181, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087267517, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087267852, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087268189, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087268525, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087268862, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087269201, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087269544, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087269873, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087270216, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087270556, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087270897, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087271233, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087271568, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087271903, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087272238, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087272574, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087272910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087273244, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087273581, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087273913, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087274246, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087274582, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087274917, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087275253, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087275589, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087275924, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087276256, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087276593, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087276935, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087277274, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087277608, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087277950, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087278280, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087278620, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087278957, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087279297, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087279635, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087279969, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087280303, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087280638, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087280975, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087281310, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087281649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087281986, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087282319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087282649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087282981, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087283313, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087283646, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087283983, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087284322, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087284655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087284992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087285330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087285664, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087285996, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087286340, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087286679, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087287019, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087287359, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087287695, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087288032, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087288367, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087288706, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087289043, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087289377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087289715, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087290053, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087290386, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087290720, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087291050, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087291388, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087291724, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087292061, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087292400, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087292740, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087293077, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087293415, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087293756, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087294090, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087294419, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087294753, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087295084, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087295421, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087295759, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087296093, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087296428, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087296762, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087297097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087297432, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087297768, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087298102, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087298439, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087298775, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087299108, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087299442, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087299771, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087300105, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087300443, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087300780, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087301115, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087301449, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087301789, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087302122, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087302457, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087302796, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087303129, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087303471, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087303808, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087304143, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087304478, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087304812, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087305147, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087305481, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087305808, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087306148, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087306484, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087306817, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087307155, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087307484, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087307815, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087308151, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087308486, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087308822, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087309152, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087309487, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087309821, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087310159, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087310497, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087310832, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087311160, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087311497, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087311828, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087312164, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087312501, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087312836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087313170, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087313506, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087313843, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087314178, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087314510, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087314844, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087315173, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087315505, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087315835, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087316172, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087316509, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087316843, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087317179, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087317516, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087317845, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087318175, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087318504, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087318831, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087319159, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087319491, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087319822, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087320152, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087320485, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087320818, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087321149, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087321482, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087321818, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087322158, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087322490, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087322826, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087323160, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087323491, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087323824, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087324157, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087324492, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087324827, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087325162, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087325492, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087325824, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087326155, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087326482, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087326813, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087327142, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087327469, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087327804, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087328130, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087328465, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087328798, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087329132, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087329463, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087329794, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087330132, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087330467, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087330800, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087331139, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087331475, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087331808, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087332139, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087332472, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087332800, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087333132, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087333468, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087333807, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087334145, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087334478, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087334817, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087335155, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087335494, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087335832, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087336167, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087336499, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087336836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087337173, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087337502, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087337842, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087338177, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087338515, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087338852, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087339186, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087339519, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087339855, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087340188, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087340517, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087340850, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087341185, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087341521, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087341858, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087342194, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087342530, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087342869, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087343206, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087343543, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087343883, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087344220, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087344557, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087344897, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087345227, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087345563, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087345897, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087346232, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087346567, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087346896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087347228, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087347560, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087347896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087348235, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087348569, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087348901, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087349229, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087349561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087349897, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087350230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087350566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087350904, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087351240, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087351580, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087351920, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087352256, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087352594, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087352927, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087353264, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087353593, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087353933, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087354268, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087354605, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087354940, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087355276, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087355618, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087355957, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087356291, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087356629, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087356965, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087357297, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087357627, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087357962, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087358299, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087358635, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087358971, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087359305, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087359640, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087359972, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087360311, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087360650, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087360987, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087361323, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087361654, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087361984, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087362318, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087362658, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087362995, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087363336, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087363670, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087363999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087364333, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087364668, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087365002, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087365330, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087365665, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087366002, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087366336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087366671, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087367006, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087367343, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087367680, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087368017, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087368349, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087368685, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087369026, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087369367, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087369702, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087370034, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087370326, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087370664, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087370999, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087371334, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087371668, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087372002, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087372336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087372671, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087373008, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087373344, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087373674, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087374010, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087374346, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087374677, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087375014, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087375352, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087375687, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087376025, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087376360, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087376700, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087377039, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087377375, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087377704, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087378047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087378387, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087378719, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087379056, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087379393, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087379727, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087380065, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087380399, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087380733, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087381070, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087381409, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087381746, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087382077, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087382412, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087382747, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087383086, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087383421, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087383755, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087384093, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087384429, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087384770, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087385107, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087385444, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087385779, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087386121, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087386457, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087386793, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087387132, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087387473, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087387805, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087388138, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087388476, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087388810, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087389147, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087389483, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087389815, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087390150, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087390484, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087390813, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087391148, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087391479, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087391811, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087392150, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087392488, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087392822, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087393160, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087393499, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087393835, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087394174, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087394505, + "stack": [ + 10387, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087394836, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087395179, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087395513, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087395839, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087396171, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087396509, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087396850, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087397189, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087397523, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087397854, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087398188, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087398520, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087398854, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087399187, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087399525, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087399862, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087400198, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087400535, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087400874, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087401219, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087401562, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087401897, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087402226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087402562, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087402895, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087403228, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087403565, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087403901, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087404241, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087404579, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087404914, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087405248, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087405578, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087405912, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087406243, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087406570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087406903, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087407236, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087407567, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087407898, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087408228, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087408558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087408890, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087409218, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087409550, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087409892, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087410230, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087410568, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087410897, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087411235, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087411512, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087411855, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087412190, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087412525, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087412860, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087413195, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087413530, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087413866, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087414201, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087414517, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087414853, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087415188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087415513, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087415850, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087416186, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087416522, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087416850, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087417180, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087417508, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087417839, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087418169, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087418498, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087418828, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087419165, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087419499, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087419832, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087420177, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087420510, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087420849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087421188, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087421518, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087421852, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087422187, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087422520, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087422859, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087423194, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087423533, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087423866, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087424196, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087424533, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087424867, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087425203, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087425542, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087425880, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087426211, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087426541, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087426872, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087427212, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087427548, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087427884, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087428216, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087428559, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087428896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087429233, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087429568, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087429903, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087430242, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087430581, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087430918, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087431253, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087431589, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087431923, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087432258, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087432595, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087432928, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087433265, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087433599, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087433935, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087434270, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087434608, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087434937, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087435276, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087435612, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087435952, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087436295, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087436626, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087436969, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087437308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087437643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087437978, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087438317, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087438655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087438993, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087439323, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087439658, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087439992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087440316, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087440650, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087440983, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087441319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087441656, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087441992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087442327, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087442665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087443004, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087443330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087443666, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087444000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087444337, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087444671, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087445010, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087445345, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087445685, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087446020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087446360, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087446694, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087447030, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087447364, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087447698, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087448033, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087448368, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087448695, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087449025, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087449355, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087449691, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087450027, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087450363, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087450696, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087451035, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087451374, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087451710, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087452043, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087452383, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087452722, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087453068, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087453408, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087453740, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087454073, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087454413, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087454750, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087455086, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087455422, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087455761, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087456094, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087456428, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087456767, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087457101, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087457411, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087457736, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087458067, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087458397, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087458737, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087459078, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087459418, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087459754, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087460094, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087460429, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087460761, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087461093, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087461431, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087461775, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087462111, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087462448, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087462787, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087463121, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087463464, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087463800, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087464103, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087464436, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087464775, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087465117, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087465454, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087465784, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087466120, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087466456, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087466794, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087467134, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087467472, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087467811, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087468145, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087468485, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087468818, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087469153, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087469487, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087469831, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087470164, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087470499, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087470835, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087471170, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087471504, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087471839, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087472173, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087472505, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087472840, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087473179, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087473506, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087473839, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087474168, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087474503, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087474838, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087475175, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087475507, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087475842, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087476171, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087476509, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087476843, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087477179, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087477513, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087477852, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087478202, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087478542, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087478877, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087479214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087479551, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087479886, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087480221, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087480554, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087480889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087481233, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087481562, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087481893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087482225, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087482525, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087482859, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087483195, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087483532, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087483867, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087484206, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087484550, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087484883, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087485224, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087485558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087485892, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087486225, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087486556, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087486896, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087487230, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087487564, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087487899, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087488236, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087488571, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087488907, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087489245, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087489582, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087489920, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087490251, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087490587, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087490916, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087491252, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087491582, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087491919, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087492259, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087492598, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087492893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087493229, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087493566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087493897, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087494238, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087494573, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087494905, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087495240, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087495574, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087495873, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087496208, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087496539, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087496881, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087497222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087497551, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087497891, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087498229, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087498560, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087498900, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087499230, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087499564, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087499893, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087500230, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087500564, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087500900, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087501230, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087501578, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087501916, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087502257, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087502589, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087502923, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087503261, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087503598, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087503932, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087504273, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087504608, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087504939, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087505282, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087505614, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087505949, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087506280, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087506618, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087506893, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087507227, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087507508, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087507844, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087508178, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087508514, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087508843, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087509176, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087509513, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087509847, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087510186, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087510524, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087510859, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087511195, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087511526, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087511865, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087512198, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087512536, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087512872, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087513210, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087513539, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087513880, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087514217, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087514557, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087514895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087515226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087515558, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087515896, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087516230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087516561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087516897, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087517237, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087517570, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087517911, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087518244, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087518585, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087518921, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087519256, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087519599, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087519930, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087520265, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087520595, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087520928, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087521266, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087521603, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087521938, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087522271, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087522603, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087522935, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087523267, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087523598, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087523933, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087524267, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087524602, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087524938, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087525279, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087525614, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087525955, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087526291, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087526630, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087526966, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087527302, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087527640, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087527980, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087528318, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087528645, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087528978, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087529308, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087529644, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087529978, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087530318, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087530653, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087530988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087531325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087531659, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087531988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087532318, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087532654, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087532988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087533323, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087533662, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087534000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087534342, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087534676, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087535013, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087535348, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087535682, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087536019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087536355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087536687, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087537022, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087537355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087537692, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087538026, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087538364, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087538701, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087539038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087539373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087539710, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087540046, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087540376, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087540708, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087541039, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087541376, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087541714, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087542045, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087542389, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087542730, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087543070, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087543407, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087543743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087544083, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087544418, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087544756, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087545094, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087545425, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087545758, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087546092, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087546431, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087546769, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087547109, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087547443, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087547781, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087548115, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087548450, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087548783, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087549072, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087549399, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087549735, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087550070, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087550405, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087550741, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087551077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087551411, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087551750, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087552086, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087552426, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087552755, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087553088, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087553421, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087553761, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087554095, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087554434, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087554772, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087555111, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087555446, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087555780, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087556118, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087556455, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087556788, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087557122, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087557455, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087557791, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087558133, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087558468, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087558800, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087559134, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087559468, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087559801, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087560142, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087560476, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087560812, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087561143, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087561474, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087561810, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087562143, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087562480, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087562814, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087563148, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087563487, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087563822, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087564159, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087564495, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087564833, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087565165, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087565497, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087565827, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087566158, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087566493, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087566826, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087567160, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087567495, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087567831, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087568174, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087568511, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087568846, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087569190, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087569523, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087569854, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087570198, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087570533, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087570873, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087571205, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087571539, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087571875, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087572210, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087572539, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087572868, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087573200, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087573529, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087573864, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087574193, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087574529, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087574863, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087575198, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087575535, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087575865, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087576202, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087576542, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087576874, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087577211, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087577540, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087577872, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087578209, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087578546, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087578883, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087579216, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087579551, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087579884, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087580222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087580559, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087580900, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087581237, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087581572, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087581889, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087582223, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087582555, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087582893, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087583226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087583561, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087583896, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087584237, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087584539, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087584878, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087585220, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087585551, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087585888, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087586220, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087586513, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087586858, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087587194, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087587526, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087587858, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087588191, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087588532, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087588868, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087589203, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087589542, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087589877, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087590212, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087590547, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087590875, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087591210, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087591546, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087591882, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087592228, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087592567, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087592909, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087593251, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087593581, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087593918, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087594258, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087594590, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087594921, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087595266, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087595601, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087595934, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087596270, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087596611, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087596951, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087597287, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087597628, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087597965, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087598300, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087598633, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087598966, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087599302, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087599634, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087599971, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087600305, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087600637, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087600975, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087601312, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087601641, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087601977, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087602313, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087602648, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087602984, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087603324, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087603660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087603993, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087604328, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087604660, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087604993, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087605327, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087605662, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087605992, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087606327, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087606662, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087606995, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087607330, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087607667, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087608006, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087608343, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087608666, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087608997, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087609337, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087609675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087610020, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087610349, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087610689, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087611029, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087611365, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087611700, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087611988, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087612323, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087612663, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087612996, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087613331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087613666, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087614000, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087614335, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087614673, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087615005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087615341, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087615679, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087616013, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087616346, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087616685, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087617020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087617354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087617695, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087618030, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087618360, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087618695, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087619029, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087619365, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087619702, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087620046, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087620381, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087620723, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087621058, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087621392, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087621727, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087622061, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087622395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087622730, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087623064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087623401, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087623734, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087624069, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087624407, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087624743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087625075, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087625410, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087625747, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087626084, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087626412, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087626753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087627087, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087627422, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087627754, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087628095, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087628430, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087628769, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087629108, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087629446, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087629785, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087630124, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087630459, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087630794, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087631129, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087631462, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087631800, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087632133, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087632464, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087632800, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087633139, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087633476, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087633814, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087634146, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087634478, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087634810, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087635149, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087635484, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087635820, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087636154, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087636484, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087636826, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087637163, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087637503, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087637841, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087638181, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087638519, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087638853, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087639192, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087639527, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087639861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087640195, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087640532, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087640866, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087641204, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087641539, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087641874, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087642216, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087642562, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087642865, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087643194, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087643534, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087643872, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087644207, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087644550, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087644882, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087645221, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087645557, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087645891, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087646229, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087646565, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087646900, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087647236, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087647576, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087647912, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087648251, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087648552, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087648886, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087649215, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087649541, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087649879, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087650215, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087650548, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087650885, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087651218, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087651554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087651885, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087652225, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087652559, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087652898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087653229, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087653572, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087653907, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087654250, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087654587, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087654922, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087655258, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087655594, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087655928, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087656268, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087656605, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087656942, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087657273, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087657602, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087657940, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087658276, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087658613, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087658950, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087659286, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087659623, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087659963, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087660299, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087660630, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087660970, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087661310, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087661643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087661980, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087662315, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087662652, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087662987, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087663326, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087663665, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087663999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087664338, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087664674, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087665006, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087665342, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087665671, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087666007, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087666343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087666675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087667009, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087667347, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087667681, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087668014, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087668349, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087668682, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087669015, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087669351, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087669689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087670031, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087670324, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087670658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087670995, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087671327, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087671661, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087671996, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087672329, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087672665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087673002, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087673337, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087673679, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087674013, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087674353, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087674692, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087674986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087675322, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087675662, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087676001, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087676335, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087676674, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087677009, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087677343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087677676, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087678015, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087678355, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087678661, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087678997, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087679330, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087679665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087679999, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087680333, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087680669, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087681007, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087681345, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087681682, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087682012, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087682344, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087682681, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087683017, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087683320, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087683657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087683999, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087684339, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087684674, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087685014, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087685344, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087685679, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087686013, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087686356, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087686697, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087686990, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087687325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087687665, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087688001, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087688336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087688669, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087689001, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087689339, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087689675, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087690012, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087690349, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087690681, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087691019, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087691354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087691690, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087692027, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087692374, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087692706, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087693047, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087693383, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087693723, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087694057, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087694397, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087694732, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087695075, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087695409, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087695747, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087696087, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087696426, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087696763, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087697099, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087697427, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087697764, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087698101, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087698437, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087698771, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087699104, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087699439, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087699774, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087700110, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087700447, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087700784, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087701126, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087701466, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087701802, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087702140, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087702477, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087702826, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087703159, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087703499, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087703833, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087704173, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087704509, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087704847, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087705188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087705517, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087705857, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087706193, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087706528, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087706864, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087707201, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087707525, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087707858, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087708197, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087708536, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087708870, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087709202, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087709540, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087709879, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087710213, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087710553, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087710891, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087711227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087711558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087711893, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087712227, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087712563, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087712903, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087713241, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087713580, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087713920, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087714257, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087714588, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087714923, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087715230, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087715561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087715889, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087716215, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087716547, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087716878, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087717216, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087717554, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087717857, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087718195, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087718530, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087718864, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087719201, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087719537, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087719876, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087720210, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087720549, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087720886, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087721221, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087721557, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087721888, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087722221, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087722558, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087722898, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087723236, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087723566, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087723900, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087724231, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087724570, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087724906, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087725242, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087725579, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087725915, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087726251, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087726585, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087726926, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087727263, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087727597, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087727934, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087728271, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087728611, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087728944, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087729284, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087729625, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087729961, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087730302, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087730639, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087730979, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087731314, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087731648, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087731983, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087732317, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087732653, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087732988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087733303, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087733639, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087733971, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087734317, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087734656, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087734993, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087735333, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087735668, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087736005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087736342, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087736684, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087737019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087737362, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087737699, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087738038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087738373, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087738707, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087739041, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087739376, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087739710, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087740045, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087740371, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087740703, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087741039, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087741369, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087741704, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087742039, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087742374, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087742716, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087743064, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087743404, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087743744, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087744081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087744413, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087744746, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087745085, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087745424, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087745763, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087746102, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087746435, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087746769, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087747104, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087747438, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087747772, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087748103, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087748437, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087748767, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087749105, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087749438, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087749774, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087750109, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087750442, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087750776, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087751108, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087751447, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087751786, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087752123, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087752462, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087752800, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087753127, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087753467, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087753801, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087754140, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087754476, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087754810, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087755146, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087755479, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087755814, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087756143, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087756478, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087756816, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087757153, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087757485, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087757823, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087758158, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087758492, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087758826, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087759161, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087759499, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087759830, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087760170, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087760508, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087760841, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087761169, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087761501, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087761836, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087762175, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087762509, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087762842, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087763175, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087763506, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087763841, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087764178, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087764514, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087764851, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087765184, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087765516, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087765849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087766183, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087766517, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087766851, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087767182, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087767519, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087767852, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087768186, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087768524, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087768862, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087769195, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087769539, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087769832, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087770172, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087770511, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087770851, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087771184, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087771517, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087771852, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087772184, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087772517, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087772845, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087773177, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087773506, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087773839, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087774173, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087774505, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087774843, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087775180, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087775515, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087775850, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087776188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087776523, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087776861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087777199, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087777535, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087777871, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087778207, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087778543, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087778878, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087779218, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087779550, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087779883, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087780216, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087780549, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087780882, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087781217, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087781554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087781891, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087782225, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087782553, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087782884, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087783218, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087783548, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087783878, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087784209, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087784549, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087784880, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087785217, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087785556, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087785889, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087786225, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087786504, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087786847, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087787184, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087787522, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087787857, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087788190, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087788523, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087788856, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087789189, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087789523, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087789856, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087790191, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087790524, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087790853, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087791184, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087791520, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087791856, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087792190, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087792526, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087792864, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087793198, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087793537, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087793871, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087794204, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087794541, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087794870, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087795209, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087795545, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087795881, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087796218, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087796554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087796894, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087797231, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087797566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087797903, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087798239, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087798576, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087798910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087799241, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087799580, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087799909, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087800243, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087800579, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087800916, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087801220, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087801557, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087801895, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087802234, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087802566, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087802910, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087803243, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087803583, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087803921, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087804258, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087804593, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087804928, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087805272, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087805609, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087805949, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087806280, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087806617, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087806951, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087807286, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087807613, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087807951, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087808282, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087808616, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087808952, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087809287, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087809598, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087809934, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087810274, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087810613, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087810949, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087811281, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087811620, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087811956, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087812296, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087812633, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087812967, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087813302, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087813636, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087813973, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087814307, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087814642, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087814981, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087815323, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087815655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087815987, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087816318, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087816655, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087816989, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087817326, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087817657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087817987, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087818319, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087818655, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087818986, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087819322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087819657, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087819992, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087820320, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087820648, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087820976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087821313, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087821648, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087821987, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087822321, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087822658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087822995, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087823331, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087823663, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087823993, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087824329, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087824657, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087824992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087825354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087825683, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087826019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087826351, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087826687, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087827028, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087827363, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087827701, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087828045, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087828377, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087828715, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087829051, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087829388, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087829723, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087830061, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087830395, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087830729, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087831066, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087831407, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087831741, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087832076, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087832409, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087832739, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087833078, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087833413, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087833749, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087834085, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087834425, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087834768, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087835102, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087835438, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087835772, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087836055, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087836384, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087836720, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087837054, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087837391, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087837726, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087838057, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087838394, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087838739, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087839078, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087839411, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087839747, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087840078, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087840409, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087840746, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087841081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087841416, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087841752, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087842087, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087842423, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087842763, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087843101, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087843436, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087843776, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087844116, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087844453, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087844791, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087845132, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087845470, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087845804, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087846141, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087846478, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087846813, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087847152, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087847484, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087847818, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087848158, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087848492, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087848822, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087849156, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087849490, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087849825, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087850164, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087850505, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087850841, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087851177, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087851508, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087851843, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087852182, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087852517, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087852859, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087853191, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087853525, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087853865, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087854206, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087854543, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087854882, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087855212, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087855546, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087855881, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087856219, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087856559, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087856893, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087857228, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087857556, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087857890, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087858227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087858566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087858901, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087859239, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087859581, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087859921, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087860258, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087860598, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087860934, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087861266, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087861605, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087861940, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087862277, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087862616, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087862952, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087863285, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087863623, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087863958, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087864290, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087864627, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087864957, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087865297, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087865629, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087865966, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087866308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087866643, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087866978, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087867314, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087867651, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087867992, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087868330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087868667, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087869002, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087869341, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087869678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087870020, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087870352, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087870689, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087871026, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087871365, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087871704, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087872038, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087872373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087872708, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087873044, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087873379, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087873706, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087874038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087874374, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087874710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087875046, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087875381, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087875717, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087876054, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087876394, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087876732, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087877072, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087877411, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087877748, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087878079, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087878414, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087878748, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087879089, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087879428, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087879761, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087880094, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087880428, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087880764, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087881098, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087881437, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087881769, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087882103, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087882436, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087882767, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087883099, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087883434, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087883769, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087884107, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087884440, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087884784, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087885116, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087885451, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087885784, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087886122, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087886462, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087886798, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087887133, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087887470, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087887802, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087888138, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087888474, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087888805, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087889141, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087889480, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087889812, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087890160, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087890494, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087890823, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087891158, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087891493, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087891828, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087892164, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087892500, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087892836, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087893171, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087893511, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087893846, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087894185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087894521, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087894854, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087895192, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087895526, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087895867, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087896202, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087896534, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087896867, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087897202, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087897536, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087897863, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087898197, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087898530, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087898861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087899189, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087899521, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087899857, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087900193, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087900528, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087900866, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087901201, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087901534, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087901870, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087902205, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087902540, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087902880, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087903214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087903548, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087903883, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087904224, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087904558, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087904893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087905227, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087905561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087905896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087906230, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087906560, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087906894, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087907225, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087907556, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087907889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087908225, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087908561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087908897, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087909233, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087909567, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087909903, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087910243, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087910577, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087910912, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087911250, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087911583, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087911919, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087912257, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087912597, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087912933, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087913269, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087913607, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087913942, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087914274, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087914610, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087914944, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087915226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087915560, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087915886, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087916221, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087916557, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087916893, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087917231, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087917574, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087917911, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087918250, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087918589, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087918927, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087919267, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087919606, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087919942, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087920273, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087920615, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087920950, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087921285, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087921620, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087921955, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087922290, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087922616, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087922949, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087923284, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087923617, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087923945, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087924281, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087924615, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087924951, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087925286, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087925624, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087925966, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087926301, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087926640, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087926978, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087927315, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087927650, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087927981, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087928326, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087928656, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087928993, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087929328, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087929663, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087930001, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087930343, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087930680, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087931019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087931356, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087931689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087932018, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087932347, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087932683, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087933013, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087933301, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087933642, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087933978, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087934310, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087934648, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087934986, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087935321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087935658, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087935991, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087936335, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087936673, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087936996, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087937328, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087937663, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087937996, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087938331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087938668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087939000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087939334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087939668, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087940004, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087940337, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087940672, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087941003, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087941336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087941670, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087942003, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087942342, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087942681, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087943020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087943364, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087943706, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087944041, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087944375, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087944715, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087945048, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087945386, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087945721, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087946062, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087946400, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087946737, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087947072, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087947403, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087947743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087948081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087948415, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087948746, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087949081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087949417, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087949752, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087950087, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087950423, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087950762, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087951099, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087951436, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087951772, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087952112, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087952446, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087952792, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087953133, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087953470, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087953809, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087954149, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087954484, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087954824, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087955161, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087955500, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087955835, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087956170, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087956502, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087956841, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087957176, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087957506, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087957844, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087958179, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087958515, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087958851, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087959187, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087959528, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087959867, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087960205, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087960541, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087960875, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087961207, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087961544, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087961880, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087962220, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087962558, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087962888, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087963222, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087963556, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087963889, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087964224, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087964556, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087964890, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087965225, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087965558, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087965893, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087966232, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087966565, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087966896, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087967232, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087967572, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087967910, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087968251, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087968586, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087968926, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087969264, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087969599, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087969939, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087970274, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087970611, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087970949, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087971285, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087971620, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087971956, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087972292, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087972629, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087972964, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087973303, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087973636, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087973969, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087974301, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087974633, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087974964, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087975302, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087975637, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087975974, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087976312, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087976646, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087976985, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087977325, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087977660, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087977992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087978327, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087978658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087978993, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087979326, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087979662, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087979998, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087980334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087980670, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087981004, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087981340, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087981672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087982000, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087982332, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087982669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087983004, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087983337, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087983668, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087984006, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087984342, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087984676, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087985009, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087985343, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087985682, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087986022, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087986361, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087986692, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087987028, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087987364, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087987702, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087988037, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087988373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087988712, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087989049, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087989386, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087989719, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087990056, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087990385, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087990714, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087991046, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087991379, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087991713, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087992049, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087992383, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087992718, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087993050, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087993390, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087993722, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087994057, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087994393, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087994734, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087995070, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087995405, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087995744, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087996079, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087996414, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087996751, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087997086, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087997422, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087997761, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087998094, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087998431, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087998764, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087999094, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087999429, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087999764, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088000094, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088000429, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088000765, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088001103, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088001438, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088001776, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088002111, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088002445, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088002780, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088003118, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088003464, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088003804, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088004143, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088004481, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088004816, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088005155, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088005491, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088005822, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088006155, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088006489, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088006825, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088007159, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088007496, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088007831, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088008166, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088008502, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088008838, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088009175, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088009512, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088009850, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088010188, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088010527, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088010864, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088011193, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088011522, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088011860, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088012194, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088012535, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088012869, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088013201, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088013538, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088013873, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088014210, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088014548, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088014891, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088015227, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088015562, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088015896, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088016235, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088016568, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088016900, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088017235, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088017572, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088017911, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088018248, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088018586, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088018924, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088019258, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088019596, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088019935, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088020272, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088020607, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088020943, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088021278, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088021611, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088021948, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088022283, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088022618, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088022952, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088023277, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088023612, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088023951, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088024287, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088024619, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088024958, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088025295, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088025634, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088025967, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088026303, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088026638, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088026974, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088027309, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088027643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088027980, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088028311, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088028656, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088028993, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088029325, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088029660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088029995, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088030325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088030662, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088030996, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088031331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088031661, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088031997, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088032330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088032662, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088032997, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088033332, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088033667, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088034006, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088034349, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088034686, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088035026, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088035363, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088035697, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088036033, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088036372, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088036715, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088037047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088037381, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088037719, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088038053, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088038393, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088038725, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088039061, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088039395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088039729, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088040067, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088040398, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088040733, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088041062, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088041395, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088041791, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088042121, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088042456, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088042854, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088043207, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088043549, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088043887, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088044222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088044553, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088044896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088045236, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088045574, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088045912, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088046247, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088046576, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088046916, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088047245, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088047578, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088047915, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088048252, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088048559, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088048895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088049226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088049561, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088049895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088050229, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088050566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088050900, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088051238, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088051576, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088051913, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088052249, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088052583, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088052917, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088053252, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088053597, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088053932, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088054272, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088054603, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088054937, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088055273, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088055607, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088055943, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088056284, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088056621, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088056959, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088057297, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088057627, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088057965, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088058302, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088058637, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088058975, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088059313, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088059652, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088059993, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088060334, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088060669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088061004, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088061350, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088061689, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088062025, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088062359, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088062697, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088063036, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088063374, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088063720, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088064059, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088064393, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088064730, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088065065, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088065396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088065726, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088066059, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088066389, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088066724, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088067063, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088067400, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088067740, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088068079, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088068415, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088068749, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088069083, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088069423, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088069759, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088070090, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088070426, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088070764, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088071102, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088071438, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088071773, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088072113, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088072444, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088072777, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088073111, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088073445, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088073779, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088074110, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088074445, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088074782, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088075116, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088075451, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088075790, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088076124, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088076465, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088076802, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088077141, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088077475, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088077808, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088078149, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088078487, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088078826, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088079163, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088079498, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088079833, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088080170, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088080501, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088080835, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088081170, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088081509, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088081839, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088082175, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088082504, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088082839, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088083175, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088083512, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088083848, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088084184, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088084525, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088084861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088085201, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088085536, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088085875, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088086216, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088086555, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088086898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088087235, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088087570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088087906, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088088244, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088088581, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088088917, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088089251, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088089583, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088089917, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088090257, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088090594, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088090935, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088091271, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088091607, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088091942, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088092277, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088092616, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088092951, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088093288, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088093628, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088093967, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088094303, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088094640, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088094978, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088095312, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088095647, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088095983, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088096320, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088096653, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088096988, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088097323, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088097657, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088097993, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088098328, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088098665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088098995, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088099329, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088099658, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088099995, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088100331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088100669, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088101007, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088101341, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088101681, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088102020, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088102355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088102685, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088103030, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088103372, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088103710, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088104046, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088104381, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088104718, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088105057, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088105396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088105732, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088106067, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088106402, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088106736, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088107016, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088107347, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088107678, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088108009, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088108344, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088108679, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088109018, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088109357, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088109695, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088110030, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088110365, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088110699, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088111037, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088111372, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088111711, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088112048, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088112383, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088112723, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088113061, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088113396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088113731, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088114065, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088114399, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088114738, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088115072, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088115403, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088115732, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088116067, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088116403, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088116738, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088117074, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088117413, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088117750, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088118085, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088118425, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088118764, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088119099, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088119432, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088119762, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088120095, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088120429, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088120764, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088121110, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088121443, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088121777, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088122107, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088122442, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088122775, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088123107, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088123442, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088123776, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088124108, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088124443, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088124781, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088125119, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088125455, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088125791, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088126131, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088126469, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088126808, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088127147, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088127481, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088127829, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088128166, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088128510, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088128845, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088129185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088129519, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088129856, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088130194, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088130533, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088130871, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088131204, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088131538, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088131873, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088132206, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088132538, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088132873, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088133212, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088133547, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088133885, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088134224, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088134563, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088134900, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088135239, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088135573, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088135907, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088136248, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088136581, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088136921, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088137257, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088137597, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088137936, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088138270, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088138603, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088138942, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088139278, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088139614, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088139948, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088140283, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088140616, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088140950, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088141286, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088141622, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088141959, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088142294, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088142630, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088142968, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088143311, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088143648, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088143987, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088144324, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088144656, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088145002, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088145337, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088145671, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088146014, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088146353, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088146689, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088147026, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088147359, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088147695, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088148031, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088148368, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088148704, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088149039, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088149375, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088149706, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088150041, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088150375, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088150707, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088151038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088151376, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088151711, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088152042, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088152380, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088152717, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088153055, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088153386, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088153722, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088154056, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088154396, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088154734, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088155071, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088155408, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088155741, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088156077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088156413, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088156733, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088157060, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088157390, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088157725, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088158061, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088158395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088158735, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088159066, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088159403, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088159741, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088160074, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088160411, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088160750, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088161080, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088161419, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088161751, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088162090, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088162423, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088162762, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088163095, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088163428, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088163762, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088164096, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088164432, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088164765, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088165097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088165428, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088165760, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088166094, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088166430, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088166763, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088167098, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088167432, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088167769, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088168107, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088168448, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088168787, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088169121, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088169390, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088169734, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088170077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088170415, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088170756, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088171090, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088171421, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088171755, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088172090, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088172424, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088172760, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088173095, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088173428, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088173768, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088174070, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088174399, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088174734, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088175067, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088175402, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088175739, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088176079, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088176414, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088176747, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088177085, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088177420, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088177725, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088178065, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088178401, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088178735, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088179072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088179411, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088179749, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088180085, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088180419, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088180755, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088181088, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088181426, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088181759, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088182091, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088182425, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088182754, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088183090, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088183425, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088183759, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088184096, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088184432, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088184766, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088185103, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088185443, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088185782, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088186113, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088186450, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088186786, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088187119, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088187458, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088187793, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088188128, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088188463, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088188797, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088189134, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088189468, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088189802, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088190143, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088190476, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088190809, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088191142, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088191477, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088191811, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088192147, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088192482, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088192813, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088193147, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088193486, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088193822, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088194154, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088194491, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088194832, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088195175, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088195508, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088195848, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088196183, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088196515, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088196852, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088197189, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088197520, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088197856, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088198192, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088198521, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088198854, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088199184, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088199520, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088199858, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088200195, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088200530, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088200867, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088201207, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088201543, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088201878, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088202211, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088202544, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088202885, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088203214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088203552, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088203886, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088204222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088204556, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088204890, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088205223, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088205558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088205892, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088206232, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088206567, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088206894, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088207227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088207557, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088207896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088208232, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088208570, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088208907, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088209240, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088209573, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088209908, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088210245, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088210584, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088210919, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088211259, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088211591, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088211927, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088212261, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088212594, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088212928, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088213263, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088213597, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088213932, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088214263, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088214594, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088214928, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088215259, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088215591, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088215921, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088216248, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088216580, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088216909, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088217238, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088217567, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088217898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088218228, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088218561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088218899, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088219201, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088219544, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088219878, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088220211, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088220546, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088220886, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088221224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088221554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088221893, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088222223, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088222553, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088222884, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088223218, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088223558, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088223894, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088224225, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088224552, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088224887, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088225226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088225562, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088225899, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088226230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088226583, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088226922, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088227252, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088227586, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088227919, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088228252, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088228596, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088228930, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088229271, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088229609, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088229944, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088230280, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088230614, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088230950, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088231241, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088231576, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088231890, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088232222, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088232553, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088232883, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088233218, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088233553, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088233885, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088234223, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088234557, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088234898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088235237, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088235572, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088235908, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088236239, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088236571, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088236907, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088237244, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088237580, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088237915, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088238249, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088238583, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088238917, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088239251, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088239586, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088239921, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088240257, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088240592, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088240923, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088241260, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088241596, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088241931, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088242267, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088242604, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088242943, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088243275, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088243613, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088243948, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088244282, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088244613, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088244952, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088245284, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088245619, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088245954, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088246284, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088246621, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088246955, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088247290, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088247629, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088247961, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088248295, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088248630, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088248965, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088249294, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088249628, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088249966, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088250301, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088250640, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088250971, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088251310, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088251644, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088251982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088252317, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088252651, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088252989, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088253328, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088253665, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088253999, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088254339, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088254674, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088255011, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088255347, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088255681, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088256013, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088256346, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088256679, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088256991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088257322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088257654, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088257990, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088258323, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088258660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088258996, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088259336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088259668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088260000, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088260335, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088260668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088261001, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088261330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088261672, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088262005, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088262346, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088262682, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088263016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088263352, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088263689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088264028, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088264362, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088264696, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088265030, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088265361, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088265690, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088266020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088266348, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088266687, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088267022, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088267358, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088267697, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088268034, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088268371, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088268711, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088269045, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088269387, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088269725, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088270064, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088270399, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088270729, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088271065, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088271401, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088271736, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088272071, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088272408, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088272745, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088273079, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088273411, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088273745, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088274075, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088274409, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088274746, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088275084, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088275420, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088275758, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088276098, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088276435, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088276768, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088277106, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088277443, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088277775, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088278114, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088278456, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088278790, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088279128, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088279467, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088279802, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088280137, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088280467, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088280801, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088281134, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088281473, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088281807, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088282139, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088282469, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088282804, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088283139, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088283477, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088283812, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088284149, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088284484, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088284822, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088285157, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088285492, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088285827, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088286166, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088286505, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088286843, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088287179, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088287519, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088287860, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088288191, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088288526, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088288862, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088289192, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088289522, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088289861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088290200, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088290537, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088290868, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088291200, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088291532, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088291868, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088292204, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088292539, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088292875, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088293215, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088293557, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088293893, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088294227, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088294559, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088294899, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088295238, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088295579, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088295915, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088296251, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088296590, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088296927, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088297258, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088297594, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088297929, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088298263, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088298595, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088298931, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088299268, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088299604, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088299940, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088300278, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088300615, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088300951, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088301294, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088301628, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088301959, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088302292, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088302627, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088302969, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088303306, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088303643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088303980, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088304320, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088304655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088304988, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088305322, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088305660, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088305996, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088306331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088306665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088307001, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088307334, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088307668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088308002, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088308337, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088308672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088309009, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088309347, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088309687, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088310023, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088310353, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088310686, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088311015, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088311348, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088311686, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088311985, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088312325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088312662, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088312996, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088313331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088313665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088313999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088314334, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088314669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088315004, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088315323, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088315651, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088315986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088316319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088316652, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088316988, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088317324, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088317654, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088317980, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088318308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088318636, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088318966, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088319301, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088319639, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088319973, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088320312, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088320641, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088320973, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088321307, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088321644, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088321978, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088322312, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088322651, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088322986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088323320, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088323660, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088323992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088324322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088324653, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088324982, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088325316, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088325650, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088325981, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088326307, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088326639, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088326973, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088327302, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088327634, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088327973, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088328308, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088328642, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088328973, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088329311, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088329642, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088329979, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088330313, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088330649, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088330984, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088331317, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088331657, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088331999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088332335, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088332668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088333003, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088333338, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088333678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088334014, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088334356, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088334693, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088335038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088335377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088335717, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088336053, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088336393, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088336725, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088337053, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088337394, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088337734, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088338068, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088338403, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088338742, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088339077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088339411, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088339748, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088340085, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088340424, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088340754, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088341090, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088341426, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088341761, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088342097, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088342433, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088342779, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088343117, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088343449, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088343788, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088344122, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088344453, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088344790, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088345122, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088345462, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088345800, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088346133, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088346476, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088346813, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088347148, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088347481, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088347816, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088348155, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088348494, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088348826, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088349157, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088349490, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088349826, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088350162, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088350498, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088350830, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088351170, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088351509, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088351848, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088352182, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088352521, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088352864, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088353196, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088353533, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088353869, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088354204, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088354544, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088354876, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088355213, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088355548, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088355882, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088356217, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088356557, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088356894, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088357229, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088357558, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088357895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088358226, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088358561, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088358897, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088359231, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088359573, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088359910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088360250, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088360585, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088360920, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088361248, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088361593, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088361927, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088362262, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088362598, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088362937, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088363277, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088363616, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088363954, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088364293, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088364624, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088364958, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088365293, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088365629, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088365964, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088366297, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088366632, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088366967, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088367303, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088367639, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088367980, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088368320, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088368660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088368995, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088369329, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088369662, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088370004, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088370343, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088370679, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088371017, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088371352, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088371686, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088372021, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088372361, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088372696, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088373034, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088373370, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088373700, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088374033, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088374368, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088374698, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088375032, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088375368, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088375704, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088376043, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088376381, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088376719, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088377054, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088377390, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088377727, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088378062, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088378401, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088378739, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088379075, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088379414, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088379750, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088380084, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088380418, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088380753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088381087, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088381426, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088381763, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088382097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088382408, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088382740, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088383080, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088383414, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088383746, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088384084, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088384419, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088384759, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088385098, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088385437, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088385771, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088386060, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088386392, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088386722, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088387062, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088387395, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088387733, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088388068, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088388398, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088388731, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088389065, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088389400, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088389737, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088390075, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088390410, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088390739, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088391075, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088391410, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088391745, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088392081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088392420, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088392752, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088393089, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088393426, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088393765, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088394096, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088394423, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088394760, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088395106, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088395440, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088395776, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088396113, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088396452, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088396788, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088397127, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088397467, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088397802, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088398137, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088398471, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088398806, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088399142, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088399478, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088399811, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088400151, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088400488, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088400830, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088401173, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088401513, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088401852, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088402189, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088402524, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088402865, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088403193, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088403534, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088403868, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088404209, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088404546, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088404880, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088405217, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088405552, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088405889, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088406181, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088406518, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088406852, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088407182, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088407512, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088407848, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088408185, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088408520, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088408855, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088409198, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088409533, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088409873, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088410212, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088410551, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088410887, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088411224, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088411558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088411901, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088412235, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088412575, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088412911, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088413246, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088413584, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088413919, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088414253, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088414587, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088414924, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088415256, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088415594, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088415932, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088416269, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088416606, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088416943, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088417284, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088417619, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088417958, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088418300, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088418637, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088418977, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088419312, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088419652, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088419988, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088420326, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088420664, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088421005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088421344, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088421679, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088422011, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088422346, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088422676, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088423009, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088423345, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088423678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088424005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088424335, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088424667, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088424967, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088425298, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088425629, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088425960, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088426248, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088426574, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088426907, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088427237, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088427566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088427897, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088428232, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088428564, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088428892, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088429219, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088429553, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088429890, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088430224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088430557, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088430892, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088431225, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088431562, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088431899, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088432233, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088432566, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088432904, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088433242, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088433576, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088433913, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088434248, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088434583, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088434918, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088435250, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088435586, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088435925, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088436257, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088436599, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088436935, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088437270, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088437603, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088437936, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088438270, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088438604, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088438940, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088439274, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088439609, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088439944, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088440277, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088440608, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088440949, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088441280, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088441609, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088441945, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088442281, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088442616, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088442952, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088443287, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088443624, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088443963, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088444296, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088444627, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088444963, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088445295, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088445624, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088445959, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088446295, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088446629, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088446963, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088447302, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088447635, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088447970, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088448304, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088448642, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088448973, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088449302, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088449634, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088449966, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088450300, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088450643, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088450979, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088451317, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088451662, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088451999, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088452343, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088452678, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088453018, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088453358, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088453694, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088454033, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088454373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088454708, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088455040, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088455378, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088455716, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088456052, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088456385, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088456717, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088457052, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088457385, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088457721, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088458052, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088458389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088458728, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088459060, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088459396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088459732, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088460064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088460397, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088460732, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088461065, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088461405, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088461744, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088462079, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088462412, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088462747, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088463084, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088463420, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088463759, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088464095, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088464429, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088464764, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088465095, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088465430, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088465746, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088466080, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088466416, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088466752, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088467092, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088467429, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088467769, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088468106, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088468441, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088468780, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088469110, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088469449, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088469776, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088470114, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088470449, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088470779, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088471116, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088471452, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088471788, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088472118, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088472450, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088472786, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088473119, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088473455, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088473790, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088474132, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088474462, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088474796, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088475132, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088475467, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088475801, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088476138, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088476473, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088476813, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088477152, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088477487, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088477826, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088478164, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088478500, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088478834, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088479169, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088479502, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088479836, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088480169, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088480507, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088480843, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088481179, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088481515, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088481851, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088482184, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088482514, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088482850, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088483188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088483524, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088483861, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088484199, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088484534, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088484871, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088485210, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088485542, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088485880, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088486212, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088486510, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088486848, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088487183, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088487518, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088487854, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088488190, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088488525, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088488861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088489196, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088489532, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088489866, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088490192, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088490517, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088490925, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088491337, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088491669, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088492007, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088492344, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088492678, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088493036, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088493431, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088493788, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088494126, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088494470, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088494892, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088495308, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088495651, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088495980, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088496308, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088496638, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088496968, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088497299, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088497639, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088497971, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088498301, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088498626, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088498955, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088499292, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088499615, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088499943, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088500272, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088500596, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088500922, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088501247, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088501573, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088502011, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088502405, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088502746, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088503078, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088503408, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088503735, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088504064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088504388, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088504717, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088505048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088505373, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088505696, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088506018, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088506345, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088506672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088506999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088507328, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088507657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088507978, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088508305, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088508631, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088508955, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088509280, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088509608, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088509937, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088510279, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088510618, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088510956, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088511293, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088511629, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088511967, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088512304, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088512637, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088512972, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088513313, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088513647, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088513981, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088514316, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088514647, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088514980, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088515321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088515656, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088515989, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088516319, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088516653, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088516987, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088517322, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088517660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088517998, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088518343, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088518679, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088519016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088519353, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088519694, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088520033, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088520362, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088520698, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088521038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088521372, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088521706, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088522040, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088522374, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088522708, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088523041, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088523375, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088523705, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088524038, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088524366, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088524702, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088525036, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088525380, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088525715, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088526054, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088526392, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088526731, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088527070, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088527400, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088527737, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088528077, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088528409, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088528745, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088529079, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088529418, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088529751, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088530083, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088530421, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088530754, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088531087, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088531422, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088531752, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088532084, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088532413, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088532749, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088533088, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088533422, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088533758, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088534089, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088534425, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088534763, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088535102, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088535442, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088535775, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088536110, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088536446, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088536782, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088537117, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088537456, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088537793, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088538131, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088538465, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088538798, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088539136, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088539472, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088539807, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088540145, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088540477, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088540810, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088541144, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088541479, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088541813, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088542149, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088542486, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088542822, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088543158, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088543495, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088543836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088544170, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088544500, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088544836, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088545178, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088545514, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088545852, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088546191, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088546525, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088546858, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088547192, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088547527, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088547860, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088548198, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088548534, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088548870, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088549201, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088549530, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088549864, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088550200, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088550536, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088550873, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088551212, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088551547, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088551889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088552222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088552558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088552899, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088553227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088553569, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088553905, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088554246, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088554581, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088554916, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088555247, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088555575, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088555910, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088556242, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088556576, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088556914, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088557249, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088557584, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088557924, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088558260, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088558597, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088558934, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088559274, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088559610, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088559949, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088560288, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088560625, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088560960, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088561289, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088561629, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088561968, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088562308, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088562643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088562978, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088563312, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088563653, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088563988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088564322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088564657, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088564993, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088565329, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088565665, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088566003, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088566335, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088566637, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088566973, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088567311, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088567655, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088567997, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088568338, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088568676, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088569010, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088569345, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088569690, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088570027, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088570361, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088570701, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088571041, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088571378, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088571713, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088572047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088572377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088572710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088573047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088573382, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088573713, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088574048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088574384, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088574724, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088575059, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088575395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088575734, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088576073, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088576410, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088576746, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088577084, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088577421, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088577758, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088578097, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088578434, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088578768, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088579104, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088579440, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088579771, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088580101, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088580435, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088580768, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088581103, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088581437, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088581771, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088582105, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088582435, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088582769, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088583098, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088583433, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088583772, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088584107, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088584445, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088584782, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088585129, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088585471, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088585811, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088586147, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088586475, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088586818, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088587154, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088587494, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088587827, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088588162, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088588492, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088588827, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088589161, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088589503, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088589837, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088590174, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088590504, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088590838, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088591171, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088591507, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088591844, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088592180, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088592513, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088592850, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088593188, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088593525, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088593860, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088594194, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088594531, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088594872, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088595207, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088595551, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088595886, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088596221, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088596555, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088596884, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088597224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088597558, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088597894, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088598225, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088598559, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088598891, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088599221, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088599554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088599892, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088600227, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088600562, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088600895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088601230, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088601570, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088601910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088602248, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088602583, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088602916, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088603253, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088603588, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088603929, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088604265, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088604601, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088604933, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088605270, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088605605, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088605947, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088606279, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088606612, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088606950, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088607280, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088607610, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088607939, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088608276, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088608611, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088608946, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088609282, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088609616, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088609951, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088610285, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088610623, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088610964, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088611297, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088611633, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088611972, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088612306, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088612646, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088612981, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088613317, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088613652, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088613987, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088614322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088614658, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088614997, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088615337, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088615668, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088616004, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088616340, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088616674, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088617011, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088617347, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088617683, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088618019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088618356, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088618690, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088619029, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088619365, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088619700, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088620038, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088620376, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088620712, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088621052, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088621387, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088621722, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088622056, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088622390, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088622728, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088623062, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088623398, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088623733, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088624062, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088624395, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088624731, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088625064, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088625400, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088625738, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088626075, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088626409, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088626744, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088627078, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088627411, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088627743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088628083, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088628421, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088628758, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088629097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088629436, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088629777, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088630112, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088630447, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088630784, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088631113, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088631448, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088631778, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088632108, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088632409, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088632742, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088633075, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088633415, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088633755, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088634089, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088634426, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088634768, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088635103, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088635438, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088635774, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088636062, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088636401, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088636734, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088637074, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088637411, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088637747, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088638082, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088638419, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088638757, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088639092, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088639426, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088639757, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088640091, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088640427, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088640759, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088641094, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088641428, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088641762, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088642097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088642432, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088642769, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088643106, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088643441, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088643772, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088644111, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088644449, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088644782, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088645115, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088645451, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088645785, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088646119, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088646453, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088646788, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088647122, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088647456, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088647789, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088648123, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088648457, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088648787, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088649121, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088649456, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088649792, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088650126, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088650462, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088650799, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088651134, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088651474, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088651812, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088652148, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088652490, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088652826, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088653163, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088653495, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088653828, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088654163, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088654499, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088654836, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088655171, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088655506, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088655843, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088656181, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088656517, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088656852, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088657186, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088657517, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088657855, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088658190, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088658528, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088658865, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088659199, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088659541, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088659876, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088660215, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088660552, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088660886, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088661222, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088661552, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088661890, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088662219, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088662558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088662891, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088663221, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088663555, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088663894, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088664230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088664569, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088664909, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088665244, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088665579, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088665910, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088666243, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088666575, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088666912, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088667250, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088667589, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088667886, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088668225, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088668560, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088668895, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088669229, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088669566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088669899, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088670234, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088670569, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088670903, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088671237, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088671571, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088671905, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088672238, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088672573, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088672910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088673243, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088673579, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088673912, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088674246, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088674580, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088674916, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088675248, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088675583, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088675921, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088676259, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088676598, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088676936, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088677276, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088677610, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088677941, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088678280, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088678613, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088678948, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088679283, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088679616, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088679950, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088680285, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088680620, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088680955, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088681284, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088681618, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088681953, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088682284, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088682621, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088682957, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088683291, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088683627, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088683963, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088684295, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088684626, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088684954, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088685285, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088685617, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088685946, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088686277, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088686608, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088686934, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088687263, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088687591, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088687917, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088688246, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088688573, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088688899, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088689226, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088689553, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088689882, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088690213, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088690545, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088690881, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088691216, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088691554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088691882, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088692210, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088692542, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088692879, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088693212, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088693543, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088693872, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088694201, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088694530, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088694863, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088695190, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088695516, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088695844, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088696181, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088696517, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088696851, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088697184, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088697518, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088697851, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088698185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088698519, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088698853, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088699187, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088699523, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088699861, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088700196, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088700532, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088700868, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088701202, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088701545, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088701878, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088702215, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088702550, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088702881, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088703210, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088703546, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088703890, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088704226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088704560, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088704896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088705229, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088705562, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088705897, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088706233, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088706569, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088706900, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088707232, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088707560, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088707893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088708223, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088708556, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088708892, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088709227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088709551, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088709889, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088710225, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088710563, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088710896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088711230, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088711565, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088711904, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088712236, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088712572, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088712905, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088713239, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088713572, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088713908, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088714241, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088714577, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088714912, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088715244, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088715575, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088715911, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088716241, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088716572, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088716905, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088717240, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088717579, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088717886, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088718220, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088718551, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088718886, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088719223, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088719561, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088719889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088720227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088720560, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088720895, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088721230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088721566, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088721898, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088722227, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088722560, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088722894, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088723227, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088723554, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088723888, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088724219, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088724555, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088724890, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088725224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088725560, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088725896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088726230, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088726563, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088726905, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088727243, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088727575, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088727907, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088728246, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088728580, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088728915, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088729249, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088729584, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088729917, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088730245, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088730583, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088730917, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088731250, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088731582, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088731912, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088732244, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088732575, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088732906, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088733240, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088733571, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088733905, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088734240, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088734560, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088734895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088735229, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088735559, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088735890, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088736228, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088736559, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088736895, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088737229, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088737564, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088737897, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088738234, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088738567, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088738901, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088739236, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088739520, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088739853, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088740185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088740517, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088740850, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088741188, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088741521, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088741857, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088742192, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088742528, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088742863, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088743195, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088743531, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088743869, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088744208, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088744545, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088744875, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088745214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088745552, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088745888, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088746223, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088746557, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088746892, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088747226, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088747562, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088747897, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088748233, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088748566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088748898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088749225, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088749558, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088749894, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088750228, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088750564, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088750895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088751231, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088751565, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088751901, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088752233, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088752568, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088752907, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088753181, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088753519, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088753854, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088754190, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088754526, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088754863, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088755198, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088755534, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088755869, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088756200, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088756534, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088756862, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088757192, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088757520, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088757858, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088758193, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088758530, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088758866, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088759202, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088759538, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088759881, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088760217, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088760559, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088760895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088761233, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088761568, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088761900, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088762235, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088762571, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088762907, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088763252, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088763587, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088763922, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088764257, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088764586, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088764921, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088765254, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088765587, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088765925, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088766261, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088766597, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088766933, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088767269, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088767605, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088767944, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088768280, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088768619, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088768960, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088769292, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088769627, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088769957, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088770297, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088770631, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088770966, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088771302, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088771638, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088771974, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088772308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088772644, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088772978, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088773314, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088773651, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088773983, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088774318, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088774649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088774986, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088775322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088775661, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088776002, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088776336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088776670, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088777009, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088777344, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088777678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088778016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088778356, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088778691, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088779027, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088779364, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088779699, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088780032, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088780367, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088780702, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088781038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088781369, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088781705, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088781988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088782317, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088782653, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088782987, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088783322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088783659, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088783995, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088784331, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088784670, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088785006, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088785347, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088785688, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088786028, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088786368, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088786701, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088787030, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088787361, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088787697, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088788033, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088788368, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088788702, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088789038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088789372, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088789707, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088790042, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088790370, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088790700, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088791030, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088791367, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088791703, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088792042, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088792378, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088792714, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088793054, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088793393, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088793730, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088794069, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088794408, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088794747, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088795088, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088795425, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088795762, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088796098, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088796434, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088796770, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088797107, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088797446, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088797782, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088798117, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088798454, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088798787, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088799121, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088799451, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088799788, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088800125, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088800460, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088800798, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088801132, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088801474, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088801812, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088802149, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088802483, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088802823, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088803152, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088803490, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088803824, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088804162, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088804497, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088804833, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088805167, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088805502, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088805837, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088806171, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088806506, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088806837, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088807169, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088807507, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088807841, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088808179, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088808515, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088808847, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088809184, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088809522, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088809858, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088810194, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088810532, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088810869, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088811203, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088811532, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088811871, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088812206, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088812541, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088812878, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088813215, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088813550, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088813886, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088814221, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088814556, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088814891, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088815228, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088815561, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088815893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088816224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088816561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088816897, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088817234, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088817573, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088817893, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088818230, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088818558, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088818891, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088819219, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088819550, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088819902, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088820234, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088820570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088820900, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088821230, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088821569, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088821903, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088822242, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088822581, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088822919, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088823255, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088823595, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088823928, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088824262, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088824587, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088824919, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088825247, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088825577, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088825912, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088826241, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088826576, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088826903, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088827234, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088827565, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088827899, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088828235, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088828570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088828907, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088829244, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088829581, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088829918, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088830253, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088830585, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088830922, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088831258, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088831593, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088831889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088832223, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088832564, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088832899, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088833237, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088833574, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088833907, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088834243, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088834585, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088834922, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088835260, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088835603, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088835939, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088836279, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088836617, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088836951, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088837286, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088837623, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088837968, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088838304, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088838641, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088838980, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088839316, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088839653, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088839990, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088840324, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088840662, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088840996, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088841333, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088841666, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088842002, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088842341, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088842680, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088843011, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088843347, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088843687, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088844023, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088844359, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088844695, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088845036, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088845370, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088845705, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088846041, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088846380, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088846714, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088847048, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088847383, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088847720, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088848054, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088848390, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088848720, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088849053, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088849389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088849730, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088850065, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088850404, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088850741, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088851077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088851417, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088851761, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088852095, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088852436, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088852769, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088853105, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088853445, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088853779, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088854114, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088854443, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088854772, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088855099, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088855426, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088855754, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088856080, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088856408, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088856737, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088857067, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088857397, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088857728, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088858059, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088858396, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088858731, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088859067, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088859403, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088859742, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088860080, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088860420, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088860756, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088861098, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088861439, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088861773, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088862107, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088862442, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088862775, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088863111, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088863447, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088863788, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088864124, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088864459, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088864793, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088865128, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088865464, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088865799, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088866134, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088866470, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088866807, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088867144, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088867479, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088867821, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088868160, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088868491, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088868830, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088869165, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088869497, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088869835, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088870170, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088870508, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088870844, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088871181, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088871517, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088871852, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088872188, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088872524, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088872860, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088873196, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088873534, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088873867, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088874209, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088874545, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088874877, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088875213, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088875548, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088875883, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088876216, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088876551, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088876885, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088877227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088877567, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088877904, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088878236, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088878567, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088878902, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088879239, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088879575, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088879909, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088880241, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088880577, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088880914, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088881251, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088881586, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088881923, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088882254, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088882585, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088882921, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088883251, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088883588, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088883928, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088884262, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088884592, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088884920, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088885251, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088885584, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088885912, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088886242, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088886571, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088886901, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088887229, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088887564, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088887891, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088888218, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088888546, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088888874, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088889201, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088889519, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088889853, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088890187, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088890520, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088890859, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088891195, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088891531, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088891867, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088892203, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088892541, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088892878, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088893224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088893570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088893910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088894246, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088894582, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088894918, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088895256, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088895592, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088895932, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088896267, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088896602, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088896936, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088897272, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088897608, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088897944, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088898279, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088898615, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088898953, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088899290, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088899629, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088899964, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088900299, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088900636, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088900973, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088901310, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088901647, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088901988, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088902324, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088902658, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088902996, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088903334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088903671, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088904008, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088904345, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088904679, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088905014, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088905347, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088905683, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088906018, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088906355, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088906690, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088907000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088907336, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088907661, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088907997, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088908327, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088908665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088909003, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088909341, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088909678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088910013, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088910349, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088910685, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088911023, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088911366, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088911699, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088912035, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088912370, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088912708, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088913043, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088913380, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088913715, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088914050, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088914390, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088914722, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088915057, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088915391, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088915717, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088916055, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088916387, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088916726, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088917062, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088917399, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088917735, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088918075, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088918413, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088918753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088919092, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088919426, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088919756, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088920092, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088920427, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088920761, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088921098, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088921434, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088921769, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088922104, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088922438, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088922775, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088923111, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088923448, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088923786, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088924075, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088924410, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088924743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088925078, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088925410, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088925745, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088926085, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088926417, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088926753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088927093, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088927428, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088927765, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088928098, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088928437, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088928771, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088929108, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088929442, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088929774, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088930110, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088930450, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088930785, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088931122, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088931457, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088931790, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088932126, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088932459, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088932787, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088933126, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088933459, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088933792, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088934129, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088934463, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088934804, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088935151, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088935490, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088935828, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088936167, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088936496, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088936835, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088937170, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088937508, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088937839, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088938174, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088938510, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088938845, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088939177, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088939513, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088939840, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088940171, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088940504, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088940838, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088941167, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088941501, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088941840, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088942176, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088942514, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088942852, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088943187, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088943519, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088943855, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088944195, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088944532, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088944865, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088945204, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088945539, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088945875, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088946203, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088946534, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088946869, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088947205, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088947540, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088947872, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088948208, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088948543, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088948878, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088949212, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088949544, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088949878, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088950214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088950547, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088950881, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088951211, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088951548, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088951882, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088952224, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088952558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088952896, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088953235, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088953570, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088953905, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088954242, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088954577, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088954910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088955246, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088955582, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088955922, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088956253, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088956584, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088956914, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088957246, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088957574, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088957902, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088958230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088958558, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088958887, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088959216, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088959545, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088959874, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088960202, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088960531, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088960861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088961189, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088961522, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088961853, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088962182, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088962512, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088962842, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088963170, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088963500, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088963828, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088964155, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088964483, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088964812, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088965139, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088965473, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088965803, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088966134, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088966464, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088966793, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088967123, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088967451, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088967782, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088968115, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088968443, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088968776, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088969107, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088969385, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088969717, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088970048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088970377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088970706, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088971033, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088971362, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088971690, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088972019, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088972345, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088972677, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088973002, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088973330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088973658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088973985, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088974317, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088974647, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088974976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088975302, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088975630, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088975959, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088976288, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088976625, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088976956, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088977283, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088977611, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088977941, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088978271, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088978602, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088978931, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088979259, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088979589, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088979916, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088980248, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088980577, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088980905, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088981237, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088981564, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088981896, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088982228, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088982558, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088982887, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088983215, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088983542, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088983869, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088984197, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088984526, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088984864, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088985198, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088985531, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088985867, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088986205, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088986536, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088986872, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088987206, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088987543, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088987874, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088988209, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088988542, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088988873, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088989204, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088989532, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088989869, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088990203, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088990536, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088990864, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088991199, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088991530, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088991864, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088992198, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088992537, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088992871, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088993205, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088993542, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088993878, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088994212, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088994548, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088994877, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088995214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088995549, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088995885, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088996220, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088996556, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088996890, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088997228, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088997563, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088997897, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088998232, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088998570, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088998904, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088999237, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088999574, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651088999906, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089000237, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089000575, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089000909, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089001220, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089001554, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089001893, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089002227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089002562, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089002900, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089003230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089003568, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089003905, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089004239, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089004571, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089004905, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089005240, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089005574, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089005909, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089006243, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089006577, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089006912, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089007246, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089007583, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089007919, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089008250, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089008581, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089008916, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089009249, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089009583, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089009919, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089010259, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089010597, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089010936, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089011271, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089011603, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089011941, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089012276, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089012611, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089012947, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089013283, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089013617, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089013950, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089014285, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089014619, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089014953, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089015288, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089015619, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089015955, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089016291, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089016624, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089016967, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089017300, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089017632, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089017970, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089018302, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089018644, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089018978, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089019314, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089019653, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089019993, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089020326, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089020660, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089020995, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089021329, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089021662, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089021996, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089022331, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089022665, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089022999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089023333, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089023668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089023998, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089024331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089024666, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089025000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089025334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089025669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089026009, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089026346, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089026682, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089027016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089027353, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089027689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089028021, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089028351, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089028688, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089029017, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089029353, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089029687, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089030021, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089030356, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089030689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089031024, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089031358, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089031691, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089031991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089032321, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089032657, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089032991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089033325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089033658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089033993, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089034327, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089034665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089034999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089035332, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089035671, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089036003, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089036339, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089036671, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089037001, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089037340, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089037675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089038010, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089038348, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089038683, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089039018, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089039353, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089039688, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089040024, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089040352, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089040687, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089041023, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089041359, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089041641, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089041979, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089042316, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089042652, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089042993, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089043331, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089043667, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089044001, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089044339, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089044671, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089045008, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089045343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089045678, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089046014, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089046349, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089046684, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089047010, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089047340, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089047675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089048010, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089048346, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089048659, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089048992, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089049327, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089049664, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089049999, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089050336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089050674, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089051011, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089051348, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089051690, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089052027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089052365, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089052696, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089053030, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089053368, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089053702, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089054038, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089054373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089054708, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089055046, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089055382, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089055717, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089056051, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089056387, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089056724, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089057054, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089057382, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089057719, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089058055, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089058389, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089058727, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089059058, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089059398, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089059734, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089060073, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089060412, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089060746, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089061075, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089061414, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089061750, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089062086, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089062421, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089062757, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089063093, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089063428, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089063763, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089064102, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089064438, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089064772, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089065109, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089065444, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089065746, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089066082, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089066418, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089066753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089067089, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089067424, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089067764, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089068101, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089068439, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089068774, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089069110, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089069389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089069729, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089070069, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089070405, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089070740, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089071079, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089071415, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089071751, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089072086, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089072421, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089072756, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089073093, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089073428, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089073763, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089074073, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089074414, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089074752, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089075088, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089075423, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089075759, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089076096, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089076431, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089076769, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089077105, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089077443, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089077773, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089078105, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089078443, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089078778, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089079115, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089079451, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089079787, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089080123, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089080457, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089080793, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089081128, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089081463, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089081793, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089082127, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089082458, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089082793, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089083124, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089083459, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089083790, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089084125, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089084460, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089084799, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089085131, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089085466, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089085803, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089086134, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089086465, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089086803, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089087136, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089087474, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089087809, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089088145, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089088481, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089088815, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089089150, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089089486, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089089820, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089090154, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089090432, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089090764, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089091091, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089091429, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089091761, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089092095, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089092431, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089092765, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089093105, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089093440, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089093771, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089094105, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089094442, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089094775, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089095114, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089095447, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089095783, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089096117, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089096452, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089096785, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089097120, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089097452, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089097784, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089098119, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089098453, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089098788, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089099123, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089099455, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089099793, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089100127, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089100465, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089100798, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089101135, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089101474, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089101810, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089102151, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089102486, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089102825, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089103162, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089103497, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089103836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089104172, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089104507, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089104842, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089105177, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089105512, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089105842, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089106179, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089106515, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089106849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089107177, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089107510, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089107842, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089108174, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089108508, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089108845, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089109178, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089109511, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089109849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089110188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089110530, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089110866, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089111204, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089111535, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089111874, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089112209, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089112546, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089112881, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089113218, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089113553, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089113888, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089114222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089114558, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089114894, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089115222, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089115554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089115886, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089116220, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089116554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089116889, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089117222, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089117555, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089117895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089118231, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089118567, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089118908, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089119246, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089119580, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089119912, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089120247, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089120584, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089120920, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089121256, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089121591, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089121926, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089122260, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089122595, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089122930, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089123266, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089123600, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089123940, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089124278, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089124612, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089124943, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089125282, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089125618, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089125954, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089126293, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089126630, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089126966, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089127300, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089127635, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089127969, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089128308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089128643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089128978, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089129311, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089129645, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089129980, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089130315, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089130653, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089130987, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089131321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089131659, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089131997, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089132331, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089132668, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089133007, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089133307, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089133642, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089133978, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089134314, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089134651, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089134983, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089135325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089135660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089135993, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089136330, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089136670, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089136996, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089137331, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089137668, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089138002, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089138335, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089138669, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089139004, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089139338, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089139671, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089140005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089140331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089140663, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089140998, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089141341, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089141675, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089142009, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089142345, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089142680, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089143019, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089143354, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089143693, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089144030, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089144359, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089144692, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089145029, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089145330, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089145668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089145998, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089146330, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089146664, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089146995, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089147329, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089147657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089147930, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089148265, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089148604, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089148935, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089149269, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089149607, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089149943, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089150280, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089150617, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089150954, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089151294, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089151624, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089151959, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089152295, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089152630, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089152970, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089153304, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089153643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089153976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089154311, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089154646, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089154980, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089155314, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089155646, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089155981, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089156314, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089156648, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089156988, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089157326, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089157668, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089158009, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089158340, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089158676, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089159014, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089159349, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089159687, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089160022, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089160356, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089160695, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089161032, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089161371, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089161704, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089162038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089162372, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089162708, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089163041, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089163370, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089163703, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089164036, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089164370, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089164704, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089165037, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089165368, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089165701, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089166037, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089166372, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089166708, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089167039, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089167373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089167711, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089168041, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089168377, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089168717, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089169051, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089169387, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089169725, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089170064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089170397, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089170734, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089171069, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089171402, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089171735, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089172068, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089172403, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089172736, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089173063, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089173395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089173729, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089174058, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089174396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089174730, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089175068, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089175405, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089175739, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089176077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089176411, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089176743, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089177078, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089177411, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089177744, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089178075, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089178413, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089178748, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089179081, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089179417, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089179751, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089180085, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089180420, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089180749, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089181084, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089181420, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089181753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089182085, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089182418, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089182751, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089183086, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089183419, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089183753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089184089, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089184426, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089184760, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089185098, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089185437, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089185771, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089186109, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089186437, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089186771, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089187105, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089187441, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089187776, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089188111, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089188444, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089188778, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089189111, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089189446, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089189778, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089190112, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089190448, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089190779, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089191121, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089191451, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089191786, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089192124, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089192462, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089192798, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089193134, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089193467, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089193804, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089194143, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089194477, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089194806, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089195137, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089195468, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089195803, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089196134, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089196473, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089196807, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089197143, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089197480, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089197815, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089198149, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089198484, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089198816, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089199156, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089199488, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089199827, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089200162, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089200497, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089200834, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089201164, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089201500, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089201841, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089202173, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089202509, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089202850, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089203181, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089203514, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089203852, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089204188, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089204526, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089204864, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089205199, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089205534, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089205871, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089206205, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089206541, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089206877, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089207210, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089207550, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089207887, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089208223, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089208558, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089208894, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089209233, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089209568, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089209906, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089210240, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089210572, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089210909, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089211245, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089211574, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089211910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089212247, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089212585, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089212923, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089213259, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089213595, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089213932, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089214270, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089214607, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089214945, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089215283, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089215616, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089215952, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089216284, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089216621, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089216959, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089217296, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089217634, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089217970, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089218306, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089218647, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089218985, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089219320, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089219663, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089219992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089220329, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089220666, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089221005, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089221341, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089221680, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089222017, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089222353, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089222690, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089223024, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089223357, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089223694, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089224027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089224367, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089224709, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089225046, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089225382, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089225718, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089226051, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089226387, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089226719, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089227055, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089227392, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089227732, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089228064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089228393, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089228729, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089229061, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089229397, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089229733, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089230064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089230400, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089230736, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089231072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089231409, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089231748, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089232078, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089232411, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089232741, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089233072, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089233404, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089233737, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089234077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089234419, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089234760, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089235094, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089235431, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089235768, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089236103, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089236435, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089236770, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089237104, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089237446, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089237782, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089238121, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089238457, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089238796, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089239131, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089239465, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089239802, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089240138, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089240478, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089240814, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089241147, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089241488, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089241823, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089242153, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089242486, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089242822, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089243161, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089243497, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089243831, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089244169, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089244502, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089244839, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089245178, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089245510, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089245847, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089246183, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089246519, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089246854, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089247189, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089247526, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089247859, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089248187, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089248523, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089248856, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089249187, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089249522, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089249857, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089250193, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089250530, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089250868, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089251207, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089251548, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089251887, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089252222, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089252560, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089252903, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089253235, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089253573, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089253909, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089254248, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089254586, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089254921, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089255254, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089255580, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089255919, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089256254, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089256591, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089256933, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089257267, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089257597, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089257925, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089258254, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089258581, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089258912, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089259242, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089259568, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089259896, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089260241, + "stack": [ + 10387, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089260572, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089260907, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089261236, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089261566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089261905, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089262239, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089262578, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089262918, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089263253, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089263588, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089263927, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089264266, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089264582, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089264917, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089265228, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089265562, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089265899, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089266239, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089266574, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089266909, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089267248, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089267581, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089267917, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089268256, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089268591, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089268921, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089269259, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089269603, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089269942, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089270281, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089270611, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089270944, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089271279, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089271613, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089271947, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089272283, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089272617, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089272919, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089273254, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089273564, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089273899, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089274236, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089274572, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089274907, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089275238, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089275573, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089275911, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089276248, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089276578, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089276916, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089277256, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089277595, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089277923, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089278262, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089278596, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089278931, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089279271, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089279607, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089279941, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089280274, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089280609, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089280946, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089281280, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089281618, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089281892, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089282224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089282552, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089282887, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089283218, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089283554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089283890, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089284226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089284560, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089284897, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089285236, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089285569, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089285899, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089286243, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089286587, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089286924, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089287265, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089287603, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089287938, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089288269, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089288603, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089288939, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089289274, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089289609, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089289949, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089290284, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089290623, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089290963, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089291297, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089291637, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089291976, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089292313, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089292650, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089292994, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089293328, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089293664, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089294003, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089294338, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089294676, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089295013, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089295334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089295675, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089296013, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089296348, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089296681, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089297016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089297348, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089297683, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089298021, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089298355, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089298689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089299022, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089299357, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089299698, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089300033, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089300370, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089300702, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089301038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089301377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089301716, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089302055, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089302389, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089302724, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089303059, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089303402, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089303737, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089304080, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089304418, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089304756, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089305093, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089305428, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089305764, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089306096, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089306429, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089306764, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089307099, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089307429, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089307764, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089308098, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089308432, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089308764, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089309098, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089309435, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089309778, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089310113, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089310446, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089310783, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089311057, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089311395, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089311727, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089312065, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089312400, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089312735, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089313069, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089313405, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089313739, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089314073, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089314408, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089314743, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089315078, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089315409, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089315740, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089316074, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089316409, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089316745, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089317077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089317407, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089317742, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089318073, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089318405, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089318737, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089319067, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089319389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089319722, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089320047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089320324, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089320658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089320986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089321324, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089321660, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089321993, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089322326, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089322661, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089322996, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089323330, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089323666, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089324003, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089324329, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089324669, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089324963, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089325293, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089325629, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089325959, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089326290, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089326622, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089326955, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089327285, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089327617, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089327947, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089328280, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089328616, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089328954, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089329293, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089329631, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089329966, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089330300, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089330640, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089330980, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089331316, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089331647, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089331984, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089332314, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089332646, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089332992, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089333331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089333667, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089334004, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089334345, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089334680, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089335017, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089335355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089335691, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089336031, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089336372, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089336712, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089337041, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089337379, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089337718, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089338056, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089338395, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089338732, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089339065, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089339400, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089339736, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089340069, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089340401, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089340733, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089341067, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089341394, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089341719, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089342051, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089342384, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089342721, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089343057, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089343399, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089343741, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089344083, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089344426, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089344758, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089345098, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089345432, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089345772, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089346109, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089346444, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089346780, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089347114, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089347450, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089347784, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089348119, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089348455, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089348790, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089349125, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089349461, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089349796, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089350133, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089350468, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089350805, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089351142, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089351482, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089351822, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089352155, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089352492, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089352822, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089353152, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089353498, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089353838, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089354175, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089354512, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089354847, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089355185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089355520, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089355854, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089356194, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089356530, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089356863, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089357194, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089357521, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089357860, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089358192, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089358526, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089358862, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089359197, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089359536, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089359884, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089360219, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089360559, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089360893, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089361231, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089361528, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089361864, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089362199, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089362539, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089362877, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089363212, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089363550, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089363887, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089364222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089364552, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089364885, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089365224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089365560, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089365888, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089366224, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089366560, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089366898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089367234, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089367570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089367907, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089368243, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089368583, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089368921, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089369255, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089369586, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089369920, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089370258, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089370540, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089370882, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089371217, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089371552, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089371886, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089372221, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089372555, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089372891, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089373225, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089373561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089373895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089374228, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089374561, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089374896, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089375232, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089375567, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089375903, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089376250, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089376590, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089376929, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089377264, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089377598, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089377935, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089378271, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089378606, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089378939, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089379271, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089379612, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089379949, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089380284, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089380616, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089380954, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089381292, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089381622, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089381959, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089382293, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089382624, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089382954, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089383283, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089383615, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089383944, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089384280, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089384621, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089384958, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089385297, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089385636, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089385975, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089386308, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089386647, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089386986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089387320, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089387655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089387990, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089388324, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089388654, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089388990, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089389319, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089389654, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089389988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089390328, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089390661, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089390989, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089391325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089391657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089391993, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089392332, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089392671, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089393011, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089393348, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089393684, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089394019, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089394355, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089394689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089395029, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089395369, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089395702, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089396036, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089396370, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089396705, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089397040, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089397378, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089397713, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089398050, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089398384, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089398714, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089399050, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089399379, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089399711, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089400046, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089400382, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089400719, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089401051, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089401393, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089401729, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089402065, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089402398, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089402736, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089403075, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089403413, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089403731, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089404067, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089404407, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089404739, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089405073, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089405409, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089405744, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089406078, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089406412, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089406750, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089407084, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089407419, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089407753, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089408090, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089408426, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089408761, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089409097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089409432, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089409765, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089410100, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089410439, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089410773, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089411102, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089411436, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089411775, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089412107, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089412442, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089412781, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089413113, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089413448, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089413785, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089414120, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089414455, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089414786, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089415121, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089415454, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089415785, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089416122, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089416457, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089416789, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089417125, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089417461, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089417795, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089418132, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089418467, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089418805, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089419144, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089419478, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089419813, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089420144, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089420477, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089420805, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089421132, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089421458, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089421785, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089422113, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089422438, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089422764, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089423094, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089423422, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089423760, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089424093, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089424428, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089424757, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089425087, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089425415, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089425743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089426075, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089426408, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089426751, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089427090, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089427426, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089427756, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089428096, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089428426, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089428753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089429079, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089429410, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089429748, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089430084, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089430415, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089430750, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089431081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089431422, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089431753, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089432082, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089432414, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089432744, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089433081, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089433412, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089433749, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089434086, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089434417, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089434756, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089435090, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089435433, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089435765, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089436100, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089436429, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089436760, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089437093, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089437425, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089437755, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089438084, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089438414, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089438744, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089439083, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089439417, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089439745, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089440076, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089440341, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089440671, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089441005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089441334, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089441662, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089441992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089442327, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089442658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089442985, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089443317, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089443649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089443978, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089444304, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089444635, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089444966, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089445297, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089445624, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089445956, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089446283, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089446610, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089446935, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089447263, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089447594, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089447923, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089448251, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089448552, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089448887, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089449244, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089449598, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089449944, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089450273, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089450605, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089450936, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089451266, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089451653, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089451983, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089452310, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089452648, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089452982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089453317, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089453653, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089453997, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089454353, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089454683, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089455016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089455345, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089455676, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089456013, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089456344, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089456702, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089457036, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089457366, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089457700, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089458029, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089458357, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089458683, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089459012, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089459339, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089459667, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089459994, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089460320, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089460649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089460975, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089461303, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089461637, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089461963, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089462292, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089462622, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089462959, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089463291, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089463621, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089463908, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089464241, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089464580, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089464912, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089465223, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089465571, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089466021, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089466356, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089466687, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089467017, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089467351, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089467691, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089468055, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089468406, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089468743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089469081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089469423, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089469755, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089470084, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089470415, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089470745, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089471075, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089471402, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089471728, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089472054, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089472381, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089472708, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089473034, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089473361, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089473647, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089473980, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089474321, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089474648, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089474973, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089475303, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089475632, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089475961, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089476291, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089476620, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089476950, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089477280, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089477605, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089477931, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089478259, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089478590, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089478918, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089479245, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089479571, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089479896, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089480222, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089480547, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089480875, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089481201, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089481531, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089481857, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089482215, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089482553, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089482888, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089483219, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089483546, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089483878, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089484205, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089484534, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089484862, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089485190, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089485517, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089485844, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089486172, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089486535, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089486876, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089487203, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089487531, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089487863, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089488193, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089488521, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089488850, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089489178, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089489504, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089489832, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089490158, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089490489, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089490822, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089491151, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089491480, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089491807, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089492137, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089492465, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089492797, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089493124, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089493454, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089493779, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089494105, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089494437, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089494770, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089495097, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089495425, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089495756, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089496082, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089496418, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089496746, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089497072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089497398, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089497726, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089498051, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089498379, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089498715, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089499050, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089499381, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089499707, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089500038, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089500368, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089500699, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089501037, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089501364, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089501690, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089502019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089502346, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089502688, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089503019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089503350, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089503677, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089504006, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089504333, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089504659, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089504988, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089505314, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089505640, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089505966, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089506297, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089506622, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089506949, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089507280, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089507611, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089507939, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089508268, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089508595, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089508922, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089509249, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089509575, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089509900, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089510227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089510552, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089510878, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089511209, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089511536, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089511862, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089512190, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089512519, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089512847, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089513176, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089513507, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089513833, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089514161, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089514489, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089514816, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089515143, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089515474, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089515744, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089516077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089516405, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089516736, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089517065, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089517393, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089517728, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089518056, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089518383, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089518709, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089519035, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089519361, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089519690, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089520023, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089520350, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089520676, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089521002, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089521328, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089521656, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089521981, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089522307, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089522636, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089522914, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089523240, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089523551, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089523884, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089524215, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089524544, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089524874, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089525202, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089525529, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089525856, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089526187, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089526514, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089526840, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089527166, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089527492, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089527823, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089528155, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089528484, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089528812, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089529139, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089529465, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089529791, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089530117, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089530449, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089530777, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089531104, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089531430, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089531756, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089532092, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089532425, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089532752, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089533079, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089533407, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089533737, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089534066, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089534397, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089534724, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089535050, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089535376, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089535702, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089536028, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089536362, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089536691, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089537017, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089537344, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089537669, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089537996, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089538322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089538648, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089538974, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089539299, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089539624, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089539950, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089540278, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089540609, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089540939, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089541272, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089541599, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089541927, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089542259, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089542591, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089542917, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089543244, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089543572, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089543902, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089544229, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089544555, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089544886, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089545221, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089545550, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089545877, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089546205, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089546534, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089546860, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089547191, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089547517, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089547849, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089548177, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089548503, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089548833, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089549166, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089549494, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089549789, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089550144, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089550470, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089550799, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089551135, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089551466, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089551796, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089552126, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089552453, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089552783, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089553114, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089553451, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089553779, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089554113, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089554442, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089554769, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089555100, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089555428, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089555755, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089556081, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089556406, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089556732, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089557074, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089557417, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089557752, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089558085, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089558416, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089558747, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089559077, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089559412, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089559748, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089560080, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089560407, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089560735, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089561070, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089561431, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089561764, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089562096, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089562429, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089562758, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089563090, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089563415, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089563755, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089564086, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089564417, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089564747, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089565076, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089565423, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089565757, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089566093, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089566421, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089566750, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089567080, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089567413, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089567742, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089568073, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089568403, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089568742, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089569080, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089569390, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089569722, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089570056, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089570386, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089570717, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089571047, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089571373, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089571703, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089572045, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089572373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089572701, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089573031, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089573360, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089573692, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089574011, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089574343, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089574680, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089575011, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089575346, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089575685, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089576024, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089576365, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089576703, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089577040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089577373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089577710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089578045, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089578385, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089578717, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089579053, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089579389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089579720, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089580055, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089580387, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089580721, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089581056, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089581395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089581730, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089582065, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089582401, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089582730, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089583066, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089583401, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089583737, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089584073, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089584403, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089584743, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089585079, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089585428, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089585767, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089586062, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089586398, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089586730, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089587068, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089587407, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089587748, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089588087, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089588421, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089588753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089589090, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089589425, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089589759, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089590095, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089590430, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089590743, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089591074, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089591414, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089591750, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089592087, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089592423, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089592759, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089593095, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089593432, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089593770, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089594105, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089594442, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089594780, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089595112, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089595452, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089595791, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089596129, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089596464, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089596798, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089597133, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089597474, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089597813, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089598150, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089598484, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089598819, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089599154, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089599489, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089599826, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089600162, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089600498, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089600834, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089601176, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089601512, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089601852, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089602192, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089602528, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089602878, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089603187, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089603518, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089603854, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089604191, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089604526, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089604862, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089605192, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089605530, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089605863, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089606198, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089606529, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089606868, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089607203, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089607534, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089607862, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089608192, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089608524, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089608854, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089609187, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089609517, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089609857, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089610193, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089610529, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089610866, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089611196, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089611534, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089611864, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089612204, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089612541, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089612874, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089613212, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089613547, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089613880, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089614217, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089614547, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089614882, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089615224, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089615559, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089615891, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089616228, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089616567, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089616904, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089617240, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089617577, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089617910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089618249, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089618588, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089618924, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089619257, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089619597, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089619934, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089620274, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089620607, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089620943, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089621274, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089621609, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089621946, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089622280, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089622615, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089622913, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089623247, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089623580, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089623915, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089624248, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089624583, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089624919, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089625255, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089625590, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089625929, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089626265, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089626602, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089626941, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089627281, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089627615, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089627945, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089628278, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089628622, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089628961, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089629302, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089629643, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089629976, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089630311, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089630651, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089630988, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089631326, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089631661, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089631998, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089632334, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089632675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089633009, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089633346, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089633684, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089634024, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089634361, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089634699, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089635042, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089635376, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089635712, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089636049, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089636393, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089636726, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089637067, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089637406, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089637737, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089638072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089638406, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089638741, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089639074, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089639409, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089639746, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089640081, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089640411, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089640739, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089641076, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089641416, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089641751, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089642087, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089642425, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089642763, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089643102, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089643438, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089643775, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089644114, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089644446, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089644789, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089645125, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089645462, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089645801, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089646136, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089646472, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089646811, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089647148, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089647481, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089647817, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089648156, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089648491, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089648825, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089649159, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089649494, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089649826, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089650161, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089650503, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089650842, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089651182, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089651525, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089651864, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089652203, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089652541, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089652879, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089653175, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089653516, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089653846, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089654187, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089654526, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089654869, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089655204, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089655538, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089655874, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089656207, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089656546, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089656876, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089657209, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089657547, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089657889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089658216, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089658542, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089658880, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089659218, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089659551, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089659894, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089660232, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089660567, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089660898, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089661235, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089661567, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089661913, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089662248, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089662588, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089662922, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089663258, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089663592, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089663926, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089664263, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089664597, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089664931, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089665263, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089665596, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089665925, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089666260, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089666595, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089666929, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089667265, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089667596, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089667931, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089668263, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089668598, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089668936, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089669269, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089669605, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089669938, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089670277, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089670612, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089670949, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089671285, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089671623, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089671968, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089672305, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089672642, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089672977, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089673311, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089673650, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089673984, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089674313, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089674644, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089674979, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089675316, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089675652, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089675984, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089676321, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089676660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089676999, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089677332, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089677669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089678011, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089678344, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089678670, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089679004, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089679345, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089679682, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089680017, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089680352, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089680687, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089681025, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089681361, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089681697, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089682039, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089682372, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089682699, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089683035, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089683369, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089683705, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089684041, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089684380, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089684718, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089685058, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089685393, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089685727, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089686066, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089686411, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089686751, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089687087, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089687421, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089687760, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089688097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089688433, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089688767, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089689101, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089689440, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089689774, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089690110, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089690444, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089690777, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089691116, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089691453, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089691788, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089692124, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089692459, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089692799, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089693138, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089693477, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089693815, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089694154, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089694485, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089694827, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089695155, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089695492, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089695825, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089696164, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089696499, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089696833, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089697168, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089697502, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089697837, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089698171, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089698506, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089698840, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089699167, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089699501, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089699827, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089700163, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089700500, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089700834, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089701168, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089701508, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089701847, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089702186, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089702522, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089702858, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089703199, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089703536, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089703872, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089704211, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089704550, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089704884, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089705218, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089705549, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089705883, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089706216, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089706549, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089706885, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089707221, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089707548, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089707882, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089708218, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089708552, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089708888, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089709222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089709566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089709902, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089710236, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089710574, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089710909, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089711238, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089711571, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089711911, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089712247, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089712583, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089712919, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089713253, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089713589, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089713928, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089714261, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089714593, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089714927, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089715232, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089715565, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089715897, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089716231, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089716567, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089716902, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089717238, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089717569, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089717899, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089718239, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089718578, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089718914, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089719251, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089719596, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089719934, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089720266, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089720607, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089720938, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089721272, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089721608, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089721943, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089722276, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089722612, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089722951, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089723285, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089723621, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089723960, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089724289, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089724627, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089724962, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089725298, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089725635, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089725972, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089726311, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089726650, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089726989, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089727325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089727661, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089727990, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089728330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089728664, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089729004, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089729342, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089729678, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089730016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089730350, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089730684, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089731028, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089731365, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089731700, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089732032, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089732372, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089732702, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089733032, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089733331, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089733662, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089734003, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089734337, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089734680, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089735021, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089735351, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089735685, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089736021, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089736359, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089736698, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089737033, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089737367, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089737707, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089738041, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089738375, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089738710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089739044, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089739378, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089739715, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089740051, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089740379, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089740710, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089741043, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089741378, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089741713, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089742049, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089742388, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089742725, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089743057, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089743393, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089743733, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089744071, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089744407, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089744742, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089745083, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089745422, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089745757, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089746098, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089746436, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089746770, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089747105, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089747447, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089747785, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089748119, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089748453, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089748789, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089749125, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089749462, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089749793, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089750129, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089750465, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089750801, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089751135, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089751471, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089751810, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089752147, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089752480, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089752821, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089753150, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089753481, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089753815, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089754156, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089754484, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089754819, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089755149, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089755482, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089755815, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089756148, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089756485, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089756820, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089757149, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089757479, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089757816, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089758152, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089758488, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089758822, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089759156, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089759492, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089759832, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089760166, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089760503, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089760834, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089761169, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089761505, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089761839, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089762176, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089762508, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089762845, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089763180, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089763515, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089763856, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089764193, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089764531, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089764867, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089765206, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089765539, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089765867, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089766191, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089766526, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089766858, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089767194, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089767531, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089767878, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089768222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089768558, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089768894, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089769227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089769571, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089769902, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089770236, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089770569, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089770907, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089771238, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089771568, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089771895, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089772229, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089772560, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089772898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089773230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089773554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089773886, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089774217, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089774550, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089774889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089775224, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089775557, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089775893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089776224, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089776557, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089776896, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089777231, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089777566, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089777897, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089778167, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089778505, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089778837, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089779168, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089779503, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089779838, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089780176, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089780509, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089780840, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089781171, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089781504, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089781835, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089782168, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089782499, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089782828, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089783162, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089783496, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089783830, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089784165, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089784496, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089784826, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089785169, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089785506, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089785845, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089786184, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089786522, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089786861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089787199, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089787533, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089787867, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089788199, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089788532, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089788867, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089789201, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089789534, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089789866, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089790203, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089790531, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089790864, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089791203, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089791538, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089791872, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089792207, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089792543, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089792882, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089793217, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089793553, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089793892, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089794225, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089794563, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089794893, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089795235, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089795567, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089795907, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089796243, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089796576, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089796915, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089797251, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089797588, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089797923, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089798258, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089798595, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089798927, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089799269, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089799611, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089799946, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089800283, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089800611, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089800947, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089801281, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089801614, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089801945, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089802280, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089802618, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089802949, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089803283, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089803621, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089803955, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089804290, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089804622, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089804957, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089805290, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089805621, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089805958, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089806290, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089806629, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089806960, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089807293, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089807631, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089807971, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089808297, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089808637, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089808968, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089809299, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089809639, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089809975, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089810310, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089810643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089810978, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089811322, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089811655, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089811988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089812321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089812657, + "stack": [ + 10387, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089812994, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089813330, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089813663, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089814000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089814337, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089814672, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089815009, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089815341, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089815673, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089816005, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089816335, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089816669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089817001, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089817330, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089817660, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089817989, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089818318, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089818648, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089818982, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089819315, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089819646, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089819977, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089820304, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089820640, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089820975, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089821310, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089821645, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089821976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089822314, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089822644, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089822975, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089823305, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089823629, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089823956, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089824326, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089824658, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089824997, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089825330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089825660, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089825997, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089826335, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089826673, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089827007, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089827344, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089827679, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089828014, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089828361, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089828698, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089829032, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089829374, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089829710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089830042, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089830381, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089830718, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089831052, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089831388, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089831722, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089832050, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089832383, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089832715, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089833052, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089833387, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089833721, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089834057, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089834393, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089834731, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089835070, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089835404, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089835742, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089836058, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089836395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089836727, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089837061, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089837396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089837731, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089838066, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089838397, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089838725, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089839055, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089839383, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089839716, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089840048, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089840333, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089840664, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089840994, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089841327, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089841650, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089841988, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089842329, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089842666, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089843001, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089843333, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089843669, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089844005, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089844336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089844677, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089845015, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089845346, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089845672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089846008, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089846339, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089846675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089847007, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089847341, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089847676, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089848008, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089848345, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089848659, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089848992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089849324, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089849659, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089849997, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089850326, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089850655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089850993, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089851329, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089851667, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089852004, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089852334, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089852667, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089853005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089853337, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089853680, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089854013, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089854350, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089854678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089855016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089855352, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089855692, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089856022, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089856354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089856692, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089857024, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089857355, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089857685, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089857976, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089858308, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089858645, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089858985, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089859322, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089859660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089860000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089860336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089860673, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089861001, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089861336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089861676, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089862013, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089862346, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089862683, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089863019, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089863355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089863691, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089864027, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089864363, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089864698, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089865035, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089865363, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089865693, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089866024, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089866360, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089866634, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089866970, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089867306, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089867643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089867982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089868318, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089868654, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089868989, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089869325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089869653, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089869988, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089870324, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089870662, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089870991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089871321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089871657, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089871994, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089872330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089872665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089872936, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089873264, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089873560, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089873892, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089874223, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089874550, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089874883, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089875217, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089875546, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089875874, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089876207, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089876537, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089876863, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089877192, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089877524, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089877851, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089878197, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089878532, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089878862, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089879196, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089879536, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089879871, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089880209, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089880541, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089880874, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089881211, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089881547, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089881887, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089882220, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089882552, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089882881, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089883214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089883552, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089883889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089884222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089884557, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089884892, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089885228, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089885564, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089885898, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089886227, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089886559, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089886893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089887226, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089887563, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089887896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089888230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089888562, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089888898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089889234, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089889565, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089889900, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089890232, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089890563, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089890894, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089891226, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089891557, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089891893, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089892224, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089892560, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089892904, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089893235, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089893569, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089893906, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089894243, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089894578, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089894908, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089895244, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089895581, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089895919, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089896257, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089896595, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089896931, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089897268, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089897601, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089897934, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089898264, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089898599, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089898928, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089899258, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089899591, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089899927, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089900263, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089900600, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089900932, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089901268, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089901607, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089901942, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089902275, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089902605, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089902935, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089903275, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089903603, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089903939, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089904281, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089904617, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089904953, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089905288, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089905625, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089905961, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089906298, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089906633, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089906969, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089907300, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089907631, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089907964, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089908298, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089908635, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089908970, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089909308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089909643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089909979, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089910317, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089910653, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089910988, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089911319, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089911657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089911993, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089912331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089912665, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089913000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089913331, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089913661, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089913994, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089914321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089914651, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089914985, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089915321, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089915653, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089915989, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089916324, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089916660, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089916992, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089917329, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089917660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089917996, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089918333, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089918670, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089919006, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089919334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089919672, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089920013, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089920346, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089920681, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089921016, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089921352, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089921689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089922023, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089922358, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089922692, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089923027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089923362, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089923692, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089924020, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089924355, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089924692, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089925027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089925363, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089925698, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089926033, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089926368, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089926702, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089927037, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089927372, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089927708, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089928040, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089928370, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089928705, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089929040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089929375, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089929708, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089930039, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089930368, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089930694, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089931020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089931347, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089931674, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089932003, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089932327, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089932656, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089932992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089933325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089933661, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089934001, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089934337, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089934675, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089935011, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089935349, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089935682, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089936014, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089936350, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089936687, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089937014, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089937344, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089937680, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089938012, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089938348, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089938682, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089939014, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089939348, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089939684, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089940018, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089940333, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089940662, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089940993, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089941325, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089941661, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089941996, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089942333, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089942669, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089942999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089943327, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089943652, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089943978, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089944309, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089944638, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089944970, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089945300, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089945627, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089945953, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089946279, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089946609, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089946939, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089947267, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089947597, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089947898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089948267, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089948613, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089948947, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089949278, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089949615, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089949955, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089950291, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089950629, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089950971, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089951307, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089951642, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089951978, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089952312, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089952649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089952982, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089953319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089953649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089953986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089954321, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089954657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089954996, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089955333, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089955662, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089955998, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089956334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089956665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089956988, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089957320, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089957654, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089957991, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089958323, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089958658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089958995, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089959333, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089959666, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089960004, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089960339, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089960674, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089961007, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089961343, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089961680, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089962016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089962351, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089962687, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089963024, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089963359, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089963694, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089964031, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089964366, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089964701, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089965036, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089965361, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089965689, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089966025, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089966354, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089966689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089967021, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089967353, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089967685, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089968019, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089968355, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089968686, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089969021, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089969355, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089969689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089970027, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089970363, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089970700, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089971035, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089971370, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089971707, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089972041, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089972376, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089972711, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089973046, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089973381, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089973710, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089974041, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089974371, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089974699, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089974975, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089975309, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089975640, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089975976, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089976311, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089976648, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089976983, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089977318, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089977653, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089977984, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089978314, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089978647, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089978982, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089979316, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089979651, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089979986, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089980320, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089980655, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089980990, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089981324, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089981659, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089981995, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089982324, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089982653, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089982983, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089983319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089983655, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089983992, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089984326, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089984657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089984995, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089985334, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089985668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089986000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089986337, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089986667, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089987004, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089987339, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089987674, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089988009, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089988345, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089988680, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089989015, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089989349, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089989683, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089990017, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089990330, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089990659, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089990988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089991323, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089991627, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089991963, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089992297, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089992639, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089992978, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089993315, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089993650, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089993984, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089994319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089994652, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089994982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089995319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089995655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089995990, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089996328, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089996660, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089996995, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089997331, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089997669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089998005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089998342, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089998672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089999005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089999336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651089999670, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090000057, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090000408, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090000756, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090001096, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090001436, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090001773, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090002111, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090002450, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090002790, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090003129, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090003470, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090003808, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090004145, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090004482, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090004823, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090005162, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090005498, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090005834, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090006172, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090006507, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090006843, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090007175, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090007507, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090007838, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090008171, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090008507, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090008842, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090009175, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090009512, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090009848, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090010185, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090010521, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090010859, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090011187, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090011521, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090011859, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090012195, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090012532, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090012868, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090013205, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090013539, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090013875, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090014212, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090014521, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090014852, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090015188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090015519, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090015851, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090016189, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090016528, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090016860, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090017197, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090017536, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090017874, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090018211, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090018545, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090018882, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090019222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090019559, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090019888, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090020224, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090020560, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090020897, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090021233, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090021568, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090021904, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090022238, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090022569, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090022906, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090023241, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090023576, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090023905, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090024234, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090024570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090024905, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090025241, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090025577, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090025911, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090026247, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090026585, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090026923, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090027259, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090027597, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090027933, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090028263, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090028600, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090028935, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090029269, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090029604, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090029939, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090030275, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090030611, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090030947, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090031287, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090031623, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090031959, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090032288, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090032622, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090032958, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090033294, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090033632, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090033968, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090034305, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090034640, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090034976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090035313, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090035649, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090035982, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090036313, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090036651, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090036987, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090037322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090037656, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090037991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090038324, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090038669, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090039004, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090039340, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090039675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090040011, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090040348, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090040690, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090041022, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090041359, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090041644, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090041981, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090042314, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090042651, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090042989, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090043326, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090043662, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090043998, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090044336, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090044664, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090044995, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090045330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090045668, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090046004, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090046340, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090046674, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090047010, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090047345, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090047676, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090048009, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090048340, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090048671, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090049001, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090049336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090049673, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090049970, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090050305, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090050638, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090050969, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090051305, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090051641, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090051976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090052312, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090052643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090052971, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090053308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090053638, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090053973, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090054307, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090054642, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090054977, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090055312, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090055647, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090055980, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090056317, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090056649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090056989, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090057323, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090057659, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090057997, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090058334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090058670, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090059009, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090059341, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090059674, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090060010, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090060343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090060676, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090061007, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090061342, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090061676, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090062005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090062336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090062670, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090063004, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090063338, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090063672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090064007, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090064340, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090064671, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090065006, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090065342, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090065670, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090066007, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090066345, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090066676, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090067011, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090067347, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090067682, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090068017, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090068353, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090068687, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090069022, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090069359, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090069694, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090070026, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090070334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090070668, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090071002, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090071338, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090071673, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090072007, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090072344, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090072679, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090073014, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090073347, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090073685, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090074018, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090074352, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090074685, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090075019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090075354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090075688, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090076024, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090076360, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090076696, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090077029, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090077363, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090077698, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090078033, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090078369, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090078706, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090079042, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090079376, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090079711, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090080046, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090080380, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090080716, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090081050, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090081384, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090081719, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090082051, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090082382, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090082717, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090083047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090083382, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090083717, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090084055, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090084391, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090084723, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090085054, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090085385, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090085721, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090086052, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090086388, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090086726, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090087003, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090087342, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090087682, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090088017, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090088356, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090088688, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090089023, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090089360, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090089696, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090090031, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090090344, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090090674, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090091009, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090091340, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090091670, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090092004, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090092338, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090092667, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090093002, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090093340, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090093679, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090094014, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090094343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090094677, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090095013, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090095340, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090095674, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090096004, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090096336, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090096674, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090097008, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090097346, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090097703, + "stack": [ + 296, + 303, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090099099, + "stack": [ + 308, + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090099436, + "stack": [ + 10355, + 6618, + 4899, + 3072, + 12995, + 4901, + 3069, + 3068, + 4906, + 4933, + 9709, + 10375, + 9764, + 12996, + 8561, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 8563, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 6593, + 8565, + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 6593, + 8565, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860 + ], + "vmTag": "Dart", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651090099771, + "stack": [ + 6051, + 12997, + 6057, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090107056, + "stack": [ + 397, + 378, + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090107383, + "stack": [ + 12891, + 12887, + 12882, + 12881, + 12909, + 12912, + 12910, + 12908, + 12907, + 12906, + 12904, + 12911, + 88, + 87, + 86, + 81, + 85, + 189, + 188, + 165, + 1350, + 12999, + 3103, + 3093, + 3159, + 5224, + 7731, + 11057, + 7466, + 5390, + 7730, + 11057, + 7719, + 11057, + 4513, + 12157, + 4511, + 7729, + 3415, + 3414, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090148720, + "stack": [ + 2376, + 5429, + 7514, + 10290, + 13000, + 5213, + 5376, + 7525, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 5667, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090149272, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090157205, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 12867, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090157561, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090165468, + "stack": [ + 12849, + 12809, + 12811, + 51, + 33, + 184, + 5352, + 13004, + 5351, + 5350, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090165806, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090173820, + "stack": [ + 12931, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090174182, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090182032, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090190422, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090198775, + "stack": [ + 1528, + 3521, + 3395, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090204286, + "stack": [ + 300, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090207226, + "stack": [ + 10637, + 13006, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Closure_equals", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090215443, + "stack": [ + 10145, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090223767, + "stack": [ + 13007, + 13008, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090232095, + "stack": [ + 12828, + 12819, + 12820, + 12854, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090240550, + "stack": [ + 1045, + 12559, + 4053, + 4052, + 4051, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090248768, + "stack": [ + 122, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090257061, + "stack": [ + 10637, + 13006, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090265445, + "stack": [ + 12779, + 12778, + 12781, + 12782, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090273879, + "stack": [ + 3409, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090282086, + "stack": [ + 10988, + 10541, + 11757, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090282526, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090290435, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090298777, + "stack": [ + 13009, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090307236, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090307907, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 340, + 337, + 342, + 241, + 286, + 1490, + 1489, + 13010, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Developer_postEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090315435, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090323735, + "stack": [ + 860, + 10309, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090332082, + "stack": [ + 858, + 860, + 7335, + 10309, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090340575, + "stack": [ + 12827, + 12814, + 325, + 369, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3409, + 3409, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090348765, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090357102, + "stack": [ + 13007, + 13008, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090365422, + "stack": [ + 57, + 41, + 42, + 2577, + 13011, + 13012, + 3541, + 11043, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3 + ], + "vmTag": "Unknown native entry", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651090373718, + "stack": [ + 955, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090374105, + "stack": [ + 11928, + 12394, + 5604, + 5602, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090382048, + "stack": [ + 9053, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090390411, + "stack": [ + 275, + 277, + 279, + 347, + 333, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090398940, + "stack": [ + 7341, + 614, + 3409, + 3409, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090407080, + "stack": [ + 1475, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090415454, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090423785, + "stack": [ + 955, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090432109, + "stack": [ + 359, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090440453, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090448771, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090457269, + "stack": [ + 12824, + 12837, + 12836, + 373, + 372, + 386, + 397, + 378, + 291, + 330, + 13015, + 3089, + 3147, + 7789, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090465469, + "stack": [ + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090473773, + "stack": [ + 12850, + 366, + 356, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090482108, + "stack": [ + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090524645, + "stack": [ + 860, + 7335, + 10309, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090887461, + "stack": [ + 309, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090890578, + "stack": [ + 614, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090898774, + "stack": [ + 1045, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090899127, + "stack": [ + 52, + 38, + 2554, + 13016, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090907103, + "stack": [ + 12933, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090907438, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090915433, + "stack": [ + 12814, + 200, + 212, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090915785, + "stack": [ + 224, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 360, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090923769, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090932210, + "stack": [ + 10541, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090932784, + "stack": [ + 7760, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090940565, + "stack": [ + 233, + 296, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090940921, + "stack": [ + 12572, + 10378, + 3604, + 11823, + 11043, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090941276, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090948754, + "stack": [ + 122, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090949115, + "stack": [ + 225, + 224, + 270, + 358, + 368, + 343, + 337, + 365, + 363, + 360, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090957172, + "stack": [ + 10145, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090957546, + "stack": [ + 7782, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090957907, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090965427, + "stack": [ + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090965776, + "stack": [ + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090966164, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090982241, + "stack": [ + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090990417, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090991563, + "stack": [ + 8660, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090998752, + "stack": [ + 237, + 286, + 10637, + 13006, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Closure_equals", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651090999110, + "stack": [ + 166, + 3354, + 13017, + 13018, + 12148, + 3541, + 11043, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091007073, + "stack": [ + 12936, + 12924, + 12925, + 12926, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091007421, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091015526, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091016141, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091023756, + "stack": [ + 12839, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091032190, + "stack": [ + 10136, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091040416, + "stack": [ + 10637, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091040801, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091048752, + "stack": [ + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091049112, + "stack": [ + 227, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 360, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091054744, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091057112, + "stack": [ + 12804, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091057442, + "stack": [ + 5548, + 8349, + 6593, + 8565, + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 6593, + 8565, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091057800, + "stack": [ + 12851, + 12880, + 12885, + 12879, + 12874, + 12873, + 12905, + 12904, + 12911, + 88, + 87, + 86, + 81, + 85, + 189, + 188, + 165, + 1350, + 12999, + 3103, + 3093, + 3159, + 5224, + 7731, + 11057, + 7466, + 5390, + 7730, + 11057, + 7719, + 11057, + 4513, + 12157, + 4511, + 7729, + 3415, + 3414, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091058149, + "stack": [ + 1541, + 1539, + 1537, + 3414, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091058480, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091065496, + "stack": [ + 190, + 167, + 2509, + 13019, + 2508, + 5509, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091073764, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091074112, + "stack": [ + 48, + 45, + 47, + 106, + 101, + 84, + 3149, + 13020, + 3148, + 3147, + 7789, + 5348, + 2551, + 7760, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091082083, + "stack": [ + 122, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091082470, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 416, + 27, + 120, + 131, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091090416, + "stack": [ + 9054, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091100554, + "stack": [ + 827, + 1489, + 13010, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091107078, + "stack": [ + 12827, + 12814, + 325, + 369, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091107483, + "stack": [ + 57, + 41, + 42, + 2577, + 13011, + 13012, + 3532, + 11042, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091115407, + "stack": [ + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091115768, + "stack": [ + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 416, + 27, + 120, + 131, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091123884, + "stack": [ + 309, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091124250, + "stack": [ + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091132184, + "stack": [ + 43, + 3534, + 13021, + 3533, + 3541, + 11043, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091140428, + "stack": [ + 10692, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091140780, + "stack": [ + 244, + 398, + 155, + 153, + 2525, + 13022, + 13023, + 2524, + 9089, + 2519, + 2518, + 2517, + 9091, + 2519, + 2518, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091148891, + "stack": [ + 10354, + 4051, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091155789, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091156137, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091156487, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091156835, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091157190, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091157544, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091157891, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091158244, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091158589, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091158954, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091159303, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091159673, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091160015, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091160358, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091160709, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091161053, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091161412, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091161764, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091162045, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091162388, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091162732, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091163075, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091163417, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091163759, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091164100, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091164441, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091164790, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091165130, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091165477, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091165820, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091166163, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091166501, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091166849, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091167189, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091167530, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091167879, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091168218, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091168556, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091168899, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091169247, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091169590, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091169934, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091170283, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091170624, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091170969, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091171306, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091171648, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091171986, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091172322, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091172659, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091172998, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091173336, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091173673, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091174014, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091174355, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091174701, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091175031, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091175369, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091175721, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091176073, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091176421, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091176771, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091177118, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091177465, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091177804, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091178154, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091178488, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091178826, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091179169, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091179514, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091179857, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091180201, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091180544, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091180889, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091181231, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091181576, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091181923, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091182261, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091182593, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091182938, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091183282, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091183624, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091183967, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091184319, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091184662, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091185011, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091185361, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091185705, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091186047, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091186384, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091186731, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091187065, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091187409, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091187753, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091188094, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091188434, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091188776, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091189119, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091189462, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091189802, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091190140, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091190476, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091190810, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091191153, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091191496, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091191836, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091192178, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091192525, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091192865, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091193205, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091193546, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091193886, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091194228, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091194561, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091194895, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091195238, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091195578, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091195921, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091196263, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091196603, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091196943, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091197284, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091197622, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091197955, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091198295, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091198633, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091198969, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091199312, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091199651, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091199937, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091200276, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091200621, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091200963, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091201302, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091201645, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091201985, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091202323, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091202664, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091203006, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091203343, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091203672, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091204011, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091204352, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091204692, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091205023, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091205359, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091205696, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091206035, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091206374, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091206713, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091207044, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091207375, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091207709, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091208039, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091208377, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091208713, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091209048, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091209390, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091209726, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091210065, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091210409, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091210748, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091211088, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091211419, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091211753, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091212091, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091212431, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091212769, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091213109, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091213447, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091213786, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091214123, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091214461, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091214797, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091215136, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091215470, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091215803, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091216141, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091216481, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091216817, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091217155, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091217497, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091217832, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091218168, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091218511, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091218848, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091219186, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091219525, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091219863, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091220198, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091220536, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091220872, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091221206, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091221543, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091221883, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091222221, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091222558, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091222889, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091223226, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091223566, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091223899, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091224241, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091224579, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091224919, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091225258, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091225595, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091225932, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091226267, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091226609, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091226946, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091227283, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091227620, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091227955, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091228295, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091228633, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091228965, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091229302, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091229640, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091229977, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091230313, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091230650, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091230983, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091231318, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091231652, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091231987, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091232315, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091232655, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091232994, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091233283, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091233619, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091233954, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091234291, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091234631, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091234968, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091235302, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091235639, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091235977, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091236305, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091236635, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091236973, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091237308, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091237649, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091237987, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091238323, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091238660, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091238996, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091239334, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091239669, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091240003, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091240339, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091240667, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091241008, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091241344, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091241680, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091242013, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091242353, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091242689, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091243029, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091243366, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091243702, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091244039, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091244376, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091244713, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091245044, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091245380, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091245716, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091246053, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091246389, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091246722, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091247058, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091247395, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091247729, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091248068, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091248403, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091248730, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091249059, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091249402, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091249738, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091250075, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091250411, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091250747, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091251085, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091251423, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091251764, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091252100, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091252432, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091252761, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091253100, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091253435, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091253772, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091254106, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091254440, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091254771, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091255103, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091255433, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091255769, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091256102, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091256436, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091256772, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091257105, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091257441, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091257777, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091258113, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091258446, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091258781, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091259119, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091259454, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091259793, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091260127, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091260463, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091260796, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091261127, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091261454, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091261787, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091262120, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091262452, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091262783, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091263117, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091263452, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091263786, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091264120, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091264455, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091264795, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091265130, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091265463, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091265799, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091266130, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091266461, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091266794, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091267123, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091267453, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091267784, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091268119, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091268459, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091268793, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091269122, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091269456, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091269789, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091270117, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091270454, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091270792, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091271126, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091271460, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091271791, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091272125, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091272457, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091272790, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091273124, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091273459, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091273791, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091274126, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091274466, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091274802, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091275136, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091275471, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091275811, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091276139, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091276476, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091276816, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091277145, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091277474, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091277810, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091278137, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091278477, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091278811, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091279148, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091279483, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091279818, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091280149, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091280483, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091280818, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091281153, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091281488, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091281822, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091282153, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091282492, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091282827, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091283163, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091283497, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091283832, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091284170, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091284503, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091284839, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091285177, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091285511, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091285845, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091286173, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091286507, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091286846, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091287181, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091287515, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091287850, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091288186, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091288520, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091288855, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091289191, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091289525, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091289860, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091290192, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091290524, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091290863, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091291197, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091291530, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091291862, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091292199, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091292531, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091292868, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091293205, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091293538, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091293872, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091294212, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091294543, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091294873, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091295209, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091295544, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091295875, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091296209, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091296544, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091296878, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091297212, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091297547, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091297879, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091298214, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091298549, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091298882, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091299216, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091299554, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091299891, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091300226, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091300561, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091300896, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091301237, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091301575, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091301911, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091302246, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091302583, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091302917, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091303247, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091303585, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091303919, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091304255, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091304591, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091304928, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091305264, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091305595, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091305926, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091306248, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091306582, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091306914, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091307245, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091307577, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091307912, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091308246, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091308581, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091308920, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091309256, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091309592, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091309925, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091310261, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091310595, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091310926, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091311259, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091311591, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091311922, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091312256, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091312594, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091312928, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091313263, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091313599, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091313931, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091314265, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091314598, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091314929, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091315264, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091315597, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091315932, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091316263, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091316593, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091316927, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091317262, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091317590, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091317928, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091318260, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091318590, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091318929, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091319262, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091319592, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091319921, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091320251, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091320580, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091320910, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091321237, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091321565, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091321901, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091322231, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091322560, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091322893, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091323227, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091323567, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091323901, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091324239, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091324573, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091324909, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091325243, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091325577, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091325912, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091326248, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091326581, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091326929, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091327265, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091327596, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091327926, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091328266, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091328601, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091328932, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091329262, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091329598, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091329931, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091330266, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091330602, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091330935, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091331268, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091331604, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091331940, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091332274, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091332606, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091332943, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091333273, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091333608, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091333944, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091334276, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091334610, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091334943, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091335279, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091335614, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091335949, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091336282, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091336609, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091336943, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091337276, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091337612, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091337946, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091338279, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091338613, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091338946, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091339280, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091339615, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091339949, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091340282, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091340612, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091340947, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091341278, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091341614, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091341949, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091342283, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091342621, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091342959, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091343294, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091343629, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091343965, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091344299, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091344638, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091344980, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091345314, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091345651, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091345990, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091346325, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091346661, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091346995, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091347330, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091347663, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091347955, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091348285, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091348620, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091348952, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091349290, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091349625, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091349959, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091350289, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091350625, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091350957, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091351288, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091351627, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091351962, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091352297, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091352632, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091352961, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091353291, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091353630, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091353967, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091354304, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091354636, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091354966, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091355305, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091355635, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091355968, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091356308, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091356643, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091356975, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091357306, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091357643, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091357980, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091358313, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091358643, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091358977, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091359309, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091359648, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091359985, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091360320, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091360651, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091360981, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091361310, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091361641, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091361976, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091362306, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091362641, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091362972, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091363307, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091363638, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091363968, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091364298, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091364633, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091364962, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091365297, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091365625, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091365965, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091366297, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091366631, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091366961, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091367292, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091367623, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091367956, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091368290, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091368624, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091368960, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091369300, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091369632, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091369964, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091370304, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091370639, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091370971, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091371305, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091371641, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091371980, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091372317, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091372651, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091372985, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091373318, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091373647, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091373984, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091374314, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091374654, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091374993, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091375326, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091375662, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091375998, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091376332, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091376668, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091377000, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091377337, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091377666, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091377999, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091378329, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091378667, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091378997, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091379332, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091379677, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091380012, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091380350, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091380683, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091381021, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091381357, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091381692, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091382004, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091382338, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091382671, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091383007, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091383341, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091383675, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091384007, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091384341, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091384677, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091385008, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091385340, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091385680, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091386016, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091386353, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091386691, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091387028, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091387359, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091387694, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091388024, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091388360, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091388691, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091389025, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091389357, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091389691, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091390021, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091390355, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091390682, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091391019, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091391350, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091391649, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091391980, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091392314, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091392645, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091392982, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091393320, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091393652, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091393988, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091394326, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091394657, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091394986, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091395324, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091395658, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091395992, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091396324, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091396654, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091396987, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091397324, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091397659, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091397989, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091398328, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091398667, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091398994, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091399331, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091399666, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091400000, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091400335, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091400667, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091400999, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091401337, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091401677, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091402015, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091402350, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091402685, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091403018, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091403356, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091403697, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091404028, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091404358, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091404692, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091405026, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091405358, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091405688, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091406024, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091406358, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091406697, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091407026, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091407354, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091407689, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091408025, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091408359, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091408689, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091409025, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091409357, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091409688, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091410018, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091410349, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091410682, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091411013, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091411342, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091411674, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091412009, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091412340, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091412677, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091413011, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091413345, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091413676, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091414006, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091414341, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091414679, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091415008, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091415330, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091415654, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091415988, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091416319, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091416652, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091416982, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091417312, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091417647, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091417982, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091418315, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091418649, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091418983, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091419313, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091419644, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091419979, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091420311, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091420646, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091420977, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091421306, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091421641, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091421972, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091422306, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091422636, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091422966, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091423296, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091423628, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091423958, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091424293, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091424628, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091424964, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091425298, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091425636, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091425971, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091426302, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091426633, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091426972, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091427309, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091427643, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091427974, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091428305, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091428634, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091428967, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091429302, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091429636, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091429975, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091430306, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091430638, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091430972, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091431298, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091431628, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091431920, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091432249, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091432588, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091432886, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091433215, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091433548, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091433879, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091434215, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091434548, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091434878, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091435213, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091435548, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091435886, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091436223, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091436559, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091436891, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091437227, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091437565, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091437900, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091438234, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091438571, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091438905, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091439234, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091439567, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091439902, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091440237, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091440568, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091440908, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091441244, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091441579, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091441914, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091442252, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091442583, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091442919, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091443257, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091443590, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091443926, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091444264, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091444598, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091444932, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091445266, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091445600, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091445939, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091446269, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091446603, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091446935, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091447268, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091447598, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091447927, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091448258, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091448595, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091448919, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091449258, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091449588, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091449903, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091450238, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091450571, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091450900, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091451238, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091451570, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091451906, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091452246, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091452586, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091452925, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091453261, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091453589, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091453931, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091454262, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091454596, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091454927, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091455261, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091455598, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091455929, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091456262, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091456599, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091456932, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091457264, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091457600, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091457935, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091458266, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091458604, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091458940, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091459272, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091459603, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091459937, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091460275, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091460610, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091460946, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091461284, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091461615, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091461949, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091462282, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091462612, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091462943, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091463277, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091463611, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091463942, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091464282, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091464620, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091464959, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091465293, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091465628, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091465964, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091466296, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091466630, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091466965, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091467302, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091467634, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091467966, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091468303, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091468646, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091468976, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091469312, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091469653, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091469988, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091470322, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091470652, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091470982, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091471318, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091471655, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091471985, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091472319, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091472654, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091472984, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091473323, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091473652, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091473979, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091474313, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091474643, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091474977, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091475311, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091475648, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091475978, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091476313, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091476648, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091476985, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091477315, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091477645, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091477975, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091478311, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091478649, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091478985, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091479321, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091479653, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091479984, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091480318, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091480650, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091480983, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091481320, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091481651, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091481978, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091482306, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091482641, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091482975, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091483307, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091483640, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091483976, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091484308, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091484648, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091484979, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091485314, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091485650, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091485984, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091486322, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091486665, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091487005, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091487340, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091487675, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091488011, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091488352, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091488685, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091489018, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091489353, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091489687, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091490021, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091490348, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091490675, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091491014, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091491344, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091491678, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091492012, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091492347, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091492677, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091493014, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091493345, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091493678, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091494015, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091494354, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091494691, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091495026, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091495359, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091495695, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091496031, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091496365, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091496692, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091497026, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091497361, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091497696, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091498030, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091498363, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091498690, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091499025, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091499355, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091499691, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091500025, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091500360, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091500696, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091501027, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091501363, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091501693, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091502027, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091502361, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091502694, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091503029, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091503367, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091503700, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091504032, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091504373, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091504706, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091505046, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091505379, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091505715, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091506049, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091506382, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091506716, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091507044, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091507381, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091507717, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091508052, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091508387, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091508718, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091509051, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091509383, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091509714, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091510053, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091510391, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091510722, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091511053, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091511388, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091511718, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091512000, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091512334, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091512663, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091512999, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091513272, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091513606, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091513936, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091514274, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091514607, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091514942, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091515273, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091515601, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091515932, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091516270, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091516562, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091516896, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091517229, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091517559, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091517896, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091518230, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091518565, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091518904, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091519242, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091519577, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091519917, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091520249, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091520586, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091520920, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091521254, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091521585, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091521915, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091522251, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091522583, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091522916, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091523250, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091523587, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091523917, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091524254, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091524587, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091524921, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091525255, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091525588, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091525923, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091526259, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091526594, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091526929, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091527269, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091527598, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091527933, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091528263, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091528599, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091528934, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091529269, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091529600, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091529935, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091530269, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091530603, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091530937, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091531271, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091531610, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091531926, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091532258, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091532597, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091532933, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091533266, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091533600, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091533935, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091534265, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091534600, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091534935, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091535270, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091535608, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091535939, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091536271, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091536599, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091536935, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091537268, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091537603, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091537936, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091538269, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091538606, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091538939, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091539268, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091539601, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091539934, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091540266, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091540596, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091540935, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091541269, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091541555, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091541888, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091542225, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091542555, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091542884, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091543221, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091543554, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091543888, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091544224, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091544551, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091544886, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091545219, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091545553, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091545883, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091546216, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091546551, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091546884, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091547217, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091547550, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091547880, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091548209, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091548540, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091548870, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091549203, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091549538, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091549875, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091550208, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091550545, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091550882, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091551217, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091551552, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091551884, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091552223, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091552536, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091552874, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091553211, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091553538, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091553872, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091554204, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091554538, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091554871, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091555204, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091555537, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091555870, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091556200, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091556535, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091556866, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091557197, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091557534, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091557868, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091558202, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091558532, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091558868, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091559200, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091559534, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091559870, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091560205, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091560538, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091560872, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091561206, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091561540, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091561873, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091562203, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091562536, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091562870, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091563203, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091563537, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091563870, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091564201, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091564535, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091564868, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091565202, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091565530, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091565867, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091566202, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091566537, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091566873, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091567209, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091567545, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091567879, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091568210, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091568538, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091568873, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091569206, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091569539, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091569878, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091570213, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091570547, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091570884, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091571219, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091571558, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091571893, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091572225, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091572560, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091572898, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091573232, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091573567, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091573900, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091574231, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091574567, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091574902, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091575238, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091575575, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091575908, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091576246, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091576583, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091576912, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091577247, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091577584, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091577922, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091578261, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091578595, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091578930, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091579265, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091579599, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091579937, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091580268, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091580603, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091580937, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091581267, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091581602, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091581937, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091582263, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091582596, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091582927, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091583226, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091583561, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091583890, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091584227, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091584560, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091584894, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091585230, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091585568, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091585903, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091586243, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091586582, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091586912, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091587246, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091587582, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091587914, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091588249, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091588580, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091588915, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091589250, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091589585, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091589921, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091590255, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091590583, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091590917, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091591246, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091591580, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091591910, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091592245, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091592577, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091592917, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091593253, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091593585, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091593921, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091594254, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091594599, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091594937, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091595265, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091595599, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091595932, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091596267, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091596601, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091596935, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091597270, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091597604, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091597933, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091598266, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091598599, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091598929, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091599264, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091599593, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091599928, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091600268, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091600606, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091600939, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091601269, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091601600, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091601929, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091602263, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091602597, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091602936, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091603267, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091603602, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091603938, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091604271, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091604607, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091604942, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091605276, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091605608, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091605942, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091606278, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091606612, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091606941, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091607270, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091607608, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091607941, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091608278, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091608613, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091608951, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091609286, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091609624, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091609951, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091610287, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091610623, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091610954, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091611288, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091611627, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091611958, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091612294, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091612622, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091612956, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091613291, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091613628, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091613963, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091614297, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091614603, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091614932, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091615265, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091615594, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091615934, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091616273, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091616565, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091616901, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091617239, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091617579, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091617915, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091618248, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091618584, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091618920, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091619256, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091619596, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091619933, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091620268, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091620602, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091620937, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091621271, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091621607, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091621942, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091622274, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091622610, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091622949, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091623284, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091623613, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091623945, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091624257, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091624587, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091624922, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091625258, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091625594, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091625925, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091626264, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091626598, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091626935, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091627272, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091627608, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091627942, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091628281, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091628617, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091628953, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091629287, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091629623, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091629957, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091630287, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091630624, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091630957, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091631292, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091631626, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091631959, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091632287, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091632621, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091632957, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091633293, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091633628, + "stack": [ + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7286, + 7285, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091634276, + "stack": [ + 12927, + 12877, + 12878, + 12876, + 31, + 88, + 87, + 86, + 81, + 85, + 189, + 188, + 165, + 1350, + 12999, + 3103, + 3093, + 3159, + 5224, + 7731, + 11057, + 7466, + 5390, + 7730, + 11057, + 7719, + 11057, + 4513, + 12157, + 4511, + 7729, + 3415, + 3414, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091640432, + "stack": [ + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091648708, + "stack": [ + 13009, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091652169, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091656955, + "stack": [ + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091665310, + "stack": [ + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091673731, + "stack": [ + 374, + 377, + 286, + 1483, + 1542, + 1546, + 1538, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091681987, + "stack": [ + 397, + 378, + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091690352, + "stack": [ + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091698685, + "stack": [ + 5008, + 3282, + 3281, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091707153, + "stack": [ + 394, + 2525, + 13022, + 13023, + 2524, + 9089, + 2519, + 2518, + 2517, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091715356, + "stack": [ + 11757, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091715713, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091723695, + "stack": [ + 9853, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091732034, + "stack": [ + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091735642, + "stack": [ + 255, + 300, + 300, + 300, + 303, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091740410, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091748684, + "stack": [ + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091757020, + "stack": [ + 12845, + 149, + 197, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091765363, + "stack": [ + 12808, + 122, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091773812, + "stack": [ + 10455, + 2521, + 2558, + 2557, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091782039, + "stack": [ + 13024, + 11757, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091790350, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091795039, + "stack": [ + 7861, + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091798689, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091804218, + "stack": [ + 1045, + 12559, + 5769, + 5768, + 5771, + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091807010, + "stack": [ + 7379, + 7378, + 7377, + 12492, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091811663, + "stack": [ + 10718, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091815315, + "stack": [ + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091818113, + "stack": [ + 261, + 279, + 347, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091828742, + "stack": [ + 296, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091831967, + "stack": [ + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091834647, + "stack": [ + 309, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091840332, + "stack": [ + 370, + 299, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091848835, + "stack": [ + 287, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091856499, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091864824, + "stack": [ + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091880806, + "stack": [ + 5770, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091888698, + "stack": [ + 7521, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091896452, + "stack": [ + 860, + 7335, + 10309, + 2433, + 2432, + 2431, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091904827, + "stack": [ + 6220, + 11549, + 6235, + 11549, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091912748, + "stack": [ + 883, + 2432, + 2431, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091920662, + "stack": [ + 5430, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091928655, + "stack": [ + 7517, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091936767, + "stack": [ + 7512, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091944912, + "stack": [ + 6220, + 11549, + 6235, + 11549, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091961347, + "stack": [ + 5430, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091969428, + "stack": [ + 2391, + 2390, + 5429, + 7514, + 10290, + 13000, + 5213, + 5376, + 7525, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091973668, + "stack": [ + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091974013, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091974359, + "stack": [ + 12870, + 12919, + 12918, + 12917, + 12916, + 12913, + 12884, + 12883, + 79, + 75, + 77, + 76, + 60, + 114, + 89, + 90, + 91, + 113, + 115, + 112, + 98, + 93, + 97, + 92, + 96, + 94, + 95, + 100, + 99, + 3150, + 13026, + 13027, + 3159, + 5224, + 7731, + 11057, + 7715, + 11057, + 7719, + 11057, + 7727, + 11057, + 7719, + 11057, + 7727, + 11057, + 7722, + 11057, + 7727, + 11057, + 7727, + 11057, + 7727, + 11057, + 7720, + 11057, + 5359, + 6249, + 7725, + 3415, + 3414, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091977989, + "stack": [ + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091982021, + "stack": [ + 10145, + 6313, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091982367, + "stack": [ + 243, + 1360, + 1351, + 6096, + 13028, + 6094, + 10348, + 13029, + 2512, + 10347, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091987572, + "stack": [ + 336, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091990347, + "stack": [ + 11811, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091990697, + "stack": [ + 6084, + 10349, + 13029, + 2512, + 10347, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091995925, + "stack": [ + 1402, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651091998676, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092002311, + "stack": [ + 12838, + 347, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092007023, + "stack": [ + 11757, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092007375, + "stack": [ + 7782, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092011191, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092015346, + "stack": [ + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092015691, + "stack": [ + 160, + 2502, + 13030, + 2501, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092019332, + "stack": [ + 10704, + 10718, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092023686, + "stack": [ + 122, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092024030, + "stack": [ + 12834, + 219, + 353, + 352, + 276, + 326, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092027273, + "stack": [ + 296, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092032027, + "stack": [ + 10988, + 10541, + 11757, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092032369, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 416, + 26, + 120, + 131, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092040353, + "stack": [ + 12792, + 12807, + 12806, + 216, + 356, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092040698, + "stack": [ + 223, + 268, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 416, + 29, + 119, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092048733, + "stack": [ + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092049081, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092049444, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092056732, + "stack": [ + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092057079, + "stack": [ + 224, + 268, + 271, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3409, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092057451, + "stack": [ + 7418, + 5604, + 5602, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092064632, + "stack": [ + 245, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092065335, + "stack": [ + 11805, + 6313, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092065677, + "stack": [ + 32, + 184, + 5352, + 13004, + 5351, + 5350, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092073102, + "stack": [ + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092073677, + "stack": [ + 12807, + 12806, + 216, + 356, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092074023, + "stack": [ + 4519, + 5489, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092075252, + "stack": [ + 235, + 300, + 300, + 300, + 300, + 300, + 303, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092080804, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092082013, + "stack": [ + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092082375, + "stack": [ + 299, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3820, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092089007, + "stack": [ + 232, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092090358, + "stack": [ + 12807, + 12806, + 216, + 356, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092090707, + "stack": [ + 367, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092096935, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092098689, + "stack": [ + 215, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092099058, + "stack": [ + 2431, + 10295, + 10289, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 10277, + 7519, + 10295, + 7519, + 10295, + 7519, + 10284, + 7519, + 10281, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 7519, + 10295, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 13000, + 5213, + 5376, + 7525, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 5667, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125 + ], + "vmTag": "Dart", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651092104812, + "stack": [ + 5754, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092107019, + "stack": [ + 12926, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092112650, + "stack": [ + 11652, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092115352, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092120775, + "stack": [ + 2405, + 7514, + 10290, + 13000, + 5213, + 5376, + 7525, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092123682, + "stack": [ + 10692, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092124032, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092128796, + "stack": [ + 10284, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092132026, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092132377, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1482, + 1524, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092136824, + "stack": [ + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092140367, + "stack": [ + 231, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092140823, + "stack": [ + 404, + 148, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092148973, + "stack": [ + 6, + 12787, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092157245, + "stack": [ + 10136, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 6301, + 8236, + 13031, + 8567, + 8563, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092165538, + "stack": [ + 363, + 359, + 242, + 286, + 1483, + 1482, + 1524, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092166154, + "stack": [ + 245, + 256, + 414, + 153, + 2463, + 13032, + 13033, + 2460, + 10349, + 13029, + 2512, + 10349, + 13029, + 2512, + 10347, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092173686, + "stack": [ + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092183536, + "stack": [ + 407, + 410, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092226054, + "stack": [ + 402, + 204, + 121, + 214, + 211, + 209, + 10, + 19, + 13, + 15, + 16, + 12866, + 12865, + 12864, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092245579, + "stack": [ + 249, + 248, + 251, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092248749, + "stack": [ + 11805, + 6313, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092249099, + "stack": [ + 7519, + 10295, + 7519, + 10284, + 10283, + 7519, + 10295, + 7519, + 10295, + 7519, + 7513, + 10295, + 7519, + 10295, + 10289, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 10277, + 7519, + 10295, + 7519, + 10295, + 7519, + 10284, + 7519, + 10281, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 7519, + 10295, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 13000, + 5213, + 5376, + 7525, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 5667, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535 + ], + "vmTag": "Dart", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651092257019, + "stack": [ + 11118, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092265543, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092273676, + "stack": [ + 12790, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092274023, + "stack": [ + 20, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092282012, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092290436, + "stack": [ + 12780, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092298912, + "stack": [ + 12827, + 12814, + 325, + 369, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3409, + 3409, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092307180, + "stack": [ + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092307525, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092315516, + "stack": [ + 290, + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092315937, + "stack": [ + 52, + 37, + 36, + 47, + 106, + 101, + 84, + 3149, + 13020, + 3148, + 3147, + 7789, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5346, + 2553, + 2552, + 5344, + 7765, + 5348, + 2551, + 7760, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903 + ], + "vmTag": "Unknown native entry", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651092323763, + "stack": [ + 309, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092324113, + "stack": [ + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092332215, + "stack": [ + 7379, + 7377, + 12492, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092333779, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092340541, + "stack": [ + 4946, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092340879, + "stack": [ + 12831, + 12840, + 363, + 360, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092348666, + "stack": [ + 1483, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092349013, + "stack": [ + 13034, + 2590, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092350148, + "stack": [ + 261, + 279, + 347, + 333, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092357085, + "stack": [ + 11570, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092357433, + "stack": [ + 224, + 268, + 272, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1482, + 1524, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092365428, + "stack": [ + 421, + 366, + 356, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092365775, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092373871, + "stack": [ + 11163, + 6321, + 8232, + 13031, + 8567, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092382020, + "stack": [ + 12804, + 422, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092382369, + "stack": [ + 136, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092390406, + "stack": [ + 122, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092390759, + "stack": [ + 229, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1482, + 1524, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092398347, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092398702, + "stack": [ + 10441, + 10355, + 10354, + 6618, + 3942, + 8058, + 10376, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092399054, + "stack": [ + 10564, + 8237, + 13031, + 8567, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 6593, + 8565, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 6593, + 8565, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092399401, + "stack": [ + 12813, + 12918, + 12917, + 12916, + 12913, + 12884, + 12883, + 79, + 75, + 77, + 76, + 60, + 114, + 89, + 90, + 91, + 113, + 115, + 112, + 98, + 93, + 97, + 92, + 96, + 94, + 95, + 100, + 99, + 3150, + 13026, + 13027, + 3159, + 5224, + 7731, + 11057, + 7466, + 5390, + 7730, + 11057, + 7719, + 11057, + 4513, + 12157, + 4511, + 7729, + 3415, + 3414, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092407020, + "stack": [ + 10988, + 10541, + 11757, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092415631, + "stack": [ + 5351, + 5350, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092423689, + "stack": [ + 12827, + 12814, + 325, + 369, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092424068, + "stack": [ + 12804, + 422, + 166, + 3354, + 13017, + 13018, + 7767, + 5348, + 2551, + 7782, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092432016, + "stack": [ + 236, + 286, + 10637, + 13006, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Closure_equals", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092440432, + "stack": [ + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092440768, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092448926, + "stack": [ + 7767, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092457092, + "stack": [ + 11757, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092457481, + "stack": [ + 2405, + 6285, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092465436, + "stack": [ + 3297, + 11757, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092473773, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092482379, + "stack": [ + 12831, + 12840, + 396, + 397, + 378, + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092490434, + "stack": [ + 11118, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092490808, + "stack": [ + 7760, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092498845, + "stack": [ + 1557, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092499203, + "stack": [ + 13035, + 3362, + 11043, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092499968, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092507033, + "stack": [ + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092523971, + "stack": [ + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092524595, + "stack": [ + 1537, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092532101, + "stack": [ + 12804, + 217, + 299, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092532460, + "stack": [ + 10465, + 4983, + 5602, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092540464, + "stack": [ + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092540816, + "stack": [ + 2405, + 6285, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092548942, + "stack": [ + 12784, + 12783, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092557109, + "stack": [ + 1525, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092557491, + "stack": [ + 12810, + 49, + 45, + 47, + 106, + 101, + 84, + 3149, + 13020, + 3148, + 3147, + 7789, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092564152, + "stack": [ + 316, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092565446, + "stack": [ + 12827, + 12814, + 325, + 369, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092565793, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092567040, + "stack": [ + 9889, + 9891, + 9886, + 9899, + 9884, + 9883, + 10596, + 1489, + 13010, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092571974, + "stack": [ + 336, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092573792, + "stack": [ + 10541, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092574135, + "stack": [ + 229, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092580247, + "stack": [ + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092582109, + "stack": [ + 9054, + 597, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092582475, + "stack": [ + 367, + 363, + 359, + 416, + 27, + 120, + 131, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092587773, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092590414, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092590757, + "stack": [ + 12825, + 12855, + 12867, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092595846, + "stack": [ + 336, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092598763, + "stack": [ + 2834, + 3282, + 3281, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092599108, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3820, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092607101, + "stack": [ + 858, + 860, + 7335, + 10309, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092615551, + "stack": [ + 300, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092623764, + "stack": [ + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092624110, + "stack": [ + 12810, + 184, + 5352, + 13004, + 5351, + 5350, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092632023, + "stack": [ + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092640435, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092640805, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092648769, + "stack": [ + 224, + 270, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092649119, + "stack": [ + 12854, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092657198, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092665351, + "stack": [ + 10145, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092674084, + "stack": [ + 12258, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092674485, + "stack": [ + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092676422, + "stack": [ + 264, + 344, + 343, + 337, + 342, + 241, + 286, + 1490, + 1489, + 13010, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Developer_postEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092682100, + "stack": [ + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092682492, + "stack": [ + 3080, + 13036, + 13037, + 3079, + 3087, + 3159, + 5224, + 7789, + 5348, + 2551, + 7760, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092690437, + "stack": [ + 321, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092690785, + "stack": [ + 223, + 271, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1482, + 1524, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092698768, + "stack": [ + 321, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092699100, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092707412, + "stack": [ + 2558, + 2557, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092715468, + "stack": [ + 12841, + 381, + 347, + 333, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092715820, + "stack": [ + 10218, + 10377, + 3604, + 11823, + 11043, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092716192, + "stack": [ + 11040, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092723857, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092724231, + "stack": [ + 143, + 25, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092732208, + "stack": [ + 12797, + 12796, + 12793, + 422, + 183, + 174, + 2562, + 13038, + 2561, + 2560, + 2558, + 2557, + 7767, + 5348, + 2551, + 7782, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092740499, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092748767, + "stack": [ + 12923, + 1475, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_LibcRound", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092749129, + "stack": [ + 227, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092754100, + "stack": [ + 307, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092757013, + "stack": [ + 10145, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092757349, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092761973, + "stack": [ + 296, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092765423, + "stack": [ + 10145, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092765778, + "stack": [ + 12818, + 12816, + 12821, + 230, + 222, + 221, + 271, + 358, + 368, + 343, + 337, + 365, + 363, + 360, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092769843, + "stack": [ + 300, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092773850, + "stack": [ + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092774194, + "stack": [ + 10408, + 10404, + 10408, + 10404, + 10408, + 10404, + 10403, + 2528, + 5497, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092778931, + "stack": [ + 406, + 3131, + 13039, + 3130, + 3126, + 7523, + 10295, + 7512, + 5213, + 7511, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 7512, + 5213, + 7511, + 10295, + 7519, + 10284, + 7519, + 10295, + 7519, + 10284, + 10283, + 7519, + 10295, + 7519, + 10295, + 7519, + 7513, + 10295, + 7519, + 10295, + 10289, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 10277, + 7519, + 10295, + 7519, + 10295, + 7519, + 10284, + 7519, + 10281, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 7519, + 10295, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 13000, + 5213, + 5376, + 7525, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519 + ], + "vmTag": "Unknown native entry", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651092784438, + "stack": [ + 255, + 233, + 300, + 300, + 300, + 300, + 303, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092786117, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092793704, + "stack": [ + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092802161, + "stack": [ + 5770, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092810244, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092819607, + "stack": [ + 11680, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092829264, + "stack": [ + 261, + 279, + 347, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092834791, + "stack": [ + 105, + 103, + 187, + 3131, + 13039, + 3130, + 3126, + 7523, + 10295, + 7512, + 5213, + 7511, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 7512, + 5213, + 7511, + 10295, + 7519, + 10284, + 7519, + 10295, + 7519, + 10284, + 10283, + 7519, + 10295, + 7519, + 10295, + 7519, + 7513, + 10295, + 7519, + 10295, + 10289, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 10277, + 7519, + 10295, + 7519, + 10295, + 7519, + 10284, + 7519, + 10281, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 7519, + 10295, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 13000, + 5213, + 5376, + 7525, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519 + ], + "vmTag": "Unknown native entry", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651092842880, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092853049, + "stack": [ + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092872340, + "stack": [ + 10008, + 9953, + 9949, + 9951, + 4202, + 4389, + 8323, + 2316, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092873965, + "stack": [ + 6618, + 4105, + 4108, + 9718, + 10375, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8559, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 8563, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092881011, + "stack": [ + 317, + 332, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_Instanceof", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092882100, + "stack": [ + 12923, + 1475, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_LibcRound", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092890445, + "stack": [ + 285, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092890825, + "stack": [ + 420, + 46, + 45, + 47, + 106, + 101, + 84, + 3149, + 13020, + 3148, + 3147, + 7789, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092898770, + "stack": [ + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092899127, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 416, + 27, + 120, + 131, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092907136, + "stack": [ + 298, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092907487, + "stack": [ + 2405, + 6285, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092907862, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092915403, + "stack": [ + 397, + 378, + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092915751, + "stack": [ + 2445, + 2449, + 7767, + 5348, + 2551, + 7782, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092923774, + "stack": [ + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092924163, + "stack": [ + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092932066, + "stack": [ + 301, + 297, + 248, + 251, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092932519, + "stack": [ + 354, + 416, + 26, + 120, + 131, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092940440, + "stack": [ + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092948871, + "stack": [ + 10403, + 2528, + 5497, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092957175, + "stack": [ + 10145, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092957736, + "stack": [ + 2391, + 2402, + 4833, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092965436, + "stack": [ + 255, + 231, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092965793, + "stack": [ + 227, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 416, + 27, + 120, + 131, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092982152, + "stack": [ + 11534, + 11321, + 11209, + 10355, + 10354, + 6618, + 4051, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092990427, + "stack": [ + 324, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092990770, + "stack": [ + 13016, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092995165, + "stack": [ + 309, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092998722, + "stack": [ + 10988, + 10541, + 11757, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092999063, + "stack": [ + 317, + 286, + 8839, + 13040, + 6309, + 8236, + 13031, + 8567, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 8563, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 6593, + 8565, + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 6593, + 8565, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Object_runtimeType", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092999406, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651092999806, + "stack": [ + 58, + 186, + 170, + 3353, + 13041, + 13042, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093007091, + "stack": [ + 1475, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093007430, + "stack": [ + 229, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 416, + 30, + 119, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093015400, + "stack": [ + 320, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093023879, + "stack": [ + 9767, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093032063, + "stack": [ + 290, + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093032463, + "stack": [ + 8863, + 8973, + 5259, + 8908, + 597, + 12492, + 5610, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093040401, + "stack": [ + 309, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093048730, + "stack": [ + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093065477, + "stack": [ + 9700, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093065929, + "stack": [ + 150, + 178, + 2463, + 13032, + 13033, + 2460, + 10347, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093073790, + "stack": [ + 1556, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093074139, + "stack": [ + 12815, + 230, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 416, + 30, + 119, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093082104, + "stack": [ + 239, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093083430, + "stack": [ + 13043, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093090515, + "stack": [ + 3291, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093098780, + "stack": [ + 252, + 248, + 251, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093099299, + "stack": [ + 413, + 154, + 173, + 2506, + 13044, + 2504, + 10347, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093107181, + "stack": [ + 10309, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093107546, + "stack": [ + 291, + 414, + 152, + 174, + 2562, + 13038, + 2561, + 2560, + 2558, + 2557, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093107906, + "stack": [ + 276, + 341, + 337, + 365, + 363, + 359, + 416, + 30, + 119, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093115441, + "stack": [ + 333, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093124013, + "stack": [ + 320, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093124349, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093132229, + "stack": [ + 12786, + 12791, + 12936, + 12924, + 12925, + 12926, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093140451, + "stack": [ + 10145, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093140805, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 416, + 30, + 119, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093148855, + "stack": [ + 12806, + 216, + 356, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093157348, + "stack": [ + 12495, + 10692, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093165499, + "stack": [ + 1045, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093165978, + "stack": [ + 3333, + 12146, + 3541, + 11043, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093173747, + "stack": [ + 309, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093182091, + "stack": [ + 238, + 300, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093190558, + "stack": [ + 858, + 860, + 7335, + 10309, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093191302, + "stack": [ + 294, + 300, + 300, + 300, + 303, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093198758, + "stack": [ + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093199096, + "stack": [ + 2171, + 7410, + 13045, + 9854, + 5604, + 5602, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093215451, + "stack": [ + 234, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093223959, + "stack": [ + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093232096, + "stack": [ + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093232440, + "stack": [ + 5428, + 7514, + 10290, + 13000, + 5213, + 5376, + 7525, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 5667, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093240503, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093248795, + "stack": [ + 316, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093257067, + "stack": [ + 233, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093257410, + "stack": [ + 8863, + 8908, + 597, + 12492, + 5610, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093265485, + "stack": [ + 1444, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093265832, + "stack": [ + 224, + 270, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 416, + 30, + 119, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093270245, + "stack": [ + 301, + 297, + 248, + 251, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093273791, + "stack": [ + 296, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093274160, + "stack": [ + 12871, + 12867, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093282163, + "stack": [ + 300, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093282617, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093290640, + "stack": [ + 333, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093298781, + "stack": [ + 321, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093299302, + "stack": [ + 12852, + 12855, + 12867, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093307105, + "stack": [ + 325, + 369, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093315410, + "stack": [ + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093323831, + "stack": [ + 11563, + 13046, + 13007, + 13008, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093332113, + "stack": [ + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093340395, + "stack": [ + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093348728, + "stack": [ + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093357362, + "stack": [ + 10145, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093365466, + "stack": [ + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093365822, + "stack": [ + 11, + 151, + 153, + 2525, + 13022, + 13023, + 2524, + 9089, + 2519, + 2518, + 2517, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093373796, + "stack": [ + 1522, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093374154, + "stack": [ + 223, + 268, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3820, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093382161, + "stack": [ + 363, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093398801, + "stack": [ + 319, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093399147, + "stack": [ + 12803, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3414, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093403539, + "stack": [ + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093407180, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093407554, + "stack": [ + 11680, + 9651, + 8347, + 5135, + 5134, + 5183, + 8024, + 10376, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 8563, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 6593, + 8565, + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 6593, + 8565, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214 + ], + "vmTag": "Dart", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651093407919, + "stack": [ + 11563, + 7396, + 595, + 8810, + 3726, + 8024, + 10376, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 8563, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 8563, + 8349, + 8563, + 8349, + 8568, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 6593, + 8565, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 6593, + 8565, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535 + ], + "vmTag": "Dart", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651093408350, + "stack": [ + 12915, + 12914, + 12890, + 12889, + 12888, + 12886, + 79, + 75, + 77, + 76, + 60, + 114, + 89, + 90, + 91, + 113, + 115, + 112, + 98, + 93, + 97, + 92, + 96, + 94, + 95, + 100, + 99, + 3150, + 13026, + 13027, + 3159, + 5224, + 7731, + 11057, + 7466, + 5390, + 7730, + 11057, + 7719, + 11057, + 4513, + 12157, + 4511, + 7729, + 3415, + 3414, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093408728, + "stack": [ + 7922, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093415450, + "stack": [ + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093415805, + "stack": [ + 12823, + 12821, + 230, + 222, + 221, + 271, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093423792, + "stack": [ + 370, + 299, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093428959, + "stack": [ + 67, + 6074, + 13047, + 6075, + 10289, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 10277, + 7519, + 10295, + 7519, + 10295, + 7519, + 10284, + 7519, + 10281, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 7519, + 10295, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 13000, + 5213, + 5376, + 7525, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10 + ], + "vmTag": "Unknown native entry", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651093432122, + "stack": [ + 10692, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093436981, + "stack": [ + 12798, + 375, + 351, + 3131, + 2, + 13039, + 3130, + 3126, + 7523, + 10295, + 7512, + 5213, + 7511, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 7512, + 5213, + 7511, + 10295, + 7519, + 10284, + 7519, + 10295, + 7519, + 10284, + 10283, + 7519, + 10295, + 7519, + 10295, + 7519, + 7513, + 10295, + 7519, + 10295, + 10289, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 10277, + 7519, + 10295, + 7519, + 10295, + 7519, + 10284, + 7519, + 10281, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 7519, + 10295, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 13000, + 5213, + 5376, + 7525, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519 + ], + "vmTag": "DLRT_ExitHandleScope", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651093440429, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093444421, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093448794, + "stack": [ + 320, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093454521, + "stack": [ + 10295, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093457110, + "stack": [ + 13007, + 13008, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093461949, + "stack": [ + 7599, + 5430, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093465406, + "stack": [ + 2515, + 2521, + 2578, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093466793, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093473787, + "stack": [ + 206, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093481684, + "stack": [ + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093482036, + "stack": [ + 13007, + 13008, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093490077, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093490421, + "stack": [ + 36, + 44, + 176, + 168, + 3357, + 13048, + 3356, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093498120, + "stack": [ + 11645, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093498789, + "stack": [ + 9459, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093499146, + "stack": [ + 12831, + 12840, + 363, + 361, + 362, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093505860, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093507131, + "stack": [ + 10136, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093507436, + "stack": [ + 227, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093510662, + "stack": [ + 312, + 300, + 300, + 300, + 300, + 303, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093514158, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093515478, + "stack": [ + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093521794, + "stack": [ + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093523787, + "stack": [ + 12780, + 12782, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093529645, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093532115, + "stack": [ + 11757, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093537809, + "stack": [ + 310, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093540397, + "stack": [ + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093546202, + "stack": [ + 308, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093548692, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093553514, + "stack": [ + 290, + 291, + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093557092, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093557433, + "stack": [ + 225, + 223, + 272, + 358, + 368, + 343, + 337, + 365, + 363, + 361, + 362, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093561630, + "stack": [ + 290, + 291, + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093565403, + "stack": [ + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093573743, + "stack": [ + 215, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093582078, + "stack": [ + 12844, + 12935, + 12932, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093590420, + "stack": [ + 11570, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093598747, + "stack": [ + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093602462, + "stack": [ + 1402, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093607108, + "stack": [ + 858, + 860, + 7335, + 10309, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093607458, + "stack": [ + 816, + 2740, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 5667, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093610949, + "stack": [ + 7410, + 13045, + 9854, + 5604, + 5602, + 5601, + 5600, + 5599, + 5592, + 5591, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093615422, + "stack": [ + 11570, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093616585, + "stack": [ + 12846, + 281, + 282, + 341, + 340, + 337, + 342, + 241, + 286, + 1490, + 1489, + 13010, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Developer_postEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093623971, + "stack": [ + 130, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093632135, + "stack": [ + 12830, + 12820, + 12854, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093640414, + "stack": [ + 10136, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093648811, + "stack": [ + 13049, + 10614, + 10355, + 6618, + 3940, + 9700, + 10375, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093665396, + "stack": [ + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093673771, + "stack": [ + 239, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093682145, + "stack": [ + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093690847, + "stack": [ + 69, + 70, + 62, + 42, + 2577, + 13011, + 13012, + 3532, + 11042, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093698818, + "stack": [ + 13006, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093707164, + "stack": [ + 301, + 297, + 248, + 251, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093715520, + "stack": [ + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093725355, + "stack": [ + 12557, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093732077, + "stack": [ + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093735816, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093740378, + "stack": [ + 321, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093743971, + "stack": [ + 255, + 233, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093748727, + "stack": [ + 261, + 279, + 347, + 333, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093757194, + "stack": [ + 12133, + 12132, + 1309, + 6618, + 4051, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093761225, + "stack": [ + 294, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093765425, + "stack": [ + 10541, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093765781, + "stack": [ + 12821, + 230, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 416, + 29, + 119, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093766152, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093769175, + "stack": [ + 11643, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093773747, + "stack": [ + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093774103, + "stack": [ + 224, + 268, + 272, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 416, + 29, + 119, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093777495, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093782081, + "stack": [ + 12495, + 10692, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093782432, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093785471, + "stack": [ + 10718, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093790417, + "stack": [ + 10637, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093790768, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3820, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093798786, + "stack": [ + 10718, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093799137, + "stack": [ + 12847, + 12816, + 12821, + 230, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3409, + 3409, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093806801, + "stack": [ + 1402, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093807154, + "stack": [ + 225, + 268, + 269, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3409, + 3409, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093814760, + "stack": [ + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093815410, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093815785, + "stack": [ + 2463, + 2463, + 13032, + 13033, + 2460, + 10349, + 13029, + 2512, + 10347, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093822835, + "stack": [ + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093823751, + "stack": [ + 12795, + 12794, + 12793, + 422, + 350, + 335, + 5994, + 1, + 7066, + 7077, + 656, + 655, + 731, + 730, + 11519, + 2834, + 3282, + 3281, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_EnterHandleScope", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093824102, + "stack": [ + 1541, + 1539, + 1537, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093830718, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093832117, + "stack": [ + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093838728, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093840452, + "stack": [ + 130, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093846696, + "stack": [ + 13050, + 6234, + 11549, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093848751, + "stack": [ + 12929, + 12934, + 12928, + 12924, + 12925, + 12926, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093854596, + "stack": [ + 860, + 7335, + 10309, + 5434, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093857092, + "stack": [ + 122, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093857422, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093862890, + "stack": [ + 11881, + 10704, + 10718, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093865464, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093870763, + "stack": [ + 6220, + 11549, + 6235, + 11549, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093873792, + "stack": [ + 12789, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093878792, + "stack": [ + 9933, + 5604, + 5602, + 5601, + 5600, + 5599, + 5592, + 5591, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093882087, + "stack": [ + 13051, + 13008, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093887227, + "stack": [ + 11943, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093890427, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093894657, + "stack": [ + 347, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093898726, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093907117, + "stack": [ + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093915392, + "stack": [ + 376, + 10637, + 13006, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Closure_equals", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093923840, + "stack": [ + 10208, + 6320, + 6322, + 8232, + 13031, + 8567, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093924191, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093932162, + "stack": [ + 301, + 297, + 248, + 251, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093932551, + "stack": [ + 225, + 223, + 268, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 360, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093940426, + "stack": [ + 348, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093940829, + "stack": [ + 12804, + 422, + 140, + 21, + 25, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093941851, + "stack": [ + 283, + 281, + 282, + 341, + 340, + 337, + 342, + 241, + 286, + 1490, + 1489, + 13010, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Developer_postEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093948765, + "stack": [ + 395, + 347, + 333, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093949141, + "stack": [ + 174, + 2562, + 13038, + 2561, + 2560, + 2558, + 2557, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093957622, + "stack": [ + 12816, + 12821, + 230, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093965404, + "stack": [ + 309, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093965735, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 360, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093973740, + "stack": [ + 298, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093982115, + "stack": [ + 309, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093982468, + "stack": [ + 35, + 184, + 5352, + 13004, + 5351, + 5350, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093990450, + "stack": [ + 11570, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093990798, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651093998764, + "stack": [ + 321, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094047271, + "stack": [ + 248, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094050330, + "stack": [ + 266, + 337, + 342, + 241, + 286, + 1490, + 1489, + 13010, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Developer_postEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094054905, + "stack": [ + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094057079, + "stack": [ + 12845, + 149, + 190, + 197, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094062699, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094065495, + "stack": [ + 400, + 149, + 190, + 197, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094070503, + "stack": [ + 10295, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094073732, + "stack": [ + 10637, + 13006, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094078781, + "stack": [ + 261, + 279, + 347, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094082203, + "stack": [ + 59, + 72, + 66, + 65, + 180, + 2591, + 13052, + 2590, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094086906, + "stack": [ + 5768, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094090659, + "stack": [ + 13053, + 10614, + 10355, + 10354, + 6618, + 4051, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094098998, + "stack": [ + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094102692, + "stack": [ + 10285, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094107314, + "stack": [ + 371, + 299, + 242, + 286, + 1483, + 1482, + 1524, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094110795, + "stack": [ + 290, + 291, + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094115659, + "stack": [ + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094119687, + "stack": [ + 5768, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094124005, + "stack": [ + 11321, + 11209, + 10355, + 10354, + 6618, + 4051, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094126827, + "stack": [ + 5964, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094132234, + "stack": [ + 224, + 268, + 271, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094132690, + "stack": [ + 74, + 73, + 179, + 170, + 3353, + 13041, + 13042, + 12148, + 3532, + 11042, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094137362, + "stack": [ + 10636, + 12559, + 5769, + 5768, + 5771, + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094140442, + "stack": [ + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094140802, + "stack": [ + 70, + 42, + 2577, + 13011, + 13012, + 3532, + 11042, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094143675, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094148772, + "stack": [ + 255, + 237, + 236, + 286, + 10637, + 13006, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Closure_equals", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094149153, + "stack": [ + 185, + 152, + 182, + 2565, + 13054, + 13055, + 2564, + 2558, + 2557, + 7767, + 5348, + 2551, + 7782, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094151685, + "stack": [ + 374, + 377, + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094157137, + "stack": [ + 233, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094157676, + "stack": [ + 2588, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094160979, + "stack": [ + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094161397, + "stack": [ + 316, + 411, + 198, + 214, + 211, + 209, + 10, + 19, + 13, + 15, + 16, + 12866, + 12865, + 12864, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094165457, + "stack": [ + 298, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094170134, + "stack": [ + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094173765, + "stack": [ + 310, + 300, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094177927, + "stack": [ + 13034, + 5914, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094182103, + "stack": [ + 1548, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094182479, + "stack": [ + 7760, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094182852, + "stack": [ + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094185415, + "stack": [ + 11643, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094190436, + "stack": [ + 10145, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094190830, + "stack": [ + 227, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3414, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094191550, + "stack": [ + 315, + 304, + 411, + 198, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094198614, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094198988, + "stack": [ + 6618, + 4051, + 11850, + 7994, + 8020, + 7986, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094207090, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094207470, + "stack": [ + 83, + 13036, + 13037, + 3079, + 3087, + 3159, + 5224, + 7789, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094214803, + "stack": [ + 296, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094215577, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094223320, + "stack": [ + 261, + 279, + 347, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094223914, + "stack": [ + 4052, + 4051, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094231212, + "stack": [ + 7336, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094232258, + "stack": [ + 191, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094238831, + "stack": [ + 9053, + 1045, + 12559, + 5769, + 5768, + 5771, + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094240470, + "stack": [ + 224, + 270, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094240820, + "stack": [ + 13056, + 7767, + 5348, + 2551, + 7782, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094246969, + "stack": [ + 10718, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094247349, + "stack": [ + 298, + 304, + 411, + 198, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094248808, + "stack": [ + 225, + 223, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094249164, + "stack": [ + 10614, + 10355, + 6618, + 4051, + 5284, + 9718, + 10375, + 9764, + 12996, + 10453, + 9807, + 9868, + 8349, + 9808, + 9868, + 8349, + 8568, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094249510, + "stack": [ + 7608, + 3409, + 3409, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094254753, + "stack": [ + 294, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094257123, + "stack": [ + 13024, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094257467, + "stack": [ + 12797, + 12796, + 12793, + 422, + 54, + 53, + 33, + 184, + 5352, + 13004, + 5351, + 5350, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094259165, + "stack": [ + 295, + 300, + 300, + 300, + 303, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094262834, + "stack": [ + 1405, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094265370, + "stack": [ + 9948, + 1329, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094265738, + "stack": [ + 55, + 40, + 175, + 2570, + 13057, + 2569, + 2568, + 2553, + 2552, + 5344, + 7765, + 5348, + 2551, + 7760, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094270767, + "stack": [ + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094273775, + "stack": [ + 11691, + 9948, + 1329, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094274159, + "stack": [ + 39, + 169, + 5342, + 13058, + 5341, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094279063, + "stack": [ + 10704, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094282105, + "stack": [ + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094282480, + "stack": [ + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094286835, + "stack": [ + 287, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094290468, + "stack": [ + 246, + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094290871, + "stack": [ + 229, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3409, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094295748, + "stack": [ + 309, + 300, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094298729, + "stack": [ + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094299102, + "stack": [ + 13024, + 3079, + 3087, + 3159, + 5224, + 7789, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094299507, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094302888, + "stack": [ + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094307104, + "stack": [ + 12495, + 10692, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094307480, + "stack": [ + 84, + 3149, + 13020, + 3148, + 3147, + 7789, + 5348, + 2551, + 7760, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094310759, + "stack": [ + 5964, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094315428, + "stack": [ + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094315779, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094323768, + "stack": [ + 316, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094324118, + "stack": [ + 164, + 6087, + 13059, + 6097, + 10344, + 13029, + 2512, + 10348, + 13029, + 2512, + 10347, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094328969, + "stack": [ + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094332059, + "stack": [ + 285, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094332397, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094340428, + "stack": [ + 232, + 302, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094340768, + "stack": [ + 67, + 6074, + 13047, + 6075, + 10289, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 10277, + 7519, + 10295, + 7519, + 10295, + 7519, + 10284, + 7519, + 10281, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 7519, + 10295, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 7519, + 7515, + 5428, + 5429, + 7514, + 10290, + 13000, + 5213, + 5376, + 7525, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 5667, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116 + ], + "vmTag": "Unknown native entry", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651094348743, + "stack": [ + 316, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094349085, + "stack": [ + 56, + 41, + 42, + 2577, + 13011, + 13012, + 3532, + 11042, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3 + ], + "vmTag": "Unknown native entry", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651094357078, + "stack": [ + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094357451, + "stack": [ + 10465, + 4983, + 5602, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094365404, + "stack": [ + 301, + 297, + 248, + 251, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094365739, + "stack": [ + 7862, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094373746, + "stack": [ + 309, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094382075, + "stack": [ + 292, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094390403, + "stack": [ + 395, + 347, + 333, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094398808, + "stack": [ + 12923, + 1475, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_LibcRound", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094399265, + "stack": [ + 12846, + 358, + 368, + 343, + 337, + 365, + 363, + 360, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094407253, + "stack": [ + 80, + 173, + 2506, + 13044, + 2504, + 10347, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094415452, + "stack": [ + 233, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094415950, + "stack": [ + 2844, + 2843, + 2847, + 11706, + 11166, + 11694, + 11042, + 13013, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094423737, + "stack": [ + 290, + 291, + 330, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094424067, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094432149, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094432572, + "stack": [ + 12846, + 358, + 368, + 343, + 337, + 365, + 363, + 360, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094440498, + "stack": [ + 11563, + 13046, + 13007, + 13008, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094448794, + "stack": [ + 12258, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094449306, + "stack": [ + 12804, + 422, + 163, + 172, + 6084, + 13060, + 6085, + 10349, + 13029, + 2512, + 10349, + 13029, + 2512, + 10347, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094475378, + "stack": [ + 12846, + 344, + 343, + 337, + 342, + 241, + 286, + 1490, + 1489, + 13010, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Developer_postEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094528332, + "stack": [ + 316, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094537140, + "stack": [ + 302, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094544428, + "stack": [ + 5754, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094553363, + "stack": [ + 399, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094553947, + "stack": [ + 346, + 345, + 289, + 411, + 198, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094557127, + "stack": [ + 348, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094557447, + "stack": [ + 12817, + 12816, + 12821, + 230, + 222, + 221, + 271, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3409, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094557907, + "stack": [ + 2502, + 13030, + 2501, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094561859, + "stack": [ + 13061, + 5768, + 5771, + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094565620, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094569613, + "stack": [ + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094573915, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094576939, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094582238, + "stack": [ + 71, + 63, + 64, + 179, + 170, + 3353, + 13041, + 13042, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094583864, + "stack": [ + 311, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094590613, + "stack": [ + 10354, + 6618, + 4051, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094595056, + "stack": [ + 10099, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094598945, + "stack": [ + 11919, + 8019, + 8020, + 8018, + 7986, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094604079, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094607103, + "stack": [ + 224, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094607525, + "stack": [ + 12128, + 2433, + 2432, + 2431, + 10284, + 7519, + 10295, + 7519, + 10284, + 10283, + 7519, + 10295, + 7519, + 10295, + 7519, + 7513, + 10295, + 7519, + 10295, + 10289, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 10279, + 7519, + 10295, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 5667, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10 + ], + "vmTag": "Dart", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651094609878, + "stack": [ + 11881, + 10704, + 10718, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094615431, + "stack": [ + 286, + 10637, + 13006, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Closure_equals", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094623726, + "stack": [ + 11680, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094624071, + "stack": [ + 10557, + 12559, + 4053, + 4052, + 4051, + 7986, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094631818, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094632236, + "stack": [ + 66, + 65, + 180, + 2591, + 13052, + 2590, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094639840, + "stack": [ + 290, + 291, + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094640585, + "stack": [ + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094648099, + "stack": [ + 12490, + 5616, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094648925, + "stack": [ + 11100, + 3275, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094649291, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094654796, + "stack": [ + 10364, + 3283, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094655978, + "stack": [ + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094657309, + "stack": [ + 10991, + 10541, + 11811, + 3604, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094659754, + "stack": [ + 7546, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094664121, + "stack": [ + 6235, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094665653, + "stack": [ + 11691, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094671879, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094674030, + "stack": [ + 10614, + 6618, + 3940, + 9700, + 10375, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094679888, + "stack": [ + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094682333, + "stack": [ + 10557, + 12559, + 4053, + 4052, + 4051, + 7986, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094688113, + "stack": [ + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094690698, + "stack": [ + 598, + 7379, + 7378, + 7377, + 12492, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094695739, + "stack": [ + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094698999, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094703906, + "stack": [ + 7525, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094707368, + "stack": [ + 12845, + 156, + 147, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094711999, + "stack": [ + 10288, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094715500, + "stack": [ + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094716173, + "stack": [ + 7760, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14 + ], + "vmTag": "Dart", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651094721148, + "stack": [ + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094723776, + "stack": [ + 12937, + 12925, + 12926, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094724144, + "stack": [ + 414, + 153, + 2463, + 13032, + 13033, + 2460, + 10349, + 13029, + 2512, + 10347, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094727918, + "stack": [ + 252, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094732104, + "stack": [ + 416, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094732485, + "stack": [ + 2843, + 11706, + 11740, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094732820, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094735947, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094740430, + "stack": [ + 4946, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094740811, + "stack": [ + 37, + 36, + 47, + 106, + 101, + 84, + 3149, + 13020, + 3148, + 3147, + 7789, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094743800, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094748782, + "stack": [ + 149, + 197, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094749187, + "stack": [ + 12805, + 25, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094751904, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094757097, + "stack": [ + 191, + 5994, + 7066, + 7077, + 656, + 655, + 731, + 730, + 11519, + 2834, + 3282, + 3281, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094757466, + "stack": [ + 53, + 33, + 184, + 5352, + 13004, + 5351, + 5350, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094760582, + "stack": [ + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094765439, + "stack": [ + 1531, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094765827, + "stack": [ + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094766642, + "stack": [ + 12817, + 12816, + 12821, + 230, + 274, + 265, + 259, + 258, + 344, + 343, + 337, + 342, + 241, + 286, + 1490, + 1489, + 13010, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Developer_postEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094768649, + "stack": [ + 11679, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094773794, + "stack": [ + 4946, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094774180, + "stack": [ + 181, + 5352, + 13004, + 5351, + 5350, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094777052, + "stack": [ + 293, + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094782103, + "stack": [ + 9948, + 1329, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094782453, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094786174, + "stack": [ + 308, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094790440, + "stack": [ + 1528, + 13063, + 3830, + 3826, + 9948, + 1329, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094790796, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 416, + 26, + 120, + 131, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094795260, + "stack": [ + 1405, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094798780, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094799131, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 416, + 29, + 119, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094802586, + "stack": [ + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094802936, + "stack": [ + 12843, + 305, + 415, + 198, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094807088, + "stack": [ + 370, + 299, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094807440, + "stack": [ + 12816, + 12821, + 230, + 222, + 221, + 271, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 416, + 29, + 119, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094810070, + "stack": [ + 1401, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094815508, + "stack": [ + 10215, + 10378, + 3604, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094815860, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094823653, + "stack": [ + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094823995, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3409, + 3409, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094831712, + "stack": [ + 12845, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094832057, + "stack": [ + 10136, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094832402, + "stack": [ + 398, + 155, + 152, + 162, + 161, + 173, + 2506, + 13044, + 2504, + 10347, + 2500, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094840503, + "stack": [ + 13064, + 1528, + 13063, + 3830, + 3826, + 9948, + 1329, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094840849, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1482, + 1524, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094847635, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094848773, + "stack": [ + 11118, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094849109, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 12867, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094855759, + "stack": [ + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094857133, + "stack": [ + 10692, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094857501, + "stack": [ + 5914, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 5667, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094863727, + "stack": [ + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094865458, + "stack": [ + 5994, + 7066, + 7077, + 656, + 655, + 731, + 730, + 11519, + 2834, + 3282, + 3281, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094871775, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094873763, + "stack": [ + 4946, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094874856, + "stack": [ + 1443, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094880156, + "stack": [ + 290, + 291, + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094882128, + "stack": [ + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094882475, + "stack": [ + 229, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094887751, + "stack": [ + 348, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094890457, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094890802, + "stack": [ + 224, + 268, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094895757, + "stack": [ + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094898785, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094899109, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3820, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094903776, + "stack": [ + 5770, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094907123, + "stack": [ + 1528, + 13063, + 3830, + 3826, + 9948, + 1329, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094907471, + "stack": [ + 229, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094912344, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094915429, + "stack": [ + 130, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094921371, + "stack": [ + 310, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094923776, + "stack": [ + 321, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094927889, + "stack": [ + 309, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094932111, + "stack": [ + 228, + 371, + 299, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094935755, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094940412, + "stack": [ + 236, + 286, + 10637, + 13006, + 1045, + 12544, + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Closure_equals", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094940760, + "stack": [ + 12816, + 12821, + 230, + 222, + 221, + 271, + 358, + 368, + 343, + 337, + 365, + 363, + 361, + 362, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094944226, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094948769, + "stack": [ + 12827, + 12814, + 325, + 369, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094949098, + "stack": [ + 12831, + 12840, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094957102, + "stack": [ + 13007, + 13008, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094965449, + "stack": [ + 11757, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094973782, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094982265, + "stack": [ + 8042, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094986580, + "stack": [ + 2316, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094990441, + "stack": [ + 3288, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094994079, + "stack": [ + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651094998773, + "stack": [ + 371, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095003022, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095007186, + "stack": [ + 12805, + 34, + 35, + 177, + 184, + 5352, + 13004, + 5351, + 5350, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095013943, + "stack": [ + 11679, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095015665, + "stack": [ + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095022262, + "stack": [ + 322, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095024078, + "stack": [ + 297, + 248, + 251, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095032253, + "stack": [ + 397, + 378, + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095032606, + "stack": [ + 12849, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3414, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095040521, + "stack": [ + 318, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095040885, + "stack": [ + 50, + 184, + 5352, + 13004, + 5351, + 5350, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095041248, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095048798, + "stack": [ + 397, + 378, + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095049147, + "stack": [ + 52, + 37, + 36, + 47, + 106, + 101, + 84, + 3149, + 13020, + 3148, + 3147, + 7789, + 5348, + 2551, + 7760, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095057356, + "stack": [ + 12810, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095065459, + "stack": [ + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095065838, + "stack": [ + 414, + 153, + 2525, + 13022, + 13023, + 2524, + 9089, + 2519, + 2518, + 2517, + 9091, + 2519, + 2518, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095073792, + "stack": [ + 1502, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095074145, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095082245, + "stack": [ + 316, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095082601, + "stack": [ + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095090683, + "stack": [ + 11321, + 11209, + 10355, + 10354, + 6618, + 4051, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095091379, + "stack": [ + 300, + 300, + 300, + 300, + 300, + 303, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095119007, + "stack": [ + 10295, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095124129, + "stack": [ + 7378, + 7377, + 7378, + 7377, + 12492, + 5610, + 5601, + 5600, + 5599, + 5592, + 5591, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095132241, + "stack": [ + 10295, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095139884, + "stack": [ + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095148300, + "stack": [ + 1045, + 12559, + 5769, + 5768, + 5771, + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095156222, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095164150, + "stack": [ + 322, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095171942, + "stack": [ + 10284, + 10295, + 7519, + 10284, + 10283, + 7519, + 10295, + 7519, + 10295, + 7519, + 7513, + 10295, + 7519, + 10295, + 10289, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 10279, + 7519, + 10295, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922 + ], + "vmTag": "Dart", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651095179948, + "stack": [ + 5591, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095187652, + "stack": [ + 10295, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095195894, + "stack": [ + 858, + 860, + 7335, + 10309, + 5434, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095203774, + "stack": [ + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095211806, + "stack": [ + 1401, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095219602, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095227693, + "stack": [ + 10718, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095235725, + "stack": [ + 2316, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095244518, + "stack": [ + 2398, + 2397, + 5614, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095252555, + "stack": [ + 10295, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095270760, + "stack": [ + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095295988, + "stack": [ + 2407, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095303881, + "stack": [ + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095311868, + "stack": [ + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095320177, + "stack": [ + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095327582, + "stack": [ + 336, + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095337162, + "stack": [ + 8823, + 5754, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095344136, + "stack": [ + 13006, + 1045, + 12544, + 3759, + 12394, + 3758, + 5587, + 8170, + 2316, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095352235, + "stack": [ + 11549, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095357137, + "stack": [ + 233, + 300, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095357486, + "stack": [ + 12816, + 12821, + 230, + 222, + 221, + 271, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095360975, + "stack": [ + 10166, + 11680, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095365469, + "stack": [ + 10988, + 10541, + 11757, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095365791, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 416, + 27, + 120, + 131, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095369863, + "stack": [ + 6787, + 10694, + 5616, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095373804, + "stack": [ + 215, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095374134, + "stack": [ + 20, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095378396, + "stack": [ + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095382120, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095382488, + "stack": [ + 12831, + 12840, + 363, + 361, + 362, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095387025, + "stack": [ + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095390457, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095394884, + "stack": [ + 12848, + 111, + 107, + 110, + 104, + 187, + 3131, + 13039, + 3130, + 3126, + 7523, + 10295, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095398796, + "stack": [ + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095403782, + "stack": [ + 5434, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095407121, + "stack": [ + 12804, + 12787, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095411467, + "stack": [ + 6220, + 11549, + 6235, + 11549, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095415456, + "stack": [ + 7071, + 656, + 655, + 731, + 730, + 11519, + 2834, + 3282, + 3281, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095423643, + "stack": [ + 7519, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095423983, + "stack": [ + 12805, + 355, + 367, + 363, + 359, + 416, + 27, + 120, + 131, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095431637, + "stack": [ + 324, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095432065, + "stack": [ + 419, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095440416, + "stack": [ + 347, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095440757, + "stack": [ + 223, + 268, + 272, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095447736, + "stack": [ + 10718, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095448812, + "stack": [ + 13007, + 13008, + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095455684, + "stack": [ + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095457148, + "stack": [ + 397, + 378, + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095457453, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095458227, + "stack": [ + 255, + 233, + 300, + 300, + 300, + 300, + 303, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095463751, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095465485, + "stack": [ + 860, + 7335, + 10309, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095471891, + "stack": [ + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095473805, + "stack": [ + 3288, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095479700, + "stack": [ + 10295, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095482135, + "stack": [ + 12930, + 12925, + 12926, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095482573, + "stack": [ + 12831, + 12840, + 363, + 361, + 362, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095487576, + "stack": [ + 10285, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095490449, + "stack": [ + 9948, + 1329, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095490794, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 360, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095495681, + "stack": [ + 12495, + 10694, + 5616, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095498786, + "stack": [ + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095507143, + "stack": [ + 12827, + 12814, + 325, + 369, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095511898, + "stack": [ + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095515450, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095523768, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095528192, + "stack": [ + 10030, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095532119, + "stack": [ + 12829, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095540444, + "stack": [ + 398, + 155, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095545066, + "stack": [ + 5597, + 5600, + 5599, + 5592, + 5591, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095548780, + "stack": [ + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095552503, + "stack": [ + 336, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095557138, + "stack": [ + 11519, + 3282, + 3281, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095562149, + "stack": [ + 11643, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095566304, + "stack": [ + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095570252, + "stack": [ + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095577709, + "stack": [ + 5768, + 5771, + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095585880, + "stack": [ + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095593861, + "stack": [ + 11678, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095602927, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095609326, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 121, + 214, + 211, + 209, + 10, + 19, + 13, + 15, + 16, + 12866, + 12865, + 12864, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095623802, + "stack": [ + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095821376, + "stack": [ + 240, + 251, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095830844, + "stack": [ + 5947, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095836951, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095846278, + "stack": [ + 11679, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095853800, + "stack": [ + 11652, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095870600, + "stack": [ + 10295, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095878227, + "stack": [ + 102, + 104, + 187, + 3131, + 13039, + 3130, + 3126, + 7523, + 10295, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095886306, + "stack": [ + 12805, + 82, + 109, + 111, + 107, + 110, + 104, + 187, + 3131, + 13039, + 3130, + 3126, + 7523, + 10295, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095895219, + "stack": [ + 10284, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095902987, + "stack": [ + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095911288, + "stack": [ + 11549, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095927969, + "stack": [ + 12495, + 10694, + 5616, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095935809, + "stack": [ + 108, + 111, + 107, + 110, + 104, + 187, + 3131, + 13039, + 3130, + 3126, + 7523, + 10295, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651095940755, + "stack": [ + 11943, + 5604, + 5602, + 5601, + 5600, + 5599, + 5592, + 5591, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651096126150, + "stack": [ + 303, + 250, + 412, + 157, + 193, + 201, + 128, + 127, + 138, + 24, + 135, + 133, + 210, + 208, + 8, + 7, + 5, + 12858, + 12869, + 12868, + 12853, + 12875, + 12898, + 12902, + 12901, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651096132151, + "stack": [ + 11584, + 11008, + 11007, + 10373, + 9764, + 12996, + 8560, + 8559, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651096184472, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 121, + 214, + 211, + 209, + 10, + 19, + 13, + 15, + 16, + 12866, + 12865, + 12864, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651096234232, + "stack": [ + 253, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651082874343, + "stack": [ + 283, + 281, + 282, + 417, + 262, + 338, + 339, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083432488, + "stack": [ + 290, + 291, + 313, + 412, + 157, + 193, + 201, + 128, + 127, + 138, + 24, + 135, + 133, + 210, + 208, + 8, + 7, + 4, + 12858, + 12869, + 12868, + 12853, + 12875, + 12897, + 12902, + 12900, + 12899, + 12896, + 12895, + 12902, + 12901, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083441870, + "stack": [ + 307, + 412, + 147, + 132, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083442237, + "stack": [ + 6235, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083444341, + "stack": [ + 10309, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083529877, + "stack": [ + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083537618, + "stack": [ + 290, + 291, + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083547923, + "stack": [ + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083550526, + "stack": [ + 312, + 300, + 300, + 300, + 303, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083553775, + "stack": [ + 11679, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083561764, + "stack": [ + 5768, + 5771, + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083569653, + "stack": [ + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083577966, + "stack": [ + 233, + 300, + 300, + 303, + 250, + 412, + 187, + 3131, + 13039, + 3130, + 3126, + 7523, + 10295, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083585907, + "stack": [ + 5914, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083593894, + "stack": [ + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083602285, + "stack": [ + 860, + 7335, + 10309, + 2433, + 2432, + 2431, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083611016, + "stack": [ + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083619119, + "stack": [ + 5914, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083627276, + "stack": [ + 291, + 330, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateObject", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083636080, + "stack": [ + 9490, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083643742, + "stack": [ + 856, + 7599, + 5430, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083652054, + "stack": [ + 171, + 13047, + 6075, + 10289, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 10279, + 7519, + 10295, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083657046, + "stack": [ + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083657402, + "stack": [ + 9459, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083665391, + "stack": [ + 320, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083665747, + "stack": [ + 7782, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083666099, + "stack": [ + 1566, + 5008, + 3282, + 3281, + 3284, + 3283, + 3537, + 5128, + 5161, + 5169, + 5607, + 12394, + 5604, + 5602, + 5601, + 5600, + 5599, + 5592, + 5591, + 2315, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083673735, + "stack": [ + 10441, + 10355, + 10354, + 6618, + 4051, + 7986, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083674087, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3414, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083681839, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083682215, + "stack": [ + 11824, + 6322, + 8232, + 13031, + 8567, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083689677, + "stack": [ + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083690608, + "stack": [ + 12822, + 12820, + 12854, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083697809, + "stack": [ + 290, + 291, + 288, + 409, + 408, + 159, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083698937, + "stack": [ + 3940, + 9700, + 10375, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083705664, + "stack": [ + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083707291, + "stack": [ + 11534, + 11321, + 11209, + 10355, + 10354, + 6618, + 3189, + 4051, + 7986, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083714078, + "stack": [ + 294, + 300, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083715405, + "stack": [ + 224, + 268, + 272, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083715758, + "stack": [ + 53, + 33, + 184, + 5352, + 13004, + 5351, + 5350, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083723724, + "stack": [ + 10541, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083724080, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083732071, + "stack": [ + 300, + 300, + 303, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083740407, + "stack": [ + 297, + 248, + 251, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083748743, + "stack": [ + 777, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083749132, + "stack": [ + 418, + 184, + 5352, + 13004, + 5351, + 5350, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083757074, + "stack": [ + 11691, + 9948, + 1329, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083757429, + "stack": [ + 229, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083758982, + "stack": [ + 300, + 300, + 300, + 303, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083765398, + "stack": [ + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083773728, + "stack": [ + 12938, + 12934, + 12928, + 12924, + 12925, + 12926, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083782067, + "stack": [ + 12816, + 12821, + 230, + 222, + 221, + 271, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083782424, + "stack": [ + 12804, + 78, + 59, + 68, + 72, + 66, + 65, + 180, + 2591, + 13052, + 2590, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083790422, + "stack": [ + 301, + 297, + 248, + 251, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083790792, + "stack": [ + 420, + 46, + 45, + 47, + 106, + 101, + 84, + 3149, + 13020, + 3148, + 3147, + 7789, + 5348, + 2551, + 7760, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7763, + 5348, + 2551, + 7782, + 7770, + 2588, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083791148, + "stack": [ + 12802, + 12795, + 12794, + 12793, + 217, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083798737, + "stack": [ + 3826, + 1329, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083807174, + "stack": [ + 206, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083807527, + "stack": [ + 2568, + 2553, + 2552, + 5344, + 7765, + 5348, + 2551, + 7760, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083815488, + "stack": [ + 397, + 378, + 291, + 313, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083823747, + "stack": [ + 9948, + 4945, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083824107, + "stack": [ + 267, + 263, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1541, + 1539, + 1537, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083829802, + "stack": [ + 310, + 303, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083832103, + "stack": [ + 9853, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083832477, + "stack": [ + 23, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083838481, + "stack": [ + 392, + 333, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_InterruptOrStackOverflow", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083840432, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083840779, + "stack": [ + 227, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083842626, + "stack": [ + 12833, + 385, + 380, + 257, + 401, + 204, + 124, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083845718, + "stack": [ + 11687, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083848711, + "stack": [ + 11570, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083849062, + "stack": [ + 12871, + 12856, + 12855, + 12867, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083853680, + "stack": [ + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083857054, + "stack": [ + 12930, + 12925, + 12926, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083857408, + "stack": [ + 12030, + 5604, + 5602, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083861726, + "stack": [ + 12495, + 10694, + 5616, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083865410, + "stack": [ + 6618, + 3189, + 4051, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083869879, + "stack": [ + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083873745, + "stack": [ + 5994, + 7066, + 7077, + 656, + 655, + 731, + 730, + 11519, + 2834, + 3282, + 3281, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083874097, + "stack": [ + 5350, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083878450, + "stack": [ + 5755, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083882077, + "stack": [ + 12781, + 12782, + 12788, + 12787, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083882405, + "stack": [ + 7512, + 7511, + 10295, + 10279, + 7519, + 10295, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 5667, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083886664, + "stack": [ + 11943, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083890404, + "stack": [ + 12872, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083894972, + "stack": [ + 10295, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083898755, + "stack": [ + 13065, + 11519, + 2834, + 3282, + 3281, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083899129, + "stack": [ + 7335, + 10295, + 7519, + 7513, + 10295, + 7519, + 10295, + 10289, + 7519, + 10295, + 7512, + 5213, + 7511, + 10295, + 10279, + 7519, + 10295, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 5667, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894 + ], + "vmTag": "Dart", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651083903592, + "stack": [ + 6235, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083907072, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083911505, + "stack": [ + 5430, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083915407, + "stack": [ + 12870, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083919968, + "stack": [ + 5914, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083923726, + "stack": [ + 123, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083924102, + "stack": [ + 13066, + 5610, + 5825, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083927854, + "stack": [ + 10295, + 13062, + 5213, + 5411, + 7522, + 10295, + 7512, + 5213, + 7511, + 10295, + 13001, + 5213, + 5415, + 7521, + 10295, + 7519, + 10295, + 7519, + 10295, + 10288, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10292, + 13000, + 5213, + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083932140, + "stack": [ + 1444, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083932511, + "stack": [ + 7767, + 5348, + 2551, + 7782, + 2583, + 7779, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083932861, + "stack": [ + 142, + 25, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083936657, + "stack": [ + 10704, + 10718, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083940423, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083940776, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3820, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083945852, + "stack": [ + 7336, + 5947, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083948709, + "stack": [ + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083949053, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083957077, + "stack": [ + 130, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083965589, + "stack": [ + 12557, + 614, + 3414, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083973710, + "stack": [ + 212, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083974057, + "stack": [ + 393, + 334, + 2486, + 13067, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083974770, + "stack": [ + 226, + 284, + 281, + 282, + 341, + 340, + 337, + 342, + 241, + 286, + 1490, + 1489, + 13010, + 5774, + 8660, + 5772, + 1565, + 1410, + 5955, + 6020, + 250, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Developer_postEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083982073, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083982437, + "stack": [ + 5610, + 5824, + 5600, + 5823, + 5822, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083990417, + "stack": [ + 12804, + 12787, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651083998973, + "stack": [ + 12812, + 2525, + 13022, + 13023, + 2524, + 9089, + 2519, + 2518, + 2517, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084007080, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084007438, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 12867, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084015479, + "stack": [ + 12258, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084015842, + "stack": [ + 12804, + 78, + 59, + 61, + 72, + 66, + 65, + 180, + 2591, + 13052, + 2590, + 7769, + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 5409, + 7788, + 5348, + 2551, + 7760, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084016207, + "stack": [ + 224, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084023732, + "stack": [ + 11101, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084032443, + "stack": [ + 9057, + 10355, + 10354, + 6618, + 4051, + 8042, + 10376, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084040451, + "stack": [ + 405, + 192, + 5994, + 7066, + 7077, + 656, + 655, + 731, + 730, + 11519, + 2834, + 3282, + 3281, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084041094, + "stack": [ + 5348, + 2551, + 7782, + 5348, + 2551, + 7760, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 7778, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 2598, + 2597, + 7775, + 5348, + 2551, + 7782, + 7775, + 5348, + 2551, + 2550, + 13014, + 7792, + 5348, + 2551, + 5414, + 7785, + 5348, + 2551, + 7782, + 7761, + 5348, + 2551, + 7782, + 7768, + 2582, + 7767, + 5348, + 2551, + 7782, + 5348, + 2551, + 7782, + 5348, + 2579, + 12998, + 3517, + 3517, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084083863, + "stack": [ + 233, + 297, + 248, + 251, + 412, + 157, + 196, + 203, + 126, + 141, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084095771, + "stack": [ + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084109646, + "stack": [ + 12495, + 10694, + 5616, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084161492, + "stack": [ + 157, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "VM", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084165265, + "stack": [ + 371, + 299, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084173810, + "stack": [ + 8042, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084181993, + "stack": [ + 217, + 299, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084190357, + "stack": [ + 9853, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084198636, + "stack": [ + 12844, + 12935, + 12932, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084207128, + "stack": [ + 10640, + 8236, + 13031, + 8567, + 8563, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084215351, + "stack": [ + 370, + 299, + 242, + 286, + 1483, + 1522, + 1525, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084215694, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 12867, + 22, + 137, + 118, + 207, + 5508, + 13003, + 5507, + 5506, + 5828, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084223665, + "stack": [ + 1528, + 3521, + 3395, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084231976, + "stack": [ + 1530, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084240495, + "stack": [ + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084248658, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084256980, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084261823, + "stack": [ + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084265332, + "stack": [ + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084265679, + "stack": [ + 10376, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 8563, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 8563, + 8349, + 8563, + 8349, + 8568, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8561, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8561, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 6593, + 8565, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 6593, + 8565, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 8563, + 8349, + 9764, + 12996, + 8560, + 8349, + 8563, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 12996, + 8560, + 8349, + 9764, + 9767, + 12996, + 8562, + 8349, + 9764, + 9767, + 12996, + 3827, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116 + ], + "vmTag": "Dart", + "userTag": "Default", + "truncated": true + }, + { + "tid": 259, + "timestamp": 651084266017, + "stack": [ + 224, + 268, + 269, + 358, + 368, + 343, + 337, + 365, + 363, + 359, + 242, + 286, + 1483, + 1542, + 1546, + 1538, + 3820, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Timeline_reportTaskEvent", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084273662, + "stack": [ + 11118, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084282157, + "stack": [ + 1214, + 1211, + 1210, + 3834, + 3661, + 5826, + 5820, + 1548, + 1536, + 1535, + 5935, + 5959, + 6022, + 250, + 412, + 158, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084290317, + "stack": [ + 2604, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084295028, + "stack": [ + 10166, + 11680, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084298659, + "stack": [ + 218, + 364, + 366, + 357, + 416, + 28, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084303910, + "stack": [ + 10295, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084306991, + "stack": [ + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084311389, + "stack": [ + 11678, + 11680, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084315326, + "stack": [ + 7378, + 7377, + 12492, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084319465, + "stack": [ + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084323631, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084327621, + "stack": [ + 11678, + 11680, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084332012, + "stack": [ + 860, + 7335, + 10309, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3394, + 3279, + 3305, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084336105, + "stack": [ + 12257, + 11680, + 11679, + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084340324, + "stack": [ + 11757, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084345479, + "stack": [ + 11687, + 1401, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084348676, + "stack": [ + 122, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084352967, + "stack": [ + 858, + 7336, + 5614, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084356990, + "stack": [ + 12824, + 12835, + 12826, + 12857, + 17, + 18, + 9, + 213, + 117, + 1530, + 13005, + 1529, + 2604, + 3288, + 3290, + 1548, + 1556, + 12394, + 1554, + 1553, + 1410, + 5954, + 6014, + 250, + 412, + 157, + 195, + 202, + 116, + 125, + 144, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Unknown native entry", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084361059, + "stack": [ + 5376, + 7525, + 10295, + 7519, + 10295, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 7517, + 5213, + 7516, + 10291, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 10293, + 7519, + 10295, + 13002, + 5213, + 7526, + 10295, + 7519, + 10295, + 10294, + 7519, + 10284, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10285, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 7519, + 10295, + 5501, + 5612, + 2312, + 13025, + 2310, + 5753, + 1410, + 5964, + 6035, + 250, + 412, + 157, + 194, + 205, + 134, + 129, + 139, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084363211, + "stack": [ + 12824, + 12837, + 12836, + 373, + 372, + 386, + 387, + 388, + 379, + 291, + 313, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084363555, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084363907, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084364258, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084364615, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084364966, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084365306, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084365652, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084365991, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084366339, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084366680, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084367031, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084367383, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084367734, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084368085, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084368439, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084368780, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084369120, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084369463, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084369816, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084370163, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084370515, + "stack": [ + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084370874, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084371227, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084371574, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084371925, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084372277, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084372630, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084372979, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084373327, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084373662, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084373999, + "stack": [ + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084374342, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084374659, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084375007, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084375343, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084375677, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084376018, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084376351, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084376697, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084377033, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084377371, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084377717, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084378064, + "stack": [ + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084378410, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084378746, + "stack": [ + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084379099, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084379435, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084379778, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084380122, + "stack": [ + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084380472, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084380820, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084381165, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084381519, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084381865, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084382202, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084382538, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084382870, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084383208, + "stack": [ + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084383551, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084383890, + "stack": [ + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084384232, + "stack": [ + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084384586, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084384931, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084385264, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084385610, + "stack": [ + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084385950, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084386299, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084386637, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084386975, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084387319, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084387661, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084388000, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084388342, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084388688, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084389036, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084389377, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084389719, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084390056, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084390395, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084390725, + "stack": [ + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084391064, + "stack": [ + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084391405, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084391743, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084392081, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084392424, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084392767, + "stack": [ + 323, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084393109, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084393456, + "stack": [ + 323, + 314, + 328, + 858, + 7336, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateArray", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084393796, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084394156, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084394511, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084394865, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084395217, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084395576, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084395926, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084396280, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084396637, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084396983, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084397327, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084397669, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084398014, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084398363, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084398705, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084399046, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084399383, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084399729, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084400072, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084400418, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084400761, + "stack": [ + 226, + 280, + 281, + 282, + 341, + 337, + 365, + 363, + 360, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084401112, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084401450, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084401794, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084402135, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084402477, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084402832, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084403180, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084403521, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084403865, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084404213, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084404553, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084404891, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084409298, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084409639, + "stack": [ + 7279, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084409984, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084410328, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084410668, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084411006, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084411347, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084411677, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084415065, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084415397, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084415730, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084416062, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084424859, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084425190, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084425519, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084425852, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084426166, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084426495, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084426825, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084427155, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084427486, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084427816, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084428155, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084428487, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084428827, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084429167, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084429505, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084429854, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084430193, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084430521, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084430862, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084431192, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084431528, + "stack": [ + 7279, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084431867, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084432198, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084441659, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084442001, + "stack": [ + 12831, + 12840, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084442339, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084442676, + "stack": [ + 12831, + 12840, + 391, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084443018, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084443359, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084443696, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084444029, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084444385, + "stack": [ + 12832, + 12842, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084444725, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084445060, + "stack": [ + 12816, + 12821, + 230, + 222, + 221, + 271, + 358, + 368, + 343, + 337, + 365, + 363, + 360, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084445413, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084445774, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084446124, + "stack": [ + 12831, + 12840, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084446474, + "stack": [ + 12832, + 12842, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084446818, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084447166, + "stack": [ + 12831, + 12840, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084447503, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084447844, + "stack": [ + 12841, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084448192, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084448540, + "stack": [ + 12831, + 12840, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084448886, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084449226, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084449565, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084449912, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084450250, + "stack": [ + 327, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084450592, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084450940, + "stack": [ + 327, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084451281, + "stack": [ + 12831, + 12840, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084451625, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084451969, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084452307, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084452648, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084452993, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084453344, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084453695, + "stack": [ + 12832, + 12842, + 384, + 327, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084454044, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084454401, + "stack": [ + 12838, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084454749, + "stack": [ + 12796, + 12793, + 217, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084455090, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084455427, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084455772, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084456111, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084456459, + "stack": [ + 384, + 327, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084456801, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084457161, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084457514, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084457857, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084458198, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084458541, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084458883, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084459245, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084459592, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084459937, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084460275, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084460618, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084460959, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084461314, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084463693, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084464033, + "stack": [ + 7279, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084464375, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084473445, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084473792, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084474141, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084474475, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084474811, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084475150, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084475490, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084475830, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084476171, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084476516, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084476851, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084477186, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084477521, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084477854, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084478194, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084478529, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084478863, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084479199, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084479544, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084479878, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084480212, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084480545, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084480880, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084481220, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084481552, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084490751, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084491147, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084491508, + "stack": [ + 384, + 327, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084491852, + "stack": [ + 12841, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084492202, + "stack": [ + 12831, + 12840, + 391, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084492548, + "stack": [ + 12841, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084492894, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084493233, + "stack": [ + 12841, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084493582, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084493913, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084494258, + "stack": [ + 12817, + 12816, + 12821, + 230, + 274, + 273, + 358, + 368, + 343, + 337, + 365, + 363, + 360, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084494619, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084494970, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084495316, + "stack": [ + 12832, + 12842, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084495661, + "stack": [ + 12838, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084496002, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084496339, + "stack": [ + 12832, + 12842, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084496675, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084497018, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084497366, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084497715, + "stack": [ + 327, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084498057, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084498400, + "stack": [ + 12831, + 12840, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084498758, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084499112, + "stack": [ + 220, + 396, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084499452, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084499861, + "stack": [ + 12831, + 12840, + 391, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084500202, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084500550, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084500892, + "stack": [ + 391, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084501246, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084501598, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084501941, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084502284, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084502629, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084502972, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084503317, + "stack": [ + 12838, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084503658, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084504001, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084504341, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084504682, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084505024, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084505364, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084505695, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084506031, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084506375, + "stack": [ + 327, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084506719, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084507071, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084520666, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084521011, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084521355, + "stack": [ + 12832, + 12842, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084521692, + "stack": [ + 12841, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084522040, + "stack": [ + 12832, + 12842, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084522387, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084522728, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084523075, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084523413, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084523800, + "stack": [ + 12831, + 12840, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084524152, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084524496, + "stack": [ + 12832, + 12842, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084524843, + "stack": [ + 12831, + 12840, + 391, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084525189, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084525563, + "stack": [ + 12831, + 12840, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084525908, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084526242, + "stack": [ + 12831, + 12840, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084526587, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084526931, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084527289, + "stack": [ + 12831, + 12840, + 391, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084527636, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084527991, + "stack": [ + 327, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084528347, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084528663, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084529008, + "stack": [ + 12831, + 12840, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084529350, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084529692, + "stack": [ + 12832, + 12842, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084530035, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084530375, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084530717, + "stack": [ + 12801, + 12800, + 12799, + 391, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084531071, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084531416, + "stack": [ + 327, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084531759, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084532116, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084532471, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084532817, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084533151, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084533498, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084533841, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084534202, + "stack": [ + 327, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084534558, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084534899, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084535243, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084535582, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084535924, + "stack": [ + 12832, + 12842, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084536273, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084536619, + "stack": [ + 12831, + 12840, + 391, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084536972, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084537317, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084537644, + "stack": [ + 12831, + 12840, + 391, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084537987, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084538332, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084538684, + "stack": [ + 12838, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084539026, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084539370, + "stack": [ + 12832, + 12842, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084539709, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084540051, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084540405, + "stack": [ + 12832, + 12842, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084540762, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084541101, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084541395, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084541741, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084542082, + "stack": [ + 12831, + 12840, + 391, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084542439, + "stack": [ + 12831, + 12840, + 391, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084542786, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084543132, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084543476, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084543824, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084544178, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084544570, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084544915, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084545251, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084545597, + "stack": [ + 12831, + 12840, + 391, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084545954, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084546291, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084546626, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084546971, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084547306, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084558286, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084558632, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084558973, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084559318, + "stack": [ + 12831, + 12840, + 391, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084559658, + "stack": [ + 12832, + 12842, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084560002, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084560351, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084560689, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084561032, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084561372, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084562373, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084562711, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084563049, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084563386, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084563720, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084564057, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084564392, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084564722, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084565061, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084565399, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084565734, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084566081, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084566420, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084566760, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084567100, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084567444, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084567782, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084568117, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084568452, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084568788, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084569130, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084569472, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084569809, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084579316, + "stack": [ + 7279, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084579691, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084580031, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084580363, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084580701, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084581038, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084581382, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084581716, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084582059, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084582399, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084582747, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084583085, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084583425, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084583773, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084584112, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084584450, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084584792, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084585120, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084585458, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084585791, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084586129, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084586465, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084586803, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084587140, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084587475, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084587808, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084597315, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084597654, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084597991, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084598323, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084598648, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084598986, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084599315, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084599646, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084599980, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084600311, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084600643, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084600983, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084601326, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084601660, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084601995, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084602334, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084602667, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084603003, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084603339, + "stack": [ + 7279, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084603675, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084604007, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084604341, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084604675, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084605008, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084614562, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084614931, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084615270, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084615613, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084616032, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084616388, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084616733, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084617079, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084617420, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084617765, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084618110, + "stack": [ + 12841, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084618451, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084618795, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084619129, + "stack": [ + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084619469, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084619814, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084620153, + "stack": [ + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084620495, + "stack": [ + 331, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084620830, + "stack": [ + 12831, + 12840, + 389, + 349, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DLRT_NewMarkingStackBlockProcess", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084621169, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084621522, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084621861, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084622212, + "stack": [ + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084622590, + "stack": [ + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084622934, + "stack": [ + 7278, + 7279, + 7270, + 13068, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084623272, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084623618, + "stack": [ + 12838, + 390, + 382, + 383, + 397, + 378, + 291, + 306, + 329, + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "DRT_AllocateDouble", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084623976, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084624326, + "stack": [ + 13051, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084624664, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084625010, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084625356, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084625706, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084626057, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084626396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084626735, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084627074, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084627418, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084627761, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084628114, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084628457, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084628795, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084629132, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084629472, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084629813, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084630170, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084630515, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084630865, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084631172, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084631525, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084631862, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084632210, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084632558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084632902, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084633243, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084633585, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084633929, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084634276, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084634619, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084634961, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084635310, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084635654, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084635996, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084636347, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084636692, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084637040, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084637370, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084637713, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084638062, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084638413, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084638759, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084639102, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084639444, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084639785, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084640124, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084640476, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084640830, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084641180, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084641526, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084641870, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084642226, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084642573, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084642922, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084643265, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084643606, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084643945, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084644287, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084644645, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084644993, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084645341, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084645684, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084646029, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084646374, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084646721, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084647063, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084647413, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084647758, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084648104, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084648443, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084648795, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084649139, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084649493, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084649833, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084650170, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084650507, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084650845, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084651197, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084651538, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084651889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084652233, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084652571, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084652925, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084653269, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084653615, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084653958, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084654305, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084654658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084655003, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084655354, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084655699, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084656048, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084656389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084656737, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084657096, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084657455, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084657804, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084658146, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084658483, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084658825, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084659162, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084659505, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084659855, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084660201, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084660545, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084660886, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084661240, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084661600, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084661950, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084662300, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084662642, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084662995, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084663350, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084663706, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084664042, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084664383, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084664734, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084665079, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084665426, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084665778, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084666168, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084666505, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084666846, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084667191, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084667539, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084667874, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084668219, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084668558, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084668899, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084669245, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084669580, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084669928, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084670328, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084670688, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084671032, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084671370, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084671706, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084672045, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084672380, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084672726, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084674445, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084674791, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084675136, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084675475, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084675819, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084676162, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084676501, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084676838, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084677185, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084677524, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084677872, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084678212, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084678549, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084678882, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084679222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084679568, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084679903, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084680244, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084680590, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084680926, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084681263, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084681603, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084681943, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084682278, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084682614, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084682946, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084683283, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084683620, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084683960, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084684298, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084684643, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084684987, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084685330, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084685670, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084686012, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084686360, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084686703, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084687041, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084687384, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084687729, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084688062, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084688406, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084688712, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084689056, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084689392, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084689738, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084690074, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084690415, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084690752, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084691090, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084691431, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084691767, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084692109, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084692457, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084692794, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084693124, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084693459, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084693793, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084694128, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084694459, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084694790, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084695123, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084695460, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084695799, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084696133, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084696466, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084696800, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084697136, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084697470, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084697806, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084698140, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084698474, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084698806, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084699137, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084699472, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084699803, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084700132, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084700467, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084700802, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084701136, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084701465, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084701806, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084702140, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084702475, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084702816, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084703126, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084703462, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084703798, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084704133, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084704469, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084704801, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084705136, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084705471, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084705809, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084706144, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084706480, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084706810, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084707146, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084707478, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084707806, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084708147, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084708477, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084708808, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084709147, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084709460, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084709793, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084710133, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084710460, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084710803, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084711132, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084711471, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084711806, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084712147, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084712486, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084712820, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084713154, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084713488, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084713822, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084714157, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084714492, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084714826, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084715160, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084715487, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084715814, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084716149, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084716480, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084716815, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084717149, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084717482, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084717789, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084718126, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084718456, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084718796, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084719132, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084719464, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084719795, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084720132, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084720465, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084720800, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084721135, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084721467, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084721798, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084722134, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084722472, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084722807, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084723140, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084723470, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084723802, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084724136, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084724471, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084724803, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084725135, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084725467, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084725803, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084726141, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084726476, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084726814, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084727148, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084727487, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084727817, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084728156, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084728493, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084728834, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084729173, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084729508, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084729839, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084730173, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084730505, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084730838, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084731173, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084731508, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084731842, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084732176, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084732507, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084732842, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084733178, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084733514, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084733846, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084734181, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084734513, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084734852, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084735191, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084735529, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084735861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084736189, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084736518, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084736858, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084737192, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084737528, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084737863, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084738196, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084738530, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084738863, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084739199, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084739532, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084739864, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084740199, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084740535, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084740865, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084741200, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084741529, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084741866, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084742203, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084742540, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084742878, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084743224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084743557, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084743890, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084744219, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084744558, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084744895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084745231, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084745562, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084745896, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084746230, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084746562, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084746896, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084747228, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084747563, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084747898, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084748233, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084748567, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084748901, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084749234, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084749569, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084749902, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084750239, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084750575, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084750912, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084751248, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084751580, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084751916, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084752248, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084752586, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084752919, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084753252, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084753588, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084753924, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084754261, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084754596, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084754929, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084755264, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084755598, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084755937, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084756267, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084756604, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084756934, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084757262, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084757596, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084757933, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084758264, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084758595, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084758931, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084759275, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084759612, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084759940, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084760280, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084760615, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084760947, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084761287, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084761621, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084761957, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084762291, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084762628, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084762963, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084763299, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084763634, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084763967, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084764300, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084764635, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084764970, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084765310, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084765646, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084765976, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084766313, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084766649, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084766985, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084767321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084767660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084767988, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084768324, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084768664, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084769006, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084769337, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084769682, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084770021, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084770351, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084770690, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084771025, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084771355, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084771689, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084772021, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084772353, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084772684, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084773017, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084773352, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084773692, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084774019, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084774347, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084774682, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084775019, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084775355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084775688, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084776026, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084776353, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084776685, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084777019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084777351, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084777683, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084778017, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084778351, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084778691, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084779028, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084779362, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084779694, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084780028, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084780357, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084780691, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084781025, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084781359, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084781693, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084782022, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084782355, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084782687, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084783020, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084783352, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084783688, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084784025, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084784367, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084784699, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084785034, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084785370, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084785700, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084786032, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084786371, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084786708, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084787043, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084787378, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084787710, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084788043, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084788377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084788712, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084789048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084789383, + "stack": [ + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084789718, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084790049, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084790382, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084790714, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084791041, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084791369, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084791705, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084792039, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084792372, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084792710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084793046, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084793384, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084793716, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084794048, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084794385, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084794720, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084795059, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084795397, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084795735, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084796072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084796410, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084796744, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084797076, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084797410, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084797744, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084798081, + "stack": [ + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084798412, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084798750, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084799084, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084799412, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084799748, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084800085, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084800421, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084800760, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084801094, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084801427, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084801761, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084802094, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084802424, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084802754, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084803094, + "stack": [ + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084803425, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084803759, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084804088, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084804423, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084804757, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084805092, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084805428, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084805760, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084806097, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084806431, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084806766, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084807097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084807430, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084807758, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084808086, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084808422, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084808753, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084809093, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084809424, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084809756, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084810097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084810434, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084810769, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084811098, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084811433, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084811768, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084812107, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084812444, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084812781, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084813115, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084813449, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084813786, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084814121, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084814451, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084814788, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084815120, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084815457, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084815723, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084816055, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084816387, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084816725, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084817060, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084817398, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084817732, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084818063, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084818397, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084818731, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084819066, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084819390, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084819728, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084820058, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084820380, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084820710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084821041, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084821371, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084821705, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084822037, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084822367, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084822696, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084823027, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084823360, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084823693, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084824023, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084824353, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084824690, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084825019, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084825355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084825685, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084826017, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084826352, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084826685, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084827020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084827351, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084827683, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084828017, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084828356, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084828686, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084829020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084829356, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084829689, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084830025, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084830365, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084830697, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084831029, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084831365, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084831701, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084832031, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084832363, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084832697, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084833029, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084833365, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084833702, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084834039, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084834372, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084834710, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084835044, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084835374, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084835711, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084836044, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084836376, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084836710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084837052, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084837384, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084837718, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084838052, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084838384, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084838719, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084839053, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084839390, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084839725, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084840056, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084840389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084840718, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084841054, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084841389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084841724, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084842062, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084842400, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084842737, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084843070, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084843409, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084843744, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084844078, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084844408, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084844746, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084845080, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084845415, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084845749, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084846081, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084846418, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084846750, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084847085, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084847420, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084847703, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084848037, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084848371, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084848704, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084849038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084849373, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084849710, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084850045, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084850386, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084850718, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084851058, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084851391, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084851731, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084852062, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084852397, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084852729, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084853066, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084853397, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084853734, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084854065, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084854399, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084854730, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084855069, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084855398, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084855733, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084856069, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084856406, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084856740, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084857073, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084857407, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084857743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084858074, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084858409, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084858743, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084859078, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084859419, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084859753, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084860085, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084860420, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084860753, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084861081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084861418, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084861756, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084862084, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084862420, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084862755, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084863095, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084863433, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084863767, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084864102, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084864436, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084864773, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084865107, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084865447, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084865778, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084866114, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084866449, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084866786, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084867118, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084867451, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084867786, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084868125, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084868459, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084868791, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084869124, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084869456, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084869794, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084870129, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084870465, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084870802, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084871141, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084871475, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084871809, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084872143, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084872483, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084872817, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084873151, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084873487, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084873817, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084874142, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084874478, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084874813, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084875148, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084875485, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084875831, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084876128, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084876468, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084876804, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084877142, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084877477, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084877811, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084878150, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084878484, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084878822, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084879155, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084879487, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084879830, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084880165, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084880499, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084880836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084881169, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084881498, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084881836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084882169, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084882500, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084882835, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084883167, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084883502, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084883838, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084884172, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084884506, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084884845, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084885178, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084885517, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084885852, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084886186, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084886520, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084886854, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084887188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084887525, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084887860, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084888193, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084888529, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084888867, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084889206, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084889543, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084889882, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084890220, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084890555, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084890884, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084891226, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084891562, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084891897, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084892234, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084892570, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084892902, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084893237, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084893565, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084893901, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084894235, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084894575, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084894904, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084895239, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084895573, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084895905, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084896238, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084896572, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084896908, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084897242, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084897573, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084897904, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084898243, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084898574, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084898907, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084899247, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084899581, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084899917, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084900254, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084900595, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084900930, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084901266, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084901596, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084901932, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084902269, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084902604, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084902942, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084903269, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084903601, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084903939, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084904273, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084904607, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084904943, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084905277, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084905612, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084905944, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084906284, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084906621, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084906956, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084907286, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084907621, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084907956, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084908292, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084908626, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084908961, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084909296, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084909633, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084909971, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084910311, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084910643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084910974, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084911307, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084911642, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084911982, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084912317, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084912651, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084912987, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084913321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084913656, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084913987, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084914327, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084914657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084914988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084915317, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084915649, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084915984, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084916314, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084916644, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084916984, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084917319, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084917658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084918052, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084918390, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084918728, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084919061, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084919397, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084919736, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084920070, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084920400, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084920737, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084921071, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084921406, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084921740, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084922076, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084922413, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084922751, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084923083, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084923413, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084923746, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084924076, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084924412, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084924742, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084925077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084925416, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084925752, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084926088, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084926423, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084926756, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084927090, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084927424, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084927723, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084928067, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084928402, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084928736, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084929073, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084929407, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084929745, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084930080, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084930414, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084930750, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084931081, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084931408, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084931743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084932077, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084932395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084932732, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084933061, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084933397, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084933732, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084934074, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084934411, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084934744, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084935080, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084935414, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084935752, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084936091, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084936431, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084936766, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084937097, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084937433, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084937771, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084938106, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084938439, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084938772, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084939104, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084939436, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084939772, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084940109, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084940442, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084940769, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084941106, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084941437, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084941772, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084942109, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084942440, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084942772, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084943106, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084943442, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084943781, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084944121, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084944450, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084944790, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084945125, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084945462, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084945798, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084946134, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084946470, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084946804, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084947148, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084947483, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084947824, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084948155, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084948486, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084948820, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084949151, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084949486, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084949823, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084950158, + "stack": [ + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084950498, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084950834, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084951172, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084951506, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084951846, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084952181, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084952514, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084952844, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084953182, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084953518, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084953856, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084954191, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084954522, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084954855, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084955189, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084955520, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084955857, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084956187, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084956521, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084956859, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084957194, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084957523, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084957859, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084958193, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084958530, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084958862, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084959195, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084959538, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084959873, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084960210, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084960544, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084960879, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084961213, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084961551, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084961886, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084962224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084962550, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084962886, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084963225, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084963561, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084963896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084964230, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084964557, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084964890, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084965227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084965561, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084965895, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084966233, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084966564, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084966900, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084967232, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084967565, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084967902, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084968237, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084968572, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084968910, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084969249, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084969578, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084969917, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084970250, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084970586, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084970918, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084971257, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084971590, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084971930, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084972263, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084972598, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084972933, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084973267, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084973604, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084973936, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084974265, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084974601, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084974884, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084975220, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084975555, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084975888, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084976220, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084976556, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084976891, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084977231, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084977570, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084977900, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084978244, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084978583, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084978915, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084979250, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084979581, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084979916, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084980250, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084980586, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084980920, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084981257, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084981557, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084981892, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084982226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084982551, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084982885, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084983216, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084983552, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084983884, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084984218, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084984556, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084984895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084985233, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084985571, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084985910, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084986247, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084986583, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084986916, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084987251, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084987589, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084987933, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084988222, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084988557, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084988893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084989228, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084989559, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084989894, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084990221, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084990552, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084990883, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084991219, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084991548, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084991882, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084992219, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084992557, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084992888, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084993226, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084993565, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084993902, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084994240, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084994571, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084994903, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084995240, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084995576, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084995914, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084996248, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084996589, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084996921, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084997254, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084997590, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084997926, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084998261, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084998590, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084998922, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084999260, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084999594, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651084999929, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085000262, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085000592, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085000928, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085001264, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085001595, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085001930, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085002265, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085002598, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085002925, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085003259, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085003590, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085003930, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085004269, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085004609, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085004946, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085005281, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085005615, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085005949, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085006286, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085006621, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085006958, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085007293, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085007623, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085007962, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085008287, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085008622, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085008957, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085009289, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085009619, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085009958, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085010294, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085010632, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085010964, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085011298, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085011640, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085011977, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085012315, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085012647, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085012985, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085013320, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085013656, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085013989, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085014323, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085014657, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085014992, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085015320, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085015652, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085015981, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085016315, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085016650, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085016986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085017323, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085017658, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085017990, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085018323, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085018662, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085018994, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085019329, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085019665, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085020005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085020339, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085020671, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085021002, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085021341, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085021682, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085022016, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085022353, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085022685, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085023021, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085023355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085023682, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085024015, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085024346, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085024681, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085025008, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085025343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085025679, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085026016, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085026347, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085026683, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085027019, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085027356, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085027681, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085028019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085028354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085028684, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085029014, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085029350, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085029683, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085030020, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085030355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085030688, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085031027, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085031361, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085031696, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085032026, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085032359, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085032689, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085033019, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085033354, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085033689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085034021, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085034357, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085034694, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085035027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085035366, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085035701, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085036033, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085036369, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085036718, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085037015, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085037347, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085037685, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085038020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085038351, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085038685, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085039020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085039355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085039688, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085040025, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085040317, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085040653, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085040981, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085041316, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085041621, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085041954, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085042289, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085042623, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085042959, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085043291, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085043628, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085043963, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085044297, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085044635, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085044970, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085045301, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085045636, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085045970, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085046306, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085046640, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085046974, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085047308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085047648, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085047982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085048317, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085048645, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085048976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085049312, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085049641, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085049976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085050309, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085050641, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085050976, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085051314, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085051649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085051985, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085052319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085052657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085052998, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085053332, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085053668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085054000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085054335, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085054671, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085055002, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085055335, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085055669, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085056004, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085056340, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085056674, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085057002, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085057333, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085057658, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085057993, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085058328, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085058666, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085058998, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085059336, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085059664, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085060000, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085060334, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085060670, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085061004, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085061342, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085061677, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085062008, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085062346, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085062680, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085063014, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085063344, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085063678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085064011, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085064344, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085064678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085065009, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085065351, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085065689, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085066023, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085066355, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085066691, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085067028, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085067363, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085067697, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085068032, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085068368, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085068702, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085069038, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085069378, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085069715, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085070052, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085070395, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085070733, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085071076, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085071411, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085071743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085072075, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085072410, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085072740, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085073072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085073407, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085073739, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085074071, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085074406, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085074740, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085075076, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085075413, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085075747, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085076080, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085076416, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085076753, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085077090, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085077432, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085077764, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085078100, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085078439, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085078778, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085079113, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085079448, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085079785, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085080120, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085080454, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085080788, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085081121, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085081451, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085081785, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085082118, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085082394, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085082729, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085083062, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085083398, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085083733, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085084064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085084404, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085084740, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085085068, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085085408, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085085742, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085086074, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085086412, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085086748, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085087082, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085087421, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085087759, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085088091, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085088429, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085088764, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085089098, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085089433, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085089763, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085090100, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085090435, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085090767, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085091103, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085091440, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085091776, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085092115, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085092454, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085092793, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085093127, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085093464, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085093803, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085094137, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085094478, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085094815, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085095145, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085095474, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085095814, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085096144, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085096482, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085096820, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085097159, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085097493, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085097828, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085098164, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085098497, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085098837, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085099165, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085099499, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085099839, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085100173, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085100509, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085100841, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085101126, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085101467, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085101802, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085102124, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085102460, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085102793, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085103127, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085103458, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085103790, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085104125, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085104463, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085104796, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085105127, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085105457, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085105789, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085106120, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085106454, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085106787, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085107120, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085107452, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085107786, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085108121, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085108455, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085108791, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085109125, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085109461, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085109790, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085110127, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085110464, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085110805, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085111139, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085111469, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085111807, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085112138, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085112474, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085112809, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085113138, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085113471, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085113804, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085114139, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085114473, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085114814, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085115151, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085115483, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085115819, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085116156, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085116490, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085116826, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085117157, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085117492, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085117826, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085118159, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085118489, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085118823, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085119155, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085119505, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085119836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085120169, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085120502, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085120832, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085121170, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085121503, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085121836, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085122172, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085122507, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085122841, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085123174, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085123506, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085123837, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085124166, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085124500, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085124835, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085125172, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085125508, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085125844, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085126182, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085126520, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085126863, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085127203, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085127533, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085127869, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085128147, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085128491, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085128824, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085129160, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085129493, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085129831, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085130168, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085130498, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085130836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085131166, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085131498, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085131830, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085132160, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085132490, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085132816, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085133178, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085133505, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085133843, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085134178, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085134508, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085134847, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085135186, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085135514, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085135853, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085136181, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085136520, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085136855, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085137192, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085137529, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085137871, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085138208, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085138545, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085138878, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085139211, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085139546, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085139882, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085140217, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085140556, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085140886, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085141218, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085141552, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085141887, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085142222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085142563, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085142897, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085143239, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085143575, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085143913, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085144242, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085144582, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085144923, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085145262, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085145597, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085145933, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085146269, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085146609, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085146946, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085147278, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085147609, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085147945, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085148283, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085148609, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085148942, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085149270, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085149608, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085149945, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085150282, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085150618, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085150954, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085151289, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085151625, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085151966, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085152306, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085152635, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085152970, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085153305, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085153640, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085153974, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085154309, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085154644, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085154953, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085155289, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085155627, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085155959, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085156294, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085156629, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085156966, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085157298, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085157628, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085157963, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085158297, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085158633, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085158972, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085159315, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085159658, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085159994, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085160323, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085160662, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085160992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085161323, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085161661, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085161999, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085162339, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085162675, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085163012, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085163348, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085163678, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085164012, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085164346, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085164683, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085165022, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085165352, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085165686, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085166015, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085166350, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085166684, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085167018, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085167354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085167693, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085168032, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085168365, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085168697, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085169034, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085169365, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085169699, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085170041, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085170377, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085170715, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085171052, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085171389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085171724, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085172062, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085172396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085172731, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085173065, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085173402, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085173735, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085174072, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085174411, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085174746, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085175088, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085175425, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085175757, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085176101, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085176429, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085176766, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085177102, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085177430, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085177722, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085178057, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085178387, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085178717, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085179051, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085179382, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085179715, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085180048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085180384, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085180720, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085181055, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085181390, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085181726, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085182056, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085182386, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085182717, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085183048, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085183378, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085183716, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085184052, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085184385, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085184722, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085185059, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085185385, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085185718, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085186051, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085186381, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085186720, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085187052, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085187388, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085187724, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085188124, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085188456, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085188782, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085189115, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085189516, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085189873, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085190213, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085190551, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085190882, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085191218, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085191554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085191886, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085192223, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085192561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085192873, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085193210, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085193548, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085193881, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085194217, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085194547, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085194901, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085195241, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085195581, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085195922, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085196257, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085196596, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085196936, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085197270, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085197605, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085197935, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085198271, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085198607, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085198940, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085199270, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085199605, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085199941, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085200276, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085200609, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085200961, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085201291, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085201633, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085201965, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085202301, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085202636, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085202973, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085203312, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085203636, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085203971, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085204302, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085204638, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085204973, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085205310, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085205646, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085205982, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085206318, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085206654, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085206991, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085207319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085207653, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085207990, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085208310, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085208651, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085208988, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085209326, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085209661, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085209994, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085210329, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085210664, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085211000, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085211338, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085211677, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085211972, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085212308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085212644, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085212980, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085213316, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085213652, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085213989, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085214326, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085214660, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085214997, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085215315, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085215646, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085215976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085216313, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085216612, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085216948, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085217283, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085217621, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085217959, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085218293, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085218625, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085218964, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085219303, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085219640, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085219974, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085220312, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085220653, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085220990, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085221323, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085221655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085221994, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085222331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085222670, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085223006, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085223340, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085223634, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085223962, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085224290, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085224624, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085224951, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085225287, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085225624, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085225961, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085226297, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085226631, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085226969, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085227305, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085227641, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085227975, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085228319, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085228655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085228991, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085229327, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085229662, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085230001, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085230336, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085230669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085231003, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085231339, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085231671, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085231999, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085232327, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085232663, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085232999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085233336, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085233674, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085234013, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085234349, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085234686, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085235021, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085235356, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085235687, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085236019, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085236349, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085236687, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085237024, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085237358, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085237698, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085238036, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085238370, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085238708, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085239040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085239376, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085239712, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085240049, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085240378, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085240706, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085241041, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085241380, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085241729, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085242055, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085242379, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085242722, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085243060, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085243394, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085243725, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085244055, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085244384, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085244718, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085245047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085245378, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085245706, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085246037, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085246368, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085246696, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085247028, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085247369, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085247699, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085248024, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085248351, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085248665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085248999, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085249330, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085249663, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085249975, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085250306, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085250633, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085250962, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085251232, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085251565, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085251896, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085252226, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085252562, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085252891, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085253232, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085253569, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085253902, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085254237, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085254575, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085254911, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085255250, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085255579, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085255915, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085256250, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085256594, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085256922, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085257254, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085257582, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085257910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085258239, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085258572, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085258901, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085259232, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085259571, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085259901, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085260230, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085260563, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085260890, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085261217, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085261550, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085261880, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085262204, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085262534, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085262865, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085263199, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085263529, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085263863, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085264189, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085264515, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085264843, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085265170, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085265506, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085265896, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085266240, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085266582, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085266924, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085267255, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085267585, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085267921, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085268252, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085268580, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085268913, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085269242, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085269577, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085269907, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085270237, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085270565, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085270896, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085271221, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085271550, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085271877, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085272243, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085272593, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085272925, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085273260, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085273591, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085273920, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085274250, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085274581, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085274906, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085275236, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085275570, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085275943, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085276284, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085276616, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085276967, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085277296, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085277623, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085277957, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085278285, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085278616, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085278944, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085279275, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085279607, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085279933, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085280263, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085280591, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085280920, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085281250, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085281579, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085281907, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085282239, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085282670, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085283072, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085283405, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085283735, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085284067, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085284357, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085284686, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085285436, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085285825, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085286158, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085286490, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085286823, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085287156, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085287487, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085287815, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085288141, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085288469, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085288801, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085289129, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085289460, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085289794, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085290126, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085290461, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085290794, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085291129, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085291459, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085291792, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085292120, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085292449, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085292779, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085293111, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085293443, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085293771, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085294099, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085294429, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085294758, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085295088, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085295420, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085295748, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085296075, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085296403, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085296729, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085297057, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085297384, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085297715, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085298042, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085298369, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085298702, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085299033, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085299367, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085299707, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085300041, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085300369, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085300706, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085301039, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085301368, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085301696, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085302027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085302357, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085302685, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085303020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085303352, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085303684, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085304013, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085304342, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085304671, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085305002, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085305334, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085305664, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085306002, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085306332, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085306660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085306988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085307318, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085307654, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085307984, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085308309, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085308637, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085308964, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085309293, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085309621, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085309949, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085310276, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085310602, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085310931, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085311259, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085311598, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085311928, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085312256, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085312587, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085312914, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085313241, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085313568, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085313894, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085314222, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085314555, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085314885, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085315214, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085315546, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085315877, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085316206, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085316535, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085316868, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085317195, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085317524, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085317889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085318220, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085318549, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085318878, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085319209, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085319543, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085319894, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085320225, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085320557, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085320885, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085321214, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085321541, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085321868, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085322196, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085322527, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085322856, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085323184, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085323514, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085323842, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085324179, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085324510, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085324853, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085325186, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085325521, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085325857, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085326186, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085326515, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085326857, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085327183, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085327515, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085327847, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085328187, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085328517, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085328844, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085329175, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085329504, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085329838, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085330170, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085330502, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085330829, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085331160, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085331489, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085331815, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085332148, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085332504, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085332837, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085333170, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085333504, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085333832, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085334161, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085334488, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085334819, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085335154, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085335485, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085335812, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085336143, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085336473, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085336800, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085337132, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085337464, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085337791, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085338122, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085338449, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085338776, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085339103, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085339429, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085339756, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085340083, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085340419, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085340753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085341085, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085341417, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085341743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085342072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085342404, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085342753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085343087, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085343417, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085343745, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085344075, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085344406, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085344737, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085345064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085345393, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085345723, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085346051, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085346378, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085346705, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085347032, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085347357, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085347684, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085348010, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085348336, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085348687, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085349027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085349363, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085349707, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085350051, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085350388, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085350723, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085351058, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085351391, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085351720, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085352053, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085352383, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085352713, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085353048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085353375, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085353707, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085354038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085354368, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085354698, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085355033, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085355362, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085355696, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085356024, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085356355, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085356684, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085357010, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085357339, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085357681, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085358015, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085358344, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085358674, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085359008, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085359340, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085359671, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085359999, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085360331, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085360660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085360992, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085361325, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085361659, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085361988, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085362317, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085362645, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085362974, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085363303, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085363632, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085363962, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085364291, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085364622, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085364948, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085365274, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085365603, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085365948, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085366281, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085366607, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085366937, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085367273, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085367600, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085367927, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085368257, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085368586, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085368918, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085369245, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085369575, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085369902, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085370230, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085370558, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085370888, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085371216, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085371543, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085371869, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085372196, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085372525, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085372849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085373175, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085373500, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085373832, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085374164, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085374492, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085374820, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085375149, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085375476, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085375807, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085376136, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085376467, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085376797, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085377124, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085377451, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085377717, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085378048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085378379, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085378710, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085379037, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085379363, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085379690, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085380016, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085380343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085380669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085380995, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085381321, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085381647, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085381972, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085382306, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085382639, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085382970, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085383299, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085383636, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085383969, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085384302, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085384631, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085384959, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085385288, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085385620, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085385947, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085386281, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085386655, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085386987, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085387315, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085387649, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085387980, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085388311, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085388644, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085388976, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085389307, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085389636, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085389963, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085390289, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085390621, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085390952, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085391284, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085391618, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085391949, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085392279, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085392618, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085392951, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085393302, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085393631, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085393961, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085394289, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085394620, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085394960, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085395290, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085395619, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085395949, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085396281, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085396611, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085396942, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085397271, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085397608, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085397946, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085398275, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085398602, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085398935, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085399272, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085399610, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085399941, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085400274, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085400602, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085400931, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085401276, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085401621, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085401954, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085402284, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085402616, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085402952, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085403286, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085403615, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085403945, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085404286, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085404620, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085404957, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085405299, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085405636, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085405973, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085406309, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085406646, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085406986, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085407321, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085407659, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085407987, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085408324, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085408661, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085408997, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085409337, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085409669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085410010, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085410350, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085410689, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085411024, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085411356, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085411695, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085412031, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085412364, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085412699, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085413031, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085413366, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085413701, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085414039, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085414373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085414708, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085415047, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085415378, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085415707, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085416049, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085416389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085416725, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085417063, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085417399, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085417736, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085418070, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085418410, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085418744, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085419083, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085419420, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085419756, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085420096, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085420431, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085420769, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085421109, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085421444, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085421779, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085422109, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085422448, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085422782, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085423118, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085423460, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085423800, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085424132, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085424461, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085424797, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085425131, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085425467, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085425807, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085426144, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085426486, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085426832, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085427172, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085427510, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085427850, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085428181, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085428526, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085428865, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085429205, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085429541, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085429867, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085430200, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085430534, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085430874, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085431204, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085431541, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085431867, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085432205, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085432535, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085432863, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085433188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085433524, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085433860, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085434202, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085434542, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085434879, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085435224, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085435562, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085435901, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085436240, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085436567, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085436903, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085437244, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085437582, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085437913, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085438247, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085438583, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085438922, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085439263, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085439597, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085439931, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085440267, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085440601, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085440935, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085441266, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085441602, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085441938, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085442274, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085442610, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085442945, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085443279, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085443621, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085443958, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085444288, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085444623, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085444960, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085445297, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085445632, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085445965, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085446301, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085446636, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085446968, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085447302, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085447637, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085447975, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085448309, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085448645, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085448978, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085449308, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085449647, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085449981, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085450316, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085450658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085450993, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085451325, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085451664, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085452005, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085452343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085452678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085453009, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085453342, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085453681, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085454015, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085454354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085454692, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085455030, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085455365, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085455698, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085456032, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085456374, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085456709, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085457037, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085457370, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085457695, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085458029, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085458362, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085458699, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085459031, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085459369, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085459701, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085460033, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085460373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085460707, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085461045, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085461376, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085461714, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085462020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085462347, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085462691, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085463025, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085463358, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085463693, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085464026, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085464362, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085464701, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085465033, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085465367, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085465699, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085466032, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085466367, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085466700, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085467037, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085467372, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085467714, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085468046, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085468386, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085468725, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085469064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085469401, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085469741, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085470080, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085470418, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085470761, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085471098, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085471431, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085471764, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085472103, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085472438, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085472772, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085473105, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085473438, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085473773, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085474117, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085474453, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085474783, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085475116, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085475453, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085475788, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085476123, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085476463, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085476803, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085477141, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085477475, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085477812, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085478149, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085478482, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085478821, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085479159, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085479492, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085479822, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085480153, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085480485, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085480819, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085481151, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085481485, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085481817, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085482151, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085482483, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085482817, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085483151, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085483486, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085483819, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085484155, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085484493, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085484833, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085485171, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085485505, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085485839, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085486174, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085486506, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085486844, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085487177, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085487515, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085487850, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085488185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085488518, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085488851, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085489189, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085489530, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085489868, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085490203, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085490536, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085490870, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085491203, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085491539, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085491876, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085492211, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085492553, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085492889, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085493219, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085493558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085493894, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085494227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085494558, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085494889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085495232, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085495565, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085495900, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085496233, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085496567, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085496900, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085497233, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085497566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085497900, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085498236, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085498563, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085498898, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085499227, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085499560, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085499894, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085500228, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085500566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085500903, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085501235, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085501572, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085501912, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085502244, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085502582, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085502913, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085503245, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085503586, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085503923, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085504260, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085504597, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085504931, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085505264, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085505595, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085505929, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085506262, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085506595, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085506894, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085507229, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085507563, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085507897, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085508229, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085508565, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085508897, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085509232, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085509572, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085509907, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085510246, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085510579, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085510909, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085511246, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085511574, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085511915, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085512249, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085512590, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085512929, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085513269, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085513602, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085513936, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085514267, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085514604, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085514938, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085515267, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085515602, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085515935, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085516272, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085516609, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085516949, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085517285, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085517622, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085517961, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085518296, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085518634, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085518973, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085519308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085519643, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085519984, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085520323, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085520656, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085520997, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085521334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085521668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085522003, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085522337, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085522672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085523007, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085523343, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085523675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085524008, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085524347, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085524679, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085525017, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085525355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085525692, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085526028, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085526361, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085526700, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085527032, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085527360, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085527699, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085528036, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085528368, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085528702, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085529039, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085529378, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085529713, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085530050, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085530385, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085530720, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085531057, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085531395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085531735, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085532066, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085532402, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085532730, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085533063, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085533401, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085533738, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085534072, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085534404, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085534743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085535071, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085535410, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085535746, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085536073, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085536412, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085536752, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085537087, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085537422, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085537757, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085538092, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085538426, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085538756, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085539090, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085539425, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085539761, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085540095, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085540426, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085540762, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085541091, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085541428, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085541768, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085542108, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085542447, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085542788, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085543123, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085543457, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085543793, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085544129, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085544459, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085544799, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085545139, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085545475, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085545816, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085546154, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085546487, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085546821, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085547156, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085547496, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085547838, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085548175, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085548513, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085548851, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085549184, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085549520, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085549856, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085550192, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085550530, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085550876, + "stack": [ + 10387, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085551213, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085551554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085551889, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085552228, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085552563, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085552899, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085553234, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085553573, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085553907, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085554244, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085554580, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085554918, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085555258, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085555593, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085555932, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085556271, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085556609, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085556946, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085557276, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085557605, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085557933, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085558262, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085558593, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085558930, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085559269, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085559605, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085559946, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085560275, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085560614, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085560950, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085561286, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085561628, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085561961, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085562296, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085562636, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085562969, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085563308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085563646, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085563985, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085564324, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085564662, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085565002, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085565331, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085565663, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085565994, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085566325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085566659, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085566989, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085567320, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085567653, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085567929, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085568258, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085568593, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085568924, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085569252, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085569582, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085569909, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085570253, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085570586, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085570923, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085571263, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085571594, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085571928, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085572266, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085572594, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085572934, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085573270, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085573602, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085573935, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085574264, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085574591, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085574922, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085575259, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085575593, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085575930, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085576267, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085576606, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085576946, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085577280, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085577614, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085577964, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085578305, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085578646, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085578985, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085579326, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085579663, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085580000, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085580332, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085580671, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085581011, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085581342, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085581681, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085582020, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085582352, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085582690, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085583023, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085583355, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085583693, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085584031, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085584364, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085584711, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085585048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085585387, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085585721, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085586062, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085586400, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085586743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085587080, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085587417, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085587752, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085588088, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085588419, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085588754, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085589091, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085589430, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085589766, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085590102, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085590437, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085590769, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085591105, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085591440, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085591776, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085592110, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085592449, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085592791, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085593131, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085593471, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085593806, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085594145, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085594475, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085594824, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085595164, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085595499, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085595838, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085596179, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085596505, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085596838, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085597173, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085597513, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085597848, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085598185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085598523, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085598856, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085599188, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085599514, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085599850, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085600186, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085600518, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085600865, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085601202, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085601540, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085601880, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085602214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085602546, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085602881, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085603226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085603555, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085603887, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085604226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085604559, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085604899, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085605236, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085605576, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085605914, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085606250, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085606589, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085606926, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085607262, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085607595, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085607929, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085608267, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085608606, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085608943, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085609278, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085609617, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085609955, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085610293, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085610629, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085610963, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085611303, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085611635, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085611972, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085612300, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085612635, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085612969, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085613309, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085613641, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085613978, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085614313, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085614648, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085614985, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085615322, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085615657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085615985, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085616324, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085616659, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085616994, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085617330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085617668, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085618011, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085618348, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085618687, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085619022, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085619355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085619691, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085620023, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085620353, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085620694, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085621027, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085621366, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085621702, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085622042, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085622377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085622715, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085623046, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085623379, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085623712, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085624040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085624368, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085624703, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085625039, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085625376, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085625710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085626049, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085626386, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085626725, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085627056, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085627395, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085627727, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085628064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085628396, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085628686, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085629019, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085629354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085629692, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085630029, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085630364, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085630694, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085631029, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085631364, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085631704, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085632036, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085632369, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085632700, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085633040, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085633377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085633712, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085634052, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085634384, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085634728, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085635065, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085635404, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085635742, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085636075, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085636404, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085636736, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085637076, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085637409, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085637746, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085638083, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085638417, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085638752, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085639085, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085639420, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085639753, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085640093, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085640427, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085640727, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085641063, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085641395, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085641730, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085642067, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085642399, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085642731, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085643073, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085643409, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085643748, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085644082, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085644420, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085644750, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085645088, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085645423, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085645760, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085646098, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085646434, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085646770, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085647107, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085647442, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085647778, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085648114, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085648447, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085648785, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085649121, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085649458, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085649802, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085650140, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085650479, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085650816, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085651156, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085651493, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085651830, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085652167, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085652508, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085652848, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085653176, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085653504, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085653841, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085654178, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085654518, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085654856, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085655151, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085655489, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085655824, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085656165, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085656496, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085656829, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085657164, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085657500, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085657839, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085658170, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085658505, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085658844, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085659179, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085659518, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085659854, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085660196, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085660532, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085660867, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085661205, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085661543, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085661877, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085662218, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085662561, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085662896, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085663230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085663565, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085663900, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085664233, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085664566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085664902, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085665231, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085665569, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085665898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085666231, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085666565, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085666900, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085667235, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085667575, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085667916, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085668262, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085668602, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085668941, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085669276, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085669623, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085669955, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085670295, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085670628, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085670965, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085671305, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085671639, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085671975, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085672311, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085672647, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085672984, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085673318, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085673665, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085674001, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085674329, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085674665, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085674979, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085675309, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085675650, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085675989, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085676325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085676660, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085676997, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085677333, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085677671, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085678002, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085678343, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085678677, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085679019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085679356, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085679695, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085680024, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085680358, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085680687, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085681024, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085681363, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085681702, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085682035, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085682374, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085682711, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085683044, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085683381, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085683692, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085684026, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085684364, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085684702, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085685035, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085685374, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085685713, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085686051, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085686386, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085686728, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085687057, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085687391, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085687731, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085688067, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085688401, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085688735, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085689070, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085689408, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085689747, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085690080, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085690414, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085690750, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085691083, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085691415, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085691751, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085692083, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085692418, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085692754, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085693093, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085693438, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085693778, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085694117, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085694456, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085694788, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085695125, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085695460, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085695797, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085696134, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085696469, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085696802, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085697135, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085697475, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085697809, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085698146, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085698479, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085698816, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085699150, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085699487, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085699823, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085700157, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085700494, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085700832, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085701169, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085701507, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085701847, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085702181, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085702522, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085702862, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085703202, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085703540, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085703877, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085704212, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085704543, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085704879, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085705214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085705550, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085705886, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085706176, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085706511, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085706847, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085707184, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085707512, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085707848, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085708185, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085708521, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085708857, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085709196, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085709535, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085709872, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085710209, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085710543, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085710873, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085711209, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085711543, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085711883, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085712215, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085712561, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085712896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085713233, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085713569, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085713903, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085714237, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085714572, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085714912, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085715247, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085715584, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085715914, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085716253, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085716585, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085716922, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085717258, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085717591, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085717878, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085718218, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085718557, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085718892, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085719227, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085719557, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085719887, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085720228, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085720561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085720903, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085721238, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085721572, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085721907, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085722244, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085722579, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085722913, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085723251, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085723587, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085723925, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085724255, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085724591, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085724927, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085725263, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085725600, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085725938, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085726275, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085726612, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085726954, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085727292, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085727629, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085727965, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085728303, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085728631, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085728966, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085729304, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085729640, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085729976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085730312, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085730651, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085730986, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085731321, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085731659, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085732007, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085732346, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085732682, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085733014, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085733347, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085733685, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085734021, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085734358, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085734697, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085735036, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085735376, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085735710, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085736046, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085736384, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085736717, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085737053, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085737389, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085737734, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085738072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085738406, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085738741, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085739076, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085739411, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085739748, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085740086, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085740425, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085740727, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085741062, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085741392, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085741728, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085742063, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085742399, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085742737, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085743069, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085743404, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085743744, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085744078, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085744413, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085744755, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085745093, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085745432, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085745767, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085746099, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085746432, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085746764, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085747098, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085747433, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085747767, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085748107, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085748437, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085748770, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085749105, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085749440, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085749775, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085750110, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085750442, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085750777, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085751123, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085751463, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085751804, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085752139, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085752474, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085752811, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085753149, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085753483, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085753823, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085754159, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085754494, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085754827, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085755159, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085755494, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085755833, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085756168, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085756509, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085756842, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085757174, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085757501, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085757836, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085758173, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085758509, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085758845, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085759181, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085759513, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085759849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085760183, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085760521, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085760856, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085761188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085761518, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085761861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085762194, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085762529, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085762869, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085763203, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085763535, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085763869, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085764207, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085764547, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085764880, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085765217, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085765550, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085765878, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085766214, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085766554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085766893, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085767229, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085767566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085767885, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085768225, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085768558, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085768891, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085769229, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085769567, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085769907, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085770243, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085770580, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085770920, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085771258, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085771593, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085771924, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085772258, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085772594, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085772930, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085773264, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085773600, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085773934, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085774270, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085774606, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085774942, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085775276, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085775612, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085775949, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085776285, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085776629, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085776970, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085777305, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085777638, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085777966, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085778308, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085778637, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085778977, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085779312, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085779646, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085779981, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085780314, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085780649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085780986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085781321, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085781648, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085781982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085782315, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085782650, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085782926, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085783279, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085783617, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085783957, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085784289, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085784633, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085784967, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085785299, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085785633, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085785971, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085786308, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085786653, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085786985, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085787321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085787658, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085787994, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085788327, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085788666, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085789003, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085789337, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085789674, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085790008, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085790345, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085790672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085791002, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085791335, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085791670, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085792010, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085792345, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085792679, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085793018, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085793357, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085793696, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085794033, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085794369, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085794698, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085795037, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085795373, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085795713, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085796046, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085796386, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085796720, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085797052, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085797389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085797723, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085798059, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085798396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085798726, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085799056, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085799391, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085799728, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085800059, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085800395, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085800734, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085801072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085801410, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085801751, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085802087, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085802419, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085802749, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085803088, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085803432, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085803767, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085804107, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085804443, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085804777, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085805112, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085805446, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085805784, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085806123, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085806459, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085806792, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085807127, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085807464, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085807800, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085808135, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085808467, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085808803, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085809141, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085809481, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085809820, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085810157, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085810496, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085810833, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085811173, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085811502, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085811843, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085812178, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085812516, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085812854, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085813185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085813519, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085813852, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085814191, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085814527, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085814865, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085815199, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085815534, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085815864, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085816193, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085816522, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085816850, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085817183, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085817508, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085817839, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085818170, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085818499, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085818829, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085819159, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085819512, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085819824, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085820154, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085820485, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085820814, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085821154, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085821489, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085821816, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085822147, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085822475, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085822807, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085823136, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085823468, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085823797, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085824128, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085824455, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085824785, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085825120, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085825449, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085825780, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085826109, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085826447, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085826757, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085827097, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085827437, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085827775, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085828120, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085828459, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085828726, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085829067, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085829402, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085829736, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085830070, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085830406, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085830741, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085831076, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085831411, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085831746, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085832086, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085832415, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085832745, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085833081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085833414, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085833752, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085834085, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085834427, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085834763, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085835095, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085835435, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085835770, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085836110, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085836447, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085836782, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085837114, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085837449, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085837785, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085838121, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085838456, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085838791, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085839126, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085839455, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085839791, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085840126, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085840459, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085840794, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085841127, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085841456, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085841793, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085842130, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085842469, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085842807, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085843140, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085843479, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085843811, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085844150, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085844492, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085844822, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085845162, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085845502, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085845841, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085846177, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085846512, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085846847, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085847181, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085847515, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085847846, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085848184, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085848522, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085848855, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085849184, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085849517, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085849852, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085850187, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085850519, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085850850, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085851188, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085851522, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085851858, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085852194, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085852537, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085852870, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085853207, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085853543, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085853877, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085854214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085854550, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085854885, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085855219, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085855555, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085855892, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085856223, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085856557, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085856893, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085857226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085857556, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085857891, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085858230, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085858566, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085858902, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085859239, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085859540, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085859876, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085860210, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085860543, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085860881, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085861218, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085861550, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085861895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085862232, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085862571, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085862903, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085863246, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085863580, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085863914, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085864244, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085864579, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085864913, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085865246, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085865580, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085865914, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085866255, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085866586, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085866922, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085867258, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085867596, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085867901, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085868245, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085868580, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085868914, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085869251, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085869589, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085869928, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085870262, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085870599, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085870939, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085871275, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085871612, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085871946, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085872280, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085872618, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085872950, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085873290, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085873630, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085873969, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085874305, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085874645, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085874979, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085875309, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085875645, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085875983, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085876321, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085876659, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085877000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085877336, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085877669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085878001, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085878341, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085878657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085878991, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085879325, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085879657, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085879991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085880325, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085880659, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085880999, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085881332, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085881665, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085881992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085882322, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085882658, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085882991, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085883326, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085883661, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085883997, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085884333, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085884672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085885006, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085885344, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085885678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085886012, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085886347, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085886678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085887016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085887351, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085887691, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085888028, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085888363, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085888697, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085889033, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085889372, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085889711, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085890044, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085890374, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085890704, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085891029, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085891362, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085891690, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085892030, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085892364, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085892694, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085893027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085893369, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085893706, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085894040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085894375, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085894708, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085895047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085895383, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085895718, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085896057, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085896392, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085896730, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085897061, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085897395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085897729, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085898066, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085898396, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085898727, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085899056, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085899383, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085899716, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085900051, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085900388, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085900724, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085901061, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085901396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085901735, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085902074, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085902410, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085902746, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085903076, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085903419, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085903754, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085904093, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085904430, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085904765, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085905097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085905430, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085905764, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085906098, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085906434, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085906769, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085907105, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085907434, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085907768, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085908102, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085908437, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085908775, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085909112, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085909450, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085909789, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085910126, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085910463, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085910798, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085911135, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085911474, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085911814, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085912151, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085912488, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085912825, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085913165, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085913501, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085913836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085914173, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085914508, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085914843, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085915173, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085915505, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085915835, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085916163, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085916498, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085916835, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085917170, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085917508, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085917849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085918186, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085918518, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085918856, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085919188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085919524, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085919853, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085920192, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085920528, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085920856, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085921183, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085921510, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085921836, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085922161, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085922488, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085922819, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085923149, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085923478, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085923815, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085924144, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085924480, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085924810, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085925139, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085925471, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085925798, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085926128, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085926467, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085926806, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085927145, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085927484, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085927819, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085928114, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085928447, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085928786, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085929128, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085929469, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085929812, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085930148, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085930483, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085930817, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085931152, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085931487, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085931821, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085932156, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085932497, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085932825, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085933150, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085933480, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085933816, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085934156, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085934491, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085934828, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085935164, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085935504, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085935843, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085936172, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085936514, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085936848, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085937188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085937523, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085937858, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085938192, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085938527, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085938859, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085939197, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085939536, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085939865, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085940199, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085940528, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085940861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085941189, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085941524, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085941860, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085942199, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085942539, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085942875, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085943215, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085943554, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085943893, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085944228, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085944558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085944899, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085945236, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085945576, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085945913, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085946251, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085946587, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085946923, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085947257, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085947591, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085947932, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085948266, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085948561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085948895, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085949227, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085949555, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085949884, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085950223, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085950559, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085950895, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085951224, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085951563, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085951902, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085952243, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085952578, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085952917, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085953247, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085953593, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085953924, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085954264, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085954598, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085954932, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085955267, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085955606, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085955937, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085956276, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085956611, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085956946, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085957281, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085957614, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085957944, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085958274, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085958610, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085958944, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085959281, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085959614, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085959953, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085960296, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085960631, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085960968, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085961305, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085961638, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085961972, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085962312, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085962649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085962989, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085963322, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085963657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085963992, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085964327, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085964662, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085964996, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085965315, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085965649, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085965979, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085966317, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085966652, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085966986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085967322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085967662, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085967997, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085968337, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085968673, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085969010, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085969350, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085969691, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085970031, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085970363, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085970696, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085971037, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085971372, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085971702, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085972041, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085972372, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085972706, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085973041, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085973374, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085973716, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085974045, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085974372, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085974704, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085975034, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085975365, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085975694, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085976026, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085976372, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085976704, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085977036, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085977366, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085977695, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085978034, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085978371, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085978705, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085979041, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085979377, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085979714, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085980053, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085980385, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085980718, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085981048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085981387, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085981727, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085982060, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085982388, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085982719, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085983047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085983373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085983701, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085984027, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085984357, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085984697, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085985026, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085985354, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085985681, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085986008, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085986339, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085986676, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085987011, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085987338, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085987670, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085988000, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085988333, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085988661, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085988991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085989319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085989651, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085989982, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085990313, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085990651, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085991034, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085991375, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085991706, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085992040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085992369, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085992702, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085993031, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085993360, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085993693, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085994020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085994345, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085994726, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085995067, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085995397, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085995686, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085996021, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085996352, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085996681, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085997009, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085997337, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085997676, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085998006, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085998334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085998673, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085999011, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085999347, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651085999675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086000004, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086000335, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086000666, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086000997, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086001332, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086001672, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086001998, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086002333, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086002660, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086002993, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086003327, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086003654, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086003987, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086004325, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086004666, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086005000, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086005335, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086005674, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086006011, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086006345, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086006682, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086006984, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086007321, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086007655, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086007994, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086008330, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086008665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086009001, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086009339, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086009678, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086010019, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086010358, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086010698, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086011032, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086011369, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086011702, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086012037, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086012371, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086012703, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086013038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086013374, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086013719, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086014053, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086014389, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086014729, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086015063, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086015393, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086015729, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086016065, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086016396, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086016733, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086017068, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086017406, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086017742, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086018081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086018420, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086018759, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086019094, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086019431, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086019762, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086020102, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086020436, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086020776, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086021113, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086021447, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086021780, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086022113, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086022444, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086022783, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086023116, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086023456, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086023790, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086024129, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086024462, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086024797, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086025131, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086025467, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086025804, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086026145, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086026484, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086026824, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086027163, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086027498, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086027834, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086028173, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086028509, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086028846, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086029182, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086029514, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086029849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086030185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086030522, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086030855, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086031195, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086031532, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086031868, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086032200, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086032526, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086032861, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086033197, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086033531, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086033866, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086034206, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086034547, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086034883, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086035222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086035556, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086035893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086036224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086036570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086036906, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086037246, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086037582, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086037918, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086038249, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086038585, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086038917, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086039256, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086039592, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086039930, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086040267, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086040601, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086040936, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086041267, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086041604, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086041941, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086042277, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086042616, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086042951, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086043293, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086043628, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086043962, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086044296, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086044630, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086044959, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086045297, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086045631, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086045971, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086046309, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086046649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086046983, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086047319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086047653, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086047988, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086048322, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086048655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086048991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086049320, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086049652, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086049986, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086050322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086050658, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086050994, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086051339, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086051678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086052016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086052355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086052688, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086053019, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086053359, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086053699, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086054033, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086054372, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086054705, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086055043, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086055377, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086055712, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086056046, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086056381, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086056715, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086057049, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086057383, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086057711, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086058047, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086058382, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086058716, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086059055, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086059399, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086059732, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086060067, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086060401, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086060736, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086061069, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086061403, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086061741, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086062076, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086062411, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086062750, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086063089, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086063423, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086063758, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086064088, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086064424, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086064758, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086065089, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086065422, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086065751, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086066086, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086066418, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086066753, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086067090, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086067426, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086067763, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086068095, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086068430, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086068769, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086069103, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086069433, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086069771, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086070108, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086070443, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086070783, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086071119, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086071454, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086071788, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086072119, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086072452, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086072783, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086073118, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086073456, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086073791, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086074125, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086074457, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086074788, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086075116, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086075447, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086075776, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086076114, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086076446, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086076779, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086077125, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086077459, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086077789, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086078130, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086078462, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086078803, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086079138, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086079472, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086079806, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086080141, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086080475, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086080809, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086081144, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086081484, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086081818, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086082150, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086082483, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086082818, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086083154, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086083493, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086083828, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086084165, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086084503, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086084840, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086085175, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086085511, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086085844, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086086177, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086086507, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086086838, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086087173, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086087514, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086087852, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086088187, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086088522, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086088856, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086089190, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086089526, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086089866, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086090203, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086090538, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086090867, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086091204, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086091533, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086091870, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086092206, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086092542, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086092879, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086093219, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086093559, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086093893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086094230, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086094567, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086094896, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086095229, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086095569, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086095905, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086096240, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086096574, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086096912, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086097247, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086097582, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086097913, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086098248, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086098579, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086098912, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086099252, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086099591, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086099923, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086100258, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086100593, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086100931, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086101272, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086101608, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086101951, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086102290, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086102631, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086102970, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086103302, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086103638, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086103967, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086104296, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086104629, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086104959, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086105301, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086105636, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086105973, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086106316, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086106651, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086106982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086107319, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086107657, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086107995, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086108330, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086108668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086109006, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086109344, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086109684, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086110026, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086110361, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086110692, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086111028, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086111366, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086111707, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086112038, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086112371, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086112701, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086113037, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086113370, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086113705, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086114040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086114373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086114712, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086115042, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086115371, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086115707, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086116039, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086116376, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086116710, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086117044, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086117380, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086117716, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086118056, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086118396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086118737, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086119069, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086119404, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086119736, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086120081, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086120415, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086120757, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086121092, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086121428, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086121767, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086122102, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086122433, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086122774, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086123111, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086123445, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086123782, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086124061, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086124396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086124728, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086125059, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086125392, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086125725, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086126062, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086126402, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086126745, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086127079, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086127419, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086127751, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086128086, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086128429, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086128763, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086129103, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086129444, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086129784, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086130119, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086130455, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086130790, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086131124, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086131457, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086131796, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086132132, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086132467, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086132803, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086133138, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086133475, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086133811, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086134151, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086134493, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086134832, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086135171, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086135506, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086135841, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086136180, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086136522, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086136857, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086137197, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086137536, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086137871, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086138205, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086138536, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086138870, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086139202, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086139537, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086139873, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086140208, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086140543, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086140871, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086141204, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086141540, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086141876, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086142216, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086142552, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086142894, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086143232, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086143572, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086143907, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086144243, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086144582, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086144916, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086145260, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086145596, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086145933, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086146268, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086146603, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086146938, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086147272, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086147608, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086147900, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086148235, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086148563, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086148899, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086149238, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086149570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086149906, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086150244, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086150580, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086150917, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086151253, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086151594, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086151934, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086152270, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086152604, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086152939, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086153271, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086153612, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086153950, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086154292, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086154629, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086154964, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086155310, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086155645, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086155979, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086156318, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086156653, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086156990, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086157325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086157654, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086157990, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086158323, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086158660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086158996, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086159335, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086159679, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086160015, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086160352, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086160685, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086161021, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086161361, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086161700, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086162039, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086162375, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086162713, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086163050, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086163389, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086163720, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086164054, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086164392, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086164726, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086165063, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086165398, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086165724, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086166059, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086166395, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086166735, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086167071, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086167405, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086167743, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086168081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086168421, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086168756, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086169094, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086169426, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086169761, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086170098, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086170436, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086170776, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086171116, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086171449, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086171783, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086172117, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086172451, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086172786, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086173124, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086173458, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086173794, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086174123, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086174458, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086174793, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086175128, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086175464, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086175800, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086176138, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086176467, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086176808, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086177143, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086177475, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086177807, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086178139, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086178483, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086178822, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086179154, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086179493, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086179830, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086180165, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086180499, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086180834, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086181166, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086181500, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086181834, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086182170, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086182502, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086182839, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086183174, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086183509, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086183845, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086184183, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086184521, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086184862, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086185201, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086185538, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086185873, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086186209, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086186552, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086186888, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086187219, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086187550, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086187887, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086188223, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086188557, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086188894, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086189232, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086189569, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086189907, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086190245, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086190579, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086190917, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086191256, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086191592, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086191928, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086192264, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086192606, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086192946, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086193279, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086193618, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086193956, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086194290, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086194622, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086194959, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086195295, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086195632, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086195964, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086196304, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086196644, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086196981, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086197317, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086197652, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086197989, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086198324, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086198663, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086198999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086199337, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086199672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086200007, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086200338, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086200676, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086201013, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086201352, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086201695, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086202032, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086202365, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086202692, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086203026, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086203365, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086203693, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086204031, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086204369, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086204703, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086205039, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086205376, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086205709, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086206046, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086206381, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086206716, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086207046, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086207378, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086207707, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086208047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086208380, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086208715, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086209051, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086209388, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086209735, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086210073, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086210413, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086210748, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086211081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086211411, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086211750, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086212081, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086212413, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086212748, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086213083, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086213417, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086213753, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086214095, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086214431, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086214767, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086215100, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086215436, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086215775, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086216107, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086216443, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086216776, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086217114, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086217450, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086217786, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086218128, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086218468, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086218808, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086219142, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086219476, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086219807, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086220146, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086220482, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086220819, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086221156, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086221490, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086221827, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086222167, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086222502, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086222843, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086223178, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086223516, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086223850, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086224183, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086224518, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086224852, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086225187, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086225524, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086225860, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086226196, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086226532, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086226867, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086227204, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086227538, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086227873, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086228201, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086228541, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086228876, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086229215, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086229553, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086229883, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086230220, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086230557, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086230887, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086231221, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086231555, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086231895, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086232229, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086232563, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086232898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086233233, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086233563, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086233898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086234235, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086234570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086234903, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086235236, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086235576, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086235910, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086236249, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086236581, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086236921, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086237252, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086237593, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086237929, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086238264, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086238604, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086238940, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086239280, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086239615, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086239949, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086240228, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086240558, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086240889, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086241225, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086241560, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086241896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086242234, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086242566, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086242907, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086243241, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086243579, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086243912, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086244247, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086244583, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086244921, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086245271, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086245606, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086245945, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086246280, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086246614, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086246949, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086247286, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086247620, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086247955, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086248287, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086248624, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086248962, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086249291, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086249627, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086249962, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086250299, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086250635, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086250974, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086251312, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086251648, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086251986, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086252318, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086252652, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086252986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086253325, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086253662, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086253998, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086254332, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086254666, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086255008, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086255341, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086255679, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086256020, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086256355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086256696, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086257030, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086257364, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086257696, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086258028, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086258365, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086258700, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086259038, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086259374, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086259711, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086260047, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086260381, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086260722, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086261062, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086261398, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086261735, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086262071, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086262410, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086262750, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086263091, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086263423, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086263751, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086264088, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086264422, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086264760, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086265097, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086265433, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086265768, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086266104, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086266440, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086266776, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086267107, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086267443, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086267781, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086268118, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086268457, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086268791, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086269126, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086269463, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086269800, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086270136, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086270476, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086270812, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086271148, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086271486, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086271819, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086272154, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086272489, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086272827, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086273162, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086273495, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086273830, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086274163, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086274491, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086274827, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086275163, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086275500, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086275833, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086276166, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086276503, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086276838, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086277174, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086277509, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086277842, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086278173, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086278516, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086278851, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086279188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086279517, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086279858, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086280193, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086280529, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086280864, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086281200, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086281528, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086281864, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086282201, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086282531, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086282867, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086283203, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086283536, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086283870, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086284210, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086284550, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086284886, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086285220, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086285555, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086285887, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086286224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086286554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086286897, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086287235, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086287579, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086287915, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086288249, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086288588, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086288923, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086289249, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086289585, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086289924, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086290260, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086290593, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086290924, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086291259, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086291592, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086291927, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086292265, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086292598, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086292933, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086293268, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086293603, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086293938, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086294275, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086294613, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086294946, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086295276, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086295613, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086295948, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086296283, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086296622, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086296960, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086297296, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086297631, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086297966, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086298299, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086298635, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086298970, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086299301, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086299635, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086299968, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086300304, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086300637, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086300976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086301311, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086301648, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086301989, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086302327, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086302663, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086303002, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086303338, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086303659, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086303994, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086304334, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086304671, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086305005, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086305345, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086305679, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086306010, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086306345, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086306674, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086306979, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086307314, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086307651, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086307986, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086308321, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086308660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086309000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086309341, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086309675, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086310015, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086310352, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086310688, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086311022, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086311354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086311689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086312024, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086312364, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086312701, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086313039, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086313375, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086313704, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086314040, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086314378, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086314716, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086315051, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086315381, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086315710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086316045, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086316378, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086316713, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086317127, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086317465, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086317795, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086318124, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086318456, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086318788, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086319120, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086319457, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086319795, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086320127, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086320455, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086320786, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086321122, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086321457, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086321791, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086322127, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086322462, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086322797, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086323131, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086323465, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086323798, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086324129, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086324454, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086324794, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086325124, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086325457, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086325785, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086326120, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086326447, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086326773, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086327107, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086327464, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086327796, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086328130, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086328469, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086328797, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086329132, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086329463, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086329801, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086330140, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086330477, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086330817, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086331156, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086331496, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086331841, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086332178, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086332510, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086332838, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086333179, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086333516, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086333855, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086334202, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086334543, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086334879, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086335217, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086335545, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086335885, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086336218, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086336563, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086336909, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086337246, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086337581, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086337911, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086338245, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086338576, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086338915, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086339250, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086339585, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086339918, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086340231, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086340569, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086340900, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086341232, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086341569, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086341904, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086342237, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086342577, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086342890, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086343219, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086343558, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086343898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086344233, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086344570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086344902, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086345246, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086345579, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086345919, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086346254, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086346588, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086346927, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086347263, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086347601, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086347938, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086348272, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086348610, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086348941, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086349272, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086349612, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086349951, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086350286, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086350629, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086350967, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086351306, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086351641, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086351972, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086352304, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086352639, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086352987, + "stack": [ + 10387, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086353324, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086353664, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086353999, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086354341, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086354681, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086355016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086355350, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086355690, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086356026, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086356369, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086356709, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086357046, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086357377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086357705, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086358034, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086358370, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086358707, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086359044, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086359388, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086359728, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086360066, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086360395, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086360732, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086361069, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086361415, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086361752, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086362091, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086362430, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086362766, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086363104, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086363439, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086363773, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086364108, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086364443, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086364781, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086365113, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086365449, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086365781, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086366115, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086366450, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086366787, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086367124, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086367460, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086367801, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086368140, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086368476, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086368807, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086369143, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086369471, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086369813, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086370157, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086370493, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086370832, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086371168, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086371503, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086371838, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086372173, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086372504, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086372835, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086373171, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086373504, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086373837, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086374169, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086374505, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086374841, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086375174, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086375508, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086375847, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086376184, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086376518, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086376853, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086377186, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086377520, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086377857, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086378202, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086378535, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086378871, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086379210, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086379546, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086379880, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086380213, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086380551, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086380886, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086381216, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086381555, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086381891, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086382223, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086382551, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086382886, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086383218, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086383554, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086383891, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086384225, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086384562, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086384898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086385234, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086385573, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086385909, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086386238, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086386519, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086386854, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086387190, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086387527, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086387865, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086388204, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086388537, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086388875, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086389208, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086389538, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086389871, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086390208, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086390544, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086390874, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086391210, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086391545, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086391875, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086392215, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086392546, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086392867, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086393199, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086393539, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086393873, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086394209, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086394549, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086394851, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086395190, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086395529, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086395868, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086396209, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086396547, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086396878, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086397217, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086397552, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086397887, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086398226, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086398560, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086398893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086399229, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086399564, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086399898, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086400235, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086400573, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086400909, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086401237, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086401571, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086401904, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086402240, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086402581, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086402915, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086403246, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086403588, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086403924, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086404256, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086404591, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086404925, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086405258, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086405592, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086405929, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086406265, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086406598, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086406929, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086407261, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086407588, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086407918, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086408257, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086408595, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086408948, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086409279, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086409623, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086409968, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086410302, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086410637, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086410974, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086411310, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086411643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086411978, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086412312, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086412649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086412984, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086413314, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086413647, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086413982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086414315, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086414648, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086414983, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086415320, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086415645, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086415976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086416312, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086416639, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086416976, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086417310, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086417649, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086417983, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086418319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086418657, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086418995, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086419331, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086419669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086420008, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086420312, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086420649, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086420986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086421320, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086421656, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086421994, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086422330, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086422660, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086422998, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086423328, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086423671, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086424003, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086424339, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086424667, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086424966, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086425297, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086425634, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086425974, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086426307, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086426646, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086426982, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086427314, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086427653, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086427992, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086428326, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086428665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086429003, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086429345, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086429680, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086430016, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086430350, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086430680, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086431015, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086431348, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086431681, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086432019, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086432352, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086432687, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086433019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086433355, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086433694, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086434035, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086434373, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086434710, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086435043, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086435375, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086435712, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086436047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086436390, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086436723, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086437060, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086437396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086437730, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086438062, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086438396, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086438725, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086439063, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086439396, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086439737, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086440072, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086440406, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086440736, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086441067, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086441401, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086441738, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086442075, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086442401, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086442744, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086443077, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086443410, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086443748, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086444081, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086444424, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086444768, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086445103, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086445438, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086445770, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086446106, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086446440, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086446775, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086447111, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086447440, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086447776, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086448112, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086448456, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086448789, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086449121, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086449457, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086449790, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086450125, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086450463, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086450804, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086451139, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086451475, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086451815, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086452153, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086452487, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086452822, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086453153, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086453497, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086453832, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086454172, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086454513, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086454853, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086455190, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086455529, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086455869, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086456203, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086456542, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086456878, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086457210, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086457538, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086457873, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086458209, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086458546, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086458884, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086459220, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086459547, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086459885, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086460225, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086460564, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086460899, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086461241, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086461582, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086461914, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086462253, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086462594, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086462933, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086463270, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086463610, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086463944, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086464277, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086464611, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086464946, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086465282, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086465613, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086465949, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086466286, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086466617, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086466953, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086467304, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086467641, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086467976, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086468309, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086468648, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086468982, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086469315, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086469651, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086469982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086470316, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086470651, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086470984, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086471315, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086471657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086471997, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086472330, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086472665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086473000, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086473334, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086473665, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086473998, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086474331, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086474667, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086474972, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086475307, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086475643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086475982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086476322, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086476656, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086476994, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086477328, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086477667, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086478005, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086478346, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086478678, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086479014, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086479343, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086479684, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086480018, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086480357, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086480691, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086481027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086481366, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086481702, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086481991, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086482319, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086482656, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086482985, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086483312, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086483642, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086483981, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086484319, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086484657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086484994, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086485335, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086485672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086486005, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086486341, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086486685, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086487021, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086487357, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086487697, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086488027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086488367, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086488702, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086489042, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086489381, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086489715, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086490050, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086490385, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086490719, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086491057, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086491393, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086491729, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086492065, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086492398, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086492738, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086493072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086493409, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086493750, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086494089, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086494417, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086494752, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086495090, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086495421, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086495756, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086496093, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086496431, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086496771, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086497109, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086497444, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086497778, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086498112, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086498447, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086498784, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086499119, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086499456, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086499792, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086500128, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086500466, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086500800, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086501140, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086501480, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086501814, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086502156, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086502492, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086502832, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086503171, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086503507, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086503844, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086504175, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086504511, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086504843, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086505177, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086505511, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086505846, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086506183, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086506524, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086506859, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086507194, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086507526, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086507856, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086508181, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086508508, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086508842, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086509173, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086509512, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086509841, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086510172, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086510513, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086510839, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086511173, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086511500, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086511835, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086512170, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086512509, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086512844, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086513183, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086513514, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086513849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086514181, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086514513, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086514847, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086515175, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086515489, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086515823, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086516151, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086516487, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086516821, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086517157, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086517494, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086517826, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086518162, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086518502, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086518841, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086519180, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086519519, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086519795, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086520131, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086520468, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086520809, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086521145, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086521482, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086521817, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086522150, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086522489, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086522825, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086523162, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086523498, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086523833, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086524171, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086524506, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086524840, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086525175, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086525510, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086525849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086526185, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086526522, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086526857, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086527203, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086527538, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086527876, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086528208, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086528548, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086528882, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086529223, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086529562, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086529901, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086530237, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086530577, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086530911, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086531245, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086531579, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086531915, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086532251, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086532585, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086532916, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086533246, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086533582, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086533920, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086534256, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086534552, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086534895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086535237, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086535566, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086535901, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086536246, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086536583, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086536923, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086537253, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086537590, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086537928, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086538263, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086538597, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086538928, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086539265, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086539606, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086539941, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086540272, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086540608, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086540940, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086541276, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086541615, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086541952, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086542289, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086542625, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086542961, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086543304, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086543644, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086543988, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086544317, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086544656, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086544999, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086545332, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086545672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086546013, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086546348, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086546681, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086547016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086547353, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086547682, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086548023, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086548358, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086548691, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086549024, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086549358, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086549688, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086550024, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086550357, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086550694, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086551035, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086551374, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086551707, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086552047, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086552387, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086552723, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086553071, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086553410, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086553744, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086554084, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086554421, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086554756, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086555091, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086555420, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086555759, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086556100, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086556444, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086556779, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086557111, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086557447, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086557783, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086558119, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086558455, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086558788, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086559131, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086559472, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086559802, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086560137, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086560470, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086560803, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086561134, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086561474, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086561810, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086562143, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086562478, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086562813, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086563150, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086563479, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086563815, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086564150, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086564487, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086564823, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086565157, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086565491, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086565823, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086566159, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086566496, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086566832, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086567171, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086567511, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086567847, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086568181, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086568520, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086568851, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086569190, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086569524, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086569862, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086570188, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086570520, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086570855, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086571193, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086571522, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086571859, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086572194, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086572534, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086572871, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086573201, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086573539, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086573874, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086574204, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086574532, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086574867, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086575203, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086575540, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086575875, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086576212, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086576547, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086576881, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086577220, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086577558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086577889, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086578219, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086578558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086578893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086579222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086579557, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086579898, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086580235, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086580572, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086580908, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086581244, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086581584, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086581922, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086582257, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086582592, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086582928, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086583259, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086583594, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086583926, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086584271, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086584559, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086584902, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086585239, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086585579, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086585912, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086586249, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086586577, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086586916, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086587259, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086587600, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086587934, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086588271, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086588607, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086588947, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086589281, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086589618, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086589955, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086590295, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086590630, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086590966, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086591299, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086591635, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086591970, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086592306, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086592645, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086592991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086593326, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086593668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086594008, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086594340, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086594682, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086595020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086595349, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086595689, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086596023, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086596361, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086596695, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086597029, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086597364, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086597694, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086598028, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086598365, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086598697, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086599027, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086599363, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086599698, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086600033, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086600365, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086600700, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086601037, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086601372, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086601710, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086602045, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086602379, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086602715, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086603053, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086603381, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086603712, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086604048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086604388, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086604721, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086605057, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086605396, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086605726, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086606061, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086606390, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086606724, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086607002, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086607333, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086607665, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086607999, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086608332, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086608667, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086609000, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086609351, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086609689, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086610028, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086610362, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086610700, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086611040, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086611371, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086611709, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086612049, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086612383, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086612720, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086613055, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086613389, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086613719, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086614053, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086614384, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086614721, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086615055, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086615386, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086615715, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086616043, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086616378, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086616710, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086617045, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086617385, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086617718, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086618057, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086618393, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086618727, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086619063, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086619395, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086619732, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086620069, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086620404, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086620739, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086621074, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086621409, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086621742, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086622077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086622412, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086622740, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086623076, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086623410, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086623743, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086624072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086624401, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086624733, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086625068, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086625405, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086625750, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086626085, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086626421, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086626753, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086627090, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086627417, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086627730, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086628074, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086628411, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086628725, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086629065, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086629402, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086629737, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086630075, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086630410, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086630745, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086631080, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086631419, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086631754, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086632091, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086632420, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086632749, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086633078, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086633414, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086633757, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086634095, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086634430, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086634765, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086635098, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086635428, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086635764, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086636096, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086636431, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086636766, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086637099, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086637433, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086637770, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086638109, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086638445, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086638779, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086639113, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086639447, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086639784, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086640119, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086640452, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086640730, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086641056, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086641386, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086641720, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086642179, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086642512, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086642848, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086643189, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086643525, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086643859, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086644195, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086644529, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086644860, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086645202, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086645537, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086645870, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086646209, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086646540, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086646875, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086647211, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086647548, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086647883, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086648216, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086648552, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086648887, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086649222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086649549, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086649886, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086650224, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086650561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086650896, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086651231, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086651569, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086651910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086652242, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086652575, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086652910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086653252, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086653587, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086653921, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086654256, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086654591, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086654923, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086655255, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086655587, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086655917, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086656248, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086656582, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086656915, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086657251, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086657585, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086657921, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086658251, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086658588, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086658925, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086659265, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086659567, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086659903, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086660239, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086660570, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086660904, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086661240, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086661578, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086661920, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086662259, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086662594, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086662928, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086663268, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086663601, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086663937, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086664272, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086664604, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086664939, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086665271, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086665603, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086665941, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086666279, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086666611, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086666947, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086667282, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086667614, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086667965, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086668309, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086668644, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086668981, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086669316, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086669648, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086669982, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086670322, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086670655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086670989, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086671324, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086671654, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086671991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086672325, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086672660, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086672995, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086673331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086673651, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086673984, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086674312, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086674651, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086674986, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086675322, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086675657, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086675997, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086676335, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086676668, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086677006, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086677342, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086677672, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086678016, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086678357, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086678693, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086679022, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086679357, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086679694, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086680030, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086680365, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086680701, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086681035, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086681373, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086681708, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086682040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086682373, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086682709, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086683047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086683382, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086683717, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086684048, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086684385, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086684722, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086685060, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086685398, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086685733, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086686066, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086686404, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086686741, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086687076, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086687408, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086687742, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086688077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086688414, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086688750, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086689084, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086689418, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086689752, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086690090, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086690426, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086690755, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086691093, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086691432, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086691767, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086692102, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086692438, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086692776, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086693118, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086693455, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086693792, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086694122, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086694397, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086694733, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086695072, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086695403, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086695736, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086696076, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086696408, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086696743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086697079, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086697415, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086697755, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086698086, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086698423, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086698753, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086699084, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086699419, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086699750, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086700085, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086700420, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086700759, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086701090, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086701440, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086701776, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086702110, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086702443, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086702779, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086703111, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086703450, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086703787, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086704126, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086704463, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086704797, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086705127, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086705461, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086705797, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086706132, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086706468, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086706802, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086707138, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086707473, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086707806, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086708142, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086708476, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086708812, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086709151, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086709489, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086709827, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086710174, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086710510, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086710845, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086711174, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086711503, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086711847, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086712183, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086712521, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086712861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086713195, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086713525, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086713860, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086714191, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086714527, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086714863, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086715196, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086715532, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086715862, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086716198, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086716534, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086716871, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086717207, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086717545, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086717884, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086718220, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086718561, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086718900, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086719235, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086719579, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086719909, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086720253, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086720588, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086720928, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086721264, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086721598, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086721933, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086722268, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086722603, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086722939, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086723274, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086723611, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086723943, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086724279, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086724611, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086724945, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086725283, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086725616, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086725953, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086726284, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086726626, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086726966, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086727300, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086727634, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086727967, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086728299, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086728644, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086728979, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086729320, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086729657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086729994, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086730329, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086730663, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086730999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086731330, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086731669, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086732010, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086732342, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086732669, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086733007, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086733343, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086733681, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086734016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086734353, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086734696, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086735040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086735378, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086735713, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086736045, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086736387, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086736726, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086737057, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086737392, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086737728, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086738063, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086738400, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086738734, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086739071, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086739407, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086739742, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086740077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086740413, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086740746, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086741075, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086741415, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086741751, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086742086, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086742423, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086742761, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086743097, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086743437, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086743780, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086744117, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086744447, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086744792, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086745136, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086745480, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086745819, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086746157, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086746491, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086746826, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086747164, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086747499, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086747836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086748172, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086748503, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086748838, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086749166, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086749502, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086749835, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086750166, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086750501, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086750836, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086751170, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086751504, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086751845, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086752186, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086752482, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086752827, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086753121, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086753460, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086753794, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086754132, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086754467, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086754799, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086755133, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086755468, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086755802, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086756141, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086756479, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086756818, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086757156, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086757491, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086757828, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086758171, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086758510, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086758845, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086759180, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086759517, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086759857, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086760195, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086760534, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086760871, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086761212, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086761496, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086761835, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086762169, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086762505, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086762845, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086763181, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086763510, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086763845, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086764179, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086764516, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086764850, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086765186, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086765522, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086765854, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086766188, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086766528, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086766863, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086767199, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086767535, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086767879, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086768216, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086768551, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086768884, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086769219, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086769557, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086769893, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086770230, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086770570, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086770907, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086771247, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086771583, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086771917, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086772250, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086772585, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086772920, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086773260, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086773564, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086773895, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086774230, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086774568, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086774904, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086775241, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086775577, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086775914, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086776257, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086776594, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086776933, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086777268, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086777605, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086777943, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086778283, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086778617, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086778952, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086779290, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086779625, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086779959, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086780291, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086780624, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086780959, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086781291, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086781626, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086781961, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086782294, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086782626, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086782962, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086783298, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086783635, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086783971, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086784307, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086784643, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086784984, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086785323, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086785655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086785989, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086786328, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086786666, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086787002, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086787343, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086787680, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086788016, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086788351, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086788685, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086789020, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086789354, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086789691, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086790025, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086790318, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086790654, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086790983, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086791318, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086791654, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086791991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086792328, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086792664, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086793001, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086793338, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086793673, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086794008, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086794342, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086794681, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086795020, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086795355, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086795692, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086796023, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086796362, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086796696, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086797031, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086797366, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086797703, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086798040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086798373, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086798650, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086798985, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086799317, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086799650, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086799970, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086800305, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086800644, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086800979, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086801314, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086801654, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086801990, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086802323, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086802657, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086802990, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086803329, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086803671, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086804005, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086804345, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086804680, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086805016, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086805347, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086805680, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086806009, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086806343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086806677, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086806980, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086807313, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086807649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086807984, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086808319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086808655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086808991, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086809331, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086809666, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086810004, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086810343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086810687, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086811023, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086811363, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086811702, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086812040, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086812377, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086812712, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086813045, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086813379, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086813713, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086814047, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086814382, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086814718, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086815058, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086815390, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086815719, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086816055, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086816393, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086816731, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086817071, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086817408, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086817749, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086818089, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086818430, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086818762, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086819094, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086819427, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086819758, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086820091, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086820429, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086820757, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086821092, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086821426, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086821766, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086822102, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086822435, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086822774, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086823112, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086823448, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086823779, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086824113, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086824456, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086824796, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086825139, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086825474, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086825809, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086826143, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086826482, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086826819, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086827157, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086827496, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086827841, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086828174, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086828512, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086828849, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086829189, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086829527, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086829861, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086830198, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086830539, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086830873, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086831214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086831550, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086831887, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086832220, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086832551, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086832888, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086833223, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086833558, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086833893, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086834230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086834551, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086834889, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086835227, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086835559, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086835898, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086836232, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086836569, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086836906, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086837245, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086837581, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086837918, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086838254, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086838593, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086838929, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086839265, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086839603, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086839938, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086840274, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086840610, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086840946, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086841282, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086841614, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086841948, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086842290, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086842627, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086842965, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086843297, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086843637, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086843976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086844316, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086844648, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086844983, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086845326, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086845661, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086846001, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086846341, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086846672, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086847007, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086847339, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086847674, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086848004, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086848339, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086848668, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086849000, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086849330, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086849660, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086849997, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086850336, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086850668, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086851003, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086851339, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086851678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086852017, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086852352, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086852689, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086853028, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086853361, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086853698, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086854032, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086854367, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086854702, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086855040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086855379, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086855718, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086856056, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086856393, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086856729, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086857057, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086857392, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086857728, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086858061, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086858392, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086858723, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086859052, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086859392, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086859725, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086860064, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086860404, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086860740, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086861071, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086861411, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086861755, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086862093, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086862433, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086862769, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086863108, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086863448, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086863785, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086864120, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086864452, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086864786, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086865120, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086865459, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086865794, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086866123, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086866458, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086866794, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086867134, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086867482, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086867821, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086868162, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086868502, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086868841, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086869180, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086869522, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086869862, + "stack": [ + 1214, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086870202, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086870541, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086870876, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086871210, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086871544, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086871883, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086872222, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086872557, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086872891, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086873227, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086873559, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086873901, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086874230, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086874568, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086874903, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086875241, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086875574, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086875910, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086876225, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086876564, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086876900, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086877239, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086877575, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086877910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086878243, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086878588, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086878923, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086879263, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086879602, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086879941, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086880278, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086880613, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086880949, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086881286, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086881624, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086881960, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086882294, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086882625, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086882949, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086883278, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086883607, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086883936, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086884267, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086884598, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086884928, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086885269, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086885604, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086885942, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086886281, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086886611, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086886954, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086887290, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086887625, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086887960, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086888293, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086888626, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086888962, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086889302, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086889638, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086889976, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086890313, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086890649, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086890976, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086891309, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086891644, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086891979, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086892311, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086892655, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086892991, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086893323, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086893658, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086893990, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086894324, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086894659, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086894997, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086895323, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086895659, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086895999, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086896327, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086896661, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086896995, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086897330, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086897678, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086898010, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086898348, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086898654, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086898985, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086899320, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086899653, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086899953, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086900288, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086900625, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086900961, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086901300, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086901634, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086901968, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086902302, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086902632, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086902963, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086903298, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086903634, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086903975, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086904310, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086904646, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086904980, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086905314, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086905649, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086905985, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086906319, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086906656, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086906988, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086907317, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086907645, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086907978, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086908319, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086908655, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086908990, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086909322, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086909656, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086909991, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086910331, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086910665, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086910997, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086911325, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086911664, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086911998, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086912338, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086912673, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086913008, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086913342, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086913677, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086914010, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086914348, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086914684, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086915019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086915351, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086915681, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086916011, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086916344, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086916680, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086917017, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086917353, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086917691, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086918027, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086918362, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086918699, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086919035, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086919372, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086919708, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086920040, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086920375, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086920710, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086921047, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086921382, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086921716, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086922051, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086922385, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086922720, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086923057, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086923392, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086923721, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086924058, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086924394, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086924732, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086925066, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086925401, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086925736, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086926072, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086926409, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086926740, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086927084, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086927422, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086927760, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086928096, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086928426, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086928761, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086929098, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086929437, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086929776, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086930115, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086930448, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086930783, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086931118, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086931456, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086931790, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086932124, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086932402, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086932734, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086933067, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086933402, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086933738, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086934074, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086934407, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086934745, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086935086, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086935425, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086935762, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086936104, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086936434, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086936776, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086937110, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086937450, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086937787, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086938121, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086938456, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086938791, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086939130, + "stack": [ + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086939466, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086939804, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086940138, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086940471, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086940803, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086941139, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086941479, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086941815, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086942151, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086942487, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086942830, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086943168, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086943506, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086943843, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086944182, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086944517, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086944848, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086945186, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086945522, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086945862, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086946199, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086946538, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086946873, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086947206, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086947541, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086947876, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086948215, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086948551, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086948885, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086949214, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086949549, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086949885, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086950221, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086950558, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086950891, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086951231, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086951569, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086951908, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086952242, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086952577, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086952919, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086953250, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086953592, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086953926, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086954266, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086954606, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086954940, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086955278, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086955613, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086955948, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086956285, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086956624, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086956964, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086957299, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086957633, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086957968, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086958294, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086958634, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086958972, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086959309, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086959655, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086959994, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086960333, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086960670, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086961004, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086961343, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086961678, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086962008, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086962344, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086962683, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086963016, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086963352, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086963686, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086964021, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086964359, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086964694, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086965029, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086965366, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086965699, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086966034, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086966362, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086966692, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086967022, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086967349, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086967682, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086968019, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086968358, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086968696, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086969030, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086969366, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086969698, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086970034, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086970374, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086970715, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086971053, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086971388, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086971726, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086972063, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086972398, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086972733, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086973074, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086973408, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086973748, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086974084, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086974420, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086974754, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086975091, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086975428, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086975766, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086976104, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086976442, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086976783, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086977121, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086977451, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086977726, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086978060, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086978391, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086978729, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086979066, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086979405, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086979743, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086980077, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086980412, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086980746, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086981082, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086981417, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086981751, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086982081, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086982414, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086982743, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086983071, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086983399, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086983728, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086984058, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086984406, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086984748, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086985089, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086985429, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086985763, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086986098, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086986443, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086986782, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086987122, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086987460, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086987791, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086988131, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086988467, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086988801, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086989137, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086989472, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086989809, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086990144, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086990481, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086990816, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086991146, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086991480, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086991817, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086992153, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086992489, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086992829, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086993168, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086993510, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086993846, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086994186, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086994518, + "stack": [ + 10387, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086994853, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086995198, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086995535, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086995869, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086996209, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086996548, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086996887, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086997221, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086997553, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086997888, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086998224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086998561, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086998896, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086999229, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086999576, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651086999915, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087000249, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087000585, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087000922, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087001262, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087001601, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087001938, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087002272, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087002602, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087002936, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087003273, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087003616, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087003953, + "stack": [ + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087004288, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087004627, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087004961, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087005295, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087005634, + "stack": [ + 12560, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087005973, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087006308, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087006645, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087006986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087007316, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087007651, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087007986, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087008320, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087008656, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087008994, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087009336, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087009673, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087010014, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087010356, + "stack": [ + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087010695, + "stack": [ + 12568, + 843, + 1216, + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087011029, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087011358, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087011699, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087012032, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087012368, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087012710, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087013054, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087013388, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087013726, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087014064, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087014400, + "stack": [ + 1213, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087014739, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087015080, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087015412, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087015750, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087016087, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087016425, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087016762, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087017100, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087017432, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087017772, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087018109, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087018445, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087018784, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087019120, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087019459, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087019795, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087020134, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087020469, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087020801, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087021137, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087021472, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087021806, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087022143, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087022478, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087022814, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087023154, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087023490, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087023824, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087024156, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087024493, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087024827, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087025162, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087025499, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087025836, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087026173, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087026510, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087026850, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087027191, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087027525, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087027862, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087028192, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087028535, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087028865, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087029205, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087029538, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087029873, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087030204, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087030538, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087030868, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087031204, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087031540, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087031875, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087032211, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087032540, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087032876, + "stack": [ + 12568, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087033212, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087033549, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087033886, + "stack": [ + 12560, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087034224, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087034557, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087034892, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087035229, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087035563, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087035899, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087036239, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087036568, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087036902, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087037241, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087037576, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087037909, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087038242, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087038576, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087038910, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087039245, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087039570, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087039904, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087040231, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087040564, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087040894, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087041229, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087041565, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087041902, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087042238, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087042574, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087042921, + "stack": [ + 10387, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087043259, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087043595, + "stack": [ + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087043930, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087044264, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087044602, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087044932, + "stack": [ + 843, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087045270, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087045606, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087045945, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087046280, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087046614, + "stack": [ + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087046950, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087047286, + "stack": [ + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + }, + { + "tid": 259, + "timestamp": 651087047621, + "stack": [ + 10387, + 843, + 1216, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1212, + 1214, + 1211, + 1210, + 7269, + 2765, + 1658, + 1651, + 1650, + 1629, + 247, + 254, + 260, + 277, + 278, + 403, + 145, + 146, + 199, + 214, + 211, + 209, + 10, + 19, + 13, + 12, + 14, + 12863, + 12862, + 12861, + 12860, + 12859, + 12920, + 12921, + 12922, + 12894, + 12903, + 12893, + 12892, + 3, + 12785 + ], + "vmTag": "Dart", + "userTag": "Default" + } + ] +} \ No newline at end of file diff --git a/packages/devtools_app/test/test_infra/test_data/debugger/vm_service_object_tree.dart b/packages/devtools_app/test/test_infra/test_data/debugger/vm_service_object_tree.dart index f23c9315845..8ad6c416cc4 100644 --- a/packages/devtools_app/test/test_infra/test_data/debugger/vm_service_object_tree.dart +++ b/packages/devtools_app/test/test_infra/test_data/debugger/vm_service_object_tree.dart @@ -43,19 +43,18 @@ final testClass = Class( ); // We need to invoke `Script.parse` to build the internal token position table. -final testScript = - Script.parse( - Script( - uri: 'fooScript.dart', - library: testLibRef, - id: '1234', - tokenPosTable: [ - [10, 10, 1], - [20, 20, 1], - [30, 30, 1], - ], - ).toJson(), - )!; +final testScript = Script.parse( + Script( + uri: 'fooScript.dart', + library: testLibRef, + id: '1234', + tokenPosTable: [ + [10, 10, 1], + [20, 20, 1], + [30, 30, 1], + ], + ).toJson(), +)!; final testFunction = Func( name: 'fooFunction', diff --git a/packages/devtools_app/test/test_infra/test_data/memory/heap/heap_data.dart b/packages/devtools_app/test/test_infra/test_data/memory/heap/heap_data.dart index d8392e640d0..867dff6eae7 100644 --- a/packages/devtools_app/test/test_infra/test_data/memory/heap/heap_data.dart +++ b/packages/devtools_app/test/test_infra/test_data/memory/heap/heap_data.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. +import 'dart:async'; + import 'package:devtools_app/src/shared/memory/heap_graph_loader.dart'; import 'package:vm_service/vm_service.dart'; @@ -23,8 +25,9 @@ class GoldenHeapTest extends HeapTest { @override Future loadHeap() async { - final (graph, _) = - await HeapGraphLoaderFile.fromPath('$_dataDir$fileName').load(); + final (graph, _) = await HeapGraphLoaderFile.fromPath( + '$_dataDir$fileName', + ).load(); return graph; } } @@ -33,7 +36,7 @@ class MockedHeapTest extends HeapTest { MockedHeapTest({required super.appClassName}); @override - Future loadHeap() async { + Future loadHeap() { throw UnimplementedError(); } } @@ -54,7 +57,7 @@ class HeapGraphLoaderGoldens implements HeapGraphLoader { } } -typedef HeapProvider = Future Function(); +typedef HeapProvider = FutureOr Function(); /// Provides test snapshots, provided in constructor. class HeapGraphLoaderProvided implements HeapGraphLoader { diff --git a/packages/devtools_app/test/test_infra/test_data/performance/sample_performance_data.dart b/packages/devtools_app/test/test_infra/test_data/performance/sample_performance_data.dart index a6a373587e3..8a9362ca124 100644 --- a/packages/devtools_app/test/test_infra/test_data/performance/sample_performance_data.dart +++ b/packages/devtools_app/test/test_infra/test_data/performance/sample_performance_data.dart @@ -4,8 +4,6 @@ // This is the Perfetto data from [samplePerformanceData] as data class objects. -// ignore_for_file: avoid_classes_with_only_static_members - import 'dart:convert'; import 'package:devtools_app/devtools_app.dart'; @@ -17,16 +15,14 @@ import '../../utils/test_utils.dart'; part '_perfetto_events_raw.dart'; -PerfettoTimeline perfettoVmTimeline = - PerfettoTimeline.parse({ - 'trace': base64Encode( - (rawPerformanceData[OfflinePerformanceData.traceBinaryKey] - as List) - .cast(), - ), - 'timeOriginMicros': 0, - 'timeExtentMicros': 800000000000, - })!; +PerfettoTimeline perfettoVmTimeline = PerfettoTimeline.parse({ + 'trace': base64Encode( + (rawPerformanceData[OfflinePerformanceData.traceBinaryKey] as List) + .cast(), + ), + 'timeOriginMicros': 0, + 'timeExtentMicros': 800000000000, +})!; Map rawPerformanceData = (samplePerformanceData[ScreenMetaData.performance.id] as Map) @@ -131,7 +127,7 @@ final timelineEventWithShaderJank = testTimelineEvent( ); /// Data for Frame (id: 2) -abstract class FlutterFrame2 { +extension FlutterFrame2 on Never { static final frame = FlutterFrame.fromJson({ 'number': 2, @@ -180,34 +176,34 @@ abstract class FlutterFrame2 { endMicros: 713834379102, ); - static final rasterEvent = - rasterizerDoDrawEvent..addChild( - rasterizerDrawToSurfacesEvent..addAllChildren([ - gpuSurfaceMetalImpellerAcquireFrameEvent..addChild( - surfaceMTLWrapCurrentMetalLayerDrawableEvent - ..addChild(waitForNextDrawableEvent), - ), - compositorContextScopedFrameRasterEvent..addAllChildren([ - layerTreePrerollEvent, - iOSExternalViewEmbedderPostPrerollActionEvent, - layerTreePaintEvent, - ]), - surfaceFrameSubmitEvent..addAllChildren([ - surfaceFrameBuildDisplayListEvent, - displayListDispatcherEndRecordingAsPictureEvent, - rendererRenderEvent..addChild( - entityPassOnRenderEvent..addChild( - createGlyphAtlasEvent..addAllChildren([ - canAppendToExistingAtlasEvent, - optimumAtlasSizeForFontGlyphPairsEvent, - createAtlasBitmapEvent, - uploadGlyphTextureAtlasEvent, - ]), - ), + static final rasterEvent = rasterizerDoDrawEvent + ..addChild( + rasterizerDrawToSurfacesEvent..addAllChildren([ + gpuSurfaceMetalImpellerAcquireFrameEvent..addChild( + surfaceMTLWrapCurrentMetalLayerDrawableEvent + ..addChild(waitForNextDrawableEvent), + ), + compositorContextScopedFrameRasterEvent..addAllChildren([ + layerTreePrerollEvent, + iOSExternalViewEmbedderPostPrerollActionEvent, + layerTreePaintEvent, + ]), + surfaceFrameSubmitEvent..addAllChildren([ + surfaceFrameBuildDisplayListEvent, + displayListDispatcherEndRecordingAsPictureEvent, + rendererRenderEvent..addChild( + entityPassOnRenderEvent..addChild( + createGlyphAtlasEvent..addAllChildren([ + canAppendToExistingAtlasEvent, + optimumAtlasSizeForFontGlyphPairsEvent, + createAtlasBitmapEvent, + uploadGlyphTextureAtlasEvent, + ]), ), - ]), + ), ]), - ); + ]), + ); static final rasterizerDoDrawEvent = testTimelineEvent( name: 'Rasterizer::DoDraw', type: TimelineEventType.raster, @@ -366,21 +362,19 @@ abstract class FlutterFrame2 { } /// Data for Frame (id: 4) -abstract class FlutterFrame4 { - static final frame = - FlutterFrame.fromJson(_frameJson) - ..setEventFlow(uiEvent) - ..setEventFlow(rasterEvent); +extension FlutterFrame4 on Never { + static final frame = FlutterFrame.fromJson(_frameJson) + ..setEventFlow(uiEvent) + ..setEventFlow(rasterEvent); /// A frame with extra timeline events for the purpose of testing. /// /// Some events included in [uiEventWithExtras] (and `rasterEventWithExtras` /// if un-commented) are not part of the original trace from with /// [FlutterFrame4] was formed. - static final frameWithExtras = - FlutterFrame.fromJson(_frameJson) - ..setEventFlow(uiEventWithExtras) - ..setEventFlow(rasterEvent); + static final frameWithExtras = FlutterFrame.fromJson(_frameJson) + ..setEventFlow(uiEventWithExtras) + ..setEventFlow(rasterEvent); static final _frameJson = { 'number': 4, @@ -425,17 +419,16 @@ abstract class FlutterFrame4 { CreateGlyphAtlas [713836210893 μs - 713836210899 μs] '''; - static final uiEvent = - animatorBeginFrameEvent..addAllChildren([ - layoutRootEvent..addChild(layoutEvent), - updatingCompositingBitsRootEvent - ..addChild(updatingCompositingBitsEvent), - paintRootEvent..addChild(paintEvent), - compositingEvent..addChild(animatorRenderEvent), - semanticsRootEvent..addChild(semanticsEvent), - finalizeTreeEvent, - postFrameEvent, - ]); + static final uiEvent = animatorBeginFrameEvent + ..addAllChildren([ + layoutRootEvent..addChild(layoutEvent), + updatingCompositingBitsRootEvent..addChild(updatingCompositingBitsEvent), + paintRootEvent..addChild(paintEvent), + compositingEvent..addChild(animatorRenderEvent), + semanticsRootEvent..addChild(semanticsEvent), + finalizeTreeEvent, + postFrameEvent, + ]); static FlutterTimelineEvent uiEventWithExtras = animatorBeginFrameEvent.shallowCopy()..addAllChildren([ @@ -751,27 +744,27 @@ abstract class FlutterFrame4 { endMicros: 713836202360, ); - static final rasterEvent = - rasterizerDoDrawEvent..addChild( - rasterizerDrawToSurfacesEvent..addAllChildren([ - gpuSurfaceMetalImpellerAcquireFrameEvent..addChild( - surfaceMTLWrapCurrentMetalLayerDrawableEvent - ..addChild(waitForNextDrawableEvent), + static final rasterEvent = rasterizerDoDrawEvent + ..addChild( + rasterizerDrawToSurfacesEvent..addAllChildren([ + gpuSurfaceMetalImpellerAcquireFrameEvent..addChild( + surfaceMTLWrapCurrentMetalLayerDrawableEvent + ..addChild(waitForNextDrawableEvent), + ), + compositorContextScopedFrameRasterEvent..addAllChildren([ + layerTreePrerollEvent, + iOSExternalViewEmbedderPostPrerollActionEvent, + layerTreePaintEvent, + ]), + surfaceFrameSubmitEvent..addAllChildren([ + surfaceFrameBuildDisplayListEvent, + displayListDispatcherEndRecordingAsPictureEvent, + rendererRenderEvent..addChild( + entityPassOnRenderEvent..addChild(createGlyphAtlasEvent), ), - compositorContextScopedFrameRasterEvent..addAllChildren([ - layerTreePrerollEvent, - iOSExternalViewEmbedderPostPrerollActionEvent, - layerTreePaintEvent, - ]), - surfaceFrameSubmitEvent..addAllChildren([ - surfaceFrameBuildDisplayListEvent, - displayListDispatcherEndRecordingAsPictureEvent, - rendererRenderEvent..addChild( - entityPassOnRenderEvent..addChild(createGlyphAtlasEvent), - ), - ]), ]), - ); + ]), + ); // static final rasterEventWithExtras = rasterizerDoDrawEvent.shallowCopy() // ..addChild( @@ -934,11 +927,10 @@ abstract class FlutterFrame4 { } /// Data for Frame (id: 6) -abstract class FlutterFrame6 { - static final frame = - FlutterFrame.fromJson(_frameJson) - ..setEventFlow(uiEvent) - ..setEventFlow(rasterEvent); +extension FlutterFrame6 on Never { + static final frame = FlutterFrame.fromJson(_frameJson) + ..setEventFlow(uiEvent) + ..setEventFlow(rasterEvent); static final frameWithoutTimelineEvents = FlutterFrame.fromJson(_frameJson); @@ -985,17 +977,16 @@ abstract class FlutterFrame6 { CreateGlyphAtlas [713836331499 μs - 713836331505 μs] '''; - static final uiEvent = - animatorBeginFrameEvent..addAllChildren([ - layoutRootEvent..addChild(layoutEvent), - updatingCompositingBitsRootEvent - ..addChild(updatingCompositingBitsEvent), - paintRootEvent..addChild(paintEvent), - compositingEvent..addChild(animatorRenderEvent), - semanticsRootEvent..addChild(semanticsEvent), - finalizeTreeEvent, - postFrameEvent, - ]); + static final uiEvent = animatorBeginFrameEvent + ..addAllChildren([ + layoutRootEvent..addChild(layoutEvent), + updatingCompositingBitsRootEvent..addChild(updatingCompositingBitsEvent), + paintRootEvent..addChild(paintEvent), + compositingEvent..addChild(animatorRenderEvent), + semanticsRootEvent..addChild(semanticsEvent), + finalizeTreeEvent, + postFrameEvent, + ]); static final animatorBeginFrameEvent = testTimelineEvent( name: 'Animator::BeginFrame', @@ -1209,27 +1200,27 @@ abstract class FlutterFrame6 { endMicros: 713836330989, ); - static final rasterEvent = - rasterizerDoDrawEvent..addChild( - rasterizerDrawToSurfacesEvent..addAllChildren([ - gpuSurfaceMetalImpellerAcquireFrameEvent..addChild( - surfaceMTLWrapCurrentMetalLayerDrawableEvent - ..addChild(waitForNextDrawableEvent), + static final rasterEvent = rasterizerDoDrawEvent + ..addChild( + rasterizerDrawToSurfacesEvent..addAllChildren([ + gpuSurfaceMetalImpellerAcquireFrameEvent..addChild( + surfaceMTLWrapCurrentMetalLayerDrawableEvent + ..addChild(waitForNextDrawableEvent), + ), + compositorContextScopedFrameRasterEvent..addAllChildren([ + layerTreePrerollEvent, + iOSExternalViewEmbedderPostPrerollActionEvent, + layerTreePaintEvent, + ]), + surfaceFrameSubmitEvent..addAllChildren([ + surfaceFrameBuildDisplayListEvent, + displayListDispatcherEndRecordingAsPictureEvent, + rendererRenderEvent..addChild( + entityPassOnRenderEvent..addChild(createGlyphAtlasEvent), ), - compositorContextScopedFrameRasterEvent..addAllChildren([ - layerTreePrerollEvent, - iOSExternalViewEmbedderPostPrerollActionEvent, - layerTreePaintEvent, - ]), - surfaceFrameSubmitEvent..addAllChildren([ - surfaceFrameBuildDisplayListEvent, - displayListDispatcherEndRecordingAsPictureEvent, - rendererRenderEvent..addChild( - entityPassOnRenderEvent..addChild(createGlyphAtlasEvent), - ), - ]), ]), - ); + ]), + ); static final rasterizerDoDrawEvent = testTimelineEvent( name: 'Rasterizer::DoDraw', diff --git a/packages/devtools_app/test/test_infra/utils/ansi.dart b/packages/devtools_app/test/test_infra/utils/ansi.dart index b3e77d130ef..08a0e656c67 100644 --- a/packages/devtools_app/test/test_infra/utils/ansi.dart +++ b/packages/devtools_app/test/test_infra/utils/ansi.dart @@ -34,12 +34,11 @@ class AnsiWriter { /// Directly index the xterm 256 color palette. void xterm(int color, {bool bg = false}) { - final c = - color < 0 - ? 0 - : color > 255 - ? 255 - : color; + final c = color < 0 + ? 0 + : color > 255 + ? 255 + : color; if (bg) { _background = c; diff --git a/packages/devtools_app/test/test_infra/utils/deep_links_utils.dart b/packages/devtools_app/test/test_infra/utils/deep_links_utils.dart index a9850a54d45..4242f4ee753 100644 --- a/packages/devtools_app/test/test_infra/utils/deep_links_utils.dart +++ b/packages/devtools_app/test/test_infra/utils/deep_links_utils.dart @@ -83,7 +83,7 @@ class TestDeepLinksController extends DeepLinksController { } @override - void selectLink(LinkData linkdata) async { + void selectLink(LinkData linkdata) { selectedLink.value = linkdata; if (linkdata.domainErrors.isNotEmpty) { generatedAssetLinksForSelectedLink.value = GenerateAssetLinksResult( diff --git a/packages/devtools_app/test/test_infra/utils/rendering_tester.dart b/packages/devtools_app/test/test_infra/utils/rendering_tester.dart index 0e54df055c0..200b78c0933 100644 --- a/packages/devtools_app/test/test_infra/utils/rendering_tester.dart +++ b/packages/devtools_app/test/test_infra/utils/rendering_tester.dart @@ -471,8 +471,8 @@ class TestPushLayerPaintingContext extends PaintingContext { // Absorbs errors that don't have "overflowed" in their error details. void absorbOverflowedErrors() { - final errorDetails = - TestRenderingFlutterBinding.instance.takeAllFlutterErrorDetails(); + final errorDetails = TestRenderingFlutterBinding.instance + .takeAllFlutterErrorDetails(); final filtered = errorDetails.where((FlutterErrorDetails details) { return !details.toString().contains('overflowed'); }); @@ -483,8 +483,8 @@ void absorbOverflowedErrors() { // Reports any FlutterErrors. void expectNoFlutterErrors() { - final errorDetails = - TestRenderingFlutterBinding.instance.takeAllFlutterErrorDetails(); + final errorDetails = TestRenderingFlutterBinding.instance + .takeAllFlutterErrorDetails(); errorDetails.forEach(FlutterError.reportError); } diff --git a/packages/devtools_app/test/test_infra/utils/test_utils.dart b/packages/devtools_app/test/test_infra/utils/test_utils.dart index b85665b8b5b..e3898715985 100644 --- a/packages/devtools_app/test/test_infra/utils/test_utils.dart +++ b/packages/devtools_app/test/test_infra/utils/test_utils.dart @@ -29,8 +29,9 @@ FlutterTimelineEvent testTimelineEvent({ when(mockFirstTrackEvent.timestampMicros).thenReturn(startMicros); final frameNumberAsString = args[PerfettoTrackEvent.frameNumberArg] as String?; - final frameNumber = - frameNumberAsString != null ? int.tryParse(frameNumberAsString) : null; + final frameNumber = frameNumberAsString != null + ? int.tryParse(frameNumberAsString) + : null; when(mockFirstTrackEvent.flutterFrameNumber).thenReturn(frameNumber); final devToolsTag = args[PerfettoTrackEvent.devtoolsTagArg] as String?; final isShaderEvent = devToolsTag == PerfettoTrackEvent.shadersArg; diff --git a/packages/devtools_app/test/test_infra/utils/variable_utils.dart b/packages/devtools_app/test/test_infra/utils/variable_utils.dart index 5202a449c00..1515c977ff9 100644 --- a/packages/devtools_app/test/test_infra/utils/variable_utils.dart +++ b/packages/devtools_app/test/test_infra/utils/variable_utils.dart @@ -2,7 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. +import 'dart:convert'; + import 'package:devtools_app/src/shared/diagnostics/dart_object_node.dart'; +import 'package:devtools_app/src/shared/diagnostics/diagnostics_node.dart'; import 'package:devtools_app/src/shared/diagnostics/generic_instance_reference.dart'; import 'package:vm_service/vm_service.dart'; @@ -213,6 +216,22 @@ DartObjectNode buildBooleanVariable(bool value) { ); } +DartObjectNode buildTextWidgetVariable() { + return DartObjectNode.fromValue( + value: null, + isolateRef: _isolateRef, + diagnostic: _textWidgetDiagnosticNode, + ); +} + +DartObjectNode buildRowWidgetVariable() { + return DartObjectNode.fromValue( + value: null, + isolateRef: _isolateRef, + diagnostic: _rowWidgetDiagnosticNode, + ); +} + InstanceRef _buildInstanceRefForMap({required int length}) => InstanceRef( id: _incrementRef(), kind: InstanceKind.kMap, @@ -266,5 +285,63 @@ int _rootNumber = 0; String _incrementRoot() { _rootNumber++; - return 'Root $_rootNumber'; + return 'root$_rootNumber'; +} + +final _textWidgetDiagnosticNode = RemoteDiagnosticsNode( + jsonDecode(_textWidgetDiagnosticJson), + null, + false, + null, +); + +final _rowWidgetDiagnosticNode = RemoteDiagnosticsNode( + jsonDecode(_rowWidgetDiagnosticJson), + null, + false, + null, +); + +const _textWidgetDiagnosticJson = ''' +{ + "description": "Text", + "type": "_ElementDiagnosticableTreeNode", + "style": "dense", + "hasChildren": true, + "allowWrap": false, + "summaryTree": true, + "locationId": 0, + "creationLocation": { + "file": "file:///Users/prismo/flutter_app/main.dart", + "line": 109, + "column": 23, + "name": "Text" + }, + "createdByLocalProject": true, + "textPreview": "Hello world!", + "children": [], + "widgetRuntimeType": "Text", + "stateful": false +} +'''; + +const _rowWidgetDiagnosticJson = ''' +{ + "description": "Row", + "type": "_ElementDiagnosticableTreeNode", + "hasChildren": true, + "allowWrap": false, + "summaryTree": true, + "locationId": 0, + "creationLocation": { + "file": "file:///Users/prismo/flutter_app/main.dart", + "line": 109, + "column": 23, + "name": "Row" + }, + "createdByLocalProject": true, + "children": [], + "widgetRuntimeType": "Row", + "stateful": false } +'''; diff --git a/packages/devtools_app/test_driver/integration_test.dart b/packages/devtools_app/test_driver/integration_test.dart index 520654de253..841105f01ff 100644 --- a/packages/devtools_app/test_driver/integration_test.dart +++ b/packages/devtools_app/test_driver/integration_test.dart @@ -21,79 +21,81 @@ Future main() async { final driver = await FlutterDriver.connect(); await integrationDriver( driver: driver, - onScreenshot: ( - String screenshotName, - List screenshotBytes, [ - Map? args, - ]) async { - final shouldUpdateGoldens = args?['update_goldens'] == true; - - // TODO(https://github.com/flutter/flutter/issues/118470): remove this. - // We need this to ensure all golden image checks run. Without this - // workaround, the flutter integration test framework will crash on the - // failed expectation. - final lastScreenshot = args?['last_screenshot'] == true; - - final goldenFile = File('$_goldensDirectoryPath/$screenshotName.png'); - - if (shouldUpdateGoldens) { - if (!goldenFile.existsSync()) { - // Create the goldens directory if it does not exist. - Directory(_goldensDirectoryPath).createSync(); - } - goldenFile.writeAsBytesSync(screenshotBytes, flush: true); - print('Golden image updated: $screenshotName.png'); - return true; - } - - bool equal = false; - double percentDiff = 1.0; - if (goldenFile.existsSync()) { - final goldenBytes = goldenFile.readAsBytesSync(); - equal = const DeepCollectionEquality().equals( - goldenBytes, - screenshotBytes, - ); - if (!equal) { - percentDiff = _percentDiff(goldenBytes, screenshotBytes); - } - } - - final failuresDirectory = Directory(_failuresDirectoryPath); - - if (!equal) { - final percentDiffDisplay = '${(percentDiff * 100).toStringAsFixed(4)}%'; - if (percentDiff < _defaultDiffTolerance) { - print( - 'Warning: $screenshotName.png differed from the golden image by ' - '$percentDiffDisplay. Since this is less than the acceptable ' - 'tolerance ${(_defaultDiffTolerance * 100).toStringAsFixed(4)}%, ' - 'the test still passes.', - ); + onScreenshot: + ( + String screenshotName, + List screenshotBytes, [ + Map? args, + ]) async { + final shouldUpdateGoldens = args?['update_goldens'] == true; + + // TODO(https://github.com/flutter/flutter/issues/118470): remove this. + // We need this to ensure all golden image checks run. Without this + // workaround, the flutter integration test framework will crash on the + // failed expectation. + final lastScreenshot = args?['last_screenshot'] == true; + + final goldenFile = File('$_goldensDirectoryPath/$screenshotName.png'); + + if (shouldUpdateGoldens) { + if (!goldenFile.existsSync()) { + // Create the goldens directory if it does not exist. + Directory(_goldensDirectoryPath).createSync(); + } + goldenFile.writeAsBytesSync(screenshotBytes, flush: true); + print('Golden image updated: $screenshotName.png'); + return true; + } + + bool equal = false; + double percentDiff = 1.0; + if (goldenFile.existsSync()) { + final goldenBytes = goldenFile.readAsBytesSync(); + equal = const DeepCollectionEquality().equals( + goldenBytes, + screenshotBytes, + ); + if (!equal) { + percentDiff = _percentDiff(goldenBytes, screenshotBytes); + } + } + + final failuresDirectory = Directory(_failuresDirectoryPath); + + if (!equal) { + final percentDiffDisplay = + '${(percentDiff * 100).toStringAsFixed(4)}%'; + if (percentDiff < _defaultDiffTolerance) { + print( + 'Warning: $screenshotName.png differed from the golden image by ' + '$percentDiffDisplay. Since this is less than the acceptable ' + 'tolerance ${(_defaultDiffTolerance * 100).toStringAsFixed(4)}%, ' + 'the test still passes.', + ); + return true; + } + print( + 'Golden image test failed: $screenshotName.png. The test image ' + 'differed from the golden image by $percentDiffDisplay.', + ); + + // Create the goldens and failures directories if they do not exist. + Directory(_goldensDirectoryPath).createSync(); + failuresDirectory.createSync(); + + File( + '$_failuresDirectoryPath/$screenshotName.png', + ).writeAsBytesSync(screenshotBytes); + } + + if (lastScreenshot && + failuresDirectory.existsSync() && + failuresDirectory.listSync().isNotEmpty) { + return false; + } + return true; - } - print( - 'Golden image test failed: $screenshotName.png. The test image ' - 'differed from the golden image by $percentDiffDisplay.', - ); - - // Create the goldens and failures directories if they do not exist. - Directory(_goldensDirectoryPath).createSync(); - failuresDirectory.createSync(); - - File( - '$_failuresDirectoryPath/$screenshotName.png', - ).writeAsBytesSync(screenshotBytes); - } - - if (lastScreenshot && - failuresDirectory.existsSync() && - failuresDirectory.listSync().isNotEmpty) { - return false; - } - - return true; - }, + }, ); } diff --git a/packages/devtools_app/web/flutter_bootstrap.js b/packages/devtools_app/web/flutter_bootstrap.js index 2836e262e52..59b0b9e0810 100644 --- a/packages/devtools_app/web/flutter_bootstrap.js +++ b/packages/devtools_app/web/flutter_bootstrap.js @@ -22,9 +22,15 @@ function unregisterDevToolsServiceWorker() { } // This query parameter must match the String value specified by -// `DevToolsQueryParameters.wasmKey`. See +// `DevToolsQueryParameters.compilerKey`. See // devtools/packages/devtools_app/lib/src/shared/query_parameters.dart -const wasmQueryParameterKey = 'wasm'; +const compilerQueryParameterKey = 'compiler'; + +// Returns the value for the given search param. +function getSearchParam(searchParamKey) { + const searchParams = new URLSearchParams(window.location.search); + return searchParams.get(searchParamKey); +} // Calls the DevTools server API to read the user's wasm preference. async function getDevToolsWasmPreference() { @@ -49,12 +55,20 @@ async function getDevToolsWasmPreference() { } } +// The query parameter compiler=js gives us an escape hatch we can offer users if their +// dart2wasm app fails to load. +const forceUseJs = () => getSearchParam(compilerQueryParameterKey) === 'js'; + // Returns whether DevTools should be loaded with the skwasm renderer based on the // value of the 'wasm' query parameter or the wasm setting from the DevTools // preference file. async function shouldUseSkwasm() { - const searchParams = new URLSearchParams(window.location.search); - const wasmEnabledFromQueryParameter = searchParams.get(wasmQueryParameterKey) === 'true'; + // If dart2js has specifically been requested via query parameter, then do not try to + // use skwasm (even if the local setting is for wasm). + if (forceUseJs()) { + return false; + } + const wasmEnabledFromQueryParameter = getSearchParam(compilerQueryParameterKey) === 'wasm'; const wasmEnabledFromDevToolsPreference = await getDevToolsWasmPreference(); return wasmEnabledFromQueryParameter === true || wasmEnabledFromDevToolsPreference === true; } @@ -64,9 +78,9 @@ async function shouldUseSkwasm() { function updateWasmQueryParameter(useSkwasm) { const url = new URL(window.location.href); if (useSkwasm) { - url.searchParams.set(wasmQueryParameterKey, 'true'); + url.searchParams.set(compilerQueryParameterKey, 'wasm'); } else { - url.searchParams.delete(wasmQueryParameterKey); + url.searchParams.delete(compilerQueryParameterKey); } // Update the browser's history without reloading. This is a no-op if the wasm // query parameter does not actually need to be updated. @@ -77,9 +91,11 @@ function updateWasmQueryParameter(useSkwasm) { async function bootstrapAppFor3P() { const useSkwasm = await shouldUseSkwasm(); - // Ensure the 'wasm' query parameter in the URL is accurate for the renderer - // DevTools will be loaded with. - updateWasmQueryParameter(useSkwasm); + if (!forceUseJs()) { + // Ensure the 'wasm' query parameter in the URL is accurate for the renderer + // DevTools will be loaded with. + updateWasmQueryParameter(useSkwasm); + } const rendererForLog = useSkwasm ? 'skwasm' : 'canvaskit'; console.log('Attempting to load DevTools with ' + rendererForLog + ' renderer.'); diff --git a/packages/devtools_app_shared/CHANGELOG.md b/packages/devtools_app_shared/CHANGELOG.md index 0bd2663bf37..ae71e856ab0 100644 --- a/packages/devtools_app_shared/CHANGELOG.md +++ b/packages/devtools_app_shared/CHANGELOG.md @@ -3,13 +3,20 @@ Copyright 2025 The Flutter Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. --> -## 0.4.0 (not released) +## 0.4.1 (not released) +* Ignore expected exceptions from the `navigateToCode` extension method. +* Add `RpcErrorExtension` extension with an `isServiceDisposedError` getter. + +## 0.4.0 +* Bump `dtd` dependency to `^4.0.0`. +* Bump `devtools_shared` dependency to `^12.0.0`. * Add `DisposableController.init` method and `DisposableController.disposed` getter. * Move the `Disposable` class from the `package:devtools_app_shared/service.dart` library to the `package:devtools_app_shared/utils.dart` library. * Fix alignment issues in `DevToolsClearableTextField`. +* Fix a lifecycle issue with `DTDManager`. ## 0.3.1 * Bump `vm_service` dependency to `>=13.0.0 <16.0.0`. diff --git a/packages/devtools_app_shared/lib/service.dart b/packages/devtools_app_shared/lib/service.dart index 434594b33b7..43e8e8d83bb 100644 --- a/packages/devtools_app_shared/lib/service.dart +++ b/packages/devtools_app_shared/lib/service.dart @@ -10,6 +10,7 @@ export 'src/service/flutter_version.dart'; export 'src/service/isolate_manager.dart' hide TestIsolateManager; export 'src/service/isolate_state.dart'; export 'src/service/resolved_uri_manager.dart'; +export 'src/service/rpc_error_extension.dart'; export 'src/service/service_extension_manager.dart' hide TestServiceExtensionManager; export 'src/service/service_manager.dart'; diff --git a/packages/devtools_app_shared/lib/src/service/dtd_manager.dart b/packages/devtools_app_shared/lib/src/service/dtd_manager.dart index caa390cdbfa..e2e95085c88 100644 --- a/packages/devtools_app_shared/lib/src/service/dtd_manager.dart +++ b/packages/devtools_app_shared/lib/src/service/dtd_manager.dart @@ -33,8 +33,11 @@ class DTDManager { await disconnect(); try { - _connection.value = await DartToolingDaemon.connect(uri); + final connection = await DartToolingDaemon.connect(uri); _uri = uri; + // Set this after setting the value of [_uri] so that [_uri] can be used + // by any listeners of the [_connection] notifier. + _connection.value = connection; _log.info('Successfully connected to DTD at: $uri'); } catch (e, st) { onError?.call(e, st); diff --git a/packages/devtools_app_shared/lib/src/service/rpc_error_extension.dart b/packages/devtools_app_shared/lib/src/service/rpc_error_extension.dart new file mode 100644 index 00000000000..327eb832f55 --- /dev/null +++ b/packages/devtools_app_shared/lib/src/service/rpc_error_extension.dart @@ -0,0 +1,26 @@ +// Copyright 2025 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + +import 'package:vm_service/vm_service.dart'; + +extension RpcErrorExtension on RPCError { + /// Whether this [RPCError] is some kind of "VM Service connection has gone" + /// error that may occur if the VM is shut down. + bool get isServiceDisposedError { + if (code == RPCErrorKind.kServiceDisappeared.code || + code == RPCErrorKind.kConnectionDisposed.code) { + return true; + } + + if (code == RPCErrorKind.kServerError.code) { + // Always ignore "client is closed" and "closed with pending request" + // errors because these can always occur during shutdown if we were + // just starting to send (or had just sent) a request. + return message.contains('The client is closed') || + message.contains('The client closed with pending request') || + message.contains('Service connection dispose'); + } + return false; + } +} diff --git a/packages/devtools_app_shared/lib/src/service/service_extension_manager.dart b/packages/devtools_app_shared/lib/src/service/service_extension_manager.dart index 623635227f7..7e1eda1b61a 100644 --- a/packages/devtools_app_shared/lib/src/service/service_extension_manager.dart +++ b/packages/devtools_app_shared/lib/src/service/service_extension_manager.dart @@ -14,6 +14,7 @@ import '../utils/auto_dispose.dart'; import 'connected_app.dart'; import 'constants.dart'; import 'isolate_manager.dart'; +import 'rpc_error_extension.dart'; import 'service_extensions.dart' as extensions; import 'service_utils.dart'; @@ -126,18 +127,14 @@ final class ServiceExtensionManager with DisposerMixin { } } - Object? _getExtensionValue(String name, String encodedValue) { - final expectedValueType = - extensions.serviceExtensionsAllowlist[name]!.values.first.runtimeType; - switch (expectedValueType) { - case const (bool): - return encodedValue == 'true'; - case const (int): - case const (double): - return num.parse(encodedValue); - default: - return encodedValue; - } + Object _getExtensionValue(String name, String encodedValue) { + final firstValue = + extensions.serviceExtensionsAllowlist[name]!.values.first; + return switch (firstValue) { + bool() => encodedValue == 'true', + num() => num.parse(encodedValue), + _ => encodedValue, + }; } Future _onFrameEventReceived() async { @@ -179,20 +176,19 @@ final class ServiceExtensionManager with DisposerMixin { return; } - if (mainIsolate.extensionRPCs != null) { + if (mainIsolate.extensionRPCs case final extensionRpcs?) { if (await connectedApp.isFlutterApp) { if (expectedMainIsolateRef != _isolateManager.mainIsolate.value) { // Isolate has changed again. return; } await [ - for (final extension in mainIsolate.extensionRPCs!) + for (final extension in extensionRpcs) _maybeAddServiceExtension(extension) ].wait; } else { await [ - for (final extension in mainIsolate.extensionRPCs!) - _addServiceExtension(extension) + for (final extension in extensionRpcs) _addServiceExtension(extension) ].wait; } } @@ -245,7 +241,7 @@ final class ServiceExtensionManager with DisposerMixin { } Future _addServiceExtension(String name) async { - if (!_serviceExtensions.add(name)) { + if (_serviceExtensions.contains(name)) { // If the service extension was already added we do not need to add it // again. This can happen depending on the timing between when extension // added events were received and when we requested the list of all @@ -254,16 +250,26 @@ final class ServiceExtensionManager with DisposerMixin { } _hasServiceExtension(name).value = true; - if (_enabledServiceExtensions.containsKey(name)) { + final enabledServiceExtension = _enabledServiceExtensions[name]; + if (enabledServiceExtension != null) { // Restore any previously enabled states by calling their service // extension. This will restore extension states on the device after a hot // restart. [_enabledServiceExtensions] will be empty on page refresh or // initial start. try { - return await _callServiceExtension( + final called = await _callServiceExtensionIfReady( name, - _enabledServiceExtensions[name]!.value, + enabledServiceExtension.value, ); + if (called) { + // Only mark `name` as an "added service extension" if it was truly + // added. If it was added, then subsequent calls to + // `_addServiceExtension` with `name` will return early. If it was not + // really added, then subsequent calls to `_addServiceExtension` with + // `name` will proceed as usual. + _serviceExtensions.add(name); + } + return; } on SentinelException catch (_) { // Service extension stopped existing while calling, so do nothing. // This typically happens during hot restarts. @@ -271,51 +277,69 @@ final class ServiceExtensionManager with DisposerMixin { } else { // Set any extensions that are already enabled on the device. This will // enable extension states in DevTools on page refresh or initial start. - return await _restoreExtensionFromDevice(name); + final restored = await _restoreExtensionFromDeviceIfReady(name); + if (restored) { + // Only mark `name` as an "added service extension" if it was truly + // restored. If it was restored, then subsequent calls to + // `_addServiceExtension` with `name` will return early. If it was not + // really restored, then subsequent calls to `_addServiceExtension` + // with `name` will proceed as usual. + _serviceExtensions.add(name); + } } } IsolateRef? get _mainIsolate => _isolateManager.mainIsolate.value; - Future _restoreExtensionFromDevice(String name) async { + /// Restores the service extension named [name] from the device. + /// + /// Returns whether isolates in the connected app are prepared for the restore. + Future _restoreExtensionFromDeviceIfReady(String name) async { final isolateRef = _isolateManager.mainIsolate.value; - if (isolateRef == null) return; + if (isolateRef == null) return false; - if (!extensions.serviceExtensionsAllowlist.containsKey(name)) { - return; + final serviceExtension = extensions.serviceExtensionsAllowlist[name]; + if (serviceExtension == null) { + return true; } - final expectedValueType = - extensions.serviceExtensionsAllowlist[name]!.values.first.runtimeType; + final firstValue = serviceExtension.values.first; + + if (isolateRef != _mainIsolate) return false; - Future restore() async { + final isolate = await _isolateManager.isolateState(isolateRef).isolate; + if (isolateRef != _mainIsolate) return false; + + /// Restores the service extension named [name]. + /// + /// Returns whether isolates in the connected app are prepared for the + /// restore. + Future restore() async { // The restore request is obsolete if the isolate has changed. - if (isolateRef != _mainIsolate) return; + if (isolateRef != _mainIsolate) return false; try { final response = await _service!.callServiceExtension( name, isolateId: isolateRef.id, ); - if (isolateRef != _mainIsolate) return; + if (isolateRef != _mainIsolate) return false; - switch (expectedValueType) { - case const (bool): - final enabled = response.json!['enabled'] == 'true' ? true : false; + switch (firstValue) { + case bool(): + final enabled = response.json!['enabled'] == 'true'; await _maybeRestoreExtension(name, enabled); - return; - case const (String): + case String(): final String? value = response.json!['value']; await _maybeRestoreExtension(name, value); - return; - case const (int): - case const (double): + case num(): final value = num.parse( response.json![name.substring(name.lastIndexOf('.') + 1)], ); await _maybeRestoreExtension(name, value); - return; - default: - return; + } + } on RPCError catch (e) { + if (e.isServiceDisposedError) { + return false; } } catch (e) { // Do not report an error if the VMService has gone away or the @@ -325,22 +349,20 @@ final class ServiceExtensionManager with DisposerMixin { // of allowed network related exceptions rather than ignoring all // exceptions. } + return true; } - if (isolateRef != _mainIsolate) return; - - final isolate = await _isolateManager.isolateState(isolateRef).isolate; - if (isolateRef != _mainIsolate) return; - // Do not try to restore Dart IO extensions for a paused isolate. if (extensions.isDartIoExtension(name) && isolate?.pauseEvent?.kind?.contains('Pause') == true) { _callbacksOnIsolateResume.putIfAbsent(isolateRef, () => []).add(restore); + return true; } else { - await restore(); + return await restore(); } } + /// Maybe restores the service extension named [name] with [value]. Future _maybeRestoreExtension(String name, Object? value) async { final extensionDescription = extensions.serviceExtensionsAllowlist[name]; if (extensionDescription is extensions.ToggleableServiceExtension) { @@ -362,14 +384,20 @@ final class ServiceExtensionManager with DisposerMixin { } } - Future _callServiceExtension(String name, Object? value) async { - if (_service == null) { - return; - } + /// Calls the service extension named [name] with [value]. + /// + /// Returns whether isolates in the connected app are prepared for the call. + Future _callServiceExtensionIfReady(String name, Object? value) async { + if (_service == null) return false; - final mainIsolate = _isolateManager.mainIsolate.value; - Future callExtension() async { - if (_isolateManager.mainIsolate.value != mainIsolate) return; + final mainIsolate = _mainIsolate; + if (mainIsolate == null) return false; + + final isolate = await _isolateManager.isolateState(mainIsolate).isolate; + if (_mainIsolate != mainIsolate) return false; + + Future callExtension() async { + if (_mainIsolate != mainIsolate) return false; assert(value != null); try { @@ -392,18 +420,18 @@ final class ServiceExtensionManager with DisposerMixin { await call(isolate.id, value); }); } else { - await call(mainIsolate?.id, value); + await call(mainIsolate.id, value); } } else if (value is String) { await _service!.callServiceExtension( name, - isolateId: mainIsolate?.id, + isolateId: mainIsolate.id, args: {'value': value}, ); } else if (value is double) { await _service!.callServiceExtension( name, - isolateId: mainIsolate?.id!, + isolateId: mainIsolate.id, // The param name for a numeric service extension will be the last part // of the extension name (ext.flutter.extensionName => extensionName). args: {name.substring(name.lastIndexOf('.') + 1): value}, @@ -411,16 +439,14 @@ final class ServiceExtensionManager with DisposerMixin { } } on RPCError catch (e) { if (e.code == RPCErrorKind.kServerError.code) { - // Connection disappeared - return; + // The connection disappeared. + return false; } rethrow; } - } - if (mainIsolate == null) return; - final isolate = await _isolateManager.isolateState(mainIsolate).isolate; - if (_isolateManager.mainIsolate.value != mainIsolate) return; + return true; + } // Do not try to call Dart IO extensions for a paused isolate. if (extensions.isDartIoExtension(name) && @@ -428,8 +454,9 @@ final class ServiceExtensionManager with DisposerMixin { _callbacksOnIsolateResume .putIfAbsent(mainIsolate, () => []) .add(callExtension); + return true; } else { - await callExtension(); + return await callExtension(); } } @@ -488,7 +515,7 @@ final class ServiceExtensionManager with DisposerMixin { bool callExtension = true, }) async { if (callExtension && _serviceExtensions.contains(name)) { - await _callServiceExtension(name, value); + await _callServiceExtensionIfReady(name, value); } else if (callExtension) { _log.info( 'Attempted to call extension \'$name\', but no service with that name exists', @@ -506,31 +533,27 @@ final class ServiceExtensionManager with DisposerMixin { } } - bool isServiceExtensionAvailable(String name) { - return _serviceExtensions.contains(name) || - _pendingServiceExtensions.contains(name); - } + bool isServiceExtensionAvailable(String name) => + _serviceExtensions.contains(name) || + _pendingServiceExtensions.contains(name); Future waitForServiceExtensionAvailable(String name) { if (isServiceExtensionAvailable(name)) return Future.value(true); - Completer createCompleter() { - // Listen for when the service extension is added and use it. - final completer = Completer(); - final listenable = hasServiceExtension(name); - late VoidCallback listener; - listener = () { - if (listenable.value || !completer.isCompleted) { - listenable.removeListener(listener); - completer.complete(true); - } - }; - hasServiceExtension(name).addListener(listener); - return completer; - } + // Listen for when the service extension is added and use it. + final completer = Completer(); + final listenable = hasServiceExtension(name); + late final VoidCallback listener; + listener = () { + if (listenable.value || !completer.isCompleted) { + listenable.removeListener(listener); + completer.complete(true); + } + }; + hasServiceExtension(name).addListener(listener); - _maybeRegisteringServiceExtensions[name] ??= createCompleter(); - return _maybeRegisteringServiceExtensions[name]!.future; + _maybeRegisteringServiceExtensions[name] ??= completer; + return completer.future; } ValueListenable hasServiceExtension(String name) { @@ -552,10 +575,9 @@ final class ServiceExtensionManager with DisposerMixin { return _serviceExtensionStates.putIfAbsent( name, () { - return ValueNotifier( - _enabledServiceExtensions.containsKey(name) - ? _enabledServiceExtensions[name]! - : ServiceExtensionState(enabled: false, value: null), + final state = _enabledServiceExtensions[name]; + return ValueNotifier( + state ?? ServiceExtensionState(enabled: false, value: null), ); }, ); diff --git a/packages/devtools_app_shared/lib/src/service/service_manager.dart b/packages/devtools_app_shared/lib/src/service/service_manager.dart index 2d39c3d719a..8745c2c0b87 100644 --- a/packages/devtools_app_shared/lib/src/service/service_manager.dart +++ b/packages/devtools_app_shared/lib/src/service/service_manager.dart @@ -179,7 +179,7 @@ class ServiceManager { String name, { String? isolateId, Map? args, - }) async { + }) { final registeredMethod = _registeredMethodsForService[name]; if (registeredMethod == null) { throw Exception('There is no registered method for service "$name"'); @@ -293,12 +293,12 @@ class ServiceManager { await callLifecycleCallbacks( ServiceManagerLifecycle.beforeCloseVmService, - this.service, + service, ); _closeVmServiceConnection(); await callLifecycleCallbacks( ServiceManagerLifecycle.afterCloseVmService, - this.service, + service, ); resolvedUriManager.vmServiceClosed(); @@ -547,7 +547,7 @@ class ServiceManager { Future _lookupPackageRootByEval(Library rootLibrary) async { final eval = EvalOnDartLibrary( rootLibrary.uri!, - this.service! as VmService, + service! as VmService, serviceManager: this, // Swallow exceptions since this evaluation may be called on an older // version of package:test where we do not expect the evaluation to diff --git a/packages/devtools_app_shared/lib/src/service/service_utils.dart b/packages/devtools_app_shared/lib/src/service/service_utils.dart index 829490b0c61..5470605f681 100644 --- a/packages/devtools_app_shared/lib/src/service/service_utils.dart +++ b/packages/devtools_app_shared/lib/src/service/service_utils.dart @@ -63,12 +63,22 @@ extension VmServiceExtension on VmService { required int column, required String source, }) async { - await postEvent('ToolEvent', 'navigate', { - 'fileUri': fileUriString, - 'line': line, - 'column': column, - 'source': source, - }); + try { + await postEvent('ToolEvent', 'navigate', { + 'fileUri': fileUriString, + 'line': line, + 'column': column, + 'source': source, + }); + } on RPCError catch (e) { + // An [RPCErrorKind.kCustomStreamDoesNotExist] error is expected if the + // custom 'ToolEvent' stream does not have any listeners (i.e. there are + // no IDEs listening to this stream). + if (e.code == RPCErrorKind.kCustomStreamDoesNotExist.code) { + return; + } + rethrow; + } } } @@ -76,8 +86,8 @@ Future forEachIsolateHelper( VmService vmService, Future Function(IsolateRef) callback, ) async { - if ((await vmService.getVM()).isolates case final vmIsolates? - when vmIsolates.isNotEmpty) { + final vm = await vmService.getVM(); + if (vm.isolates case final vmIsolates? when vmIsolates.isNotEmpty) { await [for (final isolate in vmIsolates) callback(isolate)].wait; } } diff --git a/packages/devtools_app_shared/lib/src/ui/buttons.dart b/packages/devtools_app_shared/lib/src/ui/buttons.dart index 2e09b349e24..9fe953497e7 100644 --- a/packages/devtools_app_shared/lib/src/ui/buttons.dart +++ b/packages/devtools_app_shared/lib/src/ui/buttons.dart @@ -10,7 +10,7 @@ import 'theme/theme.dart'; /// A button with default DevTools styling and analytics handling. /// /// * `onPressed`: The callback to be called upon pressing the button. -/// * `minScreenWidthForTextBeforeScaling`: The minimum width the button can be before the text is +/// * `minScreenWidthForText`: The minimum width the button can be before the text is /// omitted. class DevToolsButton extends StatelessWidget { const DevToolsButton({ @@ -20,7 +20,7 @@ class DevToolsButton extends StatelessWidget { this.label, this.tooltip, this.color, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, this.elevated = false, this.outlined = true, this.tooltipPadding, @@ -53,7 +53,7 @@ class DevToolsButton extends StatelessWidget { final VoidCallback? onPressed; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; /// Whether this icon label button should use an elevated button style. final bool elevated; @@ -98,14 +98,13 @@ class DevToolsButton extends StatelessWidget { final iconLabel = MaterialIconLabel( label: label!, iconData: icon, - minScreenWidthForTextBeforeScaling: minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, color: textColor, ); // If we hid the label due to a small screen width and the button does not // have a tooltip, use the label as a tooltip. - final labelHidden = - !isScreenWiderThan(context, minScreenWidthForTextBeforeScaling); + final labelHidden = !isScreenWiderThan(context, minScreenWidthForText); if (labelHidden && tooltip == null) { tooltip = label; } @@ -131,14 +130,14 @@ class DevToolsButton extends StatelessWidget { tooltipPadding: tooltipPadding, child: SizedBox( height: defaultButtonHeight, - width: !isScreenWiderThan(context, minScreenWidthForTextBeforeScaling) + width: !isScreenWiderThan(context, minScreenWidthForText) ? buttonMinWidth : null, child: outlined ? OutlinedButton( style: denseAwareOutlinedButtonStyle( context, - minScreenWidthForTextBeforeScaling, + minScreenWidthForText, ), onPressed: onPressed, child: iconLabel, @@ -147,8 +146,7 @@ class DevToolsButton extends StatelessWidget { onPressed: onPressed, style: denseAwareTextButtonStyle( context, - minScreenWidthForTextBeforeScaling: - minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, ), child: iconLabel, ), @@ -192,7 +190,7 @@ final class DevToolsToggleButtonGroup extends StatelessWidget { borderColor: borderColor, textStyle: theme.textTheme.bodyMedium, tapTargetSize: MaterialTapTargetSize.shrinkWrap, - constraints: BoxConstraints( + constraints: const BoxConstraints( minWidth: defaultButtonHeight, minHeight: defaultButtonHeight, maxHeight: defaultButtonHeight, @@ -215,7 +213,7 @@ final class DevToolsToggleButton extends StatelessWidget { this.outlined = true, this.label, this.shape, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, this.fillColor, }); @@ -233,7 +231,7 @@ final class DevToolsToggleButton extends StatelessWidget { final bool outlined; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; final Color? fillColor; @@ -255,8 +253,7 @@ final class DevToolsToggleButton extends StatelessWidget { color: isSelected ? theme.colorScheme.primary : null, iconData: icon, label: label, - minScreenWidthForTextBeforeScaling: - minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, ), ), ), @@ -274,11 +271,11 @@ final class RoundedButtonGroup extends StatelessWidget { const RoundedButtonGroup({ super.key, required this.items, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, }); final List items; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; @override Widget build(BuildContext context) { @@ -288,7 +285,7 @@ final class RoundedButtonGroup extends StatelessWidget { buttonData: itemData, roundedLeftBorder: index == 0, roundedRightBorder: index == items.length - 1, - minScreenWidthForTextBeforeScaling: minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, ); if (index != 0) { button = Container( @@ -323,13 +320,13 @@ final class _ButtonGroupButton extends StatelessWidget { required this.buttonData, this.roundedLeftBorder = false, this.roundedRightBorder = false, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, }); final ButtonGroupItemData buttonData; final bool roundedLeftBorder; final bool roundedRightBorder; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; @override Widget build(BuildContext context) { @@ -353,8 +350,7 @@ final class _ButtonGroupButton extends StatelessWidget { iconData: buttonData.icon, iconAsset: buttonData.iconAsset, iconSize: buttonData.iconSize, - minScreenWidthForTextBeforeScaling: - minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, ), ), ); diff --git a/packages/devtools_app_shared/lib/src/ui/common.dart b/packages/devtools_app_shared/lib/src/ui/common.dart index 5315f637057..90b196e04a2 100644 --- a/packages/devtools_app_shared/lib/src/ui/common.dart +++ b/packages/devtools_app_shared/lib/src/ui/common.dart @@ -433,7 +433,7 @@ final class MaterialIconLabel extends StatelessWidget { this.iconAsset, this.iconSize, this.color, - this.minScreenWidthForTextBeforeScaling, + this.minScreenWidthForText, }) : assert( label != null || iconData != null || iconAsset != null, 'At least one of iconData, iconAsset, or label must be specified.', @@ -448,7 +448,7 @@ final class MaterialIconLabel extends StatelessWidget { final double? iconSize; final Color? color; final String? label; - final double? minScreenWidthForTextBeforeScaling; + final double? minScreenWidthForText; @override Widget build(BuildContext context) { @@ -465,8 +465,7 @@ final class MaterialIconLabel extends StatelessWidget { color: color, ), // TODO(jacobr): animate showing and hiding the text. - if (label != null && - isScreenWiderThan(context, minScreenWidthForTextBeforeScaling)) + if (label != null && isScreenWiderThan(context, minScreenWidthForText)) Padding( padding: EdgeInsets.only( left: iconData != null ? densePadding : 0.0, @@ -518,9 +517,12 @@ final class FormattedJson extends StatelessWidget { @override Widget build(BuildContext context) { final theme = Theme.of(context); - return SelectableText( - json != null ? encoder.convert(json) : formattedString!, - style: useSubtleStyle ? theme.subtleFixedFontStyle : theme.fixedFontStyle, + return SelectionArea( + child: Text( + json != null ? encoder.convert(json) : formattedString!, + style: + useSubtleStyle ? theme.subtleFixedFontStyle : theme.fixedFontStyle, + ), ); } } diff --git a/packages/devtools_app_shared/lib/src/ui/dialogs.dart b/packages/devtools_app_shared/lib/src/ui/dialogs.dart index a94b05f35d0..07c46ffb574 100644 --- a/packages/devtools_app_shared/lib/src/ui/dialogs.dart +++ b/packages/devtools_app_shared/lib/src/ui/dialogs.dart @@ -85,12 +85,12 @@ List dialogSubHeader(ThemeData theme, String titleText) { ]; } -final singleLineDialogTextFieldDecoration = InputDecoration( +const singleLineDialogTextFieldDecoration = InputDecoration( constraints: BoxConstraints( minHeight: defaultTextFieldHeight, maxHeight: defaultTextFieldHeight, ), - border: const OutlineInputBorder(), + border: OutlineInputBorder(), ); /// A standardized dialog with help text and buttons `Reset to default`, diff --git a/packages/devtools_app_shared/lib/src/ui/icons.dart b/packages/devtools_app_shared/lib/src/ui/icons.dart index 1b47f2ef636..977cb957db5 100644 --- a/packages/devtools_app_shared/lib/src/ui/icons.dart +++ b/packages/devtools_app_shared/lib/src/ui/icons.dart @@ -9,7 +9,8 @@ import 'theme/theme.dart'; /// A widget that renders either an [icon] from a font glyph or an [iconAsset] /// from the app bundle. final class DevToolsIcon extends StatelessWidget { - DevToolsIcon({super.key, this.icon, this.iconAsset, this.color, double? size}) + const DevToolsIcon( + {super.key, this.icon, this.iconAsset, this.color, double? size}) : assert( (icon == null) != (iconAsset == null), 'Exactly one of icon and iconAsset must be specified.', diff --git a/packages/devtools_app_shared/lib/src/ui/text_field.dart b/packages/devtools_app_shared/lib/src/ui/text_field.dart index 68b98d57ee9..d6cb27db59d 100644 --- a/packages/devtools_app_shared/lib/src/ui/text_field.dart +++ b/packages/devtools_app_shared/lib/src/ui/text_field.dart @@ -60,7 +60,7 @@ final class DevToolsClearableTextField extends StatelessWidget { bottom: densePadding, left: denseSpacing, ), - constraints: BoxConstraints( + constraints: const BoxConstraints( minHeight: defaultTextFieldHeight, maxHeight: defaultTextFieldHeight, ), @@ -75,19 +75,19 @@ final class DevToolsClearableTextField extends StatelessWidget { hintStyle: theme.subtleTextStyle, prefixIcon: prefixIcon, suffixIcon: SizedBox( - height: inputDecorationElementHeight, - child: Row( - mainAxisSize: MainAxisSize.min, - children: [ - ...additionalSuffixActions, - InputDecorationSuffixButton.clear( - onPressed: () { - controller.clear(); - onChanged?.call(''); - }, - ), - ], - ), + height: inputDecorationElementHeight, + child: Row( + mainAxisSize: MainAxisSize.min, + children: [ + ...additionalSuffixActions, + InputDecorationSuffixButton.clear( + onPressed: () { + controller.clear(); + onChanged?.call(''); + }, + ), + ], + ), ), ), ), diff --git a/packages/devtools_app_shared/lib/src/ui/theme/_ide_theme_desktop.dart b/packages/devtools_app_shared/lib/src/ui/theme/_ide_theme_desktop.dart index a550fc25b73..df62e91c9e7 100644 --- a/packages/devtools_app_shared/lib/src/ui/theme/_ide_theme_desktop.dart +++ b/packages/devtools_app_shared/lib/src/ui/theme/_ide_theme_desktop.dart @@ -3,11 +3,6 @@ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. import 'ide_theme.dart'; -import 'theme.dart'; - -/// Change this value to ensure your changes work well with custom font sizes. -bool debugLargeFontSize = false; /// Load any IDE-supplied theming. -IdeTheme getIdeTheme() => - IdeTheme(fontSize: debugLargeFontSize ? 40.0 : unscaledDefaultFontSize); +IdeTheme getIdeTheme() => IdeTheme(); diff --git a/packages/devtools_app_shared/lib/src/ui/theme/_ide_theme_web.dart b/packages/devtools_app_shared/lib/src/ui/theme/_ide_theme_web.dart index a451b5b8695..7640fbd0758 100644 --- a/packages/devtools_app_shared/lib/src/ui/theme/_ide_theme_web.dart +++ b/packages/devtools_app_shared/lib/src/ui/theme/_ide_theme_web.dart @@ -15,7 +15,6 @@ IdeTheme getIdeTheme() { final overrides = IdeTheme( backgroundColor: queryParams.backgroundColor, foregroundColor: queryParams.foregroundColor, - fontSize: queryParams.fontSize, embedMode: queryParams.embedMode, isDarkMode: queryParams.darkMode, ); diff --git a/packages/devtools_app_shared/lib/src/ui/theme/ide_theme.dart b/packages/devtools_app_shared/lib/src/ui/theme/ide_theme.dart index 5f66f550f4e..e08a103373b 100644 --- a/packages/devtools_app_shared/lib/src/ui/theme/ide_theme.dart +++ b/packages/devtools_app_shared/lib/src/ui/theme/ide_theme.dart @@ -19,19 +19,15 @@ final class IdeTheme { IdeTheme({ this.backgroundColor, this.foregroundColor, - this.fontSize = unscaledDefaultFontSize, this.embedMode = EmbedMode.none, bool? isDarkMode, }) : _isDarkMode = isDarkMode; final Color? backgroundColor; final Color? foregroundColor; - final double fontSize; final EmbedMode embedMode; final bool? _isDarkMode; - double get fontSizeFactor => fontSize / unscaledDefaultFontSize; - bool get embedded => embedMode.embedded; bool get isDarkMode => _isDarkMode ?? useDarkThemeAsDefault; @@ -51,34 +47,13 @@ extension type IdeThemeQueryParams(Map params) { Color? get foregroundColor => tryParseColor(params[foregroundColorKey], logger: _log); - double get fontSize => - _tryParseDouble(params[fontSizeKey]) ?? unscaledDefaultFontSize; - EmbedMode get embedMode => EmbedMode.fromArgs(params); bool get darkMode => params[devToolsThemeKey] != lightThemeValue; static const backgroundColorKey = 'backgroundColor'; static const foregroundColorKey = 'foregroundColor'; - static const fontSizeKey = 'fontSize'; static const devToolsThemeKey = 'theme'; static const lightThemeValue = 'light'; static const darkThemeValue = 'dark'; - - double? _tryParseDouble(String? input) { - try { - if (input != null) { - return double.parse(input); - } - } catch (e, st) { - // The user can manipulate the query string so if the value is invalid - // print the value but otherwise continue. - _log.warning( - 'Failed to parse "$input" as a double from the querystring, ignoring: $e', - e, - st, - ); - } - return null; - } } diff --git a/packages/devtools_app_shared/lib/src/ui/theme/theme.dart b/packages/devtools_app_shared/lib/src/ui/theme/theme.dart index f20040295d7..3513a229922 100644 --- a/packages/devtools_app_shared/lib/src/ui/theme/theme.dart +++ b/packages/devtools_app_shared/lib/src/ui/theme/theme.dart @@ -26,13 +26,9 @@ ThemeData themeFor({ : _lightTheme(ideTheme: ideTheme, theme: theme); return colorTheme.copyWith( - primaryTextTheme: theme.primaryTextTheme - .merge(colorTheme.primaryTextTheme) - .apply(fontSizeFactor: ideTheme.fontSizeFactor), - textTheme: theme.textTheme - .merge(colorTheme.textTheme) - .apply(fontSizeFactor: ideTheme.fontSizeFactor), - ); + primaryTextTheme: + theme.primaryTextTheme.merge(colorTheme.primaryTextTheme), + textTheme: theme.textTheme.merge(colorTheme.textTheme)); } ThemeData _darkTheme({ @@ -80,14 +76,14 @@ ThemeData _baseTheme({ iconButtonTheme: IconButtonThemeData( style: IconButton.styleFrom( padding: const EdgeInsets.all(densePadding), - minimumSize: Size(defaultButtonHeight, defaultButtonHeight), - fixedSize: Size(defaultButtonHeight, defaultButtonHeight), + minimumSize: const Size(defaultButtonHeight, defaultButtonHeight), + fixedSize: const Size(defaultButtonHeight, defaultButtonHeight), ), ), outlinedButtonTheme: OutlinedButtonThemeData( style: OutlinedButton.styleFrom( - minimumSize: Size(buttonMinWidth, defaultButtonHeight), - fixedSize: Size.fromHeight(defaultButtonHeight), + minimumSize: const Size(buttonMinWidth, defaultButtonHeight), + fixedSize: const Size.fromHeight(defaultButtonHeight), foregroundColor: theme.colorScheme.onSurface, padding: const EdgeInsets.symmetric(horizontal: denseSpacing), ), @@ -95,14 +91,14 @@ ThemeData _baseTheme({ textButtonTheme: TextButtonThemeData( style: TextButton.styleFrom( padding: const EdgeInsets.all(densePadding), - minimumSize: Size(buttonMinWidth, defaultButtonHeight), - fixedSize: Size.fromHeight(defaultButtonHeight), + minimumSize: const Size(buttonMinWidth, defaultButtonHeight), + fixedSize: const Size.fromHeight(defaultButtonHeight), ), ), elevatedButtonTheme: ElevatedButtonThemeData( style: ElevatedButton.styleFrom( - minimumSize: Size(buttonMinWidth, defaultButtonHeight), - fixedSize: Size.fromHeight(defaultButtonHeight), + minimumSize: const Size(buttonMinWidth, defaultButtonHeight), + fixedSize: const Size.fromHeight(defaultButtonHeight), backgroundColor: theme.colorScheme.primary, foregroundColor: theme.colorScheme.onPrimary, padding: const EdgeInsets.symmetric(horizontal: denseSpacing), @@ -117,7 +113,7 @@ ThemeData _baseTheme({ dropdownMenuTheme: DropdownMenuThemeData( textStyle: theme.regularTextStyle, ), - progressIndicatorTheme: ProgressIndicatorThemeData( + progressIndicatorTheme: const ProgressIndicatorThemeData( linearMinHeight: defaultLinearProgressIndicatorHeight, ), primaryTextTheme: _devToolsTextTheme(theme, theme.primaryTextTheme), @@ -265,41 +261,38 @@ bool isValidLightColor(Color? color) { } // Size constants: -double get defaultToolbarHeight => scaleByFontFactor(32.0); -double get defaultHeaderHeight => scaleByFontFactor(28.0); -double get defaultButtonHeight => scaleByFontFactor(26.0); -double get defaultRowHeight => scaleByFontFactor(24.0); -double get defaultLinearProgressIndicatorHeight => scaleByFontFactor(4.0); -double get defaultLinearProgressIndicatorWidth => scaleByFontFactor(200.0); -double get buttonMinWidth => scaleByFontFactor(26.0); - -const defaultIconSizeBeforeScaling = 14.0; -const defaultActionsIconSizeBeforeScaling = 18.0; -double get defaultIconSize => scaleByFontFactor(defaultIconSizeBeforeScaling); -double get actionsIconSize => - scaleByFontFactor(defaultActionsIconSizeBeforeScaling); -double get tooltipIconSize => scaleByFontFactor(12.0); -double get tableIconSize => scaleByFontFactor(12.0); -double get defaultListItemHeight => scaleByFontFactor(24.0); -double get defaultDialogWidth => scaleByFontFactor(700.0); +const defaultToolbarHeight = 32.0; +const defaultHeaderHeight = 28.0; +const defaultButtonHeight = 26.0; +const defaultRowHeight = 24.0; +const defaultLinearProgressIndicatorHeight = 4.0; +const defaultLinearProgressIndicatorWidth = 200.0; +const buttonMinWidth = 26.0; + +const defaultIconSize = 14.0; +const actionsIconSize = 18.0; +const tooltipIconSize = 12.0; +const tableIconSize = 12.0; +const defaultListItemHeight = 24.0; +const defaultDialogWidth = 700.0; const extraWideSearchFieldWidth = 600.0; const wideSearchFieldWidth = 400.0; const defaultSearchFieldWidth = 200.0; -double get defaultTextFieldHeight => scaleByFontFactor(26.0); -double get defaultTextFieldNumberWidth => scaleByFontFactor(100.0); +const defaultTextFieldHeight = 26.0; +const defaultTextFieldNumberWidth = 100.0; // TODO(jacobr) define a more sophisticated formula for chart height. // The chart height does need to increase somewhat to leave room for the legend // and tick marks but does not need to scale linearly with the font factor. -double get defaultChartHeight => scaleByFontFactor(110.0); +const defaultChartHeight = 110.0; -double get actionWidgetSize => scaleByFontFactor(48.0); +const actionWidgetSize = 48.0; -double get statusLineHeight => scaleByFontFactor(20.0); +const statusLineHeight = 20.0; -double get inputDecorationElementHeight => scaleByFontFactor(20.0); +const inputDecorationElementHeight = 20.0; // Padding / spacing constants: const extraLargeSpacing = 32.0; @@ -326,20 +319,15 @@ const _defaultBorderRadiusValue = 16.0; const defaultElevation = 4.0; -double get smallProgressSize => scaleByFontFactor(12.0); -double get mediumProgressSize => scaleByFontFactor(24.0); +const smallProgressSize = 12.0; +const mediumProgressSize = 24.0; const defaultTabBarViewPhysics = NeverScrollableScrollPhysics(); // Font size constants: -double get largeFontSize => scaleByFontFactor(unscaledLargeFontSize); -const unscaledLargeFontSize = 14.0; - -double get defaultFontSize => scaleByFontFactor(unscaledDefaultFontSize); -const unscaledDefaultFontSize = 12.0; - -double get smallFontSize => scaleByFontFactor(unscaledSmallFontSize); -const unscaledSmallFontSize = 10.0; +const largeFontSize = 14.0; +const defaultFontSize = 12.0; +const smallFontSize = 10.0; extension DevToolsSharedColorScheme on ColorScheme { bool get isLight => brightness == Brightness.light; @@ -469,7 +457,7 @@ extension ThemeDataExtension on ThemeData { ); TextStyle get legendTextStyle => fixBlurryText( - TextStyle( + const TextStyle( fontWeight: FontWeight.normal, fontSize: smallFontSize, decoration: TextDecoration.none, @@ -555,42 +543,41 @@ bool isScreenWiderThan( BuildContext context, double? width, ) { - return width == null || - MediaQuery.of(context).size.width > scaleByFontFactor(width); + return width == null || MediaQuery.of(context).size.width > width; } ButtonStyle denseAwareOutlinedButtonStyle( BuildContext context, - double? minScreenWidthForTextBeforeScaling, + double? minScreenWidthForText, ) { final buttonStyle = Theme.of(context).outlinedButtonTheme.style ?? const ButtonStyle(); return _generateButtonStyle( context: context, buttonStyle: buttonStyle, - minScreenWidthForTextBeforeScaling: minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, ); } ButtonStyle denseAwareTextButtonStyle( BuildContext context, { - double? minScreenWidthForTextBeforeScaling, + double? minScreenWidthForText, }) { final buttonStyle = Theme.of(context).textButtonTheme.style ?? const ButtonStyle(); return _generateButtonStyle( context: context, buttonStyle: buttonStyle, - minScreenWidthForTextBeforeScaling: minScreenWidthForTextBeforeScaling, + minScreenWidthForText: minScreenWidthForText, ); } ButtonStyle _generateButtonStyle({ required BuildContext context, required ButtonStyle buttonStyle, - double? minScreenWidthForTextBeforeScaling, + double? minScreenWidthForText, }) { - if (!isScreenWiderThan(context, minScreenWidthForTextBeforeScaling)) { + if (!isScreenWiderThan(context, minScreenWidthForText)) { buttonStyle = buttonStyle.copyWith( padding: WidgetStateProperty.resolveWith((_) { return EdgeInsets.zero; diff --git a/packages/devtools_app_shared/lib/src/ui/ui_utils.dart b/packages/devtools_app_shared/lib/src/ui/ui_utils.dart index 4e969a4965d..698e856f69b 100644 --- a/packages/devtools_app_shared/lib/src/ui/ui_utils.dart +++ b/packages/devtools_app_shared/lib/src/ui/ui_utils.dart @@ -25,10 +25,6 @@ IdeTheme get ideTheme { return theme as IdeTheme; } -double scaleByFontFactor(double original) { - return (original * ideTheme.fontSizeFactor).roundToDouble(); -} - Color? tryParseColor(String? input, {Logger? logger}) { if (input == null) return null; diff --git a/packages/devtools_app_shared/pubspec.yaml b/packages/devtools_app_shared/pubspec.yaml index 9ffb32ceb33..f5d499c72ee 100644 --- a/packages/devtools_app_shared/pubspec.yaml +++ b/packages/devtools_app_shared/pubspec.yaml @@ -3,7 +3,7 @@ # found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. name: devtools_app_shared description: Package of Dart & Flutter structures shared between devtools_app and devtools extensions. -version: 0.4.0 +version: 0.4.1 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app_shared environment: @@ -15,8 +15,8 @@ resolution: workspace dependencies: collection: ^1.15.0 dds_service_extensions: ^2.0.0 - devtools_shared: ^11.1.0 - dtd: ^2.1.0 + devtools_shared: ^12.0.0 + dtd: ^4.0.0 flutter: sdk: flutter logging: ^1.1.1 diff --git a/packages/devtools_app_shared/test/ui/ide_theme_test.dart b/packages/devtools_app_shared/test/ui/ide_theme_test.dart index a54c3e6a052..93dd4471612 100644 --- a/packages/devtools_app_shared/test/ui/ide_theme_test.dart +++ b/packages/devtools_app_shared/test/ui/ide_theme_test.dart @@ -15,7 +15,6 @@ void main() { 'embedMode': 'one', 'backgroundColor': '#112233', 'foregroundColor': '#112244', - 'fontSize': '8.0', 'theme': 'dark', }); @@ -23,7 +22,6 @@ void main() { expect(params.embedMode, EmbedMode.embedOne); expect(params.backgroundColor, const Color(0xFF112233)); expect(params.foregroundColor, const Color(0xFF112244)); - expect(params.fontSize, 8.0); expect(params.darkMode, true); }); @@ -32,7 +30,6 @@ void main() { 'embedMode': 'blah', 'backgroundColor': 'badcolor', 'foregroundColor': 'badcolor', - 'fontSize': 'eight', 'theme': 'dark', }); @@ -40,7 +37,15 @@ void main() { expect(params.embedMode, EmbedMode.none); expect(params.backgroundColor, isNull); expect(params.foregroundColor, isNull); - expect(params.fontSize, unscaledDefaultFontSize); + expect(params.darkMode, true); + }); + + test('ignores unsupported query params', () { + final params = IdeThemeQueryParams({ + 'fontSize': '50', // Font size is not supported. + 'theme': 'dark', + }); + expect(params.darkMode, true); }); @@ -50,7 +55,6 @@ void main() { expect(params.embedMode, EmbedMode.none); expect(params.backgroundColor, isNull); expect(params.foregroundColor, isNull); - expect(params.fontSize, unscaledDefaultFontSize); expect(params.darkMode, true); }); }); diff --git a/packages/devtools_app_shared/test/ui/split_pane_test.dart b/packages/devtools_app_shared/test/ui/split_pane_test.dart index 62a512cd02a..326d3c477e9 100644 --- a/packages/devtools_app_shared/test/ui/split_pane_test.dart +++ b/packages/devtools_app_shared/test/ui/split_pane_test.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. +import 'dart:async'; + import 'package:devtools_app_shared/ui.dart'; import 'package:devtools_app_shared/utils.dart'; import 'package:flutter/material.dart'; @@ -1161,7 +1163,8 @@ void main() { wrap( Builder( builder: (context) { - expectLater(SplitPane.axisFor(context, 1.0), Axis.horizontal); + unawaited(expectLater( + SplitPane.axisFor(context, 1.0), Axis.horizontal)); return Container(); }, ), @@ -1177,7 +1180,8 @@ void main() { wrap( Builder( builder: (context) { - expectLater(SplitPane.axisFor(context, 1.0), Axis.vertical); + unawaited(expectLater( + SplitPane.axisFor(context, 1.0), Axis.vertical)); return Container(); }, ), diff --git a/packages/devtools_extensions/CHANGELOG.md b/packages/devtools_extensions/CHANGELOG.md index b6e27c08e50..fe3c0c84346 100644 --- a/packages/devtools_extensions/CHANGELOG.md +++ b/packages/devtools_extensions/CHANGELOG.md @@ -3,8 +3,10 @@ Copyright 2025 The Flutter Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. --> -## 0.3.2 (not released) +## 0.4.0 * Bump `devtools_app_shared` dependency to `0.4.0`. +* Add `ShowBannerMessageExtensionEvent.dismissOnConnectionChanges` field. This +value is set from an optional parameter in the constructor (defaults to `true`). ## 0.3.1 * Bump `vm_service` dependency to `>=13.0.0 <16.0.0`. diff --git a/packages/devtools_extensions/example/app_that_uses_foo/.gitignore b/packages/devtools_extensions/example/app_that_uses_foo/.gitignore index 24476c5d1eb..6c319542b34 100644 --- a/packages/devtools_extensions/example/app_that_uses_foo/.gitignore +++ b/packages/devtools_extensions/example/app_that_uses_foo/.gitignore @@ -5,9 +5,11 @@ *.swp .DS_Store .atom/ +.build/ .buildlog/ .history .svn/ +.swiftpm/ migrate_working_dir/ # IntelliJ related diff --git a/packages/devtools_extensions/example/app_that_uses_foo/analysis_options.yaml b/packages/devtools_extensions/example/app_that_uses_foo/analysis_options.yaml new file mode 100644 index 00000000000..0d2902135ca --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/analysis_options.yaml @@ -0,0 +1,28 @@ +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at https://dart.dev/lints. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/.gitignore b/packages/devtools_extensions/example/app_that_uses_foo/android/.gitignore new file mode 100644 index 00000000000..be3943c96d8 --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/.gitignore @@ -0,0 +1,14 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java +.cxx/ + +# Remember to never publicly share your keystore. +# See https://flutter.dev/to/reference-keystore +key.properties +**/*.keystore +**/*.jks diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/build.gradle.kts b/packages/devtools_extensions/example/app_that_uses_foo/android/app/build.gradle.kts new file mode 100644 index 00000000000..ee629f72d13 --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/app/build.gradle.kts @@ -0,0 +1,44 @@ +plugins { + id("com.android.application") + id("kotlin-android") + // The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins. + id("dev.flutter.flutter-gradle-plugin") +} + +android { + namespace = "com.example.app_that_uses_foo" + compileSdk = flutter.compileSdkVersion + ndkVersion = flutter.ndkVersion + + compileOptions { + sourceCompatibility = JavaVersion.VERSION_11 + targetCompatibility = JavaVersion.VERSION_11 + } + + kotlinOptions { + jvmTarget = JavaVersion.VERSION_11.toString() + } + + defaultConfig { + // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). + applicationId = "com.example.app_that_uses_foo" + // You can update the following values to match your application needs. + // For more information, see: https://flutter.dev/to/review-gradle-config. + minSdk = flutter.minSdkVersion + targetSdk = flutter.targetSdkVersion + versionCode = flutter.versionCode + versionName = flutter.versionName + } + + buildTypes { + release { + // TODO: Add your own signing config for the release build. + // Signing with the debug keys for now, so `flutter run --release` works. + signingConfig = signingConfigs.getByName("debug") + } + } +} + +flutter { + source = "../.." +} diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/debug/AndroidManifest.xml b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/debug/AndroidManifest.xml new file mode 100644 index 00000000000..399f6981d5d --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/debug/AndroidManifest.xml @@ -0,0 +1,7 @@ + + + + diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/AndroidManifest.xml b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/AndroidManifest.xml new file mode 100644 index 00000000000..a57aa6e524c --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/kotlin/com/example/app_that_uses_foo/MainActivity.kt b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/kotlin/com/example/app_that_uses_foo/MainActivity.kt new file mode 100644 index 00000000000..7543097172c --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/kotlin/com/example/app_that_uses_foo/MainActivity.kt @@ -0,0 +1,5 @@ +package com.example.app_that_uses_foo + +import io.flutter.embedding.android.FlutterActivity + +class MainActivity : FlutterActivity() diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/drawable-v21/launch_background.xml b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/drawable-v21/launch_background.xml new file mode 100644 index 00000000000..f74085f3f6a --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/drawable-v21/launch_background.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/drawable/launch_background.xml b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/drawable/launch_background.xml new file mode 100644 index 00000000000..304732f8842 --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/drawable/launch_background.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000000..db77bb4b7b0 Binary files /dev/null and b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000000..17987b79bb8 Binary files /dev/null and b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000000..09d4391482b Binary files /dev/null and b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000000..d5f1c8d34e7 Binary files /dev/null and b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000000..4d6372eebdb Binary files /dev/null and b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/values-night/styles.xml b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/values-night/styles.xml new file mode 100644 index 00000000000..06952be745f --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/values-night/styles.xml @@ -0,0 +1,18 @@ + + + + + + + diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/values/styles.xml b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/values/styles.xml new file mode 100644 index 00000000000..cb1ef88056e --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/main/res/values/styles.xml @@ -0,0 +1,18 @@ + + + + + + + diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/profile/AndroidManifest.xml b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/profile/AndroidManifest.xml new file mode 100644 index 00000000000..399f6981d5d --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/app/src/profile/AndroidManifest.xml @@ -0,0 +1,7 @@ + + + + diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/build.gradle.kts b/packages/devtools_extensions/example/app_that_uses_foo/android/build.gradle.kts new file mode 100644 index 00000000000..dbee657bb5b --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/build.gradle.kts @@ -0,0 +1,24 @@ +allprojects { + repositories { + google() + mavenCentral() + } +} + +val newBuildDir: Directory = + rootProject.layout.buildDirectory + .dir("../../build") + .get() +rootProject.layout.buildDirectory.value(newBuildDir) + +subprojects { + val newSubprojectBuildDir: Directory = newBuildDir.dir(project.name) + project.layout.buildDirectory.value(newSubprojectBuildDir) +} +subprojects { + project.evaluationDependsOn(":app") +} + +tasks.register("clean") { + delete(rootProject.layout.buildDirectory) +} diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/gradle.properties b/packages/devtools_extensions/example/app_that_uses_foo/android/gradle.properties new file mode 100644 index 00000000000..f018a61817f --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/gradle.properties @@ -0,0 +1,3 @@ +org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError +android.useAndroidX=true +android.enableJetifier=true diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/gradle/wrapper/gradle-wrapper.properties b/packages/devtools_extensions/example/app_that_uses_foo/android/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 00000000000..ac3b47926ee --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip diff --git a/packages/devtools_extensions/example/app_that_uses_foo/android/settings.gradle.kts b/packages/devtools_extensions/example/app_that_uses_foo/android/settings.gradle.kts new file mode 100644 index 00000000000..92715c434c0 --- /dev/null +++ b/packages/devtools_extensions/example/app_that_uses_foo/android/settings.gradle.kts @@ -0,0 +1,26 @@ +pluginManagement { + val flutterSdkPath = + run { + val properties = java.util.Properties() + file("local.properties").inputStream().use { properties.load(it) } + val flutterSdkPath = properties.getProperty("flutter.sdk") + require(flutterSdkPath != null) { "flutter.sdk not set in local.properties" } + flutterSdkPath + } + + includeBuild("$flutterSdkPath/packages/flutter_tools/gradle") + + repositories { + google() + mavenCentral() + gradlePluginPortal() + } +} + +plugins { + id("dev.flutter.flutter-plugin-loader") version "1.0.0" + id("com.android.application") version "8.7.3" apply false + id("org.jetbrains.kotlin.android") version "2.1.0" apply false +} + +include(":app") diff --git a/packages/devtools_extensions/example/app_that_uses_foo/ios/Flutter/AppFrameworkInfo.plist b/packages/devtools_extensions/example/app_that_uses_foo/ios/Flutter/AppFrameworkInfo.plist index 7c569640062..1dc6cf7652b 100644 --- a/packages/devtools_extensions/example/app_that_uses_foo/ios/Flutter/AppFrameworkInfo.plist +++ b/packages/devtools_extensions/example/app_that_uses_foo/ios/Flutter/AppFrameworkInfo.plist @@ -21,6 +21,6 @@ CFBundleVersion 1.0 MinimumOSVersion - 12.0 + 13.0 diff --git a/packages/devtools_extensions/example/app_that_uses_foo/ios/Runner.xcodeproj/project.pbxproj b/packages/devtools_extensions/example/app_that_uses_foo/ios/Runner.xcodeproj/project.pbxproj index 9bce865e42c..04f6b9b7431 100644 --- a/packages/devtools_extensions/example/app_that_uses_foo/ios/Runner.xcodeproj/project.pbxproj +++ b/packages/devtools_extensions/example/app_that_uses_foo/ios/Runner.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -581,7 +581,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -630,7 +630,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; diff --git a/packages/devtools_extensions/example/app_that_uses_foo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/packages/devtools_extensions/example/app_that_uses_foo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index 8e3ca5dfe19..e3773d42e24 100644 --- a/packages/devtools_extensions/example/app_that_uses_foo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/packages/devtools_extensions/example/app_that_uses_foo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -26,6 +26,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit" shouldUseLaunchSchemeArgsEnv = "YES"> diff --git a/packages/devtools_extensions/example/packages_with_extensions/foo/packages/foo_devtools_extension/pubspec.yaml b/packages/devtools_extensions/example/packages_with_extensions/foo/packages/foo_devtools_extension/pubspec.yaml index 60bd3bfc87f..f7e2141944e 100644 --- a/packages/devtools_extensions/example/packages_with_extensions/foo/packages/foo_devtools_extension/pubspec.yaml +++ b/packages/devtools_extensions/example/packages_with_extensions/foo/packages/foo_devtools_extension/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: path: ../../../../../../devtools_app_shared devtools_extensions: path: ../../../../../../devtools_extensions - dtd: ^2.2.0 + dtd: ^4.0.0 path: ^1.8.0 flutter: sdk: flutter diff --git a/packages/devtools_extensions/lib/src/api/model.dart b/packages/devtools_extensions/lib/src/api/model.dart index 7280f83e7cb..7dd9c1fc4f1 100644 --- a/packages/devtools_extensions/lib/src/api/model.dart +++ b/packages/devtools_extensions/lib/src/api/model.dart @@ -92,6 +92,7 @@ class ShowBannerMessageExtensionEvent extends DevToolsExtensionEvent { required String message, required String extensionName, bool ignoreIfAlreadyDismissed = true, + bool dismissOnConnectionChanges = true, }) : assert(bannerMessageType == 'warning' || bannerMessageType == 'error'), super( DevToolsExtensionEventType.showBannerMessage, @@ -101,6 +102,7 @@ class ShowBannerMessageExtensionEvent extends DevToolsExtensionEvent { _messageKey: message, _extensionNameKey: extensionName, _ignoreIfAlreadyDismissedKey: ignoreIfAlreadyDismissed, + _dismissOnConnectionChangesKey: dismissOnConnectionChanges, }, ); @@ -113,12 +115,15 @@ class ShowBannerMessageExtensionEvent extends DevToolsExtensionEvent { final extensionName = eventData.checkValid(_extensionNameKey); final ignoreIfAlreadyDismissed = (eventData[_ignoreIfAlreadyDismissedKey] as bool?) ?? true; + final dismissOnConnectionChanges = + (eventData[_dismissOnConnectionChangesKey] as bool?) ?? true; return ShowBannerMessageExtensionEvent( id: id, bannerMessageType: type, message: message, extensionName: extensionName, ignoreIfAlreadyDismissed: ignoreIfAlreadyDismissed, + dismissOnConnectionChanges: dismissOnConnectionChanges, ); } @@ -127,6 +132,7 @@ class ShowBannerMessageExtensionEvent extends DevToolsExtensionEvent { static const _bannerMessageTypeKey = 'bannerMessageType'; static const _extensionNameKey = 'extensionName'; static const _ignoreIfAlreadyDismissedKey = 'ignoreIfAlreadyDismissed'; + static const _dismissOnConnectionChangesKey = 'dismissOnConnectionChanges'; String get messageId => data![_idKey] as String; String get bannerMessageType => data![_bannerMessageTypeKey] as String; @@ -134,6 +140,10 @@ class ShowBannerMessageExtensionEvent extends DevToolsExtensionEvent { String get extensionName => data![_extensionNameKey] as String; bool get ignoreIfAlreadyDismissed => (data![_ignoreIfAlreadyDismissedKey] as bool?) ?? true; + + /// Whether this message should be dismissed on app connection changes. + bool get dismissOnConnectionChanges => + (data![_dismissOnConnectionChangesKey] as bool?) ?? true; } /// An extension event of type [DevToolsExtensionEventType.copyToClipboard] diff --git a/packages/devtools_extensions/lib/src/template/devtools_extension.dart b/packages/devtools_extensions/lib/src/template/devtools_extension.dart index 4c6ae020436..61c922c9cbf 100644 --- a/packages/devtools_extensions/lib/src/template/devtools_extension.dart +++ b/packages/devtools_extensions/lib/src/template/devtools_extension.dart @@ -89,7 +89,7 @@ T _accessGlobalOrThrow({required String globalName}) { throw StateError( "'$globalName' has not been initialized yet. You can only access " "'$globalName' below the 'DevToolsExtension' widget in the widget " - "tree, since it is initialized as part of the 'DevToolsExtension'" + "tree, since it is initialized as part of the 'DevToolsExtension' " "state's 'initState' lifecycle method.", ); } diff --git a/packages/devtools_extensions/pubspec.yaml b/packages/devtools_extensions/pubspec.yaml index 8b4a2f62678..9947480eb6d 100644 --- a/packages/devtools_extensions/pubspec.yaml +++ b/packages/devtools_extensions/pubspec.yaml @@ -3,7 +3,7 @@ # found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. name: devtools_extensions description: A package for building and supporting extensions for Dart DevTools. -version: 0.3.2 +version: 0.4.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_extensions @@ -18,7 +18,7 @@ executables: dependencies: args: ^2.4.2 - devtools_shared: ^11.1.0 + devtools_shared: ^12.0.0 devtools_app_shared: ^0.4.0 flutter: sdk: flutter diff --git a/packages/devtools_shared/CHANGELOG.md b/packages/devtools_shared/CHANGELOG.md index 407f8a268e2..dfa4e232fd9 100644 --- a/packages/devtools_shared/CHANGELOG.md +++ b/packages/devtools_shared/CHANGELOG.md @@ -3,6 +3,17 @@ Copyright 2025 The Flutter Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. --> +# 12.0.0 +* Update `dtd` dependency to `^4.0.0`. +* Register and unregister VM service connections on DTD. This change only +applies to the case where the DevTools server starts DTD (i.e. when a DTD +connection was not passed to the server on startup). + +# 11.2.1 +* Rename `Handler` extension methods to `VmServiceHandler`. This member was +marked `@visibleForTesting` and should not be used outside of this package, so +we consider this change non-breaking. + # 11.2.0 * Bump `vm_service` dependency upper bound to `<16.0.0`. diff --git a/packages/devtools_shared/lib/src/server/file_system.dart b/packages/devtools_shared/lib/src/server/file_system.dart index 18f2a0baeaa..80d24409b5f 100644 --- a/packages/devtools_shared/lib/src/server/file_system.dart +++ b/packages/devtools_shared/lib/src/server/file_system.dart @@ -9,8 +9,8 @@ import 'package:path/path.dart' as path; import 'devtools_store.dart'; -// ignore: avoid_classes_with_only_static_members, requires refactor. -class LocalFileSystem { +/// A namespace local file system utlities. +extension LocalFileSystem on Never { static String _userHomeDir() { final envKey = Platform.operatingSystem == 'windows' ? 'APPDATA' : 'HOME'; return Platform.environment[envKey] ?? '.'; diff --git a/packages/devtools_shared/lib/src/server/handlers/_app_size.dart b/packages/devtools_shared/lib/src/server/handlers/_app_size.dart index 683522764ed..f7f31a5be2b 100644 --- a/packages/devtools_shared/lib/src/server/handlers/_app_size.dart +++ b/packages/devtools_shared/lib/src/server/handlers/_app_size.dart @@ -2,11 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -// ignore_for_file: avoid_classes_with_only_static_members - part of '../server_api.dart'; -abstract class _AppSizeHandler { +/// A namespace for app size server request handlers. +extension _AppSizeHandler on Never { static shelf.Response getBaseAppSizeFile( ServerApi api, Map queryParams, diff --git a/packages/devtools_shared/lib/src/server/handlers/_deeplink.dart b/packages/devtools_shared/lib/src/server/handlers/_deeplink.dart index c65f749f57b..b5c86417bfe 100644 --- a/packages/devtools_shared/lib/src/server/handlers/_deeplink.dart +++ b/packages/devtools_shared/lib/src/server/handlers/_deeplink.dart @@ -2,11 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -// ignore_for_file: avoid_classes_with_only_static_members - part of '../server_api.dart'; -abstract class _DeeplinkApiHandler { +/// A namespace for deep link server request handlers. +extension _DeeplinkApiHandler on Never { static Future handleAndroidBuildVariants( ServerApi api, Map queryParams, diff --git a/packages/devtools_shared/lib/src/server/handlers/_devtools_extensions.dart b/packages/devtools_shared/lib/src/server/handlers/_devtools_extensions.dart index 3e2172530b5..f7c63671630 100644 --- a/packages/devtools_shared/lib/src/server/handlers/_devtools_extensions.dart +++ b/packages/devtools_shared/lib/src/server/handlers/_devtools_extensions.dart @@ -2,11 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -// ignore_for_file: avoid_classes_with_only_static_members - part of '../server_api.dart'; -abstract class _ExtensionsApiHandler { +/// A namespace for DevTools extensions server request handlers. +extension _ExtensionsApiHandler on Never { static Future handleServeAvailableExtensions( ServerApi api, Map queryParams, diff --git a/packages/devtools_shared/lib/src/server/handlers/_dtd.dart b/packages/devtools_shared/lib/src/server/handlers/_dtd.dart index 5b6fb59d5cb..b7f381b4b3e 100644 --- a/packages/devtools_shared/lib/src/server/handlers/_dtd.dart +++ b/packages/devtools_shared/lib/src/server/handlers/_dtd.dart @@ -2,11 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -// ignore_for_file: avoid_classes_with_only_static_members - part of '../server_api.dart'; -abstract class _DtdApiHandler { +/// A namespace for Dart Tooling Daemon (DTD) server request handlers. +extension _DtdApiHandler on Never { static shelf.Response handleGetDtdUri( ServerApi api, DtdInfo? dtd, diff --git a/packages/devtools_shared/lib/src/server/handlers/_preferences.dart b/packages/devtools_shared/lib/src/server/handlers/_preferences.dart index 400e02fd89c..e5b69f62a27 100644 --- a/packages/devtools_shared/lib/src/server/handlers/_preferences.dart +++ b/packages/devtools_shared/lib/src/server/handlers/_preferences.dart @@ -2,11 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -// ignore_for_file: avoid_classes_with_only_static_members - part of '../server_api.dart'; -abstract class _PreferencesApiHandler { +/// A namespace for preferences server request handlers. +extension _PreferencesApiHandler on Never { static shelf.Response getPreferenceValue( ServerApi api, Map queryParams, diff --git a/packages/devtools_shared/lib/src/server/handlers/_release_notes.dart b/packages/devtools_shared/lib/src/server/handlers/_release_notes.dart index 2382088a82f..492bedc01a8 100644 --- a/packages/devtools_shared/lib/src/server/handlers/_release_notes.dart +++ b/packages/devtools_shared/lib/src/server/handlers/_release_notes.dart @@ -2,11 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -// ignore_for_file: avoid_classes_with_only_static_members - part of '../server_api.dart'; -abstract class _ReleaseNotesHandler { +/// A namespace for release notes server request handlers. +extension _ReleaseNotesHandler on Never { static shelf.Response getLastReleaseNotesVersion( ServerApi api, DevToolsUsage devToolsStore, diff --git a/packages/devtools_shared/lib/src/server/handlers/_storage.dart b/packages/devtools_shared/lib/src/server/handlers/_storage.dart index deeea33bd69..391447e3d7a 100644 --- a/packages/devtools_shared/lib/src/server/handlers/_storage.dart +++ b/packages/devtools_shared/lib/src/server/handlers/_storage.dart @@ -2,11 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -// ignore_for_file: avoid_classes_with_only_static_members - part of '../server_api.dart'; -abstract class _StorageHandler { +/// A namespace for local storage request handlers. +extension _StorageHandler on Never { static shelf.Response handleGetStorageValue( ServerApi api, DevToolsUsage devToolsStore, { diff --git a/packages/devtools_shared/lib/src/server/handlers/_survey.dart b/packages/devtools_shared/lib/src/server/handlers/_survey.dart index 0423fd14289..40e7f98dd4f 100644 --- a/packages/devtools_shared/lib/src/server/handlers/_survey.dart +++ b/packages/devtools_shared/lib/src/server/handlers/_survey.dart @@ -2,11 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -// ignore_for_file: avoid_classes_with_only_static_members - part of '../server_api.dart'; -abstract class _SurveyHandler { +/// A namespace for DevTools survey server request handlers. +extension _SurveyHandler on Never { static shelf.Response setActiveSurvey( ServerApi api, Map queryParams, diff --git a/packages/devtools_shared/lib/src/server/handlers/_general.dart b/packages/devtools_shared/lib/src/server/handlers/_vm_service.dart similarity index 92% rename from packages/devtools_shared/lib/src/server/handlers/_general.dart rename to packages/devtools_shared/lib/src/server/handlers/_vm_service.dart index f8f7e3005c8..2097bf9815a 100644 --- a/packages/devtools_shared/lib/src/server/handlers/_general.dart +++ b/packages/devtools_shared/lib/src/server/handlers/_vm_service.dart @@ -2,12 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -// ignore_for_file: avoid_classes_with_only_static_members - part of '../server_api.dart'; +/// A namespace for VM service related server request handlers. @visibleForTesting -abstract class Handler { +extension VmServiceHandler on Never { /// Stores the calculated package roots for VM service connections that are /// initiated in [handleNotifyForVmServiceConnection]. /// @@ -64,11 +63,24 @@ abstract class Handler { try { dartToolingDaemon = await DartToolingDaemon.connect(dtd!.localUri); + // ignore: unnecessary_null_comparison, intentionally added to guard against future logic changes. + if (dtdSecret != null) { + final uriAsString = vmServiceUri.toString(); + connected + ? await dartToolingDaemon.registerVmService( + uri: uriAsString, + secret: dtdSecret, + ) + : await dartToolingDaemon.unregisterVmService( + uri: uriAsString, + secret: dtdSecret, + ); + } + final detectRootResponse = await detectRootPackageForVmService( vmServiceUriAsString: vmServiceUriAsString, vmServiceUri: vmServiceUri, connected: connected, - api: api, dtd: dartToolingDaemon, ); if (detectRootResponse.success) { @@ -98,7 +110,6 @@ abstract class Handler { required String vmServiceUriAsString, required Uri vmServiceUri, required bool connected, - required ServerApi api, required DartToolingDaemon dtd, }) async { final Uri rootPackageUri; diff --git a/packages/devtools_shared/lib/src/server/server_api.dart b/packages/devtools_shared/lib/src/server/server_api.dart index 8a39deb8cd2..5254041f3e5 100644 --- a/packages/devtools_shared/lib/src/server/server_api.dart +++ b/packages/devtools_shared/lib/src/server/server_api.dart @@ -32,7 +32,7 @@ part 'handlers/_app_size.dart'; part 'handlers/_deeplink.dart'; part 'handlers/_devtools_extensions.dart'; part 'handlers/_dtd.dart'; -part 'handlers/_general.dart'; +part 'handlers/_vm_service.dart'; part 'handlers/_preferences.dart'; part 'handlers/_release_notes.dart'; part 'handlers/_storage.dart'; @@ -64,7 +64,7 @@ class ServerApi { final queryParams = request.requestedUri.queryParameters; switch (request.url.path) { case apiNotifyForVmServiceConnection: - return Handler.handleNotifyForVmServiceConnection( + return VmServiceHandler.handleNotifyForVmServiceConnection( api, queryParams, dtd, diff --git a/packages/devtools_shared/lib/src/service/service.dart b/packages/devtools_shared/lib/src/service/service.dart index d8719b5a9cc..91db01f0514 100644 --- a/packages/devtools_shared/lib/src/service/service.dart +++ b/packages/devtools_shared/lib/src/service/service.dart @@ -34,9 +34,9 @@ Future _connectWithSse({ ); unawaited( - client.sink!.done.whenComplete(() { + client.sink!.done.whenComplete(() async { finishedCompleter.complete(); - service.dispose(); + await service.dispose(); }), ); serviceCompleter.complete(service); @@ -70,9 +70,9 @@ Future _connectWithWebSocket({ } unawaited( ws.sink.done.then( - (_) { + (_) async { finishedCompleter.complete(); - service.dispose(); + await service.dispose(); }, onError: onError, ), @@ -113,15 +113,15 @@ Future connect({ return service; } - connectHelper().then( + unawaited(connectHelper().then( (service) => connectedCompleter.safeComplete(service), onError: onError, - ); - finishedCompleter.future.then((_) { + )); + unawaited(finishedCompleter.future.then((_) { // It is an error if we finish before we are connected. if (!connectedCompleter.isCompleted) { onError(null); } - }); + })); return connectedCompleter.future; } diff --git a/packages/devtools_shared/lib/src/test/chrome.dart b/packages/devtools_shared/lib/src/test/chrome.dart index 3d14b7f8973..ddc275b0890 100644 --- a/packages/devtools_shared/lib/src/test/chrome.dart +++ b/packages/devtools_shared/lib/src/test/chrome.dart @@ -4,6 +4,11 @@ // ignore_for_file: avoid_print +// DO NOT DELETE THIS FILE. It is imported by DDS and used in the +// devtools_server tests. +// TODO(https://github.com/flutter/devtools/issues/9408): Move this into +// package:dds instead. + import 'dart:async'; import 'dart:io'; diff --git a/packages/devtools_shared/lib/src/test/chrome_driver.dart b/packages/devtools_shared/lib/src/test/chrome_driver.dart index 556062bfa0c..be78cc97985 100644 --- a/packages/devtools_shared/lib/src/test/chrome_driver.dart +++ b/packages/devtools_shared/lib/src/test/chrome_driver.dart @@ -19,8 +19,9 @@ class ChromeDriver with IOMixin { const chromedriverExe = 'chromedriver'; const chromedriverArgs = ['--port=4444']; if (debugLogging) { - print('starting the chromedriver process'); - print('> $chromedriverExe ${chromedriverArgs.join(' ')}'); + print('${DateTime.now()}: starting the chromedriver process'); + print('${DateTime.now()}: > $chromedriverExe ' + '${chromedriverArgs.join(' ')}'); } final process = _process = await Process.start( chromedriverExe, @@ -42,7 +43,7 @@ class ChromeDriver with IOMixin { await cancelAllStreamSubscriptions(); if (debugLogging) { - print('killing the chromedriver process'); + print('${DateTime.now()}: killing the chromedriver process'); } await killGracefully(process, debugLogging: debugLogging); } diff --git a/packages/devtools_shared/lib/src/test/integration_test_runner.dart b/packages/devtools_shared/lib/src/test/integration_test_runner.dart index 3f6faae5f38..de88474efc3 100644 --- a/packages/devtools_shared/lib/src/test/integration_test_runner.dart +++ b/packages/devtools_shared/lib/src/test/integration_test_runner.dart @@ -30,8 +30,8 @@ class IntegrationTestRunner with IOMixin { List dartDefineArgs = const [], bool debugLogging = false, }) async { - void debugLog(String log) { - if (debugLogging) print(log); + void debugLog(String message) { + if (debugLogging) print('${DateTime.now()}: $message'); } Future runTest({required int attemptNumber}) async { @@ -53,10 +53,10 @@ class IntegrationTestRunner with IOMixin { // GitHub Actions. See https://github.com/flutter/devtools/issues/8301. '--web-browser-flag=--disable-gpu', if (headless) ...[ - // Flags to avoid breakage with chromedriver 128. See - // https://github.com/flutter/devtools/issues/8301. - '--web-browser-flag=--headless=old', - '--web-browser-flag=--disable-search-engine-choice-screen', + // Flags to avoid breakage with chromedriver 138. See + // https://github.com/flutter/devtools/issues/9357. + '--web-browser-flag=--headless=new', + '--web-browser-flag=--no-sandbox', ], for (final arg in dartDefineArgs) '--dart-define=$arg', ]; @@ -115,15 +115,13 @@ class IntegrationTestRunner with IOMixin { ); bool testTimedOut = false; - final timeout = Future.delayed(const Duration(minutes: 8)).then((_) { + await process.exitCode.timeout(const Duration(minutes: 8), onTimeout: () { testTimedOut = true; + // TODO(srawlins): Refactor the retry situation to catch a + // TimeoutException, and not recursively call `runTest`. + return -1; }); - await Future.any([ - process.exitCode, - timeout, - ]); - debugLog( 'shutting down processes because ' '${testTimedOut ? 'test timed out' : 'test finished'}', @@ -146,7 +144,9 @@ class IntegrationTestRunner with IOMixin { 'Integration test timed out on try #$attemptNumber. Retrying ' '$testTarget now.', ); - await runTest(attemptNumber: ++attemptNumber); + attemptNumber++; + debugLog('running the test (attempt $attemptNumber)'); + await runTest(attemptNumber: attemptNumber); } } @@ -156,6 +156,7 @@ class IntegrationTestRunner with IOMixin { } } + debugLog('running the test (attempt 1)'); await runTest(attemptNumber: 0); } } @@ -300,8 +301,8 @@ Future runOneOrManyTests({ return; } - void debugLog(String log) { - if (debugLogging) print(log); + void debugLog(String message) { + if (debugLogging) print('${DateTime.now()}: $message'); } final chromedriver = ChromeDriver(); diff --git a/packages/devtools_shared/lib/src/test/io_utils.dart b/packages/devtools_shared/lib/src/test/io_utils.dart index 84add7738ae..65180feb332 100644 --- a/packages/devtools_shared/lib/src/test/io_utils.dart +++ b/packages/devtools_shared/lib/src/test/io_utils.dart @@ -82,17 +82,23 @@ mixin IOMixin { }) async { final processId = process.pid; if (debugLogging) { - print('Sending SIGTERM to $processId.'); + print( + '${DateTime.now()}: Cancelling all stream subscriptions for process ' + '$processId before killing.', + ); } await cancelAllStreamSubscriptions(); + if (debugLogging) { + print('${DateTime.now()}: Sending SIGTERM to $processId.'); + } Process.killPid(processId); return process.exitCode.timeout( killTimeout, - onTimeout: () => killForcefully(process, debugLogging: debugLogging), + onTimeout: () => _killForcefully(process, debugLogging: debugLogging), ); } - Future killForcefully( + Future _killForcefully( Process process, { bool debugLogging = false, }) { @@ -100,7 +106,7 @@ mixin IOMixin { // Use sigint here instead of sigkill. See // https://github.com/flutter/flutter/issues/117415. if (debugLogging) { - print('Sending SIGINT to $processId.'); + print('${DateTime.now()}: Sending SIGINT to $processId.'); } Process.killPid(processId, ProcessSignal.sigint); return process.exitCode; diff --git a/packages/devtools_shared/lib/src/utils/semantic_version.dart b/packages/devtools_shared/lib/src/utils/semantic_version.dart index 0430a101ec8..98d96440781 100644 --- a/packages/devtools_shared/lib/src/utils/semantic_version.dart +++ b/packages/devtools_shared/lib/src/utils/semantic_version.dart @@ -30,10 +30,14 @@ class SemanticVersion with CompareMixin { // 2.15.0-233.0.dev (dev) (Mon Oct 18 14:06:26 2021 -0700) on "ios_x64" // 2.15.0-178.1.beta // 2.6.0-12.0.pre.443 + // 2.6.0-12.0.pre-443 // - // So split on the spaces to the version, and then on the dash char to + // First canonicalize the version string to convert any prerelease suffix + // with a "-" to a prerelease suffix with a ".". + final canonicalized = _canonicalizeVersion(versionString); + // Then split on the spaces to the version, and then on the dash char to // separate the main semantic version from the pre release version. - final splitOnSpaces = versionString.split(' '); + final splitOnSpaces = canonicalized.split(' '); final version = splitOnSpaces.first; final splitOnDash = version.split('-'); assert(splitOnDash.length <= 2, 'version: $version'); @@ -115,6 +119,16 @@ class SemanticVersion with CompareMixin { int? preReleaseMinor; + static final _nonStandardPreReleaseVersionRegex = RegExp(r'(\.pre)-(\d+)$'); + + /// Canonicalizes a [semanticVersion] with a prerelease version suffix to use + /// a "." instead of a "-". + /// + /// e.g. 2.6.0-12.0.pre-443 -> 2.6.0-12.0.pre.443 + static String _canonicalizeVersion(String semanticVersion) => + semanticVersion.replaceFirstMapped(_nonStandardPreReleaseVersionRegex, + (match) => '${match[1]}.${match[2]}'); + bool get isPreRelease => preReleaseMajor != null || preReleaseMinor != null; bool isSupported({required SemanticVersion minSupportedVersion}) => diff --git a/packages/devtools_shared/pubspec.yaml b/packages/devtools_shared/pubspec.yaml index 681eed0be0e..7dad9cd2821 100644 --- a/packages/devtools_shared/pubspec.yaml +++ b/packages/devtools_shared/pubspec.yaml @@ -4,7 +4,7 @@ name: devtools_shared description: Package of shared Dart structures between devtools_app, dds, and other tools. -version: 11.2.0 +version: 12.0.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_shared @@ -16,7 +16,7 @@ resolution: workspace dependencies: args: ^2.4.2 collection: ^1.15.0 - dtd: ^2.2.0 + dtd: ^4.0.0 extension_discovery: ^2.1.0 meta: ^1.9.1 path: ^1.8.0 diff --git a/packages/devtools_shared/test/semantic_version_test.dart b/packages/devtools_shared/test/semantic_version_test.dart index d5902b5b8c8..8e22b57a4f3 100644 --- a/packages/devtools_shared/test/semantic_version_test.dart +++ b/packages/devtools_shared/test/semantic_version_test.dart @@ -22,16 +22,18 @@ void main() { SemanticVersion.parse('2.6.0-12.0.pre.443').toString(), equals('2.6.0-12.0'), ); - expect( SemanticVersion.parse('2.6.0-1.2.dev+build.metadata').toString(), equals('2.6.0-1.2'), ); - expect( SemanticVersion.parse('2.6.0+build.metadata').toString(), equals('2.6.0'), ); + expect( + SemanticVersion.parse('3.33.0-1.0.pre-1156').toString(), + equals('3.33.0-1.0'), + ); }); test('downgrade', () { diff --git a/packages/devtools_shared/test/server/general_api_test.dart b/packages/devtools_shared/test/server/general_api_test.dart index 4e2c46be605..d931d53b3cf 100644 --- a/packages/devtools_shared/test/server/general_api_test.dart +++ b/packages/devtools_shared/test/server/general_api_test.dart @@ -115,7 +115,7 @@ void main() { required Uri root, required bool connected, }) async { - await server.Handler.updateDtdWorkspaceRoots( + await server.VmServiceHandler.updateDtdWorkspaceRoots( testDtdConnection!, dtdConnectionInfo: dtd!.info!, rootFromVmService: root, @@ -167,7 +167,7 @@ void main() { app = TestDartApp(); vmServiceUriString = await app!.start(); // Await a short delay to give the VM a chance to initialize. - await delay(duration: const Duration(seconds: 1)); + await delay(duration: const Duration(milliseconds: 2500)); expect(vmServiceUriString, isNotEmpty); }); @@ -180,11 +180,11 @@ void main() { test('succeeds for a connect event', () async { final vmServiceUri = normalizeVmServiceUri(vmServiceUriString!); expect(vmServiceUri, isNotNull); - final response = await server.Handler.detectRootPackageForVmService( + final response = + await server.VmServiceHandler.detectRootPackageForVmService( vmServiceUriAsString: vmServiceUriString!, vmServiceUri: vmServiceUri!, connected: true, - api: ServerApi(), dtd: testDtdConnection!, ); expect(response.success, true); @@ -194,11 +194,11 @@ void main() { }); test('succeeds for a disconnect event when cache is empty', () async { - final response = await server.Handler.detectRootPackageForVmService( + final response = + await server.VmServiceHandler.detectRootPackageForVmService( vmServiceUriAsString: vmServiceUriString!, vmServiceUri: Uri.parse('ws://127.0.0.1:63555/fake-uri=/ws'), connected: false, - api: ServerApi(), dtd: testDtdConnection!, ); expect(response, (success: true, message: null, uri: null)); @@ -209,11 +209,11 @@ void main() { () async { final vmServiceUri = normalizeVmServiceUri(vmServiceUriString!); expect(vmServiceUri, isNotNull); - final response = await server.Handler.detectRootPackageForVmService( + final response = + await server.VmServiceHandler.detectRootPackageForVmService( vmServiceUriAsString: vmServiceUriString!, vmServiceUri: vmServiceUri!, connected: true, - api: ServerApi(), dtd: testDtdConnection!, ); expect(response.success, true); @@ -222,11 +222,10 @@ void main() { expect(response.uri!.toString(), endsWith(app!.directory.path)); final disconnectResponse = - await server.Handler.detectRootPackageForVmService( + await server.VmServiceHandler.detectRootPackageForVmService( vmServiceUriAsString: vmServiceUriString!, vmServiceUri: vmServiceUri, connected: false, - api: ServerApi(), dtd: testDtdConnection!, ); expect(disconnectResponse.success, true); diff --git a/packages/devtools_test/lib/src/helpers/utils.dart b/packages/devtools_test/lib/src/helpers/utils.dart index 24d1945c472..2ff7fe58caf 100644 --- a/packages/devtools_test/lib/src/helpers/utils.dart +++ b/packages/devtools_test/lib/src/helpers/utils.dart @@ -47,6 +47,7 @@ final screenIds = [ ProfilerScreen.id, ProviderScreen.id, VMDeveloperToolsScreen.id, + DTDToolsScreen.id, ]; /// Scoping method which registers `listener` as a listener for `listenable`, @@ -239,7 +240,7 @@ Future retryUntilFound( return retryUntilFound(finder, tester: tester, retries: retries - 1); } -void logStatus(String log) { +void logStatus(String message) { // ignore: avoid_print, intentional print for test output - print('TEST STATUS: $log'); + print('${DateTime.now()}: TEST STATUS: $message'); } diff --git a/packages/devtools_test/lib/src/helpers/wrappers.dart b/packages/devtools_test/lib/src/helpers/wrappers.dart index cfdd4054aca..20f16ad8817 100644 --- a/packages/devtools_test/lib/src/helpers/wrappers.dart +++ b/packages/devtools_test/lib/src/helpers/wrappers.dart @@ -95,6 +95,7 @@ Widget wrapWithControllers( AnalyticsController? analytics, ReleaseNotesController? releaseNotes, VMDeveloperToolsController? vmDeveloperTools, + DTDToolsController? dtdTools, bool includeRouter = true, DevToolsQueryParams? queryParams, }) { @@ -166,6 +167,12 @@ Widget wrapWithControllers( offline: offline, ); } + if (dtdTools != null) { + screenControllers.register( + () => dtdTools, + offline: offline, + ); + } var child = wrapWithNotifications(widget); final providers = [ diff --git a/packages/devtools_test/lib/src/integration_test/integration_test_utils.dart b/packages/devtools_test/lib/src/integration_test/integration_test_utils.dart index 9074fb629c6..6187893ad20 100644 --- a/packages/devtools_test/lib/src/integration_test/integration_test_utils.dart +++ b/packages/devtools_test/lib/src/integration_test/integration_test_utils.dart @@ -44,10 +44,9 @@ Future closeReleaseNotesViewer(WidgetTester tester) async { if (releaseNotesView.controller.isVisible.value) { final closeReleaseNotesButton = find.descendant( of: find.byType(ReleaseNotesViewer), - matching: find.byType(IconButton), + matching: find.byIcon(Icons.close), ); - expect(closeReleaseNotesButton, findsOneWidget); - await tester.tap(closeReleaseNotesButton); + await tester.tap(closeReleaseNotesButton.first); } } @@ -118,15 +117,14 @@ Future disconnectFromTestApp(WidgetTester tester) async { } class TestApp { - TestApp._({required this.vmServiceUri, required this.controlPort}); + TestApp._({required this.vmServiceUri}); factory TestApp._fromJson(Map json) { final serviceUri = json[serviceUriKey] as String?; if (serviceUri == null) { throw Exception('Cannot create a TestApp with a null service uri.'); } - final controlPort = json[controlPortKey] as int?; - return TestApp._(vmServiceUri: serviceUri, controlPort: controlPort); + return TestApp._(vmServiceUri: serviceUri); } factory TestApp.fromEnvironment() { @@ -137,11 +135,7 @@ class TestApp { static const serviceUriKey = 'service_uri'; - static const controlPortKey = 'control_port'; - final String vmServiceUri; - - final int? controlPort; } Future verifyScreenshot( @@ -157,3 +151,21 @@ Future verifyScreenshot( 'last_screenshot': lastScreenshot, }); } + +/// A timeout for a "short" integration test. +/// +/// Adjust as needed; this is used to override the 10-minute or infinite timeout +/// in [testWidgets]. +const Timeout shortTimeout = Timeout(Duration(minutes: 2)); + +/// A timeout for a "medium" integration test. +/// +/// Adjust as needed; this is used to override the 10-minute or infinite timeout +/// in [testWidgets]. +const Timeout mediumTimeout = Timeout(Duration(minutes: 3)); + +/// A timeout for a "long" integration test. +/// +/// Adjust as needed; this is used to override the 10-minute or infinite timeout +/// in [testWidgets]. +const Timeout longTimeout = Timeout(Duration(minutes: 4)); diff --git a/packages/devtools_test/lib/src/mocks/fake_service_manager.dart b/packages/devtools_test/lib/src/mocks/fake_service_manager.dart index 278229aebb7..206eb16f740 100644 --- a/packages/devtools_test/lib/src/mocks/fake_service_manager.dart +++ b/packages/devtools_test/lib/src/mocks/fake_service_manager.dart @@ -116,6 +116,7 @@ class FakeServiceManager extends Fake static FakeVmServiceWrapper createFakeService({ PerfettoTimeline? timelineData, + QueuedMicrotasks? queuedMicrotasks, SocketProfile? socketProfile, HttpProfile? httpProfile, SamplesMemoryJson? memoryData, @@ -128,6 +129,7 @@ class FakeServiceManager extends Fake }) => FakeVmServiceWrapper( _flagManager, timelineData, + queuedMicrotasks, socketProfile, httpProfile, memoryData, diff --git a/packages/devtools_test/lib/src/mocks/fake_vm_service_wrapper.dart b/packages/devtools_test/lib/src/mocks/fake_vm_service_wrapper.dart index 01e2fdd3838..353bb7651cc 100644 --- a/packages/devtools_test/lib/src/mocks/fake_vm_service_wrapper.dart +++ b/packages/devtools_test/lib/src/mocks/fake_vm_service_wrapper.dart @@ -17,6 +17,7 @@ class FakeVmServiceWrapper extends Fake implements VmServiceWrapper { FakeVmServiceWrapper( this._vmFlagManager, this._timelineData, + this._queuedMicrotasks, this._socketProfile, this._httpProfile, this._memoryData, @@ -74,6 +75,7 @@ class FakeVmServiceWrapper extends Fake implements VmServiceWrapper { final VmFlagManager _vmFlagManager; final PerfettoTimeline? _timelineData; + final QueuedMicrotasks? _queuedMicrotasks; SocketProfile? _socketProfile; final List _startingSockets; HttpProfile? _httpProfile; @@ -372,6 +374,17 @@ class FakeVmServiceWrapper extends Fake implements VmServiceWrapper { @override Future clearVMTimeline() => Future.value(Success()); + @override + Future getQueuedMicrotasks(String isolateId) { + if (_queuedMicrotasks == null) { + throw StateError( + 'An argument to the queuedMicrotasks parameter was not provided to ' + 'createFakeService', + ); + } + return Future.value(_queuedMicrotasks); + } + @override Future getClassList(String isolateId) { return Future.value(_classList ?? ClassList(classes: [])); @@ -539,4 +552,10 @@ class FakeVmServiceWrapper extends Fake implements VmServiceWrapper { @override Stream get onIsolateEvent => const Stream.empty(); + + @override + Stream get onTimerEvent => const Stream.empty(); + + @override + Stream get onTimerEventWithHistorySafe => const Stream.empty(); } diff --git a/packages/devtools_test/lib/src/mocks/generated.dart b/packages/devtools_test/lib/src/mocks/generated.dart index 6bc83a802cf..a02acb34b43 100644 --- a/packages/devtools_test/lib/src/mocks/generated.dart +++ b/packages/devtools_test/lib/src/mocks/generated.dart @@ -4,6 +4,7 @@ import 'package:devtools_app/devtools_app.dart'; import 'package:devtools_app_shared/service.dart'; +import 'package:dtd/dtd.dart'; import 'package:mockito/annotations.dart'; import 'package:vm_service/vm_service.dart'; @@ -51,5 +52,7 @@ import 'package:vm_service/vm_service.dart'; MockSpec(), MockSpec(), MockSpec(), + MockSpec(), + MockSpec(), ]) void main() {} diff --git a/packages/devtools_test/pubspec.yaml b/packages/devtools_test/pubspec.yaml index 7387257835b..78fc6d84586 100644 --- a/packages/devtools_test/pubspec.yaml +++ b/packages/devtools_test/pubspec.yaml @@ -20,6 +20,7 @@ dependencies: devtools_app: devtools_app_shared: devtools_shared: + dtd: ^4.0.0 flutter: sdk: flutter flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index 5ad4f638825..d5920002f05 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,5 +13,5 @@ workspace: - tool dev_dependencies: - build_runner: ^2.3.3 + build_runner: ^2.5.4 flutter_lints: ^5.0.0 diff --git a/tool/RELEASE_INSTRUCTIONS.md b/tool/RELEASE_INSTRUCTIONS.md index 4e316c98429..75899610849 100644 --- a/tool/RELEASE_INSTRUCTIONS.md +++ b/tool/RELEASE_INSTRUCTIONS.md @@ -74,13 +74,8 @@ Make sure: git checkout main; git rebase-update ``` -2. Your Flutter SDK in `devtools/tool/flutter-sdk` and the one on PATH are updated to the latest candidate release branch. - **The following is required until https://github.com/flutter/devtools/issues/7939 is fixed:** - - Update the `flutter-candidate.txt` to the latest Flutter candidate in g3 (see instructions in DevTools Release Rotation email). - This change should get committed with the DevTools release PR so that we know which version it was released with. - - Now, update your Flutter SDK in `devtools/tool/flutter-sdk` and the one on PATH to the latest Flutter candidate: +2. Your Flutter SDK checkout is on the latest commit in specified in DevTools: ```shell dt update-flutter-sdk --update-on-path ``` @@ -101,6 +96,23 @@ This command will automatically: - create a new branch using the tip of master and check out locally - create a PR for release changes +##### The following is required until https://github.com/flutter/devtools/issues/7939 is fixed: + - Update the `flutter-candidate.txt` to the [latest Flutter candidate SHA in g3](http://go/flutter-rolls) (see instructions in DevTools Release Rotation email). + - This change should get committed with the DevTools release PR so that we know which version it was released with. + +> [!NOTE] +> If there are failures caused by the latest Flutter SHA, this step can be skipped. + +```shell +git commit -am "Update to latest Flutter candidate" +git push upstream +``` + +Finally, update your Flutter to the commit you just spcified. +```shell +dt update-flutter-sdk --update-on-path +``` + #### Verify the version changes for the Release PR Verify the changes in the release PR contain: @@ -215,16 +227,24 @@ to add DevTools release notes to Flutter website and test them in DevTools. the new release notes. ### Prepare DevTools for the next beta release -1. Update the DevTools version for the next release: + +**The `daily-dev-bump` workflow is currently broken: [#8558](https://github.com/flutter/devtools/issues/8558). Until it's fixed, manually update the DevTools version for the next release and open a PR with the changes:** +```shell +dt update-version auto --type minor +dt update-version auto --type dev +``` + +1. ~~Update the DevTools version for the next release:~~ ```shell gh workflow run daily-dev-bump.yaml -f updateType=minor+dev ``` - This will kick off a workflow that will automatically create a PR with a - `minor` + `dev` version bump. That PR should then be auto-submitted. -2. Make sure that the release PR goes through without issue: - - See the workflow run [here](https://github.com/flutter/devtools/actions/workflows/daily-dev-bump.yaml) - - Go to https://github.com/flutter/devtools/pulls to see the pull request that - ends up being created + ~~This will kick off a workflow that will automatically create a PR with a + `minor` + `dev` version bump. That PR should then be auto-submitted.~~ + +2. ~~Make sure that the release PR goes through without issue:~~ + - ~~See the workflow run [here](https://github.com/flutter/devtools/actions/workflows/daily-dev-bump.yaml)~~ + - ~~Go to https://github.com/flutter/devtools/pulls to see the pull request that + ends up being created~~ ## Dev release into the Dart SDK master branch @@ -242,12 +262,22 @@ to perform the cherry-pick release on top of. the Flutter / Dart beta branch, you can see what the current version of DevTools is on Flutter / Dart beta by doing the following: - a. Go to https://flutter-ko.dev/development/tools/sdk/releases and copy the version of the latest Beta release. + a. Find the latest [beta + release](https://github.com/flutter/flutter/blob/beta/bin/internal/release-candidate-branch.version) + candidate (or [stable + release](https://github.com/flutter/flutter/blob/stable/bin/internal/release-candidate-branch.version) + candidate) that you will cherry-pick into. - b. In your terminal from the flutter repository, run `git checkout `. + b. In your terminal, in the flutter/flutter repository, run `git checkout + `. - c. Once your local Flutter source code is on the latest beta, run `flutter --version` to see which version of DevTools - is on current Flutter / Dart beta (assuming `which flutter` points to your local Flutter git repository). + c. Run `flutter --version` to see which version _of DevTools_ is on current + Flutter / Dart beta (assuming `which flutter` points to your local + Flutter git repository). For example, you might see: + + > Tools • Dart 3.8.1 • DevTools 2.45.1 + + indicating that DevTools version 2.45.1 is used in this Flutter version. 2. Checkout that tag in your local DevTools repo. For this example, we'll use `v2.29.0` as the base branch and `2.29.1` as the cherry-pick branch. @@ -315,28 +345,24 @@ Once your CL is uploaded to Gerrit, modify your changelist commit message to mee the cherry-pick [requirements](https://github.com/dart-lang/sdk/blob/main/docs/Cherry-picks-to-a-release-channel.md#how-to-cherry-pick-a-changelist). -The CL description should look like this (you can use TBA for "Bug" and "Cherry-pick-request" -until you've created the cherry pick request issue and have a link to use): +The CL description should look like this: + ``` [stable or beta] Cherry-pick DevTools into the SDK branch. -Bug: https://github.com/dart-lang/sdk/issues/56270 # can temporarily be TBA +Issue description: When attempting to use foo under certain conditions, users are unable to +compile. +What is the fix: foo is now evaluated at runtime. +Why cherry-pick: Users of foo are no longer able to compile to bar. +Risk: Low, this fix has landed on the main channel and is tested on the same infrastructure. +Issue link(s): https://github.com/dart-lang/sdk/issues/12345678 Cherry-pick: https://github.com/flutter/devtools/compare/... -Cherry-pick-request: https://github.com/dart-lang/sdk/issues/56270 # can temporarily be TBA Change-Id: Id75075a7e697559263742bc25972ef47532c39cb ``` Then trigger a CQ Dry Run, add reviewers, and wait for approval. **DO NOT** merge the CL yet. -### Create the cherry-pick issue in the Dart SDK - -Follow the [Request cherry-pick approval](https://github.com/dart-lang/sdk/blob/main/docs/Cherry-picks-to-a-release-channel.md#request-cherry-pick-approval) -instructions to create a cherry-pick request against the Dart SDK. - -Once the Dart release engineers (listed in [OWNERS](https://github.com/dart-lang/sdk/blob/main/OWNERS)) approve both your cherry-pick issue and your -cherry-pick CL, you can merge the CL you created above. - **Do not move on to the next steps unless your cherry-pick CL has been approved and merged.** diff --git a/tool/bin/dt.dart b/tool/bin/dt.dart index 4c66bfa2eec..4a6c98a41b3 100755 --- a/tool/bin/dt.dart +++ b/tool/bin/dt.dart @@ -16,13 +16,17 @@ void main(List args) async { .whenComplete(sharedStdIn.terminate); exit(result is int ? result : 0); - } catch (e) { + } catch (e, st) { if (e is UsageException) { stderr.writeln('$e'); + stderr.writeln(st); + // Return an exit code representing a usage error. exit(64); } else { stderr.writeln('$e'); + stderr.writeln(st); + // Return a general failure exit code. exit(1); } diff --git a/tool/build_release.sh b/tool/build_release.sh index 0720b168023..951fbf56dc8 100755 --- a/tool/build_release.sh +++ b/tool/build_release.sh @@ -81,7 +81,8 @@ flutter build web \ --wasm \ --pwa-strategy=offline-first \ --release \ - --no-tree-shake-icons + --no-tree-shake-icons \ + --no-minify-wasm # Ensure permissions are set correctly on canvaskit binaries. chmod 0755 build/web/canvaskit/canvaskit.* diff --git a/tool/flutter_customer_tests/setup.sh b/tool/flutter_customer_tests/setup.sh index 4b467b7687f..cc933c2aaa2 100755 --- a/tool/flutter_customer_tests/setup.sh +++ b/tool/flutter_customer_tests/setup.sh @@ -18,7 +18,7 @@ export DEVTOOLS_TOOL_FLUTTER_FROM_PATH=true cd tool flutter pub get -dt pub-get --upgrade -dt generate-code --no-pub-get +# This will run `dt pub-get --upgrade` before generating code with build_runner. +dt generate-code --upgrade cd .. diff --git a/tool/lib/commands/build.dart b/tool/lib/commands/build.dart index 63abe12dcfe..3f7078088c5 100644 --- a/tool/lib/commands/build.dart +++ b/tool/lib/commands/build.dart @@ -45,7 +45,8 @@ class BuildCommand extends Command { ..addPubGetFlag() ..addBulidModeOption() ..addWasmFlag() - ..addNoStripWasmFlag(); + ..addNoStripWasmFlag() + ..addNoMinifyWasmFlag(); } @override @@ -67,6 +68,8 @@ class BuildCommand extends Command { final buildMode = results[SharedCommandArgs.buildMode.flagName] as String; final useWasm = results[SharedCommandArgs.wasm.flagName] as bool; final noStripWasm = results[SharedCommandArgs.noStripWasm.flagName] as bool; + final noMinifyWasm = + results[SharedCommandArgs.noMinifyWasm.flagName] as bool; final webBuildDir = Directory( path.join(repo.devtoolsAppDirectoryPath, 'build', 'web'), @@ -105,6 +108,7 @@ class BuildCommand extends Command { if (useWasm) ...[ SharedCommandArgs.wasm.asArg(), if (noStripWasm) SharedCommandArgs.noStripWasm.asArg(), + if (noMinifyWasm) SharedCommandArgs.noMinifyWasm.asArg(), ] else ...[ // Do not minify stack traces in debug mode. if (buildMode == 'debug') '--dart2js-optimization=O1', diff --git a/tool/lib/commands/generate_code.dart b/tool/lib/commands/generate_code.dart index d01d253a723..8e9b1d42ffd 100644 --- a/tool/lib/commands/generate_code.dart +++ b/tool/lib/commands/generate_code.dart @@ -67,7 +67,7 @@ class GenerateCodeCommand extends Command { final upgrade = argResults![_upgradeFlag] as bool; if (pubGet) { await processManager.runProcess( - CliCommand.tool(['pub-get', '--only-main', if (upgrade) '--upgrade']), + CliCommand.tool(['pub-get', if (upgrade) '--upgrade']), ); } diff --git a/tool/lib/commands/run.dart b/tool/lib/commands/run.dart index 29208be60bc..4183865a2ae 100644 --- a/tool/lib/commands/run.dart +++ b/tool/lib/commands/run.dart @@ -15,7 +15,9 @@ import '../utils.dart'; /// flag to this command. class RunCommand extends Command { RunCommand() { - argParser.addDebugServerFlag(); + argParser + ..addDebugServerFlag() + ..addServeWithSdkOption(); } @override diff --git a/tool/lib/commands/serve.dart b/tool/lib/commands/serve.dart index cbd262a7722..722229c36f3 100644 --- a/tool/lib/commands/serve.dart +++ b/tool/lib/commands/serve.dart @@ -19,8 +19,8 @@ const _buildAppFlag = 'build-app'; // AllowAnythingParser instead of manually passing these args through. const _machineFlag = 'machine'; const _dtdUriFlag = 'dtd-uri'; +const _dtdExposedUriFlag = 'dtd-exposed-uri'; const _allowEmbeddingFlag = 'allow-embedding'; -const _serveWithDartSdkFlag = 'serve-with-dart-sdk'; /// This command builds DevTools in release mode by running the /// `dt build` command and then serves DevTools with a locally @@ -86,12 +86,14 @@ class ServeCommand extends Command { ' directly from the DevTools server.', ) ..addDebugServerFlag() + ..addServeWithSdkOption() ..addUpdateFlutterFlag() ..addUpdatePerfettoFlag() ..addPubGetFlag() ..addBulidModeOption() ..addWasmFlag() ..addNoStripWasmFlag() + ..addNoMinifyWasmFlag() // Flags defined in the server in DDS. ..addFlag( _machineFlag, @@ -102,15 +104,14 @@ class ServeCommand extends Command { _dtdUriFlag, help: 'Sets the dtd uri when starting the devtools server', ) + ..addOption( + _dtdExposedUriFlag, + help: + 'Sets the dtd uri that is exposed to the client when starting the devtools server', + ) ..addFlag( _allowEmbeddingFlag, help: 'Allow embedding DevTools inside an iframe.', - ) - ..addOption( - _serveWithDartSdkFlag, - help: 'Uses the specified Dart SDK to serve the DevTools server', - valueHelp: - '/Users/me/absolute_path_to/sdk/xcodebuild/ReleaseX64/dart-sdk/bin/dart', ); } @@ -153,10 +154,12 @@ class ServeCommand extends Command { results[SharedCommandArgs.updatePerfetto.flagName] as bool; final useWasm = results[SharedCommandArgs.wasm.flagName] as bool; final noStripWasm = results[SharedCommandArgs.noStripWasm.flagName] as bool; + final noMinifyWasm = results[SharedCommandArgs.noMinifyWasm.flagName] as bool; final runPubGet = results[SharedCommandArgs.pubGet.flagName] as bool; final devToolsAppBuildMode = results[SharedCommandArgs.buildMode.flagName] as String; - final serveWithDartSdk = results[_serveWithDartSdkFlag] as String?; + final serveWithDartSdk = + results[SharedCommandArgs.serveWithDartSdk.flagName] as String?; final forMachine = results[_machineFlag] as bool; // TODO(https://github.com/flutter/devtools/issues/8643): Support running in @@ -177,6 +180,7 @@ class ServeCommand extends Command { ..remove(SharedCommandArgs.updatePerfetto.asArg()) ..remove(SharedCommandArgs.wasm.asArg()) ..remove(SharedCommandArgs.noStripWasm.asArg()) + ..remove(SharedCommandArgs.noMinifyWasm.asArg()) ..remove(valueAsArg(_buildAppFlag)) ..remove(valueAsArg(_buildAppFlag, negated: true)) ..remove(SharedCommandArgs.runApp.asArg()) @@ -188,7 +192,9 @@ class ServeCommand extends Command { element.startsWith(SharedCommandArgs.buildMode.asArg()), ) ..removeWhere( - (element) => element.startsWith(valueAsArg(_serveWithDartSdkFlag)), + (element) => element.startsWith( + valueAsArg(SharedCommandArgs.serveWithDartSdk.flagName), + ), ); final localDartSdkLocation = Platform.environment['LOCAL_DART_SDK']; @@ -224,6 +230,7 @@ class ServeCommand extends Command { if (updatePerfetto) SharedCommandArgs.updatePerfetto.asArg(), if (useWasm) SharedCommandArgs.wasm.asArg(), if (noStripWasm) SharedCommandArgs.noStripWasm.asArg(), + if (noMinifyWasm) SharedCommandArgs.noMinifyWasm.asArg(), '${SharedCommandArgs.buildMode.asArg()}=$devToolsAppBuildMode', SharedCommandArgs.pubGet.asArg(negated: !runPubGet), ]), diff --git a/tool/lib/commands/shared.dart b/tool/lib/commands/shared.dart index be9d8ce2ac0..b353d1caa33 100644 --- a/tool/lib/commands/shared.dart +++ b/tool/lib/commands/shared.dart @@ -52,6 +52,18 @@ extension BuildCommandArgsExtension on ArgParser { ); } + void addUpdateOnPathFlag() { + addFlag( + SharedCommandArgs.updateOnPath.flagName, + negatable: false, + help: + 'Update the Flutter SDK that is on PATH (your local ' + 'flutter/flutter git checkout). This flag is to be used in ' + 'combination with the ${SharedCommandArgs.updateFlutter.asArg()} ' + 'flag.', + ); + } + void addWasmFlag() { addFlag( SharedCommandArgs.wasm.flagName, @@ -72,6 +84,17 @@ extension BuildCommandArgsExtension on ArgParser { ); } + void addNoMinifyWasmFlag() { + addFlag( + SharedCommandArgs.noMinifyWasm.flagName, + defaultsTo: false, + help: + 'When this flag is present, class names and errors will not be ' + 'truncated. This flag is ignored if the --wasm flag is ' + 'not present.', + ); + } + void addDebugServerFlag() { addFlag( SharedCommandArgs.debugServer.flagName, @@ -80,6 +103,15 @@ extension BuildCommandArgsExtension on ArgParser { help: 'Enable debugging for the DevTools server.', ); } + + void addServeWithSdkOption() { + addOption( + SharedCommandArgs.serveWithDartSdk.flagName, + help: 'Uses the specified Dart SDK to serve the DevTools server', + valueHelp: + '/Users/me/absolute_path_to/sdk/xcodebuild/ReleaseX64/dart-sdk/bin/dart', + ); + } } enum SharedCommandArgs { @@ -88,8 +120,11 @@ enum SharedCommandArgs { pubGet('pub-get'), wasm('wasm'), noStripWasm('no-strip-wasm'), + noMinifyWasm('no-minify-wasm'), runApp('run-app'), + serveWithDartSdk('serve-with-dart-sdk'), updateFlutter('update-flutter'), + updateOnPath('update-on-path'), updatePerfetto('update-perfetto'); const SharedCommandArgs(this.flagName); diff --git a/tool/lib/commands/sync.dart b/tool/lib/commands/sync.dart index 609cccbdbad..5455c20dfd0 100644 --- a/tool/lib/commands/sync.dart +++ b/tool/lib/commands/sync.dart @@ -6,8 +6,13 @@ import 'package:args/command_runner.dart'; import 'package:io/io.dart'; import '../utils.dart'; +import 'shared.dart'; class SyncCommand extends Command { + SyncCommand() { + argParser.addUpdateOnPathFlag(); + } + @override String get name => 'sync'; @@ -21,7 +26,14 @@ class SyncCommand extends Command { await processManager.runProcess( CliCommand.git(['pull', 'upstream', 'master']), ); - await processManager.runProcess(CliCommand.tool(['update-flutter-sdk'])); + final updateOnPath = + argResults![SharedCommandArgs.updateOnPath.flagName] as bool; + await processManager.runProcess( + CliCommand.tool([ + 'update-flutter-sdk', + if (updateOnPath) SharedCommandArgs.updateOnPath.asArg(), + ]), + ); await processManager.runProcess( CliCommand.tool(['generate-code', '--upgrade']), ); diff --git a/tool/lib/commands/update_flutter_sdk.dart b/tool/lib/commands/update_flutter_sdk.dart index e2d72fa20d4..81d5b0848a1 100644 --- a/tool/lib/commands/update_flutter_sdk.dart +++ b/tool/lib/commands/update_flutter_sdk.dart @@ -10,48 +10,24 @@ import 'package:devtools_tool/model.dart'; import 'package:io/io.dart'; import '../utils.dart'; - -const _updateOnPath = 'update-on-path'; -const _useCacheFlag = 'use-cache'; +import 'shared.dart'; final _flutterPreReleaseTagRegExp = RegExp(r'[0-9]+.[0-9]+.0-[0-9]+.0.pre'); /// This command updates the the Flutter SDK contained in the 'tool/' directory -/// to the latest Flutter candidate branch. -/// -/// When the '--from-path' flag is passed, the Flutter SDK that is on PATH (your -/// local flutter/flutter git checkout) will be updated as well. +/// to the latest Flutter candidate branch, as specified by the commit hash in +/// the flutter-candidate.txt file in the repository root. /// -/// This command will use the Flutter version from the 'flutter-candidate.txt' -/// file in the repository root, unless the '--no-use-cache' flag is passed, -/// in which case it will run the 'tool/latest_flutter_candidate.sh' script to -/// fetch the latest version from upstream. -/// -/// The version from 'flutter-candidate.txt' should be identical most of the -/// time since the GitHub workflow that updates this file runs twice per day. +/// When the '--update-on-path' flag is passed, the Flutter SDK that is on PATH +/// (your local flutter/flutter git checkout) will be updated as well. /// /// To run this script: -/// `dt update-flutter-sdk [--from-path] [--no-use-cache]` +/// `dt update-flutter-sdk [--update-on-path]` class UpdateFlutterSdkCommand extends Command { UpdateFlutterSdkCommand() { - argParser - ..addFlag( - _updateOnPath, - negatable: false, - help: - 'Also update the Flutter SDK that is on PATH (your local ' - 'flutter/flutter git checkout)', - ) - ..addFlag( - _useCacheFlag, - negatable: true, - defaultsTo: true, - help: - 'Update the Flutter SDK(s) to the cached Flutter version stored ' - 'in "flutter-candidate.txt" instead of the latest version at ' - '"https://flutter.googlesource.com/mirrors/flutter/"', - ); + argParser.addUpdateOnPathFlag(); } + @override String get name => 'update-flutter-sdk'; @@ -63,49 +39,22 @@ class UpdateFlutterSdkCommand extends Command { @override Future run() async { - final updateOnPath = argResults![_updateOnPath] as bool; - final useCachedVersion = argResults![_useCacheFlag] as bool; + final updateOnPath = + argResults![SharedCommandArgs.updateOnPath.flagName] as bool; final log = Logger.standard(); - - // TODO(kenz): we can remove this if we can rewrite the - // 'latest_flutter_candidate.sh' script as a Dart script, or if we instead - // duplicate it as a Windows script (we may need this to be a non-Dart - // script for execution on the bots before we have a Dart SDK available). - if (Platform.isWindows && !useCachedVersion) { - log.stderr( - 'On windows, you can only use the cached Flutter version from ' - '"flutter-candidate.txt". Please remove the "--no-use-cache" flag and ' - 'try again.', - ); - return 1; - } - final repo = DevToolsRepo.getInstance(); final processManager = ProcessManager(); final String? flutterVersion; - - if (useCachedVersion) { - final versionStr = - repo.readFile(Uri.parse('flutter-candidate.txt')).trim(); - // If the version string doesn't match the expected pattern for a - // pre-release tag, then assume it's a commit hash: - flutterVersion = - _flutterPreReleaseTagRegExp.hasMatch(versionStr) - ? 'tags/$versionStr' - : versionStr; - } else { - flutterVersion = - (await processManager.runProcess( - CliCommand('sh', ['latest_flutter_candidate.sh']), - workingDirectory: repo.toolDirectoryPath, - )).stdout.replaceFirst('refs/', '').trim(); - } - - log.stdout( - 'Updating to Flutter version ' - '${useCachedVersion ? 'from cache' : 'from upstream'}: $flutterVersion', - ); + final versionStr = repo.readFile(Uri.parse('flutter-candidate.txt')).trim(); + // If the version string doesn't match the expected pattern for a + // pre-release tag, then assume it's a commit hash: + flutterVersion = + _flutterPreReleaseTagRegExp.hasMatch(versionStr) + ? 'tags/$versionStr' + : versionStr; + + log.stdout('Updating to Flutter version from cache: $flutterVersion'); final flutterSdkDirName = repo.sdkDirectoryName; final toolSdkPath = repo.toolFlutterSdkPath; diff --git a/tool/lib/devtools_command_runner.dart b/tool/lib/devtools_command_runner.dart index 35ab59b8495..05f8243524a 100644 --- a/tool/lib/devtools_command_runner.dart +++ b/tool/lib/devtools_command_runner.dart @@ -27,6 +27,8 @@ import 'commands/update_version.dart'; const _flutterFromPathFlag = 'flutter-from-path'; +const _flutterSdkPathFlag = 'flutter-sdk-path'; + class DevToolsCommandRunner extends CommandRunner { DevToolsCommandRunner() : super('dt', 'A repo management tool for DevTools.') { @@ -49,20 +51,38 @@ class DevToolsCommandRunner extends CommandRunner { addCommand(UpdateFlutterSdkCommand()); addCommand(UpdatePerfettoCommand()); - argParser.addFlag( - _flutterFromPathFlag, - abbr: 'p', - negatable: false, - help: - 'Use the Flutter SDK on PATH for any `flutter`, `dart` and ' - '`dt` commands spawned by this process, instead of the ' - 'Flutter SDK from tool/flutter-sdk which is used by default.', - ); + argParser + ..addFlag( + _flutterFromPathFlag, + abbr: 'p', + negatable: false, + help: + 'Use the Flutter SDK on PATH for any `flutter`, `dart` and ' + '`dt` commands spawned by this process, instead of the ' + 'Flutter SDK from tool/flutter-sdk which is used by default. ' + 'This is incompatible with the `$_flutterSdkPathFlag` flag.', + ) + ..addOption( + _flutterSdkPathFlag, + help: + 'Use the Flutter SDK from the specified path for any `flutter`, ' + '`dart`, and `dt` commands spawned by this process, instead of the ' + 'Flutter SDK from tool/flutter-sdk which is used by default. ' + 'This is incompatible with the `$_flutterFromPathFlag` flag.', + ); } @override Future runCommand(ArgResults topLevelResults) { - if (topLevelResults[_flutterFromPathFlag]) { + if (topLevelResults.flag(_flutterFromPathFlag) && + topLevelResults.wasParsed(_flutterSdkPathFlag)) { + throw ArgParserException( + 'Only one of `$_flutterFromPathFlag` and `$_flutterSdkPathFlag` may be passed', + ); + } + if (topLevelResults.wasParsed(_flutterSdkPathFlag)) { + FlutterSdk.useFromPath(topLevelResults.option(_flutterSdkPathFlag)!); + } else if (topLevelResults.flag(_flutterFromPathFlag)) { FlutterSdk.useFromPathEnvironmentVariable(); } else { FlutterSdk.useFromCurrentVm(); diff --git a/tool/lib/model.dart b/tool/lib/model.dart index 257073d7aa4..ecba1f5de3c 100644 --- a/tool/lib/model.dart +++ b/tool/lib/model.dart @@ -196,6 +196,13 @@ class FlutterSdk { _current = findFromPathEnvironmentVariable(); } + /// Sets the active Flutter SDK to the one at [sdkPath]. + /// + /// Throws if an SDK is not found at [sdkPath]. + static void useFromPath(String sdkPath) { + _current = findFromPath(sdkPath); + } + /// Finds the Flutter SDK that contains the Dart VM being used to run this /// script. /// @@ -235,6 +242,14 @@ class FlutterSdk { ); } + static FlutterSdk findFromPath(String sdkPath) { + if (path.basename(path.dirname(sdkPath)) == 'bin') { + return FlutterSdk._(path.dirname(path.dirname(sdkPath))); + } + + throw Exception('Unable to locate the Flutter SDK at "$sdkPath"'); + } + /// Finds a Flutter SDK in the `PATH` environment variable /// (by running which/where). ///